Skip to content

lewiconsLewafa icon toolkit

Monochrome outline icons with mural-inspired, hand-drawn character

Install (npm)

bash
npm install lewicons-react
# or
pnpm add lewicons-react
tsx
import { User } from 'lewicons-react';

<User size={24} strokeWidth={2} />

Static SVGs are also published as lewicons-static.

CDN (public websites)

Hosted at icons.lewafa.be:

html
<img src="https://icons.lewafa.be/icons/user.svg" alt="" width="24" height="24" />

See CDN usage for CSS masks, fetch(), and caching details.