Icons.church

Use over
200k
icons from Iconify in your Deno projects with ease.

Getting Started

Step 1: Find an icon you like from

Step 2: Copy the import statement.

import GeneratedIcon from 'https://icons.church/ICON_FAMILY/ICON_NAME';

Step 3: Use the icon in your component.

export default function MyComponent() {
   return <GeneratedIcon />;
}

Using SVG

If you would like to use the SVG directly, you can fetch the SVG from our API.

<svg src='https://icons.church/api/ICON_FAMILY/ICON_NAME/svg' alt='ICON_NAME' />

Contribute

If you would like to contribute to this project, please visit our GitHub repository