tag-reset-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
tag-reset-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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-.486-1.636l-.577.578a1.755 1.755 0 0 1-2.477 0l-4.46-4.454a1.75 1.75 0 0 1-.015-2.462l8.512-8.523a1.75 1.75 0 0 1 1.239-.513h5.465a.75.75 0 0 1 .75.75v5.462c0 .464-.184.91-.513 1.237l-1.114 1.115a6 6 0 0 1 1.636.486l.54-.54A3.25 3.25 0 0 0 22 9.712zm-3.5 2.752a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m-3.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 FluentTagReset24Regular(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-.486-1.636l-.577.578a1.755 1.755 0 0 1-2.477 0l-4.46-4.454a1.75 1.75 0 0 1-.015-2.462l8.512-8.523a1.75 1.75 0 0 1 1.239-.513h5.465a.75.75 0 0 1 .75.75v5.462c0 .464-.184.91-.513 1.237l-1.114 1.115a6 6 0 0 1 1.636.486l.54-.54A3.25 3.25 0 0 0 22 9.712zm-3.5 2.752a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m-3.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-.486-1.636l-.577.578a1.755 1.755 0 0 1-2.477 0l-4.46-4.454a1.75 1.75 0 0 1-.015-2.462l8.512-8.523a1.75 1.75 0 0 1 1.239-.513h5.465a.75.75 0 0 1 .75.75v5.462c0 .464-.184.91-.513 1.237l-1.114 1.115a6 6 0 0 1 1.636.486l.54-.54A3.25 3.25 0 0 0 22 9.712zm-3.5 2.752a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m-3.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-regular {
  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-.486-1.636l-.577.578a1.755%201.755%200%200%201-2.477%200l-4.46-4.454a1.75%201.75%200%200%201-.015-2.462l8.512-8.523a1.75%201.75%200%200%201%201.239-.513h5.465a.75.75%200%200%201%20.75.75v5.462c0%20.464-.184.91-.513%201.237l-1.114%201.115a6%206%200%200%201%201.636.486l.54-.54A3.25%203.25%200%200%200%2022%209.712zm-3.5%202.752a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m-3.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-.486-1.636l-.577.578a1.755%201.755%200%200%201-2.477%200l-4.46-4.454a1.75%201.75%200%200%201-.015-2.462l8.512-8.523a1.75%201.75%200%200%201%201.239-.513h5.465a.75.75%200%200%201%20.75.75v5.462c0%20.464-.184.91-.513%201.237l-1.114%201.115a6%206%200%200%201%201.636.486l.54-.54A3.25%203.25%200%200%200%2022%209.712zm-3.5%202.752a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m-3.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-regular.svg?color=%231a73e8&size=48