important icon
important-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- important-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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-18a5 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-5"/></svg>
React
import type { SVGProps } from "react";
export function FluentImportant28Filled(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-18a5 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-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-18a5 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-5"/></svg> </template>
CSS
.icon-important-28-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%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-18a5%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-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-18a5%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-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-filled.svg?color=%231a73e8&size=48