
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
3,800+ brand SVG icons - tree-shakeable, typed, dual ESM/CJS. The one-stop brand icon library.
3,800+ brand SVG icons for developers. Tree-shakeable, typed, open source.
Browse all icons →
This is the convenience package for @thesvg/icons. Both packages contain the same 3,800+ icons.
npm install thesvg
import github from "thesvg/github";
github.svg; // raw SVG string
github.title; // "GitHub"
github.hex; // "181717"
github.categories; // ["DevTool", "VCS"]
github.variants; // { default: "<svg...>", mono: "<svg...>" }
// Named exports
import { svg, title, hex } from "thesvg/github";
// Barrel import (includes all icons)
import { github, vercel, stripe } from "thesvg";
// React
import { svg } from "thesvg/github";
const Logo = () => <div dangerouslySetInnerHTML={{ __html: svg }} />;
// Variants
import icon from "thesvg/github";
const dark = icon.variants["dark"];
<img src="https://thesvg.org/icons/github/default.svg" alt="GitHub" width="24" />
| Package | Description |
|---|---|
thesvg | Convenience wrapper (this package) |
@thesvg/icons | Core icon data |
@thesvg/react | Typed React components |
@thesvg/cli | CLI tool |
MIT. Icons under their respective upstream licenses.
FAQs
3,800+ brand SVG icons - tree-shakeable, typed, dual ESM/CJS. The one-stop brand icon library.
The npm package thesvg receives a total of 3,709 weekly downloads. As such, thesvg popularity was classified as popular.
We found that thesvg demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.