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.5k
关注者数161
派生数1.3k
提交数231
已启用问题?
问题数408
打开的问题数1
拉请求数68
打开的拉请求数4
关闭的拉请求数78
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?