tag reset icon
tag-reset-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- tag-reset-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the tag reset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 4.25A2.25 2.25 0 0 0 19.75 2h-5.466a3.25 3.25 0 0 0-2.299.953l-8.5 8.51a3.25 3.25 0 0 0 .004 4.596l4.462 4.455a3.255 3.255 0 0 0 4.596-.001l.003-.003A6 6 0 0 1 12 18c0-.553.257-1.047.658-1.367l-1.645-1.646a1.75 1.75 0 0 1 0-2.474l2-2A1.75 1.75 0 0 1 15.983 12H18c.87 0 1.725.189 2.509.55l.54-.54a3.25 3.25 0 0 0 .95-2.298zm-6.5 2.752a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-.72 5.278a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H18a3.5 3.5 0 1 1-3.5 3.5a.75.75 0 0 0-1.5 0a5 5 0 1 0 5-5h-3.94z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTagReset24Filled(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="M22 4.25A2.25 2.25 0 0 0 19.75 2h-5.466a3.25 3.25 0 0 0-2.299.953l-8.5 8.51a3.25 3.25 0 0 0 .004 4.596l4.462 4.455a3.255 3.255 0 0 0 4.596-.001l.003-.003A6 6 0 0 1 12 18c0-.553.257-1.047.658-1.367l-1.645-1.646a1.75 1.75 0 0 1 0-2.474l2-2A1.75 1.75 0 0 1 15.983 12H18c.87 0 1.725.189 2.509.55l.54-.54a3.25 3.25 0 0 0 .95-2.298zm-6.5 2.752a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-.72 5.278a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H18a3.5 3.5 0 1 1-3.5 3.5a.75.75 0 0 0-1.5 0a5 5 0 1 0 5-5h-3.94z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 4.25A2.25 2.25 0 0 0 19.75 2h-5.466a3.25 3.25 0 0 0-2.299.953l-8.5 8.51a3.25 3.25 0 0 0 .004 4.596l4.462 4.455a3.255 3.255 0 0 0 4.596-.001l.003-.003A6 6 0 0 1 12 18c0-.553.257-1.047.658-1.367l-1.645-1.646a1.75 1.75 0 0 1 0-2.474l2-2A1.75 1.75 0 0 1 15.983 12H18c.87 0 1.725.189 2.509.55l.54-.54a3.25 3.25 0 0 0 .95-2.298zm-6.5 2.752a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m-.72 5.278a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H18a3.5 3.5 0 1 1-3.5 3.5a.75.75 0 0 0-1.5 0a5 5 0 1 0 5-5h-3.94z"/></svg> </template>
CSS
.icon-tag-reset-24-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%22M22%204.25A2.25%202.25%200%200%200%2019.75%202h-5.466a3.25%203.25%200%200%200-2.299.953l-8.5%208.51a3.25%203.25%200%200%200%20.004%204.596l4.462%204.455a3.255%203.255%200%200%200%204.596-.001l.003-.003A6%206%200%200%201%2012%2018c0-.553.257-1.047.658-1.367l-1.645-1.646a1.75%201.75%200%200%201%200-2.474l2-2A1.75%201.75%200%200%201%2015.983%2012H18c.87%200%201.725.189%202.509.55l.54-.54a3.25%203.25%200%200%200%20.95-2.298zm-6.5%202.752a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-.72%205.278a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%200%200%200%201.06l2%202a.75.75%200%201%200%201.06-1.06l-.72-.72H18a3.5%203.5%200%201%201-3.5%203.5a.75.75%200%200%200-1.5%200a5%205%200%201%200%205-5h-3.94z%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%22M22%204.25A2.25%202.25%200%200%200%2019.75%202h-5.466a3.25%203.25%200%200%200-2.299.953l-8.5%208.51a3.25%203.25%200%200%200%20.004%204.596l4.462%204.455a3.255%203.255%200%200%200%204.596-.001l.003-.003A6%206%200%200%201%2012%2018c0-.553.257-1.047.658-1.367l-1.645-1.646a1.75%201.75%200%200%201%200-2.474l2-2A1.75%201.75%200%200%201%2015.983%2012H18c.87%200%201.725.189%202.509.55l.54-.54a3.25%203.25%200%200%200%20.95-2.298zm-6.5%202.752a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m-.72%205.278a.75.75%200%201%200-1.06-1.06l-2%202a.75.75%200%200%200%200%201.06l2%202a.75.75%200%201%200%201.06-1.06l-.72-.72H18a3.5%203.5%200%201%201-3.5%203.5a.75.75%200%200%200-1.5%200a5%205%200%201%200%205-5h-3.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tag-reset-24-filled.svg?color=%231a73e8&size=48