MCPcopy Index your code
hub / github.com/iconoir-icons/iconoir

github.com/iconoir-icons/iconoir @v7.11.1 sqlite

repository ↗ · DeepWiki ↗ · release v7.11.1 ↗
131 symbols 315 edges 68 files 0 documented · 0% 1 cross-repo links
README

Iconoir

Version Project Stars License Discord

What is Iconoir?

Iconoir is an open-source library with 1600+ unique SVG icons, designed on a 24x24 pixels grid.

Browse at iconoir.com →

Basic Usage

You can download any icon of the pack directly from https://iconoir.com or get them from this repository.

The icons are also available via the iconoir NPM package:

npm Yarn pnpm Bun
npm i iconoir yarn add iconoir pnpm add iconoir bun add iconoir

Example usage:

import Iconoir from 'iconoir/icons/iconoir.svg';

React

A React library is available under the name iconoir-react.

For more details, see the package README.

React Native

A React Native library is available under the name iconoir-react-native.

For more details, see the package README.

Vue

A Vue library is available under the name @iconoir/vue.

For more details, see the package README.

Flutter

A Flutter library is available under the name iconoir_flutter.

For more details, see the package README.

Framer

Iconoir is happily part of Framer.

To start using the icons: On the top menu, Insert > Graphics > Iconoir.

You can switch between icons from the right sidebar in the editor.

CSS

Import the CSS file:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" />

Here is an example in HTML:

<i class="iconoir-hand-brake"></i>

The class must always be "iconoir-" and then the name of the icon. You can find the names of the icons here.

The icons are display: inline-block and default to the current font size. You can control this by adjusting the ::before styles of the element (which is where the icons are added as a mask).

Figma

The library is available in the Figma community here.

Swift Package

To add Iconoir-swift to your Xcode project, follow these steps:

  1. In Xcode, open your project and navigate to File > Swift Packages > Add Package Dependency...
  2. Enter the repository URL: https://github.com/iconoir-icons/iconoir-swift.git
  3. Choose the branch or version you want to add, and click Next.
  4. Select the target where you want to use the package, then click Finish.

UIKit

import UIKit
import Iconoir

let imageView = UIImageView(image: Iconoir.bell.asUIImage)

SwiftUI

import SwiftUI
import Iconoir

struct ContentView: View {
    var body: some View {
        Iconoir.bell.asImage
            .foregroundColor(.blue)
            .font(.system(size: 24))
    }
}

License

MIT License.

Extension points exported contracts — how you extend this code

PositionKey (Interface)
(no doc)
iconoir.com/components/ReactWindowScroller.tsx
SupportProps (Interface)
(no doc)
iconoir.com/pages/support.tsx
ChildOpts (Interface)
(no doc)
iconoir.com/components/ReactWindowScroller.tsx
HomeProps (Interface)
(no doc)
iconoir.com/pages/index.tsx
ReactWindowScrollerProps (Interface)
(no doc)
iconoir.com/components/ReactWindowScroller.tsx
SupportProps (Interface)
(no doc)
iconoir.com/pages/kw/react-icons.tsx
PraiseItemProps (Interface)
(no doc)
iconoir.com/components/PraiseItem.tsx
DocumentationPageProps (Interface)
(no doc)
iconoir.com/pages/docs/[...slug].tsx

Core symbols most depended-on inside this repo

getHeaderProps
called by 5
iconoir.com/lib/getHeaderProps.ts
split_tags
called by 5
iconoir.com/scripts/enrich-icons-csv.py
normalizeString
called by 4
iconoir.com/components/IconList.tsx
publishNpmPackage
called by 4
bin/prepublish.js
updateCustomizations
called by 3
iconoir.com/components/CustomizationEditor.tsx
getDocumentationStructure
called by 3
iconoir.com/pages/docs/[...slug].tsx
isHtmlElement
called by 2
iconoir.com/components/ReactWindowScroller.tsx
getScrollPosition
called by 2
iconoir.com/components/ReactWindowScroller.tsx

Shape

Function 89
Interface 38
Class 2
Method 2

Languages

TypeScript97%
Python3%

Modules by API surface

iconoir.com/components/IconList.tsx13 symbols
iconoir.com/pages/docs/[...slug].tsx11 symbols
iconoir.com/components/ReactWindowScroller.tsx7 symbols
iconoir.com/components/AnimatedSvg.tsx6 symbols
iconoir.com/scripts/enrich-icons-csv.py4 symbols
iconoir.com/pages/_document.tsx4 symbols
iconoir.com/components/Slider.tsx4 symbols
iconoir.com/components/FiltersEditor.tsx4 symbols
iconoir.com/pages/support.tsx3 symbols
iconoir.com/pages/kw/react-icons.tsx3 symbols
iconoir.com/pages/index.tsx3 symbols
iconoir.com/pages/docs/changelog.tsx3 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

@atomist/yaml-updater1.0.2 · 1×
@babel/core7.25.2 · 1×
@iconoir/vueworkspace:* · 1×
@nodesecure/npm-registry-sdk3.0.0 · 1×
@octokit/rest22.0.0 · 1×
@react-aria/focus3.21.0 · 1×
@react-aria/i18n3.12.11 · 1×
@react-aria/slider3.8.0 · 1×
@react-aria/utils3.30.0 · 1×
@react-aria/visually-hidden3.8.26 · 1×
@react-native/metro-config0.79.5 · 1×

For agents

$ claude mcp add iconoir \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact