https://github.com/outline/outline-icons
An iconset designed for the team knowledgebase Outline, but open to all.
https://github.com/outline/outline-icons
icons javascript react
Last synced: 15 days ago
JSON representation
An iconset designed for the team knowledgebase Outline, but open to all.
- Host: GitHub
- URL: https://github.com/outline/outline-icons
- Owner: outline
- License: bsd-3-clause
- Created: 2018-04-21T19:09:51.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T02:48:23.000Z (4 months ago)
- Last Synced: 2025-03-29T15:10:01.976Z (22 days ago)
- Topics: icons, javascript, react
- Language: TypeScript
- Homepage: https://www.getoutline.com
- Size: 1.87 MB
- Stars: 106
- Watchers: 4
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - outline/outline-icons - An iconset designed for the team knowledgebase Outline, but open to all. (TypeScript)
README

# Outline Icons
An iconset designed for the Outline knowledge base by [Tim Van Damme](https://twitter.com/maxvoltar) and [Tom Moor](https://twitter.com/tommoor).
## Usage
All icons are exported as React components from the root, simply look in the directory for available icons https://github.com/outline/outline-icons/tree/master/src/components and import like so:
```javascript
import { UserIcon } from "outline-icons";
```## Preview
Storybook is included for previewing icons, just run `yarn start`.
## License
Outline is [BSD licensed](https://github.com/outline/outline-icons/blob/master/LICENSE).