tag off icon
tag-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- tag-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the tag off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.942 8.003L2.22 3.28a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 1 1-1.06 1.06L16 17.06l-3.452 3.453a3.255 3.255 0 0 1-4.596.001L3.49 16.06a3.25 3.25 0 0 1-.004-4.596zM14.94 16L8.003 9.064l-3.468 3.472a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.477 0zm5.05-5.05L17 13.939l1.061 1.06l2.99-2.99A3.25 3.25 0 0 0 22 9.713V4.25A2.25 2.25 0 0 0 19.75 2h-5.464a3.25 3.25 0 0 0-2.3.953L9.002 5.941l1.06 1.06l2.985-2.988a1.75 1.75 0 0 1 1.239-.513h5.465a.75.75 0 0 1 .75.75v5.462c0 .464-.184.91-.513 1.237M17 5.501a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentTagOff24Regular(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="M6.942 8.003L2.22 3.28a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 1 1-1.06 1.06L16 17.06l-3.452 3.453a3.255 3.255 0 0 1-4.596.001L3.49 16.06a3.25 3.25 0 0 1-.004-4.596zM14.94 16L8.003 9.064l-3.468 3.472a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.477 0zm5.05-5.05L17 13.939l1.061 1.06l2.99-2.99A3.25 3.25 0 0 0 22 9.713V4.25A2.25 2.25 0 0 0 19.75 2h-5.464a3.25 3.25 0 0 0-2.3.953L9.002 5.941l1.06 1.06l2.985-2.988a1.75 1.75 0 0 1 1.239-.513h5.465a.75.75 0 0 1 .75.75v5.462c0 .464-.184.91-.513 1.237M17 5.501a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.942 8.003L2.22 3.28a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 1 1-1.06 1.06L16 17.06l-3.452 3.453a3.255 3.255 0 0 1-4.596.001L3.49 16.06a3.25 3.25 0 0 1-.004-4.596zM14.94 16L8.003 9.064l-3.468 3.472a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.477 0zm5.05-5.05L17 13.939l1.061 1.06l2.99-2.99A3.25 3.25 0 0 0 22 9.713V4.25A2.25 2.25 0 0 0 19.75 2h-5.464a3.25 3.25 0 0 0-2.3.953L9.002 5.941l1.06 1.06l2.985-2.988a1.75 1.75 0 0 1 1.239-.513h5.465a.75.75 0 0 1 .75.75v5.462c0 .464-.184.91-.513 1.237M17 5.501a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-tag-off-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%22M6.942%208.003L2.22%203.28a.75.75%200%200%201%201.06-1.06l18.5%2018.5a.75.75%200%201%201-1.06%201.06L16%2017.06l-3.452%203.453a3.255%203.255%200%200%201-4.596.001L3.49%2016.06a3.25%203.25%200%200%201-.004-4.596zM14.94%2016L8.003%209.064l-3.468%203.472a1.75%201.75%200%200%200%20.015%202.462l4.461%204.454a1.755%201.755%200%200%200%202.477%200zm5.05-5.05L17%2013.939l1.061%201.06l2.99-2.99A3.25%203.25%200%200%200%2022%209.713V4.25A2.25%202.25%200%200%200%2019.75%202h-5.464a3.25%203.25%200%200%200-2.3.953L9.002%205.941l1.06%201.06l2.985-2.988a1.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.237M17%205.501a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%22M6.942%208.003L2.22%203.28a.75.75%200%200%201%201.06-1.06l18.5%2018.5a.75.75%200%201%201-1.06%201.06L16%2017.06l-3.452%203.453a3.255%203.255%200%200%201-4.596.001L3.49%2016.06a3.25%203.25%200%200%201-.004-4.596zM14.94%2016L8.003%209.064l-3.468%203.472a1.75%201.75%200%200%200%20.015%202.462l4.461%204.454a1.755%201.755%200%200%200%202.477%200zm5.05-5.05L17%2013.939l1.061%201.06l2.99-2.99A3.25%203.25%200%200%200%2022%209.713V4.25A2.25%202.25%200%200%200%2019.75%202h-5.464a3.25%203.25%200%200%200-2.3.953L9.002%205.941l1.06%201.06l2.985-2.988a1.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.237M17%205.501a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tag-off-24-regular.svg?color=%231a73e8&size=48