tags icon
tags-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- tags-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
Use the tags icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -2.5 24 24"><path fill="currentColor" d="m13.963 1.478l2.483 2.483a2 2 0 0 1 .498 2L15.71 9.99l-7.93 7.93L0 10.142l7.899-7.899l4.056-1.26a2 2 0 0 1 2.008.495m-3.71 6.19a1.5 1.5 0 1 0 2.121-2.122a1.5 1.5 0 0 0-2.121 2.121zm7.222 1.047q.813.032 1.178-.273a1.5 1.5 0 0 0 .185-2.113q-.164-.196-.527-.364a2 2 0 0 0-.538-1.848L16.05 2.395l2.269-.706a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2l-1.235 4.028l-7.93 7.931l-2.795-2.794l5.688-5.688z"/></svg>
React
import type { SVGProps } from "react";
export function JamTagsF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -2.5 24 24"><path fill="currentColor" d="m13.963 1.478l2.483 2.483a2 2 0 0 1 .498 2L15.71 9.99l-7.93 7.93L0 10.142l7.899-7.899l4.056-1.26a2 2 0 0 1 2.008.495m-3.71 6.19a1.5 1.5 0 1 0 2.121-2.122a1.5 1.5 0 0 0-2.121 2.121zm7.222 1.047q.813.032 1.178-.273a1.5 1.5 0 0 0 .185-2.113q-.164-.196-.527-.364a2 2 0 0 0-.538-1.848L16.05 2.395l2.269-.706a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2l-1.235 4.028l-7.93 7.931l-2.795-2.794l5.688-5.688z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -2.5 24 24"><path fill="currentColor" d="m13.963 1.478l2.483 2.483a2 2 0 0 1 .498 2L15.71 9.99l-7.93 7.93L0 10.142l7.899-7.899l4.056-1.26a2 2 0 0 1 2.008.495m-3.71 6.19a1.5 1.5 0 1 0 2.121-2.122a1.5 1.5 0 0 0-2.121 2.121zm7.222 1.047q.813.032 1.178-.273a1.5 1.5 0 0 0 .185-2.113q-.164-.196-.527-.364a2 2 0 0 0-.538-1.848L16.05 2.395l2.269-.706a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2l-1.235 4.028l-7.93 7.931l-2.795-2.794l5.688-5.688z"/></svg> </template>
CSS
.icon-tags-f {
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%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.963%201.478l2.483%202.483a2%202%200%200%201%20.498%202L15.71%209.99l-7.93%207.93L0%2010.142l7.899-7.899l4.056-1.26a2%202%200%200%201%202.008.495m-3.71%206.19a1.5%201.5%200%201%200%202.121-2.122a1.5%201.5%200%200%200-2.121%202.121zm7.222%201.047q.813.032%201.178-.273a1.5%201.5%200%200%200%20.185-2.113q-.164-.196-.527-.364a2%202%200%200%200-.538-1.848L16.05%202.395l2.269-.706a2%202%200%200%201%202.008.496l2.483%202.483a2%202%200%200%201%20.498%202l-1.235%204.028l-7.93%207.931l-2.795-2.794l5.688-5.688z%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%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.963%201.478l2.483%202.483a2%202%200%200%201%20.498%202L15.71%209.99l-7.93%207.93L0%2010.142l7.899-7.899l4.056-1.26a2%202%200%200%201%202.008.495m-3.71%206.19a1.5%201.5%200%201%200%202.121-2.122a1.5%201.5%200%200%200-2.121%202.121zm7.222%201.047q.813.032%201.178-.273a1.5%201.5%200%200%200%20.185-2.113q-.164-.196-.527-.364a2%202%200%200%200-.538-1.848L16.05%202.395l2.269-.706a2%202%200%200%201%202.008.496l2.483%202.483a2%202%200%200%201%20.498%202l-1.235%204.028l-7.93%207.931l-2.795-2.794l5.688-5.688z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/tags-f.svg?color=%231a73e8&size=48