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

simple-icons-astro

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-icons-astro

Get your Simple icons right into your Astro project

latest
Source
npmnpm
Version
16.1.0
Version published
Weekly downloads
1.7K
-22.98%
Maintainers
1
Weekly downloads
 
Created
Source

Simple Icons Astro

Discord Link Github stars Build passing

Astro library to get the Simple Icons to the Astro Framework

We follow the Simple Icons versions for our release, with the exception of the patches

Installation

npm i simple-icons-astro
yarn add simple-icons-astro

Usage

You can import each icons individually like below

---
import { Github } from 'simple-icons-astro'
---

<Layout>
	<Github />
</Layout>

Compile

  • run npm i to install the dependencies
  • run npm run build to launch the build
  • done! you can publish it or use it as you like

Attributions

Use the awesome icons from Simple Icons

based on lucide-astro

Keywords

astro

FAQs

Package last updated on 07 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