Octicons Icons
Browse 743 free Octicons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by GitHub.
More SVG Icons
accessibility-16
accessibility-24
accessibility-inset-16
accessibility-inset-24
agent-16
agent-24
ai-model-16
ai-model-24
alert-16
alert-24
alert-fill-12
alert-fill-16
alert-fill-24
apps-16
apps-24
archive-16
archive-24
arrow-both-16
arrow-both-24
arrow-down-16
arrow-down-24
arrow-down-left-16
arrow-down-left-24
arrow-down-right-16
arrow-down-right-24
arrow-left-16
arrow-left-24
arrow-right-16
arrow-right-24
arrow-switch-16
arrow-switch-24
arrow-up-16
arrow-up-24
arrow-up-left-16
arrow-up-left-24
arrow-up-right-16
arrow-up-right-24
beaker-16
beaker-24
bell-16
bell-24
bell-fill-16
bell-fill-24
bell-slash-16
bell-slash-24
blocked-16
blocked-24
bold-16
bold-24
book-16
book-24
book-locked-16
bookmark-16
bookmark-24
bookmark-fill-24
bookmark-filled-16
bookmark-slash-16
bookmark-slash-24
bookmark-slash-fill-16
bookmark-slash-fill-24
boolean-off-16
boolean-off-24
boolean-on-16
boolean-on-24
briefcase-16
briefcase-24
broadcast-16
broadcast-24
browser-16
browser-24
bug-16
bug-24
More SVG Icons
accessibility-16
accessibility-24
accessibility-inset-16
accessibility-inset-24
agent-16
agent-24
ai-model-16
ai-model-24
alert-16
alert-24
alert-fill-12
alert-fill-16
alert-fill-24
apps-16
apps-24
archive-16
archive-24
arrow-both-16
arrow-both-24
arrow-down-16
arrow-down-24
arrow-down-left-16
arrow-down-left-24
arrow-down-right-16
arrow-down-right-24
arrow-left-16
arrow-left-24
arrow-right-16
arrow-right-24
arrow-switch-16
arrow-switch-24
arrow-up-16
arrow-up-24
arrow-up-left-16
arrow-up-left-24
arrow-up-right-16
arrow-up-right-24
beaker-16
beaker-24
bell-16
bell-24
bell-fill-16
bell-fill-24
bell-slash-16
bell-slash-24
blocked-16
blocked-24
bold-16
bold-24
book-16
book-24
book-locked-16
bookmark-16
bookmark-24
bookmark-fill-24
bookmark-filled-16
bookmark-slash-16
bookmark-slash-24
bookmark-slash-fill-16
bookmark-slash-fill-24
boolean-off-16
boolean-off-24
boolean-on-16
boolean-on-24
briefcase-16
briefcase-24
broadcast-16
broadcast-24
browser-16
browser-24
bug-16
bug-24
Copy & download Octicons icons
Click any icon above to open the detail panel. Four export formats are available instantly, no sign-up required.
Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.
React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.
Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.
Inline data URI, embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.
Works with shadcn/ui
Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install
and use via @iconify/react,
fully tree-shakeable, no icon font loading required.
About Octicons
Created By
License
Pack Details
Color Support
Monochrome
Category
UI Other / Mixed Grid
How to use Octicons icons
License SPDX
MIT
Sample Icons
alert-24, bell-slash-24, hourglass-24
Via Iconify · React
import { Icon } from '@iconify/react';
export default function App() {
return <Icon icon="octicon:icon-name" width={24} />;
} Via Iconify · HTML
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="octicon:icon-name" width="24"></iconify-icon> Frequently Asked Questions
Is Octicons free for commercial use?
How do I download Octicons SVG icons?
How many icons are in Octicons?
Can I change the color of Octicons icons?
currentColor. Set a color via CSS (color: #0070f3), a Tailwind class (text-blue-500), or pass a fill / stroke attribute directly on the SVG.Can I use Octicons with React, Next.js or shadcn/ui?
@iconify-json/octicon and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.