alert-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
alert-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4.004 7.568a5.6 5.6 0 0 1 .58-2.277L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-2.849-2.85H3.752a.8.8 0 0 1-.259-.046c-.287-.105-.476-.372-.482-.716l.004-.117l.034-.13l.95-2.584L4 7.793zM17 14.255a.72.72 0 0 1-.163.46L5.786 3.663A6.1 6.1 0 0 1 9.997 2c3.149 0 5.744 2.335 5.984 5.355l.013.223l.005.224l-.001 3.606l.954 2.587l.025.085l.016.086zm-4.55 1.747a2.5 2.5 0 0 1-4.899 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlertOff20Filled(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="M4.004 7.568a5.6 5.6 0 0 1 .58-2.277L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-2.849-2.85H3.752a.8.8 0 0 1-.259-.046c-.287-.105-.476-.372-.482-.716l.004-.117l.034-.13l.95-2.584L4 7.793zM17 14.255a.72.72 0 0 1-.163.46L5.786 3.663A6.1 6.1 0 0 1 9.997 2c3.149 0 5.744 2.335 5.984 5.355l.013.223l.005.224l-.001 3.606l.954 2.587l.025.085l.016.086zm-4.55 1.747a2.5 2.5 0 0 1-4.899 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.004 7.568a5.6 5.6 0 0 1 .58-2.277L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-2.849-2.85H3.752a.8.8 0 0 1-.259-.046c-.287-.105-.476-.372-.482-.716l.004-.117l.034-.13l.95-2.584L4 7.793zM17 14.255a.72.72 0 0 1-.163.46L5.786 3.663A6.1 6.1 0 0 1 9.997 2c3.149 0 5.744 2.335 5.984 5.355l.013.223l.005.224l-.001 3.606l.954 2.587l.025.085l.016.086zm-4.55 1.747a2.5 2.5 0 0 1-4.899 0z"/></svg>
</template>

CSS

.icon-alert-off-20-filled {
  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%22M4.004%207.568a5.6%205.6%200%200%201%20.58-2.277L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-2.849-2.85H3.752a.8.8%200%200%201-.259-.046c-.287-.105-.476-.372-.482-.716l.004-.117l.034-.13l.95-2.584L4%207.793zM17%2014.255a.72.72%200%200%201-.163.46L5.786%203.663A6.1%206.1%200%200%201%209.997%202c3.149%200%205.744%202.335%205.984%205.355l.013.223l.005.224l-.001%203.606l.954%202.587l.025.085l.016.086zm-4.55%201.747a2.5%202.5%200%200%201-4.899%200z%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%22M4.004%207.568a5.6%205.6%200%200%201%20.58-2.277L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-2.849-2.85H3.752a.8.8%200%200%201-.259-.046c-.287-.105-.476-.372-.482-.716l.004-.117l.034-.13l.95-2.584L4%207.793zM17%2014.255a.72.72%200%200%201-.163.46L5.786%203.663A6.1%206.1%200%200%201%209.997%202c3.149%200%205.744%202.335%205.984%205.355l.013.223l.005.224l-.001%203.606l.954%202.587l.025.085l.016.086zm-4.55%201.747a2.5%202.5%200%200%201-4.899%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/alert-off-20-filled.svg?color=%231a73e8&size=48