tag 2 icon
tag-2-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- tag-2-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
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" d="M21.48 11.695a3.4 3.4 0 0 0-.72-1.08l-7-7a4.56 4.56 0 0 0-3.25-1.35H5.59a3.31 3.31 0 0 0-3.32 3.31v4.92a4.58 4.58 0 0 0 1.35 3.26l7 7a3.33 3.33 0 0 0 2.35.98a3.3 3.3 0 0 0 1.27-.26c.4-.169.763-.413 1.07-.72l2.73-2.72l2.72-2.72c.307-.31.551-.677.72-1.08a3.35 3.35 0 0 0 0-2.54m-12.37.46a3.05 3.05 0 1 1 3-3.05a3.06 3.06 0 0 1-3 3.08zm7.66 1l-3.63 3.64a1 1 0 1 1-1.41-1.42l3.63-3.63a1 1 0 1 1 1.41 1.42z"/></svg>
React
import type { SVGProps } from "react";
export function MageTag2Fill(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="M21.48 11.695a3.4 3.4 0 0 0-.72-1.08l-7-7a4.56 4.56 0 0 0-3.25-1.35H5.59a3.31 3.31 0 0 0-3.32 3.31v4.92a4.58 4.58 0 0 0 1.35 3.26l7 7a3.33 3.33 0 0 0 2.35.98a3.3 3.3 0 0 0 1.27-.26c.4-.169.763-.413 1.07-.72l2.73-2.72l2.72-2.72c.307-.31.551-.677.72-1.08a3.35 3.35 0 0 0 0-2.54m-12.37.46a3.05 3.05 0 1 1 3-3.05a3.06 3.06 0 0 1-3 3.08zm7.66 1l-3.63 3.64a1 1 0 1 1-1.41-1.42l3.63-3.63a1 1 0 1 1 1.41 1.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.48 11.695a3.4 3.4 0 0 0-.72-1.08l-7-7a4.56 4.56 0 0 0-3.25-1.35H5.59a3.31 3.31 0 0 0-3.32 3.31v4.92a4.58 4.58 0 0 0 1.35 3.26l7 7a3.33 3.33 0 0 0 2.35.98a3.3 3.3 0 0 0 1.27-.26c.4-.169.763-.413 1.07-.72l2.73-2.72l2.72-2.72c.307-.31.551-.677.72-1.08a3.35 3.35 0 0 0 0-2.54m-12.37.46a3.05 3.05 0 1 1 3-3.05a3.06 3.06 0 0 1-3 3.08zm7.66 1l-3.63 3.64a1 1 0 1 1-1.41-1.42l3.63-3.63a1 1 0 1 1 1.41 1.42z"/></svg> </template>
CSS
.icon-tag-2-fill {
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%22M21.48%2011.695a3.4%203.4%200%200%200-.72-1.08l-7-7a4.56%204.56%200%200%200-3.25-1.35H5.59a3.31%203.31%200%200%200-3.32%203.31v4.92a4.58%204.58%200%200%200%201.35%203.26l7%207a3.33%203.33%200%200%200%202.35.98a3.3%203.3%200%200%200%201.27-.26c.4-.169.763-.413%201.07-.72l2.73-2.72l2.72-2.72c.307-.31.551-.677.72-1.08a3.35%203.35%200%200%200%200-2.54m-12.37.46a3.05%203.05%200%201%201%203-3.05a3.06%203.06%200%200%201-3%203.08zm7.66%201l-3.63%203.64a1%201%200%201%201-1.41-1.42l3.63-3.63a1%201%200%201%201%201.41%201.42z%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%22M21.48%2011.695a3.4%203.4%200%200%200-.72-1.08l-7-7a4.56%204.56%200%200%200-3.25-1.35H5.59a3.31%203.31%200%200%200-3.32%203.31v4.92a4.58%204.58%200%200%200%201.35%203.26l7%207a3.33%203.33%200%200%200%202.35.98a3.3%203.3%200%200%200%201.27-.26c.4-.169.763-.413%201.07-.72l2.73-2.72l2.72-2.72c.307-.31.551-.677.72-1.08a3.35%203.35%200%200%200%200-2.54m-12.37.46a3.05%203.05%200%201%201%203-3.05a3.06%203.06%200%200%201-3%203.08zm7.66%201l-3.63%203.64a1%201%200%201%201-1.41-1.42l3.63-3.63a1%201%200%201%201%201.41%201.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/tag-2-fill.svg?color=%231a73e8&size=48