Teenyicons
Teenyicons offers 1200 icons in . Created by smhmd. They are available under the MIT license.
Teenyicons Overview
Key Features
- Tiny Design: Designed on a 15x15 grid, ideal for small spaces 🤏
- Crisp Appearance: Maintains a clear look ✨
- Multiple Sprites: Options include all SVGs, outline only, and solid only
Usage
- Inline SVGs: Copy from
outline
andsolid
directories. - Example SVG Code:
html <svg class="w-4 h-4 text-white" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 1.5h1.5a6 6 0 110 12H0m7-12h4.5a3 3 0 110 6m0 0H9m2.5 0h-2m2 0a3 3 0 110 6H7" stroke="currentColor"/> </svg>
- Sprite Integration:
html <svg width="15" height="15" style="color: slateblue"> <use xlink:href="teenyicons-outline-sprite.svg#outline--360"/> </svg>
Installation
- NPM:
npm i teenyicons
- Yarn:
yarn add teenyicons
License
- MIT License