Octicons Icons

Browse 743 free Octicons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by GitHub.

743 icons MIT UI Other / Mixed Grid by GitHub
Search icons...

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.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

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

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="octicon:icon-name" width={24} />;
}

Via Iconify · HTML

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?
Yes. Octicons is licensed under MIT, free for personal and commercial projects. View license →
How do I download Octicons SVG icons?
Click any icon in the browser above to open the detail panel. Choose raw SVG code to copy, download as SVG or PNG, export as a React JSX component, or get a Base64 data URI, all formats free, no sign-up required.
How many icons are in Octicons?
Octicons contains 743 SVG icons in the UI Other / Mixed Grid category.
Can I change the color of Octicons icons?
Yes. Octicons icons are monochrome SVGs that inherit CSS 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?
Yes. Copy the JSX export from any icon's detail panel and paste it directly into your component. For ongoing use, install @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.