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

Name
mention-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.475-1.488 3.999-3.25 3.999c-1.027 0-1.96-.518-2.56-1.44C11.566 13.423 10.622 14 9.5 14C7.454 14 6 12.087 6 10s1.454-4 3.5-4c.765 0 1.447.268 2.001.712A.75.75 0 0 1 13 6.75V10c0 1.857 1.012 2.499 1.75 2.499S16.5 11.857 16.5 10a6.5 6.5 0 1 0-4.562 6.204a.84.84 0 0 1 .852.191c.378.378.272 1.015-.234 1.186A8 8 0 1 1 10 2m-.5 5.5c-.992 0-2 .997-2 2.5s1.008 2.5 2 2.5s2-.997 2-2.5s-1.008-2.5-2-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMention20Filled(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.475-1.488 3.999-3.25 3.999c-1.027 0-1.96-.518-2.56-1.44C11.566 13.423 10.622 14 9.5 14C7.454 14 6 12.087 6 10s1.454-4 3.5-4c.765 0 1.447.268 2.001.712A.75.75 0 0 1 13 6.75V10c0 1.857 1.012 2.499 1.75 2.499S16.5 11.857 16.5 10a6.5 6.5 0 1 0-4.562 6.204a.84.84 0 0 1 .852.191c.378.378.272 1.015-.234 1.186A8 8 0 1 1 10 2m-.5 5.5c-.992 0-2 .997-2 2.5s1.008 2.5 2 2.5s2-.997 2-2.5s-1.008-2.5-2-2.5"/></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.475-1.488 3.999-3.25 3.999c-1.027 0-1.96-.518-2.56-1.44C11.566 13.423 10.622 14 9.5 14C7.454 14 6 12.087 6 10s1.454-4 3.5-4c.765 0 1.447.268 2.001.712A.75.75 0 0 1 13 6.75V10c0 1.857 1.012 2.499 1.75 2.499S16.5 11.857 16.5 10a6.5 6.5 0 1 0-4.562 6.204a.84.84 0 0 1 .852.191c.378.378.272 1.015-.234 1.186A8 8 0 1 1 10 2m-.5 5.5c-.992 0-2 .997-2 2.5s1.008 2.5 2 2.5s2-.997 2-2.5s-1.008-2.5-2-2.5"/></svg>
</template>

CSS

.icon-mention-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%200%201%208%208c0%202.475-1.488%203.999-3.25%203.999c-1.027%200-1.96-.518-2.56-1.44C11.566%2013.423%2010.622%2014%209.5%2014C7.454%2014%206%2012.087%206%2010s1.454-4%203.5-4c.765%200%201.447.268%202.001.712A.75.75%200%200%201%2013%206.75V10c0%201.857%201.012%202.499%201.75%202.499S16.5%2011.857%2016.5%2010a6.5%206.5%200%201%200-4.562%206.204a.84.84%200%200%201%20.852.191c.378.378.272%201.015-.234%201.186A8%208%200%201%201%2010%202m-.5%205.5c-.992%200-2%20.997-2%202.5s1.008%202.5%202%202.5s2-.997%202-2.5s-1.008-2.5-2-2.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%200%201%208%208c0%202.475-1.488%203.999-3.25%203.999c-1.027%200-1.96-.518-2.56-1.44C11.566%2013.423%2010.622%2014%209.5%2014C7.454%2014%206%2012.087%206%2010s1.454-4%203.5-4c.765%200%201.447.268%202.001.712A.75.75%200%200%201%2013%206.75V10c0%201.857%201.012%202.499%201.75%202.499S16.5%2011.857%2016.5%2010a6.5%206.5%200%201%200-4.562%206.204a.84.84%200%200%201%20.852.191c.378.378.272%201.015-.234%201.186A8%208%200%201%201%2010%202m-.5%205.5c-.992%200-2%20.997-2%202.5s1.008%202.5%202%202.5s2-.997%202-2.5s-1.008-2.5-2-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mention-20-filled.svg?color=%231a73e8&size=48