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

Name
alert-on-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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-1zm8.998-5c3.149 0 5.744 2.334 5.984 5.355l.014.222l.004.225l-.001 3.596l.925 2.222a1 1 0 0 1 .053.167l.016.086l.008.131a1 1 0 0 1-.749.963l-.116.027l-.135.01H12.5l-.005.16a2.5 2.5 0 0 1-4.99 0l-.005-.16H3.999q-.132 0-.26-.034l-.124-.043a1 1 0 0 1-.603-1.052l.021-.127l.043-.128l.923-2.22L4 7.793l.004-.224C4.127 4.45 6.771 2 9.998 2M11.5 15.004h-3l.007.141a1.5 1.5 0 0 0 1.349 1.348L10 16.5a1.5 1.5 0 0 0 1.493-1.356zM9.998 3c-2.623 0-4.77 1.923-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192l-.963 2.312l11.958.002l.045-.002l-.964-2.312L15 11.5V7.812l-.004-.204C14.891 5.034 12.695 3 9.998 3m8.906-.802a.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 FluentAlertOn20Regular(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-1zm8.998-5c3.149 0 5.744 2.334 5.984 5.355l.014.222l.004.225l-.001 3.596l.925 2.222a1 1 0 0 1 .053.167l.016.086l.008.131a1 1 0 0 1-.749.963l-.116.027l-.135.01H12.5l-.005.16a2.5 2.5 0 0 1-4.99 0l-.005-.16H3.999q-.132 0-.26-.034l-.124-.043a1 1 0 0 1-.603-1.052l.021-.127l.043-.128l.923-2.22L4 7.793l.004-.224C4.127 4.45 6.771 2 9.998 2M11.5 15.004h-3l.007.141a1.5 1.5 0 0 0 1.349 1.348L10 16.5a1.5 1.5 0 0 0 1.493-1.356zM9.998 3c-2.623 0-4.77 1.923-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192l-.963 2.312l11.958.002l.045-.002l-.964-2.312L15 11.5V7.812l-.004-.204C14.891 5.034 12.695 3 9.998 3m8.906-.802a.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-1zm8.998-5c3.149 0 5.744 2.334 5.984 5.355l.014.222l.004.225l-.001 3.596l.925 2.222a1 1 0 0 1 .053.167l.016.086l.008.131a1 1 0 0 1-.749.963l-.116.027l-.135.01H12.5l-.005.16a2.5 2.5 0 0 1-4.99 0l-.005-.16H3.999q-.132 0-.26-.034l-.124-.043a1 1 0 0 1-.603-1.052l.021-.127l.043-.128l.923-2.22L4 7.793l.004-.224C4.127 4.45 6.771 2 9.998 2M11.5 15.004h-3l.007.141a1.5 1.5 0 0 0 1.349 1.348L10 16.5a1.5 1.5 0 0 0 1.493-1.356zM9.998 3c-2.623 0-4.77 1.923-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192l-.963 2.312l11.958.002l.045-.002l-.964-2.312L15 11.5V7.812l-.004-.204C14.891 5.034 12.695 3 9.998 3m8.906-.802a.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-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%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-1zm8.998-5c3.149%200%205.744%202.334%205.984%205.355l.014.222l.004.225l-.001%203.596l.925%202.222a1%201%200%200%201%20.053.167l.016.086l.008.131a1%201%200%200%201-.749.963l-.116.027l-.135.01H12.5l-.005.16a2.5%202.5%200%200%201-4.99%200l-.005-.16H3.999q-.132%200-.26-.034l-.124-.043a1%201%200%200%201-.603-1.052l.021-.127l.043-.128l.923-2.22L4%207.793l.004-.224C4.127%204.45%206.771%202%209.998%202M11.5%2015.004h-3l.007.141a1.5%201.5%200%200%200%201.349%201.348L10%2016.5a1.5%201.5%200%200%200%201.493-1.356zM9.998%203c-2.623%200-4.77%201.923-4.98%204.385l-.014.212L5%207.802V11.5l-.038.192l-.963%202.312l11.958.002l.045-.002l-.964-2.312L15%2011.5V7.812l-.004-.204C14.891%205.034%2012.695%203%209.998%203m8.906-.802a.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-1zm8.998-5c3.149%200%205.744%202.334%205.984%205.355l.014.222l.004.225l-.001%203.596l.925%202.222a1%201%200%200%201%20.053.167l.016.086l.008.131a1%201%200%200%201-.749.963l-.116.027l-.135.01H12.5l-.005.16a2.5%202.5%200%200%201-4.99%200l-.005-.16H3.999q-.132%200-.26-.034l-.124-.043a1%201%200%200%201-.603-1.052l.021-.127l.043-.128l.923-2.22L4%207.793l.004-.224C4.127%204.45%206.771%202%209.998%202M11.5%2015.004h-3l.007.141a1.5%201.5%200%200%200%201.349%201.348L10%2016.5a1.5%201.5%200%200%200%201.493-1.356zM9.998%203c-2.623%200-4.77%201.923-4.98%204.385l-.014.212L5%207.802V11.5l-.038.192l-.963%202.312l11.958.002l.045-.002l-.964-2.312L15%2011.5V7.812l-.004-.204C14.891%205.034%2012.695%203%209.998%203m8.906-.802a.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-regular.svg?color=%231a73e8&size=48