mention icon
mention-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- mention-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- 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 14l-.002.013C29.994 20.272 27.796 23 24.999 23c-1.77 0-3.298-1.093-4.184-2.975C19.65 21.81 17.731 23 15.5 23C11.83 23 9 19.782 9 16s2.83-7 6.5-7c1.77 0 3.344.75 4.5 1.95V10a1 1 0 1 1 2 0v6c0 3.733 1.8 5 2.999 5s3-1.267 3-5v-.017C27.99 9.363 22.622 4 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12c1.236 0 2.428-.189 3.55-.536c.387-.12.814-.03 1.1.257c.513.513.35 1.379-.34 1.602c-1.357.44-2.806.677-4.31.677c-7.732 0-14-6.268-14-14S8.268 2 16 2m-.5 9c-2.405 0-4.5 2.155-4.5 5s2.095 5 4.5 5s4.5-2.155 4.5-5s-2.095-5-4.5-5"/></svg>
React
import type { SVGProps } from "react";
export function FluentMention32Regular(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 14l-.002.013C29.994 20.272 27.796 23 24.999 23c-1.77 0-3.298-1.093-4.184-2.975C19.65 21.81 17.731 23 15.5 23C11.83 23 9 19.782 9 16s2.83-7 6.5-7c1.77 0 3.344.75 4.5 1.95V10a1 1 0 1 1 2 0v6c0 3.733 1.8 5 2.999 5s3-1.267 3-5v-.017C27.99 9.363 22.622 4 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12c1.236 0 2.428-.189 3.55-.536c.387-.12.814-.03 1.1.257c.513.513.35 1.379-.34 1.602c-1.357.44-2.806.677-4.31.677c-7.732 0-14-6.268-14-14S8.268 2 16 2m-.5 9c-2.405 0-4.5 2.155-4.5 5s2.095 5 4.5 5s4.5-2.155 4.5-5s-2.095-5-4.5-5"/></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 14l-.002.013C29.994 20.272 27.796 23 24.999 23c-1.77 0-3.298-1.093-4.184-2.975C19.65 21.81 17.731 23 15.5 23C11.83 23 9 19.782 9 16s2.83-7 6.5-7c1.77 0 3.344.75 4.5 1.95V10a1 1 0 1 1 2 0v6c0 3.733 1.8 5 2.999 5s3-1.267 3-5v-.017C27.99 9.363 22.622 4 16 4C9.373 4 4 9.373 4 16s5.373 12 12 12c1.236 0 2.428-.189 3.55-.536c.387-.12.814-.03 1.1.257c.513.513.35 1.379-.34 1.602c-1.357.44-2.806.677-4.31.677c-7.732 0-14-6.268-14-14S8.268 2 16 2m-.5 9c-2.405 0-4.5 2.155-4.5 5s2.095 5 4.5 5s4.5-2.155 4.5-5s-2.095-5-4.5-5"/></svg> </template>
CSS
.icon-mention-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014l-.002.013C29.994%2020.272%2027.796%2023%2024.999%2023c-1.77%200-3.298-1.093-4.184-2.975C19.65%2021.81%2017.731%2023%2015.5%2023C11.83%2023%209%2019.782%209%2016s2.83-7%206.5-7c1.77%200%203.344.75%204.5%201.95V10a1%201%200%201%201%202%200v6c0%203.733%201.8%205%202.999%205s3-1.267%203-5v-.017C27.99%209.363%2022.622%204%2016%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012c1.236%200%202.428-.189%203.55-.536c.387-.12.814-.03%201.1.257c.513.513.35%201.379-.34%201.602c-1.357.44-2.806.677-4.31.677c-7.732%200-14-6.268-14-14S8.268%202%2016%202m-.5%209c-2.405%200-4.5%202.155-4.5%205s2.095%205%204.5%205s4.5-2.155%204.5-5s-2.095-5-4.5-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014l-.002.013C29.994%2020.272%2027.796%2023%2024.999%2023c-1.77%200-3.298-1.093-4.184-2.975C19.65%2021.81%2017.731%2023%2015.5%2023C11.83%2023%209%2019.782%209%2016s2.83-7%206.5-7c1.77%200%203.344.75%204.5%201.95V10a1%201%200%201%201%202%200v6c0%203.733%201.8%205%202.999%205s3-1.267%203-5v-.017C27.99%209.363%2022.622%204%2016%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012c1.236%200%202.428-.189%203.55-.536c.387-.12.814-.03%201.1.257c.513.513.35%201.379-.34%201.602c-1.357.44-2.806.677-4.31.677c-7.732%200-14-6.268-14-14S8.268%202%2016%202m-.5%209c-2.405%200-4.5%202.155-4.5%205s2.095%205%204.5%205s4.5-2.155%204.5-5s-2.095-5-4.5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mention-32-regular.svg?color=%231a73e8&size=48