New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

geist-icons

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geist-icons

Library of animated SVG icons based on Vercel's Geist Icons.

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
2.2K
-8.82%
Maintainers
1
Weekly downloads
 
Created
Source

Geist Icons

A refined, high-performance icon library based on the aesthetic of Vercel's Geist UI.

This library provides clean, tree-shakeable SVG icons packaged as zero-dependency React components.

✨ Features

  • Zero Dependencies: No mandatory runtime dependencies like styled-components or prop-types.
  • Modern Build System: Uses tsup and esbuild for lightning-fast bundling, generating native ESM and CommonJS exports.
  • Tree-Shakeable: Exports are configured to ensure bundlers remove any icons you don't use, resulting in smaller application bundles.
  • Customizable: Supports passing standard SVG props, including color, size, and title.
  • Ref Forwarding: All components forward a ref to the underlying <svg> element for easy integration with tooltips or animation libraries.

📦 Installation

To start using Geist Icons, install the package via npm or yarn:

npm install geist-icons
# or
yarn add geist-icons
# or
bun add geist-icons

Keywords

geist

FAQs

Package last updated on 13 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts