mention-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
mention-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 3.057-1.794 5.009-4 5.009c-1.251 0-2.37-.628-3.104-1.73C14.092 16.318 12.899 17 11.5 17C8.893 17 7 14.632 7 12s1.893-5 4.5-5c.952 0 1.809.316 2.513.846A1 1 0 0 1 16 8v4c0 2.288 1.206 3.009 2 3.009s2-.721 2-3.009a8 8 0 1 0-5.42 7.572c.408-.139.867-.06 1.171.245c.493.493.37 1.323-.284 1.565c-1.08.4-2.248.618-3.467.618c-5.523 0-10-4.477-10-10S6.477 2 12 2m-.5 7C10.24 9 9 10.213 9 12s1.24 3 2.5 3s2.5-1.213 2.5-3s-1.24-3-2.5-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentMention24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 3.057-1.794 5.009-4 5.009c-1.251 0-2.37-.628-3.104-1.73C14.092 16.318 12.899 17 11.5 17C8.893 17 7 14.632 7 12s1.893-5 4.5-5c.952 0 1.809.316 2.513.846A1 1 0 0 1 16 8v4c0 2.288 1.206 3.009 2 3.009s2-.721 2-3.009a8 8 0 1 0-5.42 7.572c.408-.139.867-.06 1.171.245c.493.493.37 1.323-.284 1.565c-1.08.4-2.248.618-3.467.618c-5.523 0-10-4.477-10-10S6.477 2 12 2m-.5 7C10.24 9 9 10.213 9 12s1.24 3 2.5 3s2.5-1.213 2.5-3s-1.24-3-2.5-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 3.057-1.794 5.009-4 5.009c-1.251 0-2.37-.628-3.104-1.73C14.092 16.318 12.899 17 11.5 17C8.893 17 7 14.632 7 12s1.893-5 4.5-5c.952 0 1.809.316 2.513.846A1 1 0 0 1 16 8v4c0 2.288 1.206 3.009 2 3.009s2-.721 2-3.009a8 8 0 1 0-5.42 7.572c.408-.139.867-.06 1.171.245c.493.493.37 1.323-.284 1.565c-1.08.4-2.248.618-3.467.618c-5.523 0-10-4.477-10-10S6.477 2 12 2m-.5 7C10.24 9 9 10.213 9 12s1.24 3 2.5 3s2.5-1.213 2.5-3s-1.24-3-2.5-3"/></svg>
</template>

CSS

.icon-mention-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010c0%203.057-1.794%205.009-4%205.009c-1.251%200-2.37-.628-3.104-1.73C14.092%2016.318%2012.899%2017%2011.5%2017C8.893%2017%207%2014.632%207%2012s1.893-5%204.5-5c.952%200%201.809.316%202.513.846A1%201%200%200%201%2016%208v4c0%202.288%201.206%203.009%202%203.009s2-.721%202-3.009a8%208%200%201%200-5.42%207.572c.408-.139.867-.06%201.171.245c.493.493.37%201.323-.284%201.565c-1.08.4-2.248.618-3.467.618c-5.523%200-10-4.477-10-10S6.477%202%2012%202m-.5%207C10.24%209%209%2010.213%209%2012s1.24%203%202.5%203s2.5-1.213%202.5-3s-1.24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010c0%203.057-1.794%205.009-4%205.009c-1.251%200-2.37-.628-3.104-1.73C14.092%2016.318%2012.899%2017%2011.5%2017C8.893%2017%207%2014.632%207%2012s1.893-5%204.5-5c.952%200%201.809.316%202.513.846A1%201%200%200%201%2016%208v4c0%202.288%201.206%203.009%202%203.009s2-.721%202-3.009a8%208%200%201%200-5.42%207.572c.408-.139.867-.06%201.171.245c.493.493.37%201.323-.284%201.565c-1.08.4-2.248.618-3.467.618c-5.523%200-10-4.477-10-10S6.477%202%2012%202m-.5%207C10.24%209%209%2010.213%209%2012s1.24%203%202.5%203s2.5-1.213%202.5-3s-1.24-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-24-filled.svg?color=%231a73e8&size=48