tag 2 icon
tag-2-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- tag-2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More money icons from Reicon
Use the tag 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.858 20h-2.637c-3.875 0-5.813 0-7.017-1.172S2 15.771 2 12s0-5.657 1.204-6.828S6.346 4 10.22 4h2.637c2.227 0 3.341 0 4.27.501c.93.502 1.52 1.42 2.701 3.259l.681 1.06C21.503 10.366 22 11.14 22 12s-.497 1.634-1.49 3.18l-.68 1.06c-1.181 1.838-1.771 2.757-2.701 3.259S15.085 20 12.858 20M7 7.054c.414 0 .75.316.75.706v8.475c0 .39-.336.706-.75.706s-.75-.316-.75-.706V7.76c0-.39.336-.706.75-.706" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTag2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.858 20h-2.637c-3.875 0-5.813 0-7.017-1.172S2 15.771 2 12s0-5.657 1.204-6.828S6.346 4 10.22 4h2.637c2.227 0 3.341 0 4.27.501c.93.502 1.52 1.42 2.701 3.259l.681 1.06C21.503 10.366 22 11.14 22 12s-.497 1.634-1.49 3.18l-.68 1.06c-1.181 1.838-1.771 2.757-2.701 3.259S15.085 20 12.858 20M7 7.054c.414 0 .75.316.75.706v8.475c0 .39-.336.706-.75.706s-.75-.316-.75-.706V7.76c0-.39.336-.706.75-.706" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.858 20h-2.637c-3.875 0-5.813 0-7.017-1.172S2 15.771 2 12s0-5.657 1.204-6.828S6.346 4 10.22 4h2.637c2.227 0 3.341 0 4.27.501c.93.502 1.52 1.42 2.701 3.259l.681 1.06C21.503 10.366 22 11.14 22 12s-.497 1.634-1.49 3.18l-.68 1.06c-1.181 1.838-1.771 2.757-2.701 3.259S15.085 20 12.858 20M7 7.054c.414 0 .75.316.75.706v8.475c0 .39-.336.706-.75.706s-.75-.316-.75-.706V7.76c0-.39.336-.706.75-.706" clip-rule="evenodd"/></svg> </template>
CSS
.icon-tag-2-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.858%2020h-2.637c-3.875%200-5.813%200-7.017-1.172S2%2015.771%202%2012s0-5.657%201.204-6.828S6.346%204%2010.22%204h2.637c2.227%200%203.341%200%204.27.501c.93.502%201.52%201.42%202.701%203.259l.681%201.06C21.503%2010.366%2022%2011.14%2022%2012s-.497%201.634-1.49%203.18l-.68%201.06c-1.181%201.838-1.771%202.757-2.701%203.259S15.085%2020%2012.858%2020M7%207.054c.414%200%20.75.316.75.706v8.475c0%20.39-.336.706-.75.706s-.75-.316-.75-.706V7.76c0-.39.336-.706.75-.706%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.858%2020h-2.637c-3.875%200-5.813%200-7.017-1.172S2%2015.771%202%2012s0-5.657%201.204-6.828S6.346%204%2010.22%204h2.637c2.227%200%203.341%200%204.27.501c.93.502%201.52%201.42%202.701%203.259l.681%201.06C21.503%2010.366%2022%2011.14%2022%2012s-.497%201.634-1.49%203.18l-.68%201.06c-1.181%201.838-1.771%202.757-2.701%203.259S15.085%2020%2012.858%2020M7%207.054c.414%200%20.75.316.75.706v8.475c0%20.39-.336.706-.75.706s-.75-.316-.75-.706V7.76c0-.39.336-.706.75-.706%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tag-2-filled.svg?color=%231a73e8&size=48