mention icon
mention-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- mention-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
14 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the mention icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14q0 .312-.016.62l-.011.233l-.003.061l-.004.02c-.124 1.79-.602 3.207-1.306 4.224c-.825 1.191-1.967 1.84-3.161 1.84s-2.335-.649-3.16-1.84c-.406-.587-.737-1.306-.969-2.154C20.331 21.354 18.112 23 15.5 23C11.873 23 9 19.828 9 16s2.873-7 6.5-7c2.335 0 4.355 1.316 5.5 3.273V9.5a.5.5 0 0 1 1 0V16c0 2.094.484 3.61 1.161 4.589c.675.974 1.532 1.409 2.338 1.409s1.664-.435 2.339-1.41c.677-.977 1.161-2.494 1.161-4.588v-.01C28.994 8.815 23.176 3 16 3C8.82 3 3 8.82 3 16s5.82 13 13 13a13 13 0 0 0 4.88-.948a.52.52 0 0 1 .565.11a.488.488 0 0 1-.15.8A14 14 0 0 1 16 30C8.268 30 2 23.732 2 16S8.268 2 16 2m-.5 8c-3 0-5.5 2.648-5.5 6s2.5 6 5.5 6s5.5-2.648 5.5-6s-2.5-6-5.5-6"/></svg>
React
import type { SVGProps } from "react";
export function FluentMention32Light(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 2c7.732 0 14 6.268 14 14q0 .312-.016.62l-.011.233l-.003.061l-.004.02c-.124 1.79-.602 3.207-1.306 4.224c-.825 1.191-1.967 1.84-3.161 1.84s-2.335-.649-3.16-1.84c-.406-.587-.737-1.306-.969-2.154C20.331 21.354 18.112 23 15.5 23C11.873 23 9 19.828 9 16s2.873-7 6.5-7c2.335 0 4.355 1.316 5.5 3.273V9.5a.5.5 0 0 1 1 0V16c0 2.094.484 3.61 1.161 4.589c.675.974 1.532 1.409 2.338 1.409s1.664-.435 2.339-1.41c.677-.977 1.161-2.494 1.161-4.588v-.01C28.994 8.815 23.176 3 16 3C8.82 3 3 8.82 3 16s5.82 13 13 13a13 13 0 0 0 4.88-.948a.52.52 0 0 1 .565.11a.488.488 0 0 1-.15.8A14 14 0 0 1 16 30C8.268 30 2 23.732 2 16S8.268 2 16 2m-.5 8c-3 0-5.5 2.648-5.5 6s2.5 6 5.5 6s5.5-2.648 5.5-6s-2.5-6-5.5-6"/></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 2c7.732 0 14 6.268 14 14q0 .312-.016.62l-.011.233l-.003.061l-.004.02c-.124 1.79-.602 3.207-1.306 4.224c-.825 1.191-1.967 1.84-3.161 1.84s-2.335-.649-3.16-1.84c-.406-.587-.737-1.306-.969-2.154C20.331 21.354 18.112 23 15.5 23C11.873 23 9 19.828 9 16s2.873-7 6.5-7c2.335 0 4.355 1.316 5.5 3.273V9.5a.5.5 0 0 1 1 0V16c0 2.094.484 3.61 1.161 4.589c.675.974 1.532 1.409 2.338 1.409s1.664-.435 2.339-1.41c.677-.977 1.161-2.494 1.161-4.588v-.01C28.994 8.815 23.176 3 16 3C8.82 3 3 8.82 3 16s5.82 13 13 13a13 13 0 0 0 4.88-.948a.52.52 0 0 1 .565.11a.488.488 0 0 1-.15.8A14 14 0 0 1 16 30C8.268 30 2 23.732 2 16S8.268 2 16 2m-.5 8c-3 0-5.5 2.648-5.5 6s2.5 6 5.5 6s5.5-2.648 5.5-6s-2.5-6-5.5-6"/></svg> </template>
CSS
.icon-mention-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%202c7.732%200%2014%206.268%2014%2014q0%20.312-.016.62l-.011.233l-.003.061l-.004.02c-.124%201.79-.602%203.207-1.306%204.224c-.825%201.191-1.967%201.84-3.161%201.84s-2.335-.649-3.16-1.84c-.406-.587-.737-1.306-.969-2.154C20.331%2021.354%2018.112%2023%2015.5%2023C11.873%2023%209%2019.828%209%2016s2.873-7%206.5-7c2.335%200%204.355%201.316%205.5%203.273V9.5a.5.5%200%200%201%201%200V16c0%202.094.484%203.61%201.161%204.589c.675.974%201.532%201.409%202.338%201.409s1.664-.435%202.339-1.41c.677-.977%201.161-2.494%201.161-4.588v-.01C28.994%208.815%2023.176%203%2016%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013a13%2013%200%200%200%204.88-.948a.52.52%200%200%201%20.565.11a.488.488%200%200%201-.15.8A14%2014%200%200%201%2016%2030C8.268%2030%202%2023.732%202%2016S8.268%202%2016%202m-.5%208c-3%200-5.5%202.648-5.5%206s2.5%206%205.5%206s5.5-2.648%205.5-6s-2.5-6-5.5-6%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%202c7.732%200%2014%206.268%2014%2014q0%20.312-.016.62l-.011.233l-.003.061l-.004.02c-.124%201.79-.602%203.207-1.306%204.224c-.825%201.191-1.967%201.84-3.161%201.84s-2.335-.649-3.16-1.84c-.406-.587-.737-1.306-.969-2.154C20.331%2021.354%2018.112%2023%2015.5%2023C11.873%2023%209%2019.828%209%2016s2.873-7%206.5-7c2.335%200%204.355%201.316%205.5%203.273V9.5a.5.5%200%200%201%201%200V16c0%202.094.484%203.61%201.161%204.589c.675.974%201.532%201.409%202.338%201.409s1.664-.435%202.339-1.41c.677-.977%201.161-2.494%201.161-4.588v-.01C28.994%208.815%2023.176%203%2016%203C8.82%203%203%208.82%203%2016s5.82%2013%2013%2013a13%2013%200%200%200%204.88-.948a.52.52%200%200%201%20.565.11a.488.488%200%200%201-.15.8A14%2014%200%200%201%2016%2030C8.268%2030%202%2023.732%202%2016S8.268%202%2016%202m-.5%208c-3%200-5.5%202.648-5.5%206s2.5%206%205.5%206s5.5-2.648%205.5-6s-2.5-6-5.5-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mention-32-light.svg?color=%231a73e8&size=48