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

Name
alert-on-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the alert on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.796 2.098a.5.5 0 1 0-.6.8L3.198 4.4a.5.5 0 1 0 .6-.8zM1 7a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 0-1zm11.45 9a2.501 2.501 0 0 1-4.9 0zM9.998 2c3.149 0 5.744 2.334 5.984 5.355l.014.222l.004.225l-.001 3.606l.954 2.587l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.751a.8.8 0 0 1-.259-.046c-.287-.106-.476-.372-.482-.716l.004-.118l.034-.13l.951-2.583L4 7.792l.004-.224C4.127 4.45 6.771 2 9.998 2m8.906.198a.5.5 0 0 0-.7-.1L16.202 3.6a.5.5 0 0 0 .6.8l2.002-1.502a.5.5 0 0 0 .1-.7M19.5 7.5A.5.5 0 0 0 19 7h-1.5a.5.5 0 0 0 0 1H19a.5.5 0 0 0 .5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlertOn20Filled(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="M1.796 2.098a.5.5 0 1 0-.6.8L3.198 4.4a.5.5 0 1 0 .6-.8zM1 7a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 0-1zm11.45 9a2.501 2.501 0 0 1-4.9 0zM9.998 2c3.149 0 5.744 2.334 5.984 5.355l.014.222l.004.225l-.001 3.606l.954 2.587l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.751a.8.8 0 0 1-.259-.046c-.287-.106-.476-.372-.482-.716l.004-.118l.034-.13l.951-2.583L4 7.792l.004-.224C4.127 4.45 6.771 2 9.998 2m8.906.198a.5.5 0 0 0-.7-.1L16.202 3.6a.5.5 0 0 0 .6.8l2.002-1.502a.5.5 0 0 0 .1-.7M19.5 7.5A.5.5 0 0 0 19 7h-1.5a.5.5 0 0 0 0 1H19a.5.5 0 0 0 .5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.796 2.098a.5.5 0 1 0-.6.8L3.198 4.4a.5.5 0 1 0 .6-.8zM1 7a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 0-1zm11.45 9a2.501 2.501 0 0 1-4.9 0zM9.998 2c3.149 0 5.744 2.334 5.984 5.355l.014.222l.004.225l-.001 3.606l.954 2.587l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.751a.8.8 0 0 1-.259-.046c-.287-.106-.476-.372-.482-.716l.004-.118l.034-.13l.951-2.583L4 7.792l.004-.224C4.127 4.45 6.771 2 9.998 2m8.906.198a.5.5 0 0 0-.7-.1L16.202 3.6a.5.5 0 0 0 .6.8l2.002-1.502a.5.5 0 0 0 .1-.7M19.5 7.5A.5.5 0 0 0 19 7h-1.5a.5.5 0 0 0 0 1H19a.5.5 0 0 0 .5-.5"/></svg>
</template>

CSS

.icon-alert-on-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%22M1.796%202.098a.5.5%200%201%200-.6.8L3.198%204.4a.5.5%200%201%200%20.6-.8zM1%207a.5.5%200%200%200%200%201h1.5a.5.5%200%200%200%200-1zm11.45%209a2.501%202.501%200%200%201-4.9%200zM9.998%202c3.149%200%205.744%202.334%205.984%205.355l.014.222l.004.225l-.001%203.606l.954%202.587l.025.084l.016.087l.005.088c0%20.315-.196.59-.522.707l-.113.033l-.115.01H3.751a.8.8%200%200%201-.259-.046c-.287-.106-.476-.372-.482-.716l.004-.118l.034-.13l.951-2.583L4%207.792l.004-.224C4.127%204.45%206.771%202%209.998%202m8.906.198a.5.5%200%200%200-.7-.1L16.202%203.6a.5.5%200%200%200%20.6.8l2.002-1.502a.5.5%200%200%200%20.1-.7M19.5%207.5A.5.5%200%200%200%2019%207h-1.5a.5.5%200%200%200%200%201H19a.5.5%200%200%200%20.5-.5%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%22M1.796%202.098a.5.5%200%201%200-.6.8L3.198%204.4a.5.5%200%201%200%20.6-.8zM1%207a.5.5%200%200%200%200%201h1.5a.5.5%200%200%200%200-1zm11.45%209a2.501%202.501%200%200%201-4.9%200zM9.998%202c3.149%200%205.744%202.334%205.984%205.355l.014.222l.004.225l-.001%203.606l.954%202.587l.025.084l.016.087l.005.088c0%20.315-.196.59-.522.707l-.113.033l-.115.01H3.751a.8.8%200%200%201-.259-.046c-.287-.106-.476-.372-.482-.716l.004-.118l.034-.13l.951-2.583L4%207.792l.004-.224C4.127%204.45%206.771%202%209.998%202m8.906.198a.5.5%200%200%200-.7-.1L16.202%203.6a.5.5%200%200%200%20.6.8l2.002-1.502a.5.5%200%200%200%20.1-.7M19.5%207.5A.5.5%200%200%200%2019%207h-1.5a.5.5%200%200%200%200%201H19a.5.5%200%200%200%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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