tag off icon
tag-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- tag-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5.785 6.492L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.587-3.588l-2.762 2.761a2 2 0 0 1-2.828 0L3.02 12.08a2 2 0 0 1 .002-2.83zm7.067 7.067l-6.36-6.36l-2.764 2.758a1 1 0 0 0 0 1.415l4.948 4.948a1 1 0 0 0 1.414 0zm3.869-3.87l-2.455 2.456l.707.707l2.455-2.456a2 2 0 0 0 .586-1.417l-.008-4.95a2 2 0 0 0-1.986-1.997L11.13 2a2 2 0 0 0-1.426.584L7.2 5.08l.707.707l2.502-2.495A1 1 0 0 1 11.123 3l4.89.032a1 1 0 0 1 .993.999l.008 4.95a1 1 0 0 1-.293.708M14 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentTagOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.785 6.492L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.587-3.588l-2.762 2.761a2 2 0 0 1-2.828 0L3.02 12.08a2 2 0 0 1 .002-2.83zm7.067 7.067l-6.36-6.36l-2.764 2.758a1 1 0 0 0 0 1.415l4.948 4.948a1 1 0 0 0 1.414 0zm3.869-3.87l-2.455 2.456l.707.707l2.455-2.456a2 2 0 0 0 .586-1.417l-.008-4.95a2 2 0 0 0-1.986-1.997L11.13 2a2 2 0 0 0-1.426.584L7.2 5.08l.707.707l2.502-2.495A1 1 0 0 1 11.123 3l4.89.032a1 1 0 0 1 .993.999l.008 4.95a1 1 0 0 1-.293.708M14 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.785 6.492L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.587-3.588l-2.762 2.761a2 2 0 0 1-2.828 0L3.02 12.08a2 2 0 0 1 .002-2.83zm7.067 7.067l-6.36-6.36l-2.764 2.758a1 1 0 0 0 0 1.415l4.948 4.948a1 1 0 0 0 1.414 0zm3.869-3.87l-2.455 2.456l.707.707l2.455-2.456a2 2 0 0 0 .586-1.417l-.008-4.95a2 2 0 0 0-1.986-1.997L11.13 2a2 2 0 0 0-1.426.584L7.2 5.08l.707.707l2.502-2.495A1 1 0 0 1 11.123 3l4.89.032a1 1 0 0 1 .993.999l.008 4.95a1 1 0 0 1-.293.708M14 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-tag-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.785%206.492L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-3.587-3.588l-2.762%202.761a2%202%200%200%201-2.828%200L3.02%2012.08a2%202%200%200%201%20.002-2.83zm7.067%207.067l-6.36-6.36l-2.764%202.758a1%201%200%200%200%200%201.415l4.948%204.948a1%201%200%200%200%201.414%200zm3.869-3.87l-2.455%202.456l.707.707l2.455-2.456a2%202%200%200%200%20.586-1.417l-.008-4.95a2%202%200%200%200-1.986-1.997L11.13%202a2%202%200%200%200-1.426.584L7.2%205.08l.707.707l2.502-2.495A1%201%200%200%201%2011.123%203l4.89.032a1%201%200%200%201%20.993.999l.008%204.95a1%201%200%200%201-.293.708M14%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.785%206.492L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-3.587-3.588l-2.762%202.761a2%202%200%200%201-2.828%200L3.02%2012.08a2%202%200%200%201%20.002-2.83zm7.067%207.067l-6.36-6.36l-2.764%202.758a1%201%200%200%200%200%201.415l4.948%204.948a1%201%200%200%200%201.414%200zm3.869-3.87l-2.455%202.456l.707.707l2.455-2.456a2%202%200%200%200%20.586-1.417l-.008-4.95a2%202%200%200%200-1.986-1.997L11.13%202a2%202%200%200%200-1.426.584L7.2%205.08l.707.707l2.502-2.495A1%201%200%200%201%2011.123%203l4.89.032a1%201%200%200%201%20.993.999l.008%204.95a1%201%200%200%201-.293.708M14%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tag-off-20-regular.svg?color=%231a73e8&size=48