heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.

  • 所有者: tailwindlabs/heroicons
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Heroicons

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

224 icons per style currently, more to come in the future.

Preview and search at Heroicons.com

Outline style

24x24 icons drawn with a stroke.

Solid style

Smaller 20x20 icons drawn with fills.

Usage

To use these icons, simply copy the source for the icon you need from heroicons.com and inline it directly into your HTML:

<svg class="h-6 w-6 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  <path
    stroke-linecap="round"
    stroke-linejoin="round"
    stroke-width="2"
    d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"
  />
</svg>

Both icon styles are preconfigured to be stylable by setting the color CSS property, either manually or using utility classes like text-gray-500 in a framework like Tailwind CSS.

We also publish the icons to npm as heroicons, but we don't consider the directory structure stable yet and it could change in any release, so use the npm package at your own risk right now.

主要指標

概覽
名稱與所有者tailwindlabs/heroicons
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2020-02-24 14:16:00
推送於2025-05-30 13:55:29
最后一次提交2025-05-30 15:55:29
發布數45
最新版本名稱v2.2.0 (發布於 2024-11-18 10:32:02)
第一版名稱v0.2.0 (發布於 2020-05-18 09:55:12)
用户参与
星數22.6k
關注者數162
派生數1.3k
提交數231
已啟用問題?
問題數408
打開的問題數0
拉請求數68
打開的拉請求數4
關閉的拉請求數79
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?