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

Name
important-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Use the important icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 20a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 2a5 5 0 0 1 5 5c0 .538-.126 1.257-.304 2.02a40 40 0 0 1-.702 2.551a103 103 0 0 1-1.607 4.765A2.53 2.53 0 0 1 14 18a2.53 2.53 0 0 1-2.387-1.664a103 103 0 0 1-1.607-4.765a40 40 0 0 1-.702-2.55C9.126 8.257 9 7.538 9 7a5 5 0 0 1 5-5m0 1.5A3.5 3.5 0 0 0 10.5 7c0 .355.09.932.265 1.68c.17.734.409 1.581.675 2.453c.533 1.743 1.17 3.553 1.583 4.692c.147.404.534.675.977.675s.83-.27.977-.675c.413-1.14 1.05-2.95 1.583-4.692c.266-.872.505-1.72.675-2.452c.175-.75.265-1.326.265-1.681A3.5 3.5 0 0 0 14 3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentImportant28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 20a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 2a5 5 0 0 1 5 5c0 .538-.126 1.257-.304 2.02a40 40 0 0 1-.702 2.551a103 103 0 0 1-1.607 4.765A2.53 2.53 0 0 1 14 18a2.53 2.53 0 0 1-2.387-1.664a103 103 0 0 1-1.607-4.765a40 40 0 0 1-.702-2.55C9.126 8.257 9 7.538 9 7a5 5 0 0 1 5-5m0 1.5A3.5 3.5 0 0 0 10.5 7c0 .355.09.932.265 1.68c.17.734.409 1.581.675 2.453c.533 1.743 1.17 3.553 1.583 4.692c.147.404.534.675.977.675s.83-.27.977-.675c.413-1.14 1.05-2.95 1.583-4.692c.266-.872.505-1.72.675-2.452c.175-.75.265-1.326.265-1.681A3.5 3.5 0 0 0 14 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 20a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 2a5 5 0 0 1 5 5c0 .538-.126 1.257-.304 2.02a40 40 0 0 1-.702 2.551a103 103 0 0 1-1.607 4.765A2.53 2.53 0 0 1 14 18a2.53 2.53 0 0 1-2.387-1.664a103 103 0 0 1-1.607-4.765a40 40 0 0 1-.702-2.55C9.126 8.257 9 7.538 9 7a5 5 0 0 1 5-5m0 1.5A3.5 3.5 0 0 0 10.5 7c0 .355.09.932.265 1.68c.17.734.409 1.581.675 2.453c.533 1.743 1.17 3.553 1.583 4.692c.147.404.534.675.977.675s.83-.27.977-.675c.413-1.14 1.05-2.95 1.583-4.692c.266-.872.505-1.72.675-2.452c.175-.75.265-1.326.265-1.681A3.5 3.5 0 0 0 14 3.5"/></svg>
</template>

CSS

.icon-important-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2020a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%202a5%205%200%200%201%205%205c0%20.538-.126%201.257-.304%202.02a40%2040%200%200%201-.702%202.551a103%20103%200%200%201-1.607%204.765A2.53%202.53%200%200%201%2014%2018a2.53%202.53%200%200%201-2.387-1.664a103%20103%200%200%201-1.607-4.765a40%2040%200%200%201-.702-2.55C9.126%208.257%209%207.538%209%207a5%205%200%200%201%205-5m0%201.5A3.5%203.5%200%200%200%2010.5%207c0%20.355.09.932.265%201.68c.17.734.409%201.581.675%202.453c.533%201.743%201.17%203.553%201.583%204.692c.147.404.534.675.977.675s.83-.27.977-.675c.413-1.14%201.05-2.95%201.583-4.692c.266-.872.505-1.72.675-2.452c.175-.75.265-1.326.265-1.681A3.5%203.5%200%200%200%2014%203.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2020a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%202a5%205%200%200%201%205%205c0%20.538-.126%201.257-.304%202.02a40%2040%200%200%201-.702%202.551a103%20103%200%200%201-1.607%204.765A2.53%202.53%200%200%201%2014%2018a2.53%202.53%200%200%201-2.387-1.664a103%20103%200%200%201-1.607-4.765a40%2040%200%200%201-.702-2.55C9.126%208.257%209%207.538%209%207a5%205%200%200%201%205-5m0%201.5A3.5%203.5%200%200%200%2010.5%207c0%20.355.09.932.265%201.68c.17.734.409%201.581.675%202.453c.533%201.743%201.17%203.553%201.583%204.692c.147.404.534.675.977.675s.83-.27.977-.675c.413-1.14%201.05-2.95%201.583-4.692c.266-.872.505-1.72.675-2.452c.175-.75.265-1.326.265-1.681A3.5%203.5%200%200%200%2014%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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