内容简介:A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.140 icons per style currently, more to come in the future.24x24 icons drawn with a stroke.
Heroicons
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
140 icons per style currently, more to come in the future.
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 and inline it directly into your HTML:
<svg 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 .
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C# Primer Plus
Klaus Michelsen / Sams / 2001-12-15 / USD 49.99
C# Primer Plus is a tutorial based introduction to the C# language and important parts of the .Net Framework. Throughout the book the reader will be exposed to proven principles enabling him to write ......一起来看看 《C# Primer Plus》 这本书的介绍吧!