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
发布数42
最新版本名称v2.1.3 (发布于 2024-03-22 16:09:41)
第一版名称v0.2.0 (发布于 2020-05-18 09:55:12)
创建于2020-02-24 14:16:00
推送于2024-05-16 18:57:20
最后一次提交2024-04-26 16:16:26
星数20.8k
关注者数162
派生数1.3k
提交数217
已启用问题?
问题数402
打开的问题数4
拉请求数60
打开的拉请求数1
关闭的拉请求数74
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部