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

Name
mention-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M6.5 24c0-9.665 7.835-17.5 17.5-17.5S41.5 14.335 41.5 24c0 5.654-2.733 7.604-4.724 7.563C34.726 31.52 32 29.376 32 24v-8.75a1.25 1.25 0 1 0-2.5 0v1.83C27.883 15.198 25.6 14 23 14c-5.109 0-9 4.624-9 10s3.891 10 9 10c3.227 0 5.97-1.846 7.55-4.56c1.275 2.885 3.579 4.568 6.174 4.622C40.733 34.146 44 30.346 44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20c2.536 0 4.964-.473 7.2-1.336a1.25 1.25 0 1 0-.9-2.332A17.5 17.5 0 0 1 24 41.5c-9.665 0-17.5-7.835-17.5-17.5m23 0c0 4.289-3.048 7.5-6.5 7.5s-6.5-3.211-6.5-7.5s3.048-7.5 6.5-7.5s6.5 3.211 6.5 7.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMention48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.5 24c0-9.665 7.835-17.5 17.5-17.5S41.5 14.335 41.5 24c0 5.654-2.733 7.604-4.724 7.563C34.726 31.52 32 29.376 32 24v-8.75a1.25 1.25 0 1 0-2.5 0v1.83C27.883 15.198 25.6 14 23 14c-5.109 0-9 4.624-9 10s3.891 10 9 10c3.227 0 5.97-1.846 7.55-4.56c1.275 2.885 3.579 4.568 6.174 4.622C40.733 34.146 44 30.346 44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20c2.536 0 4.964-.473 7.2-1.336a1.25 1.25 0 1 0-.9-2.332A17.5 17.5 0 0 1 24 41.5c-9.665 0-17.5-7.835-17.5-17.5m23 0c0 4.289-3.048 7.5-6.5 7.5s-6.5-3.211-6.5-7.5s3.048-7.5 6.5-7.5s6.5 3.211 6.5 7.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.5 24c0-9.665 7.835-17.5 17.5-17.5S41.5 14.335 41.5 24c0 5.654-2.733 7.604-4.724 7.563C34.726 31.52 32 29.376 32 24v-8.75a1.25 1.25 0 1 0-2.5 0v1.83C27.883 15.198 25.6 14 23 14c-5.109 0-9 4.624-9 10s3.891 10 9 10c3.227 0 5.97-1.846 7.55-4.56c1.275 2.885 3.579 4.568 6.174 4.622C40.733 34.146 44 30.346 44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20c2.536 0 4.964-.473 7.2-1.336a1.25 1.25 0 1 0-.9-2.332A17.5 17.5 0 0 1 24 41.5c-9.665 0-17.5-7.835-17.5-17.5m23 0c0 4.289-3.048 7.5-6.5 7.5s-6.5-3.211-6.5-7.5s3.048-7.5 6.5-7.5s6.5 3.211 6.5 7.5"/></svg>
</template>

CSS

.icon-mention-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2024c0-9.665%207.835-17.5%2017.5-17.5S41.5%2014.335%2041.5%2024c0%205.654-2.733%207.604-4.724%207.563C34.726%2031.52%2032%2029.376%2032%2024v-8.75a1.25%201.25%200%201%200-2.5%200v1.83C27.883%2015.198%2025.6%2014%2023%2014c-5.109%200-9%204.624-9%2010s3.891%2010%209%2010c3.227%200%205.97-1.846%207.55-4.56c1.275%202.885%203.579%204.568%206.174%204.622C40.733%2034.146%2044%2030.346%2044%2024c0-11.046-8.954-20-20-20S4%2012.954%204%2024s8.954%2020%2020%2020c2.536%200%204.964-.473%207.2-1.336a1.25%201.25%200%201%200-.9-2.332A17.5%2017.5%200%200%201%2024%2041.5c-9.665%200-17.5-7.835-17.5-17.5m23%200c0%204.289-3.048%207.5-6.5%207.5s-6.5-3.211-6.5-7.5s3.048-7.5%206.5-7.5s6.5%203.211%206.5%207.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2024c0-9.665%207.835-17.5%2017.5-17.5S41.5%2014.335%2041.5%2024c0%205.654-2.733%207.604-4.724%207.563C34.726%2031.52%2032%2029.376%2032%2024v-8.75a1.25%201.25%200%201%200-2.5%200v1.83C27.883%2015.198%2025.6%2014%2023%2014c-5.109%200-9%204.624-9%2010s3.891%2010%209%2010c3.227%200%205.97-1.846%207.55-4.56c1.275%202.885%203.579%204.568%206.174%204.622C40.733%2034.146%2044%2030.346%2044%2024c0-11.046-8.954-20-20-20S4%2012.954%204%2024s8.954%2020%2020%2020c2.536%200%204.964-.473%207.2-1.336a1.25%201.25%200%201%200-.9-2.332A17.5%2017.5%200%200%201%2024%2041.5c-9.665%200-17.5-7.835-17.5-17.5m23%200c0%204.289-3.048%207.5-6.5%207.5s-6.5-3.211-6.5-7.5s3.048-7.5%206.5-7.5s6.5%203.211%206.5%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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