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

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

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the alert badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.988 1.996c1.447 0 2.8.407 3.947 1.115a3.5 3.5 0 0 0-.767 1.289a6 6 0 0 0-3.18-.904a5.99 5.99 0 0 0-6.009 5.998v4.409l-1.345 3.093H19.35l-1.354-3.092V9.506l-.004-.225a6 6 0 0 0-.02-.323a3.5 3.5 0 0 0 1.499-.098q.015.19.023.382l.004.251v4.096l1.382 3.155a1.25 1.25 0 0 1-1.147 1.75l-4.741.002c0 1.656-1.345 3-3.004 3a3 3 0 0 1-3-2.824l-.005-.178H4.252a1.25 1.25 0 0 1-1.148-1.747l1.373-3.157V9.494a7.493 7.493 0 0 1 7.51-7.498m1.501 16.499l-3.003.002a1.501 1.501 0 0 0 2.997.144zm2.544-13.442A2.5 2.5 0 0 1 18.497 3A2.5 2.5 0 0 1 21 5.499a2.5 2.5 0 0 1-3.218 2.396a2.5 2.5 0 0 1-1.749-2.842"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlertBadge24Regular(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="M11.988 1.996c1.447 0 2.8.407 3.947 1.115a3.5 3.5 0 0 0-.767 1.289a6 6 0 0 0-3.18-.904a5.99 5.99 0 0 0-6.009 5.998v4.409l-1.345 3.093H19.35l-1.354-3.092V9.506l-.004-.225a6 6 0 0 0-.02-.323a3.5 3.5 0 0 0 1.499-.098q.015.19.023.382l.004.251v4.096l1.382 3.155a1.25 1.25 0 0 1-1.147 1.75l-4.741.002c0 1.656-1.345 3-3.004 3a3 3 0 0 1-3-2.824l-.005-.178H4.252a1.25 1.25 0 0 1-1.148-1.747l1.373-3.157V9.494a7.493 7.493 0 0 1 7.51-7.498m1.501 16.499l-3.003.002a1.501 1.501 0 0 0 2.997.144zm2.544-13.442A2.5 2.5 0 0 1 18.497 3A2.5 2.5 0 0 1 21 5.499a2.5 2.5 0 0 1-3.218 2.396a2.5 2.5 0 0 1-1.749-2.842"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.988 1.996c1.447 0 2.8.407 3.947 1.115a3.5 3.5 0 0 0-.767 1.289a6 6 0 0 0-3.18-.904a5.99 5.99 0 0 0-6.009 5.998v4.409l-1.345 3.093H19.35l-1.354-3.092V9.506l-.004-.225a6 6 0 0 0-.02-.323a3.5 3.5 0 0 0 1.499-.098q.015.19.023.382l.004.251v4.096l1.382 3.155a1.25 1.25 0 0 1-1.147 1.75l-4.741.002c0 1.656-1.345 3-3.004 3a3 3 0 0 1-3-2.824l-.005-.178H4.252a1.25 1.25 0 0 1-1.148-1.747l1.373-3.157V9.494a7.493 7.493 0 0 1 7.51-7.498m1.501 16.499l-3.003.002a1.501 1.501 0 0 0 2.997.144zm2.544-13.442A2.5 2.5 0 0 1 18.497 3A2.5 2.5 0 0 1 21 5.499a2.5 2.5 0 0 1-3.218 2.396a2.5 2.5 0 0 1-1.749-2.842"/></svg>
</template>

CSS

.icon-alert-badge-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%22M11.988%201.996c1.447%200%202.8.407%203.947%201.115a3.5%203.5%200%200%200-.767%201.289a6%206%200%200%200-3.18-.904a5.99%205.99%200%200%200-6.009%205.998v4.409l-1.345%203.093H19.35l-1.354-3.092V9.506l-.004-.225a6%206%200%200%200-.02-.323a3.5%203.5%200%200%200%201.499-.098q.015.19.023.382l.004.251v4.096l1.382%203.155a1.25%201.25%200%200%201-1.147%201.75l-4.741.002c0%201.656-1.345%203-3.004%203a3%203%200%200%201-3-2.824l-.005-.178H4.252a1.25%201.25%200%200%201-1.148-1.747l1.373-3.157V9.494a7.493%207.493%200%200%201%207.51-7.498m1.501%2016.499l-3.003.002a1.501%201.501%200%200%200%202.997.144zm2.544-13.442A2.5%202.5%200%200%201%2018.497%203A2.5%202.5%200%200%201%2021%205.499a2.5%202.5%200%200%201-3.218%202.396a2.5%202.5%200%200%201-1.749-2.842%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%22M11.988%201.996c1.447%200%202.8.407%203.947%201.115a3.5%203.5%200%200%200-.767%201.289a6%206%200%200%200-3.18-.904a5.99%205.99%200%200%200-6.009%205.998v4.409l-1.345%203.093H19.35l-1.354-3.092V9.506l-.004-.225a6%206%200%200%200-.02-.323a3.5%203.5%200%200%200%201.499-.098q.015.19.023.382l.004.251v4.096l1.382%203.155a1.25%201.25%200%200%201-1.147%201.75l-4.741.002c0%201.656-1.345%203-3.004%203a3%203%200%200%201-3-2.824l-.005-.178H4.252a1.25%201.25%200%200%201-1.148-1.747l1.373-3.157V9.494a7.493%207.493%200%200%201%207.51-7.498m1.501%2016.499l-3.003.002a1.501%201.501%200%200%200%202.997.144zm2.544-13.442A2.5%202.5%200%200%201%2018.497%203A2.5%202.5%200%200%201%2021%205.499a2.5%202.5%200%200%201-3.218%202.396a2.5%202.5%200%200%201-1.749-2.842%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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