tag icon
tag-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- tag-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
tagAkar Iconstag-filledAnt Design IconstagBootstrap IconstagBoxIcons v2tagBoxIcons v2 SolidtagCarbontagCodiconstagFramework7 IconstagFont Awesome 6 SolidtagFont Awesome SolidtagFeather Iconstag-outlineFlowbite Iconstag-16-filledFluent UI System Iconstagcss.ggtagHeroIconstagHumbleiconstagIconParktagIconPark OutlinetagIconPark SolidtagIconPark TwoTonetagJam IconstagLine AwesometagLucidetagMage Icons
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="m240.49 138.83l-99.32-99.32a11.93 11.93 0 0 0-8.48-3.51H40a4 4 0 0 0-4 4v92.69a11.93 11.93 0 0 0 3.51 8.48l99.32 99.32a12 12 0 0 0 17 0l84.69-84.69a12 12 0 0 0 0-17Zm-5.66 11.31l-84.69 84.69a4 4 0 0 1-5.65 0l-99.32-99.32a4 4 0 0 1-1.17-2.82V44h88.69a4 4 0 0 1 2.82 1.17l99.32 99.32a4 4 0 0 1 0 5.65M92 84a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
React
import type { SVGProps } from "react";
export function PhTagThin(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="m240.49 138.83l-99.32-99.32a11.93 11.93 0 0 0-8.48-3.51H40a4 4 0 0 0-4 4v92.69a11.93 11.93 0 0 0 3.51 8.48l99.32 99.32a12 12 0 0 0 17 0l84.69-84.69a12 12 0 0 0 0-17Zm-5.66 11.31l-84.69 84.69a4 4 0 0 1-5.65 0l-99.32-99.32a4 4 0 0 1-1.17-2.82V44h88.69a4 4 0 0 1 2.82 1.17l99.32 99.32a4 4 0 0 1 0 5.65M92 84a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m240.49 138.83l-99.32-99.32a11.93 11.93 0 0 0-8.48-3.51H40a4 4 0 0 0-4 4v92.69a11.93 11.93 0 0 0 3.51 8.48l99.32 99.32a12 12 0 0 0 17 0l84.69-84.69a12 12 0 0 0 0-17Zm-5.66 11.31l-84.69 84.69a4 4 0 0 1-5.65 0l-99.32-99.32a4 4 0 0 1-1.17-2.82V44h88.69a4 4 0 0 1 2.82 1.17l99.32 99.32a4 4 0 0 1 0 5.65M92 84a8 8 0 1 1-8-8a8 8 0 0 1 8 8"/></svg> </template>
CSS
.icon-tag-thin {
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%22m240.49%20138.83l-99.32-99.32a11.93%2011.93%200%200%200-8.48-3.51H40a4%204%200%200%200-4%204v92.69a11.93%2011.93%200%200%200%203.51%208.48l99.32%2099.32a12%2012%200%200%200%2017%200l84.69-84.69a12%2012%200%200%200%200-17Zm-5.66%2011.31l-84.69%2084.69a4%204%200%200%201-5.65%200l-99.32-99.32a4%204%200%200%201-1.17-2.82V44h88.69a4%204%200%200%201%202.82%201.17l99.32%2099.32a4%204%200%200%201%200%205.65M92%2084a8%208%200%201%201-8-8a8%208%200%200%201%208%208%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%22m240.49%20138.83l-99.32-99.32a11.93%2011.93%200%200%200-8.48-3.51H40a4%204%200%200%200-4%204v92.69a11.93%2011.93%200%200%200%203.51%208.48l99.32%2099.32a12%2012%200%200%200%2017%200l84.69-84.69a12%2012%200%200%200%200-17Zm-5.66%2011.31l-84.69%2084.69a4%204%200%200%201-5.65%200l-99.32-99.32a4%204%200%200%201-1.17-2.82V44h88.69a4%204%200%200%201%202.82%201.17l99.32%2099.32a4%204%200%200%201%200%205.65M92%2084a8%208%200%201%201-8-8a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tag-thin.svg?color=%231a73e8&size=48