important icon
important-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- important-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 3a2 2 0 0 0-2 2c0 2.065.746 4.915 1.184 6.403a.84.84 0 0 0 .817.597a.84.84 0 0 0 .816-.595C11.255 9.925 12 7.09 12 5a2 2 0 0 0-2-2M7 5a3 3 0 0 1 6 0c0 2.25-.788 5.214-1.224 6.69A1.84 1.84 0 0 1 10 13c-.811 0-1.542-.52-1.776-1.315C7.789 10.204 7 7.227 7 5m3 10a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentImportant20Regular(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="M10 3a2 2 0 0 0-2 2c0 2.065.746 4.915 1.184 6.403a.84.84 0 0 0 .817.597a.84.84 0 0 0 .816-.595C11.255 9.925 12 7.09 12 5a2 2 0 0 0-2-2M7 5a3 3 0 0 1 6 0c0 2.25-.788 5.214-1.224 6.69A1.84 1.84 0 0 1 10 13c-.811 0-1.542-.52-1.776-1.315C7.789 10.204 7 7.227 7 5m3 10a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a2 2 0 0 0-2 2c0 2.065.746 4.915 1.184 6.403a.84.84 0 0 0 .817.597a.84.84 0 0 0 .816-.595C11.255 9.925 12 7.09 12 5a2 2 0 0 0-2-2M7 5a3 3 0 0 1 6 0c0 2.25-.788 5.214-1.224 6.69A1.84 1.84 0 0 1 10 13c-.811 0-1.542-.52-1.776-1.315C7.789 10.204 7 7.227 7 5m3 10a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg> </template>
CSS
.icon-important-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%22M10%203a2%202%200%200%200-2%202c0%202.065.746%204.915%201.184%206.403a.84.84%200%200%200%20.817.597a.84.84%200%200%200%20.816-.595C11.255%209.925%2012%207.09%2012%205a2%202%200%200%200-2-2M7%205a3%203%200%200%201%206%200c0%202.25-.788%205.214-1.224%206.69A1.84%201.84%200%200%201%2010%2013c-.811%200-1.542-.52-1.776-1.315C7.789%2010.204%207%207.227%207%205m3%2010a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2%201a2%202%200%201%201%204%200a2%202%200%200%201-4%200%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%22M10%203a2%202%200%200%200-2%202c0%202.065.746%204.915%201.184%206.403a.84.84%200%200%200%20.817.597a.84.84%200%200%200%20.816-.595C11.255%209.925%2012%207.09%2012%205a2%202%200%200%200-2-2M7%205a3%203%200%200%201%206%200c0%202.25-.788%205.214-1.224%206.69A1.84%201.84%200%200%201%2010%2013c-.811%200-1.542-.52-1.776-1.315C7.789%2010.204%207%207.227%207%205m3%2010a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2%201a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/important-20-regular.svg?color=%231a73e8&size=48