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

Name
mention-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8 1a7 7 0 0 1 7 7c0 2.133-1.1 3.5-2.5 3.5c-.885 0-1.65-.547-2.093-1.488c-.581.892-1.54 1.488-2.657 1.488C5.915 11.5 4.5 9.891 4.5 8s1.415-3.5 3.25-3.5c.885 0 1.672.375 2.25.975V5a.5.5 0 0 1 1 0v3c0 1.867.9 2.5 1.5 2.5S14 9.867 14 8a6 6 0 1 0-3.747 5.562a.54.54 0 0 1 .59.109c.243.243.183.652-.134.785A7 7 0 1 1 8 1m-.25 4.5C6.547 5.5 5.5 6.577 5.5 8s1.047 2.5 2.25 2.5S10 9.423 10 8S8.953 5.5 7.75 5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMention16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 0 1 7 7c0 2.133-1.1 3.5-2.5 3.5c-.885 0-1.65-.547-2.093-1.488c-.581.892-1.54 1.488-2.657 1.488C5.915 11.5 4.5 9.891 4.5 8s1.415-3.5 3.25-3.5c.885 0 1.672.375 2.25.975V5a.5.5 0 0 1 1 0v3c0 1.867.9 2.5 1.5 2.5S14 9.867 14 8a6 6 0 1 0-3.747 5.562a.54.54 0 0 1 .59.109c.243.243.183.652-.134.785A7 7 0 1 1 8 1m-.25 4.5C6.547 5.5 5.5 6.577 5.5 8s1.047 2.5 2.25 2.5S10 9.423 10 8S8.953 5.5 7.75 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 0 1 7 7c0 2.133-1.1 3.5-2.5 3.5c-.885 0-1.65-.547-2.093-1.488c-.581.892-1.54 1.488-2.657 1.488C5.915 11.5 4.5 9.891 4.5 8s1.415-3.5 3.25-3.5c.885 0 1.672.375 2.25.975V5a.5.5 0 0 1 1 0v3c0 1.867.9 2.5 1.5 2.5S14 9.867 14 8a6 6 0 1 0-3.747 5.562a.54.54 0 0 1 .59.109c.243.243.183.652-.134.785A7 7 0 1 1 8 1m-.25 4.5C6.547 5.5 5.5 6.577 5.5 8s1.047 2.5 2.25 2.5S10 9.423 10 8S8.953 5.5 7.75 5.5"/></svg>
</template>

CSS

.icon-mention-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%200%201%207%207c0%202.133-1.1%203.5-2.5%203.5c-.885%200-1.65-.547-2.093-1.488c-.581.892-1.54%201.488-2.657%201.488C5.915%2011.5%204.5%209.891%204.5%208s1.415-3.5%203.25-3.5c.885%200%201.672.375%202.25.975V5a.5.5%200%200%201%201%200v3c0%201.867.9%202.5%201.5%202.5S14%209.867%2014%208a6%206%200%201%200-3.747%205.562a.54.54%200%200%201%20.59.109c.243.243.183.652-.134.785A7%207%200%201%201%208%201m-.25%204.5C6.547%205.5%205.5%206.577%205.5%208s1.047%202.5%202.25%202.5S10%209.423%2010%208S8.953%205.5%207.75%205.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%200%201%207%207c0%202.133-1.1%203.5-2.5%203.5c-.885%200-1.65-.547-2.093-1.488c-.581.892-1.54%201.488-2.657%201.488C5.915%2011.5%204.5%209.891%204.5%208s1.415-3.5%203.25-3.5c.885%200%201.672.375%202.25.975V5a.5.5%200%200%201%201%200v3c0%201.867.9%202.5%201.5%202.5S14%209.867%2014%208a6%206%200%201%200-3.747%205.562a.54.54%200%200%201%20.59.109c.243.243.183.652-.134.785A7%207%200%201%201%208%201m-.25%204.5C6.547%205.5%205.5%206.577%205.5%208s1.047%202.5%202.25%202.5S10%209.423%2010%208S8.953%205.5%207.75%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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