mention icon
mention-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- mention-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 2a8 8 0 0 1 8 8c0 2.5-1.378 3.996-3 3.996c-1.071 0-2.036-.652-2.567-1.815C11.82 13.26 10.76 14 9.5 14C7.497 14 6 12.134 6 10s1.497-4 3.5-4c1 0 1.875.466 2.5 1.198V6.5a.5.5 0 0 1 1 0V10l.013.39c.126 1.872 1.164 2.606 1.987 2.606c.878 0 2-.835 2-2.996a7 7 0 1 0-4.712 6.614a.54.54 0 0 1 .559.121c.253.253.176.68-.16.8A8 8 0 1 1 10 2m-.5 5C8.189 7 7 8.268 7 10s1.189 3 2.5 3s2.5-1.268 2.5-3s-1.189-3-2.5-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentMention20Regular(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 2a8 8 0 0 1 8 8c0 2.5-1.378 3.996-3 3.996c-1.071 0-2.036-.652-2.567-1.815C11.82 13.26 10.76 14 9.5 14C7.497 14 6 12.134 6 10s1.497-4 3.5-4c1 0 1.875.466 2.5 1.198V6.5a.5.5 0 0 1 1 0V10l.013.39c.126 1.872 1.164 2.606 1.987 2.606c.878 0 2-.835 2-2.996a7 7 0 1 0-4.712 6.614a.54.54 0 0 1 .559.121c.253.253.176.68-.16.8A8 8 0 1 1 10 2m-.5 5C8.189 7 7 8.268 7 10s1.189 3 2.5 3s2.5-1.268 2.5-3s-1.189-3-2.5-3"/></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 2a8 8 0 0 1 8 8c0 2.5-1.378 3.996-3 3.996c-1.071 0-2.036-.652-2.567-1.815C11.82 13.26 10.76 14 9.5 14C7.497 14 6 12.134 6 10s1.497-4 3.5-4c1 0 1.875.466 2.5 1.198V6.5a.5.5 0 0 1 1 0V10l.013.39c.126 1.872 1.164 2.606 1.987 2.606c.878 0 2-.835 2-2.996a7 7 0 1 0-4.712 6.614a.54.54 0 0 1 .559.121c.253.253.176.68-.16.8A8 8 0 1 1 10 2m-.5 5C8.189 7 7 8.268 7 10s1.189 3 2.5 3s2.5-1.268 2.5-3s-1.189-3-2.5-3"/></svg> </template>
CSS
.icon-mention-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%202a8%208%200%200%201%208%208c0%202.5-1.378%203.996-3%203.996c-1.071%200-2.036-.652-2.567-1.815C11.82%2013.26%2010.76%2014%209.5%2014C7.497%2014%206%2012.134%206%2010s1.497-4%203.5-4c1%200%201.875.466%202.5%201.198V6.5a.5.5%200%200%201%201%200V10l.013.39c.126%201.872%201.164%202.606%201.987%202.606c.878%200%202-.835%202-2.996a7%207%200%201%200-4.712%206.614a.54.54%200%200%201%20.559.121c.253.253.176.68-.16.8A8%208%200%201%201%2010%202m-.5%205C8.189%207%207%208.268%207%2010s1.189%203%202.5%203s2.5-1.268%202.5-3s-1.189-3-2.5-3%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%202a8%208%200%200%201%208%208c0%202.5-1.378%203.996-3%203.996c-1.071%200-2.036-.652-2.567-1.815C11.82%2013.26%2010.76%2014%209.5%2014C7.497%2014%206%2012.134%206%2010s1.497-4%203.5-4c1%200%201.875.466%202.5%201.198V6.5a.5.5%200%200%201%201%200V10l.013.39c.126%201.872%201.164%202.606%201.987%202.606c.878%200%202-.835%202-2.996a7%207%200%201%200-4.712%206.614a.54.54%200%200%201%20.559.121c.253.253.176.68-.16.8A8%208%200%201%201%2010%202m-.5%205C8.189%207%207%208.268%207%2010s1.189%203%202.5%203s2.5-1.268%202.5-3s-1.189-3-2.5-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mention-20-regular.svg?color=%231a73e8&size=48