alert off icon
alert-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- alert-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the alert off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.22 6.28l-3-3a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 1 1-1.06 1.06l-3.28-3.28l-2.44.001a3 3 0 0 1-5.995.177L9 18.499H4.275a1.25 1.25 0 0 1-1.147-1.747L4.5 13.594V9.496c0-1.152.258-2.242.72-3.216M15.94 17L6.364 7.425A6 6 0 0 0 6 9.496v4.41L4.656 17zm-2.44 1.5l-3 .001a1.5 1.5 0 0 0 2.993.145zm4.5-4.593l.708 1.62l2.188 2.187a1.25 1.25 0 0 0-.016-.965l-1.38-3.156V9.496l-.004-.25A7.49 7.49 0 0 0 12 1.995A7.48 7.48 0 0 0 7.043 3.86l1.064 1.064A5.98 5.98 0 0 1 12 3.496a5.99 5.99 0 0 1 5.997 5.788l.003.225z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlertOff24Regular(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="m5.22 6.28l-3-3a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 1 1-1.06 1.06l-3.28-3.28l-2.44.001a3 3 0 0 1-5.995.177L9 18.499H4.275a1.25 1.25 0 0 1-1.147-1.747L4.5 13.594V9.496c0-1.152.258-2.242.72-3.216M15.94 17L6.364 7.425A6 6 0 0 0 6 9.496v4.41L4.656 17zm-2.44 1.5l-3 .001a1.5 1.5 0 0 0 2.993.145zm4.5-4.593l.708 1.62l2.188 2.187a1.25 1.25 0 0 0-.016-.965l-1.38-3.156V9.496l-.004-.25A7.49 7.49 0 0 0 12 1.995A7.48 7.48 0 0 0 7.043 3.86l1.064 1.064A5.98 5.98 0 0 1 12 3.496a5.99 5.99 0 0 1 5.997 5.788l.003.225z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.22 6.28l-3-3a.75.75 0 0 1 1.06-1.06l18.5 18.5a.75.75 0 1 1-1.06 1.06l-3.28-3.28l-2.44.001a3 3 0 0 1-5.995.177L9 18.499H4.275a1.25 1.25 0 0 1-1.147-1.747L4.5 13.594V9.496c0-1.152.258-2.242.72-3.216M15.94 17L6.364 7.425A6 6 0 0 0 6 9.496v4.41L4.656 17zm-2.44 1.5l-3 .001a1.5 1.5 0 0 0 2.993.145zm4.5-4.593l.708 1.62l2.188 2.187a1.25 1.25 0 0 0-.016-.965l-1.38-3.156V9.496l-.004-.25A7.49 7.49 0 0 0 12 1.995A7.48 7.48 0 0 0 7.043 3.86l1.064 1.064A5.98 5.98 0 0 1 12 3.496a5.99 5.99 0 0 1 5.997 5.788l.003.225z"/></svg> </template>
CSS
.icon-alert-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%22m5.22%206.28l-3-3a.75.75%200%200%201%201.06-1.06l18.5%2018.5a.75.75%200%201%201-1.06%201.06l-3.28-3.28l-2.44.001a3%203%200%200%201-5.995.177L9%2018.499H4.275a1.25%201.25%200%200%201-1.147-1.747L4.5%2013.594V9.496c0-1.152.258-2.242.72-3.216M15.94%2017L6.364%207.425A6%206%200%200%200%206%209.496v4.41L4.656%2017zm-2.44%201.5l-3%20.001a1.5%201.5%200%200%200%202.993.145zm4.5-4.593l.708%201.62l2.188%202.187a1.25%201.25%200%200%200-.016-.965l-1.38-3.156V9.496l-.004-.25A7.49%207.49%200%200%200%2012%201.995A7.48%207.48%200%200%200%207.043%203.86l1.064%201.064A5.98%205.98%200%200%201%2012%203.496a5.99%205.99%200%200%201%205.997%205.788l.003.225z%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%22m5.22%206.28l-3-3a.75.75%200%200%201%201.06-1.06l18.5%2018.5a.75.75%200%201%201-1.06%201.06l-3.28-3.28l-2.44.001a3%203%200%200%201-5.995.177L9%2018.499H4.275a1.25%201.25%200%200%201-1.147-1.747L4.5%2013.594V9.496c0-1.152.258-2.242.72-3.216M15.94%2017L6.364%207.425A6%206%200%200%200%206%209.496v4.41L4.656%2017zm-2.44%201.5l-3%20.001a1.5%201.5%200%200%200%202.993.145zm4.5-4.593l.708%201.62l2.188%202.187a1.25%201.25%200%200%200-.016-.965l-1.38-3.156V9.496l-.004-.25A7.49%207.49%200%200%200%2012%201.995A7.48%207.48%200%200%200%207.043%203.86l1.064%201.064A5.98%205.98%200%200%201%2012%203.496a5.99%205.99%200%200%201%205.997%205.788l.003.225z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/alert-off-24-regular.svg?color=%231a73e8&size=48