Skip to content

wkelly1/IKONO

Repository files navigation

IKONO

A large collection of high quality SVG icons with an MIT license

More at ikono.will-kelly.co.uk

icons


Usage

IKONO is now built into Figma! Explore the plugin here!

React

Install the package via npm

pnpm install @ikono/react

Then to use the icon import and insert into jsx.

import { Home } from '@ikono/react';

const Component = () => (
  <div>
    <Home color="#ffffff" size="base" />
  </div>
);

Contribution

If there are icons you think are missing feel free to contribute to the project. Alternatively, add a new idea to the discussions page!