mention icon
mention-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- mention-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- 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.045-.599 1.473-1.027 1.496a.76.76 0 0 1-.625-.28C8.164 7 8 6.618 8 6V4a.5.5 0 0 0-.994-.078A2.07 2.07 0 0 0 5.75 3.5C4.447 3.5 3.5 4.684 3.5 6s.947 2.5 2.25 2.5c.69 0 1.28-.332 1.683-.84q.073.11.156.207c.383.446.908.656 1.438.627C10.099 8.437 11 7.455 11 6a5 5 0 1 0-3.333 4.715a.5.5 0 0 0-.334-.942A4 4 0 0 1 2 6m5 0c0 .893-.62 1.5-1.25 1.5S4.5 6.893 4.5 6s.62-1.5 1.25-1.5S7 5.107 7 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentMention12Regular(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.045-.599 1.473-1.027 1.496a.76.76 0 0 1-.625-.28C8.164 7 8 6.618 8 6V4a.5.5 0 0 0-.994-.078A2.07 2.07 0 0 0 5.75 3.5C4.447 3.5 3.5 4.684 3.5 6s.947 2.5 2.25 2.5c.69 0 1.28-.332 1.683-.84q.073.11.156.207c.383.446.908.656 1.438.627C10.099 8.437 11 7.455 11 6a5 5 0 1 0-3.333 4.715a.5.5 0 0 0-.334-.942A4 4 0 0 1 2 6m5 0c0 .893-.62 1.5-1.25 1.5S4.5 6.893 4.5 6s.62-1.5 1.25-1.5S7 5.107 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.045-.599 1.473-1.027 1.496a.76.76 0 0 1-.625-.28C8.164 7 8 6.618 8 6V4a.5.5 0 0 0-.994-.078A2.07 2.07 0 0 0 5.75 3.5C4.447 3.5 3.5 4.684 3.5 6s.947 2.5 2.25 2.5c.69 0 1.28-.332 1.683-.84q.073.11.156.207c.383.446.908.656 1.438.627C10.099 8.437 11 7.455 11 6a5 5 0 1 0-3.333 4.715a.5.5 0 0 0-.334-.942A4 4 0 0 1 2 6m5 0c0 .893-.62 1.5-1.25 1.5S4.5 6.893 4.5 6s.62-1.5 1.25-1.5S7 5.107 7 6"/></svg> </template>
CSS
.icon-mention-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206a4%204%200%201%201%208%200c0%201.045-.599%201.473-1.027%201.496a.76.76%200%200%201-.625-.28C8.164%207%208%206.618%208%206V4a.5.5%200%200%200-.994-.078A2.07%202.07%200%200%200%205.75%203.5C4.447%203.5%203.5%204.684%203.5%206s.947%202.5%202.25%202.5c.69%200%201.28-.332%201.683-.84q.073.11.156.207c.383.446.908.656%201.438.627C10.099%208.437%2011%207.455%2011%206a5%205%200%201%200-3.333%204.715a.5.5%200%200%200-.334-.942A4%204%200%200%201%202%206m5%200c0%20.893-.62%201.5-1.25%201.5S4.5%206.893%204.5%206s.62-1.5%201.25-1.5S7%205.107%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.045-.599%201.473-1.027%201.496a.76.76%200%200%201-.625-.28C8.164%207%208%206.618%208%206V4a.5.5%200%200%200-.994-.078A2.07%202.07%200%200%200%205.75%203.5C4.447%203.5%203.5%204.684%203.5%206s.947%202.5%202.25%202.5c.69%200%201.28-.332%201.683-.84q.073.11.156.207c.383.446.908.656%201.438.627C10.099%208.437%2011%207.455%2011%206a5%205%200%201%200-3.333%204.715a.5.5%200%200%200-.334-.942A4%204%200%200%201%202%206m5%200c0%20.893-.62%201.5-1.25%201.5S4.5%206.893%204.5%206s.62-1.5%201.25-1.5S7%205.107%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-regular.svg?color=%231a73e8&size=48