tag icon
tag-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- tag-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
tagAkar IconstagBootstrap IconstagBoxIcons v2tagBoxIcons v2 SolidtagCarbontagFramework7 IconstagFont Awesome 6 SolidtagFeather Iconstag-16-filledFluent UI System Iconstagcss.ggtagHeroIconstagHumbleiconstagJam IconstagLine AwesometagLucidetagMage IconstagMajesticonstagMaterial SymbolstagMaterial Design Iconstag-fillMingCute IcontagOcticonstag-boldSolartagTabler Iconstag-outlineTeenyicons
Related icons in Phosphor
Use the tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.91 137.42L142.59 38.1a13.94 13.94 0 0 0-9.9-4.1H40a6 6 0 0 0-6 6v92.69a13.94 13.94 0 0 0 4.1 9.9l99.32 99.32a14 14 0 0 0 19.8 0l84.69-84.69a14 14 0 0 0 0-19.8m-8.49 11.31l-84.69 84.69a2 2 0 0 1-2.83 0L46.59 134.1a2 2 0 0 1-.59-1.41V46h86.69a2 2 0 0 1 1.41.59l99.32 99.31a2 2 0 0 1 0 2.83M94 84a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg>
React
import type { SVGProps } from "react";
export function PhTagLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.91 137.42L142.59 38.1a13.94 13.94 0 0 0-9.9-4.1H40a6 6 0 0 0-6 6v92.69a13.94 13.94 0 0 0 4.1 9.9l99.32 99.32a14 14 0 0 0 19.8 0l84.69-84.69a14 14 0 0 0 0-19.8m-8.49 11.31l-84.69 84.69a2 2 0 0 1-2.83 0L46.59 134.1a2 2 0 0 1-.59-1.41V46h86.69a2 2 0 0 1 1.41.59l99.32 99.31a2 2 0 0 1 0 2.83M94 84a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.91 137.42L142.59 38.1a13.94 13.94 0 0 0-9.9-4.1H40a6 6 0 0 0-6 6v92.69a13.94 13.94 0 0 0 4.1 9.9l99.32 99.32a14 14 0 0 0 19.8 0l84.69-84.69a14 14 0 0 0 0-19.8m-8.49 11.31l-84.69 84.69a2 2 0 0 1-2.83 0L46.59 134.1a2 2 0 0 1-.59-1.41V46h86.69a2 2 0 0 1 1.41.59l99.32 99.31a2 2 0 0 1 0 2.83M94 84a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg> </template>
CSS
.icon-tag-light {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.91%20137.42L142.59%2038.1a13.94%2013.94%200%200%200-9.9-4.1H40a6%206%200%200%200-6%206v92.69a13.94%2013.94%200%200%200%204.1%209.9l99.32%2099.32a14%2014%200%200%200%2019.8%200l84.69-84.69a14%2014%200%200%200%200-19.8m-8.49%2011.31l-84.69%2084.69a2%202%200%200%201-2.83%200L46.59%20134.1a2%202%200%200%201-.59-1.41V46h86.69a2%202%200%200%201%201.41.59l99.32%2099.31a2%202%200%200%201%200%202.83M94%2084a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.91%20137.42L142.59%2038.1a13.94%2013.94%200%200%200-9.9-4.1H40a6%206%200%200%200-6%206v92.69a13.94%2013.94%200%200%200%204.1%209.9l99.32%2099.32a14%2014%200%200%200%2019.8%200l84.69-84.69a14%2014%200%200%200%200-19.8m-8.49%2011.31l-84.69%2084.69a2%202%200%200%201-2.83%200L46.59%20134.1a2%202%200%200%201-.59-1.41V46h86.69a2%202%200%200%201%201.41.59l99.32%2099.31a2%202%200%200%201%200%202.83M94%2084a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tag-light.svg?color=%231a73e8&size=48