mention-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
mention-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M14 2c6.627 0 12 5.373 12 12c0 3.7-1.9 6-4.25 6c-1.546 0-2.897-.996-3.64-2.731C17.14 18.897 15.462 20 13.5 20C10.394 20 8 17.241 8 14s2.394-6 5.5-6c1.599 0 3.008.732 4 1.883V8.75a.75.75 0 0 1 1.5 0V14l.005.304c.095 3.07 1.631 4.196 2.745 4.196c1.15 0 2.75-1.2 2.75-4.5c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5c1.428 0 2.79-.286 4.031-.803a.8.8 0 0 1 .88.162c.363.364.271.977-.202 1.18A11.95 11.95 0 0 1 14 26C7.373 26 2 20.627 2 14S7.373 2 14 2m-.5 7.5c-2.14 0-4 1.942-4 4.5s1.86 4.5 4 4.5s4-1.942 4-4.5s-1.86-4.5-4-4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMention28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2c6.627 0 12 5.373 12 12c0 3.7-1.9 6-4.25 6c-1.546 0-2.897-.996-3.64-2.731C17.14 18.897 15.462 20 13.5 20C10.394 20 8 17.241 8 14s2.394-6 5.5-6c1.599 0 3.008.732 4 1.883V8.75a.75.75 0 0 1 1.5 0V14l.005.304c.095 3.07 1.631 4.196 2.745 4.196c1.15 0 2.75-1.2 2.75-4.5c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5c1.428 0 2.79-.286 4.031-.803a.8.8 0 0 1 .88.162c.363.364.271.977-.202 1.18A11.95 11.95 0 0 1 14 26C7.373 26 2 20.627 2 14S7.373 2 14 2m-.5 7.5c-2.14 0-4 1.942-4 4.5s1.86 4.5 4 4.5s4-1.942 4-4.5s-1.86-4.5-4-4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2c6.627 0 12 5.373 12 12c0 3.7-1.9 6-4.25 6c-1.546 0-2.897-.996-3.64-2.731C17.14 18.897 15.462 20 13.5 20C10.394 20 8 17.241 8 14s2.394-6 5.5-6c1.599 0 3.008.732 4 1.883V8.75a.75.75 0 0 1 1.5 0V14l.005.304c.095 3.07 1.631 4.196 2.745 4.196c1.15 0 2.75-1.2 2.75-4.5c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5c1.428 0 2.79-.286 4.031-.803a.8.8 0 0 1 .88.162c.363.364.271.977-.202 1.18A11.95 11.95 0 0 1 14 26C7.373 26 2 20.627 2 14S7.373 2 14 2m-.5 7.5c-2.14 0-4 1.942-4 4.5s1.86 4.5 4 4.5s4-1.942 4-4.5s-1.86-4.5-4-4.5"/></svg>
</template>

CSS

.icon-mention-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202c6.627%200%2012%205.373%2012%2012c0%203.7-1.9%206-4.25%206c-1.546%200-2.897-.996-3.64-2.731C17.14%2018.897%2015.462%2020%2013.5%2020C10.394%2020%208%2017.241%208%2014s2.394-6%205.5-6c1.599%200%203.008.732%204%201.883V8.75a.75.75%200%200%201%201.5%200V14l.005.304c.095%203.07%201.631%204.196%202.745%204.196c1.15%200%202.75-1.2%202.75-4.5c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5c1.428%200%202.79-.286%204.031-.803a.8.8%200%200%201%20.88.162c.363.364.271.977-.202%201.18A11.95%2011.95%200%200%201%2014%2026C7.373%2026%202%2020.627%202%2014S7.373%202%2014%202m-.5%207.5c-2.14%200-4%201.942-4%204.5s1.86%204.5%204%204.5s4-1.942%204-4.5s-1.86-4.5-4-4.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202c6.627%200%2012%205.373%2012%2012c0%203.7-1.9%206-4.25%206c-1.546%200-2.897-.996-3.64-2.731C17.14%2018.897%2015.462%2020%2013.5%2020C10.394%2020%208%2017.241%208%2014s2.394-6%205.5-6c1.599%200%203.008.732%204%201.883V8.75a.75.75%200%200%201%201.5%200V14l.005.304c.095%203.07%201.631%204.196%202.745%204.196c1.15%200%202.75-1.2%202.75-4.5c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5c1.428%200%202.79-.286%204.031-.803a.8.8%200%200%201%20.88.162c.363.364.271.977-.202%201.18A11.95%2011.95%200%200%201%2014%2026C7.373%2026%202%2020.627%202%2014S7.373%202%2014%202m-.5%207.5c-2.14%200-4%201.942-4%204.5s1.86%204.5%204%204.5s4-1.942%204-4.5s-1.86-4.5-4-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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