https://github.com/iconify/iconify-sketch
Sketch plug-in for importing over 100,000 icons from 100+ icon sets, including Material Design Icons, FontAwesome, Jam Icons, Open Emoji and many others.
https://github.com/iconify/iconify-sketch
font-awesome icons material-design-icons sketch-plugin svg
Last synced: about 1 year ago
JSON representation
Sketch plug-in for importing over 100,000 icons from 100+ icon sets, including Material Design Icons, FontAwesome, Jam Icons, Open Emoji and many others.
- Host: GitHub
- URL: https://github.com/iconify/iconify-sketch
- Owner: iconify
- License: apache-2.0
- Created: 2019-02-14T20:04:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T20:36:35.000Z (about 4 years ago)
- Last Synced: 2025-04-28T08:44:26.055Z (about 1 year ago)
- Topics: font-awesome, icons, material-design-icons, sketch-plugin, svg
- Language: Svelte
- Homepage: https://iconify.design/
- Size: 466 KB
- Stars: 90
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.gpl.txt
Awesome Lists containing this project
README
# Iconify plug-in for Sketch
Want to add icons to your designs?
Iconify for Sketch got you covered. One plug-in offers over 100,000 icons from 100+ icon sets, including Material Design Icons, FontAwesome, Jam Icons, Open Emoji and many others.
You can:
- Browse icon sets.
- Search icon sets.
- Import any icon as vector shape to Sketch document.
It is completely free! All icon sets offered with Iconify are available with open source licenses.
## What is Iconify?
Iconify is an open source platform for working with icons.
Originally it was designed to replace outdated icon fonts with modern SVG framework. Now it is a much bigger project. Iconify offers:
- Plugins for design tools, such as this plug-in for Sketch.
- [SVG framework](https://iconify.design/) to easily embed icons in HTML.
- [React, Vue, Svelte and Ember icon components](https://docs.iconify.design/icon-components/components/) for developers that prefer to use framework native icon components instead of SVG framework.
- [Icon picker](http://github.com/iconify/icon-finder), allowing developers to add icon search functionality to applications, such as website builders.
## Installation
Click ["Releases"](https://github.com/iconify/iconify-sketch/releases) link, download the latest file, unpack it, open `iconify.sketchplugin` in Finder. Finder should launch Sketch that should install this plug-in.
If plug-in installation fails, copy `iconify.sketchplugin` to `~/Library/Application Support/com.bohemiancoding.sketch3/Plugins/`.
## Usage
In Sketch menu select Plug-ins -> Iconify
or press Ctrl+Shift+I
Browse or search icons, select any icon, click "Import" button. Plug-in will import icon to your current project.
## Screenshots
Importing icon:

Big choice of "home" icons:

Collections list:


Importing multiple icons:

## Building
If you want to build plug-in from source code, follow these steps:
- Download this repository.
- Run `npm install` to install all dependencies.
- Run `npm run build` to build plug-in.
Build process will generate `iconify.sketchplugin` that you can install in Sketch.
## License
MIT. See license.txt
This license does not apply to icons. Icons are released under different licenses, see each icons set for details.
Icons available by default are all licensed under some kind of open source or free license.
© 2019 - 2021 Vjacheslav Trushkin