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

Name
alert-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.998 2c3.149 0 5.744 2.335 5.984 5.355l.014.223l.004.224l-.001 3.596l.925 2.222q.034.081.053.167l.016.086l.008.132a1 1 0 0 1-.749.963l-.116.027l-.135.01l-3.501-.001l-.005.161a2.5 2.5 0 0 1-4.99 0l-.005-.161H3.999a1 1 0 0 1-.26-.034l-.124-.042a1 1 0 0 1-.603-1.052l.021-.128l.043-.128l.923-2.219L4 7.793l.004-.225C4.127 4.451 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.355zM9.998 3c-2.623 0-4.77 1.924-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192l-.963 2.313l11.958.002l.045-.002l-.964-2.313L15 11.5V7.812l-.004-.204C14.891 5.035 12.695 3 9.998 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlert20Regular(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="M9.998 2c3.149 0 5.744 2.335 5.984 5.355l.014.223l.004.224l-.001 3.596l.925 2.222q.034.081.053.167l.016.086l.008.132a1 1 0 0 1-.749.963l-.116.027l-.135.01l-3.501-.001l-.005.161a2.5 2.5 0 0 1-4.99 0l-.005-.161H3.999a1 1 0 0 1-.26-.034l-.124-.042a1 1 0 0 1-.603-1.052l.021-.128l.043-.128l.923-2.219L4 7.793l.004-.225C4.127 4.451 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.355zM9.998 3c-2.623 0-4.77 1.924-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192l-.963 2.313l11.958.002l.045-.002l-.964-2.313L15 11.5V7.812l-.004-.204C14.891 5.035 12.695 3 9.998 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.998 2c3.149 0 5.744 2.335 5.984 5.355l.014.223l.004.224l-.001 3.596l.925 2.222q.034.081.053.167l.016.086l.008.132a1 1 0 0 1-.749.963l-.116.027l-.135.01l-3.501-.001l-.005.161a2.5 2.5 0 0 1-4.99 0l-.005-.161H3.999a1 1 0 0 1-.26-.034l-.124-.042a1 1 0 0 1-.603-1.052l.021-.128l.043-.128l.923-2.219L4 7.793l.004-.225C4.127 4.451 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.355zM9.998 3c-2.623 0-4.77 1.924-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192l-.963 2.313l11.958.002l.045-.002l-.964-2.313L15 11.5V7.812l-.004-.204C14.891 5.035 12.695 3 9.998 3"/></svg>
</template>

CSS

.icon-alert-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%22M9.998%202c3.149%200%205.744%202.335%205.984%205.355l.014.223l.004.224l-.001%203.596l.925%202.222q.034.081.053.167l.016.086l.008.132a1%201%200%200%201-.749.963l-.116.027l-.135.01l-3.501-.001l-.005.161a2.5%202.5%200%200%201-4.99%200l-.005-.161H3.999a1%201%200%200%201-.26-.034l-.124-.042a1%201%200%200%201-.603-1.052l.021-.128l.043-.128l.923-2.219L4%207.793l.004-.225C4.127%204.451%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.355zM9.998%203c-2.623%200-4.77%201.924-4.98%204.385l-.014.212L5%207.802V11.5l-.038.192l-.963%202.313l11.958.002l.045-.002l-.964-2.313L15%2011.5V7.812l-.004-.204C14.891%205.035%2012.695%203%209.998%203%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%22M9.998%202c3.149%200%205.744%202.335%205.984%205.355l.014.223l.004.224l-.001%203.596l.925%202.222q.034.081.053.167l.016.086l.008.132a1%201%200%200%201-.749.963l-.116.027l-.135.01l-3.501-.001l-.005.161a2.5%202.5%200%200%201-4.99%200l-.005-.161H3.999a1%201%200%200%201-.26-.034l-.124-.042a1%201%200%200%201-.603-1.052l.021-.128l.043-.128l.923-2.219L4%207.793l.004-.225C4.127%204.451%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.355zM9.998%203c-2.623%200-4.77%201.924-4.98%204.385l-.014.212L5%207.802V11.5l-.038.192l-.963%202.313l11.958.002l.045-.002l-.964-2.313L15%2011.5V7.812l-.004-.204C14.891%205.035%2012.695%203%209.998%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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