tag3-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
tag3-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the tag3 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="M20.172 1.282c.38.03.737.097 1.075.269c.518.263.939.684 1.203 1.202c.172.337.24.694.27 1.074c.03.365.03.811.03 1.346v5.072c0 .77 0 1.282-.118 1.773a4.3 4.3 0 0 1-.509 1.229c-.264.43-.626.792-1.171 1.336l-5.468 5.463c-.674.673-1.211 1.21-1.681 1.609c-.483.409-.942.715-1.474.888a4.25 4.25 0 0 1-2.626-.001c-.531-.173-.99-.48-1.473-.89c-.47-.399-1.007-.937-1.68-1.61l-2.596-2.599c-.673-.674-1.21-1.212-1.61-1.682c-.408-.482-.714-.941-.887-1.473a4.25 4.25 0 0 1 .001-2.626c.173-.532.48-.99.89-1.473c.399-.47.937-1.007 1.61-1.68L9.42 3.052c.544-.543.905-.904 1.334-1.167a4.3 4.3 0 0 1 1.226-.508c.49-.118 1-.119 1.769-.12l5.078-.004c.534 0 .98 0 1.345.029M15 7.25a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTag3Filled(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="M20.172 1.282c.38.03.737.097 1.075.269c.518.263.939.684 1.203 1.202c.172.337.24.694.27 1.074c.03.365.03.811.03 1.346v5.072c0 .77 0 1.282-.118 1.773a4.3 4.3 0 0 1-.509 1.229c-.264.43-.626.792-1.171 1.336l-5.468 5.463c-.674.673-1.211 1.21-1.681 1.609c-.483.409-.942.715-1.474.888a4.25 4.25 0 0 1-2.626-.001c-.531-.173-.99-.48-1.473-.89c-.47-.399-1.007-.937-1.68-1.61l-2.596-2.599c-.673-.674-1.21-1.212-1.61-1.682c-.408-.482-.714-.941-.887-1.473a4.25 4.25 0 0 1 .001-2.626c.173-.532.48-.99.89-1.473c.399-.47.937-1.007 1.61-1.68L9.42 3.052c.544-.543.905-.904 1.334-1.167a4.3 4.3 0 0 1 1.226-.508c.49-.118 1-.119 1.769-.12l5.078-.004c.534 0 .98 0 1.345.029M15 7.25a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0" 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="M20.172 1.282c.38.03.737.097 1.075.269c.518.263.939.684 1.203 1.202c.172.337.24.694.27 1.074c.03.365.03.811.03 1.346v5.072c0 .77 0 1.282-.118 1.773a4.3 4.3 0 0 1-.509 1.229c-.264.43-.626.792-1.171 1.336l-5.468 5.463c-.674.673-1.211 1.21-1.681 1.609c-.483.409-.942.715-1.474.888a4.25 4.25 0 0 1-2.626-.001c-.531-.173-.99-.48-1.473-.89c-.47-.399-1.007-.937-1.68-1.61l-2.596-2.599c-.673-.674-1.21-1.212-1.61-1.682c-.408-.482-.714-.941-.887-1.473a4.25 4.25 0 0 1 .001-2.626c.173-.532.48-.99.89-1.473c.399-.47.937-1.007 1.61-1.68L9.42 3.052c.544-.543.905-.904 1.334-1.167a4.3 4.3 0 0 1 1.226-.508c.49-.118 1-.119 1.769-.12l5.078-.004c.534 0 .98 0 1.345.029M15 7.25a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-tag3-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%22M20.172%201.282c.38.03.737.097%201.075.269c.518.263.939.684%201.203%201.202c.172.337.24.694.27%201.074c.03.365.03.811.03%201.346v5.072c0%20.77%200%201.282-.118%201.773a4.3%204.3%200%200%201-.509%201.229c-.264.43-.626.792-1.171%201.336l-5.468%205.463c-.674.673-1.211%201.21-1.681%201.609c-.483.409-.942.715-1.474.888a4.25%204.25%200%200%201-2.626-.001c-.531-.173-.99-.48-1.473-.89c-.47-.399-1.007-.937-1.68-1.61l-2.596-2.599c-.673-.674-1.21-1.212-1.61-1.682c-.408-.482-.714-.941-.887-1.473a4.25%204.25%200%200%201%20.001-2.626c.173-.532.48-.99.89-1.473c.399-.47.937-1.007%201.61-1.68L9.42%203.052c.544-.543.905-.904%201.334-1.167a4.3%204.3%200%200%201%201.226-.508c.49-.118%201-.119%201.769-.12l5.078-.004c.534%200%20.98%200%201.345.029M15%207.25a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200%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%22M20.172%201.282c.38.03.737.097%201.075.269c.518.263.939.684%201.203%201.202c.172.337.24.694.27%201.074c.03.365.03.811.03%201.346v5.072c0%20.77%200%201.282-.118%201.773a4.3%204.3%200%200%201-.509%201.229c-.264.43-.626.792-1.171%201.336l-5.468%205.463c-.674.673-1.211%201.21-1.681%201.609c-.483.409-.942.715-1.474.888a4.25%204.25%200%200%201-2.626-.001c-.531-.173-.99-.48-1.473-.89c-.47-.399-1.007-.937-1.68-1.61l-2.596-2.599c-.673-.674-1.21-1.212-1.61-1.682c-.408-.482-.714-.941-.887-1.473a4.25%204.25%200%200%201%20.001-2.626c.173-.532.48-.99.89-1.473c.399-.47.937-1.007%201.61-1.68L9.42%203.052c.544-.543.905-.904%201.334-1.167a4.3%204.3%200%200%201%201.226-.508c.49-.118%201-.119%201.769-.12l5.078-.004c.534%200%20.98%200%201.345.029M15%207.25a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200%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/tag3-filled.svg?color=%231a73e8&size=48