important icon
important-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- important-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M16 2a6 6 0 0 0-6 6c0 3.523 1.986 8.536 3.16 11.19C13.654 20.31 14.773 21 16 21s2.345-.69 2.84-1.81C20.015 16.536 22 11.522 22 8a6 6 0 0 0-6-6m-5 6a5 5 0 0 1 10 0c0 1.605-.459 3.622-1.093 5.618c-.628 1.978-1.402 3.859-1.98 5.167C17.6 19.524 16.852 20 16 20s-1.6-.476-1.926-1.215c-.579-1.308-1.353-3.189-1.981-5.167C11.459 11.622 11 9.605 11 8m8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-1 0a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentImportant32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a6 6 0 0 0-6 6c0 3.523 1.986 8.536 3.16 11.19C13.654 20.31 14.773 21 16 21s2.345-.69 2.84-1.81C20.015 16.536 22 11.522 22 8a6 6 0 0 0-6-6m-5 6a5 5 0 0 1 10 0c0 1.605-.459 3.622-1.093 5.618c-.628 1.978-1.402 3.859-1.98 5.167C17.6 19.524 16.852 20 16 20s-1.6-.476-1.926-1.215c-.579-1.308-1.353-3.189-1.981-5.167C11.459 11.622 11 9.605 11 8m8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-1 0a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a6 6 0 0 0-6 6c0 3.523 1.986 8.536 3.16 11.19C13.654 20.31 14.773 21 16 21s2.345-.69 2.84-1.81C20.015 16.536 22 11.522 22 8a6 6 0 0 0-6-6m-5 6a5 5 0 0 1 10 0c0 1.605-.459 3.622-1.093 5.618c-.628 1.978-1.402 3.859-1.98 5.167C17.6 19.524 16.852 20 16 20s-1.6-.476-1.926-1.215c-.579-1.308-1.353-3.189-1.981-5.167C11.459 11.622 11 9.605 11 8m8 19a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-1 0a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg> </template>
CSS
.icon-important-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a6%206%200%200%200-6%206c0%203.523%201.986%208.536%203.16%2011.19C13.654%2020.31%2014.773%2021%2016%2021s2.345-.69%202.84-1.81C20.015%2016.536%2022%2011.522%2022%208a6%206%200%200%200-6-6m-5%206a5%205%200%200%201%2010%200c0%201.605-.459%203.622-1.093%205.618c-.628%201.978-1.402%203.859-1.98%205.167C17.6%2019.524%2016.852%2020%2016%2020s-1.6-.476-1.926-1.215c-.579-1.308-1.353-3.189-1.981-5.167C11.459%2011.622%2011%209.605%2011%208m8%2019a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-1%200a2%202%200%201%200-4%200a2%202%200%200%200%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a6%206%200%200%200-6%206c0%203.523%201.986%208.536%203.16%2011.19C13.654%2020.31%2014.773%2021%2016%2021s2.345-.69%202.84-1.81C20.015%2016.536%2022%2011.522%2022%208a6%206%200%200%200-6-6m-5%206a5%205%200%200%201%2010%200c0%201.605-.459%203.622-1.093%205.618c-.628%201.978-1.402%203.859-1.98%205.167C17.6%2019.524%2016.852%2020%2016%2020s-1.6-.476-1.926-1.215c-.579-1.308-1.353-3.189-1.981-5.167C11.459%2011.622%2011%209.605%2011%208m8%2019a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-1%200a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/important-32-light.svg?color=%231a73e8&size=48