tag error icon
tag-error-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- tag-error-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the tag error icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-.026.026a6.5 6.5 0 0 0-1.43-.692l.395-.395a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75h-5.466c-.464 0-.91.185-1.238.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.33.13q.249.732.654 1.375a3.256 3.256 0 0 1-4.043-.443L3.489 16.06a3.25 3.25 0 0 1-.004-4.596l8.5-8.51a3.25 3.25 0 0 1 2.3-.953zM17 5.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M17.5 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentTagError24Regular(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="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-.026.026a6.5 6.5 0 0 0-1.43-.692l.395-.395a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75h-5.466c-.464 0-.91.185-1.238.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.33.13q.249.732.654 1.375a3.256 3.256 0 0 1-4.043-.443L3.489 16.06a3.25 3.25 0 0 1-.004-4.596l8.5-8.51a3.25 3.25 0 0 1 2.3-.953zM17 5.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M17.5 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-.026.026a6.5 6.5 0 0 0-1.43-.692l.395-.395a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75h-5.466c-.464 0-.91.185-1.238.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.33.13q.249.732.654 1.375a3.256 3.256 0 0 1-4.043-.443L3.489 16.06a3.25 3.25 0 0 1-.004-4.596l8.5-8.51a3.25 3.25 0 0 1 2.3-.953zM17 5.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0M17.5 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5m0 7.125a.625.625 0 1 0 0-1.25a.625.625 0 0 0 0 1.25"/></svg> </template>
CSS
.icon-tag-error-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%22M19.75%202A2.25%202.25%200%200%201%2022%204.25v5.462a3.25%203.25%200%200%201-.952%202.298l-.026.026a6.5%206.5%200%200%200-1.43-.692l.395-.395a1.75%201.75%200%200%200%20.513-1.237V4.25a.75.75%200%200%200-.75-.75h-5.466c-.464%200-.91.185-1.238.513l-8.512%208.523a1.75%201.75%200%200%200%20.015%202.462l4.461%204.454a1.755%201.755%200%200%200%202.33.13q.249.732.654%201.375a3.256%203.256%200%200%201-4.043-.443L3.489%2016.06a3.25%203.25%200%200%201-.004-4.596l8.5-8.51a3.25%203.25%200%200%201%202.3-.953zM17%205.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200M17.5%2014a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%201%200v-4a.5.5%200%200%200-.5-.5m0%207.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%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%22M19.75%202A2.25%202.25%200%200%201%2022%204.25v5.462a3.25%203.25%200%200%201-.952%202.298l-.026.026a6.5%206.5%200%200%200-1.43-.692l.395-.395a1.75%201.75%200%200%200%20.513-1.237V4.25a.75.75%200%200%200-.75-.75h-5.466c-.464%200-.91.185-1.238.513l-8.512%208.523a1.75%201.75%200%200%200%20.015%202.462l4.461%204.454a1.755%201.755%200%200%200%202.33.13q.249.732.654%201.375a3.256%203.256%200%200%201-4.043-.443L3.489%2016.06a3.25%203.25%200%200%201-.004-4.596l8.5-8.51a3.25%203.25%200%200%201%202.3-.953zM17%205.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200M17.5%2014a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%201%200v-4a.5.5%200%200%200-.5-.5m0%207.125a.625.625%200%201%200%200-1.25a.625.625%200%200%200%200%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tag-error-24-regular.svg?color=%231a73e8&size=48