tag2 icon
tag2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- tag2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the tag2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.83 8.7L15.3 4.17a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.34.44 2.65 1.39 3.6l4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.74 4.74 0 0 0 0-6.73M9.5 12.38c-1.58 0-2.88-1.29-2.88-2.88s1.3-2.88 2.88-2.88s2.88 1.29 2.88 2.88s-1.3 2.88-2.88 2.88m8.03 1.15l-4 4c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l4-4c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/></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" d="M19.83 8.7L15.3 4.17a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.34.44 2.65 1.39 3.6l4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.74 4.74 0 0 0 0-6.73M9.5 12.38c-1.58 0-2.88-1.29-2.88-2.88s1.3-2.88 2.88-2.88s2.88 1.29 2.88 2.88s-1.3 2.88-2.88 2.88m8.03 1.15l-4 4c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l4-4c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.83 8.7L15.3 4.17a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.34.44 2.65 1.39 3.6l4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.74 4.74 0 0 0 0-6.73M9.5 12.38c-1.58 0-2.88-1.29-2.88-2.88s1.3-2.88 2.88-2.88s2.88 1.29 2.88 2.88s-1.3 2.88-2.88 2.88m8.03 1.15l-4 4c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l4-4c.29-.29.77-.29 1.06 0s.29.77 0 1.06"/></svg> </template>
CSS
.icon-tag2-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%20d%3D%22M19.83%208.7L15.3%204.17a4.75%204.75%200%200%200-3.6-1.39l-5%20.24c-2%20.09-3.59%201.68-3.69%203.67l-.24%205c-.06%201.34.44%202.65%201.39%203.6l4.53%204.53a4.78%204.78%200%200%200%206.75%200l4.39-4.39a4.74%204.74%200%200%200%200-6.73M9.5%2012.38c-1.58%200-2.88-1.29-2.88-2.88s1.3-2.88%202.88-2.88s2.88%201.29%202.88%202.88s-1.3%202.88-2.88%202.88m8.03%201.15l-4%204c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l4-4c.29-.29.77-.29%201.06%200s.29.77%200%201.06%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%20d%3D%22M19.83%208.7L15.3%204.17a4.75%204.75%200%200%200-3.6-1.39l-5%20.24c-2%20.09-3.59%201.68-3.69%203.67l-.24%205c-.06%201.34.44%202.65%201.39%203.6l4.53%204.53a4.78%204.78%200%200%200%206.75%200l4.39-4.39a4.74%204.74%200%200%200%200-6.73M9.5%2012.38c-1.58%200-2.88-1.29-2.88-2.88s1.3-2.88%202.88-2.88s2.88%201.29%202.88%202.88s-1.3%202.88-2.88%202.88m8.03%201.15l-4%204c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l4-4c.29-.29.77-.29%201.06%200s.29.77%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tag2-filled.svg?color=%231a73e8&size=48