tetra-ui Logotetra ui

Icons

Displays icons.

tetra-ui doesn't provide a full icon set, so you have the flexibility to use your favourite SVG icon library.

The approach we recommend is to create a styled SVG component with the help of the withUniwind function that you can use throughout your application.

Installation

npx shadcn@latest add @tetra-ui/icons

Usage

import { BadgeCheck } from "@/components/ui/icons";
<BadgeCheck />

Changelog

2025-12-03 Updated Styling

Updated the configuration for withUniwind so that stroke classes are used.

On this page