mention icon
mention-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- mention-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M2 6a4 4 0 1 1 8 0c0 1.174-.589 1.47-.792 1.481c-.108.006-.252-.032-.394-.218C8.662 7.065 8.5 6.675 8.5 6V3.75a.75.75 0 0 0-1.402-.37A2.55 2.55 0 0 0 5.75 3C4.15 3 3 4.429 3 6s1.15 3 2.75 3c.75 0 1.403-.315 1.883-.811c.42.54 1.022.826 1.66.79C10.588 8.906 11.5 7.63 11.5 6a5.5 5.5 0 1 0-4.05 5.307a.75.75 0 0 0-.394-1.448A4.006 4.006 0 0 1 2 6m5 0c0 .914-.64 1.5-1.25 1.5S4.5 6.914 4.5 6s.64-1.5 1.25-1.5S7 5.086 7 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentMention12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2 6a4 4 0 1 1 8 0c0 1.174-.589 1.47-.792 1.481c-.108.006-.252-.032-.394-.218C8.662 7.065 8.5 6.675 8.5 6V3.75a.75.75 0 0 0-1.402-.37A2.55 2.55 0 0 0 5.75 3C4.15 3 3 4.429 3 6s1.15 3 2.75 3c.75 0 1.403-.315 1.883-.811c.42.54 1.022.826 1.66.79C10.588 8.906 11.5 7.63 11.5 6a5.5 5.5 0 1 0-4.05 5.307a.75.75 0 0 0-.394-1.448A4.006 4.006 0 0 1 2 6m5 0c0 .914-.64 1.5-1.25 1.5S4.5 6.914 4.5 6s.64-1.5 1.25-1.5S7 5.086 7 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2 6a4 4 0 1 1 8 0c0 1.174-.589 1.47-.792 1.481c-.108.006-.252-.032-.394-.218C8.662 7.065 8.5 6.675 8.5 6V3.75a.75.75 0 0 0-1.402-.37A2.55 2.55 0 0 0 5.75 3C4.15 3 3 4.429 3 6s1.15 3 2.75 3c.75 0 1.403-.315 1.883-.811c.42.54 1.022.826 1.66.79C10.588 8.906 11.5 7.63 11.5 6a5.5 5.5 0 1 0-4.05 5.307a.75.75 0 0 0-.394-1.448A4.006 4.006 0 0 1 2 6m5 0c0 .914-.64 1.5-1.25 1.5S4.5 6.914 4.5 6s.64-1.5 1.25-1.5S7 5.086 7 6"/></svg> </template>
CSS
.icon-mention-12-filled {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206a4%204%200%201%201%208%200c0%201.174-.589%201.47-.792%201.481c-.108.006-.252-.032-.394-.218C8.662%207.065%208.5%206.675%208.5%206V3.75a.75.75%200%200%200-1.402-.37A2.55%202.55%200%200%200%205.75%203C4.15%203%203%204.429%203%206s1.15%203%202.75%203c.75%200%201.403-.315%201.883-.811c.42.54%201.022.826%201.66.79C10.588%208.906%2011.5%207.63%2011.5%206a5.5%205.5%200%201%200-4.05%205.307a.75.75%200%200%200-.394-1.448A4.006%204.006%200%200%201%202%206m5%200c0%20.914-.64%201.5-1.25%201.5S4.5%206.914%204.5%206s.64-1.5%201.25-1.5S7%205.086%207%206%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206a4%204%200%201%201%208%200c0%201.174-.589%201.47-.792%201.481c-.108.006-.252-.032-.394-.218C8.662%207.065%208.5%206.675%208.5%206V3.75a.75.75%200%200%200-1.402-.37A2.55%202.55%200%200%200%205.75%203C4.15%203%203%204.429%203%206s1.15%203%202.75%203c.75%200%201.403-.315%201.883-.811c.42.54%201.022.826%201.66.79C10.588%208.906%2011.5%207.63%2011.5%206a5.5%205.5%200%201%200-4.05%205.307a.75.75%200%200%200-.394-1.448A4.006%204.006%200%200%201%202%206m5%200c0%20.914-.64%201.5-1.25%201.5S4.5%206.914%204.5%206s.64-1.5%201.25-1.5S7%205.086%207%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mention-12-filled.svg?color=%231a73e8&size=48