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

Name
mention-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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="M7 24c0-9.389 7.611-17 17-17s17 7.611 17 17c0 5.136-2.635 7.012-4.516 7.031C34.64 31.051 32 29.276 32 24v-8.5a1.5 1.5 0 0 0-3 0v1.04C27.432 14.973 25.35 14 23 14c-5.142 0-9 4.66-9 10s3.858 10 9 10c3.057 0 5.66-1.647 7.27-4.106c1.347 2.66 3.64 4.164 6.246 4.137C40.635 33.988 44 30.115 44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20c2.47 0 4.839-.449 7.027-1.27a1.5 1.5 0 1 0-1.054-2.808A17 17 0 0 1 24 41c-9.389 0-17-7.611-17-17m22 0c0 4.048-2.857 7-6 7s-6-2.952-6-7s2.857-7 6-7s6 2.952 6 7"/></svg>

React

import type { SVGProps } from "react";

export function FluentMention48Filled(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="M7 24c0-9.389 7.611-17 17-17s17 7.611 17 17c0 5.136-2.635 7.012-4.516 7.031C34.64 31.051 32 29.276 32 24v-8.5a1.5 1.5 0 0 0-3 0v1.04C27.432 14.973 25.35 14 23 14c-5.142 0-9 4.66-9 10s3.858 10 9 10c3.057 0 5.66-1.647 7.27-4.106c1.347 2.66 3.64 4.164 6.246 4.137C40.635 33.988 44 30.115 44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20c2.47 0 4.839-.449 7.027-1.27a1.5 1.5 0 1 0-1.054-2.808A17 17 0 0 1 24 41c-9.389 0-17-7.611-17-17m22 0c0 4.048-2.857 7-6 7s-6-2.952-6-7s2.857-7 6-7s6 2.952 6 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M7 24c0-9.389 7.611-17 17-17s17 7.611 17 17c0 5.136-2.635 7.012-4.516 7.031C34.64 31.051 32 29.276 32 24v-8.5a1.5 1.5 0 0 0-3 0v1.04C27.432 14.973 25.35 14 23 14c-5.142 0-9 4.66-9 10s3.858 10 9 10c3.057 0 5.66-1.647 7.27-4.106c1.347 2.66 3.64 4.164 6.246 4.137C40.635 33.988 44 30.115 44 24c0-11.046-8.954-20-20-20S4 12.954 4 24s8.954 20 20 20c2.47 0 4.839-.449 7.027-1.27a1.5 1.5 0 1 0-1.054-2.808A17 17 0 0 1 24 41c-9.389 0-17-7.611-17-17m22 0c0 4.048-2.857 7-6 7s-6-2.952-6-7s2.857-7 6-7s6 2.952 6 7"/></svg>
</template>

CSS

.icon-mention-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2024c0-9.389%207.611-17%2017-17s17%207.611%2017%2017c0%205.136-2.635%207.012-4.516%207.031C34.64%2031.051%2032%2029.276%2032%2024v-8.5a1.5%201.5%200%200%200-3%200v1.04C27.432%2014.973%2025.35%2014%2023%2014c-5.142%200-9%204.66-9%2010s3.858%2010%209%2010c3.057%200%205.66-1.647%207.27-4.106c1.347%202.66%203.64%204.164%206.246%204.137C40.635%2033.988%2044%2030.115%2044%2024c0-11.046-8.954-20-20-20S4%2012.954%204%2024s8.954%2020%2020%2020c2.47%200%204.839-.449%207.027-1.27a1.5%201.5%200%201%200-1.054-2.808A17%2017%200%200%201%2024%2041c-9.389%200-17-7.611-17-17m22%200c0%204.048-2.857%207-6%207s-6-2.952-6-7s2.857-7%206-7s6%202.952%206%207%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%22M7%2024c0-9.389%207.611-17%2017-17s17%207.611%2017%2017c0%205.136-2.635%207.012-4.516%207.031C34.64%2031.051%2032%2029.276%2032%2024v-8.5a1.5%201.5%200%200%200-3%200v1.04C27.432%2014.973%2025.35%2014%2023%2014c-5.142%200-9%204.66-9%2010s3.858%2010%209%2010c3.057%200%205.66-1.647%207.27-4.106c1.347%202.66%203.64%204.164%206.246%204.137C40.635%2033.988%2044%2030.115%2044%2024c0-11.046-8.954-20-20-20S4%2012.954%204%2024s8.954%2020%2020%2020c2.47%200%204.839-.449%207.027-1.27a1.5%201.5%200%201%200-1.054-2.808A17%2017%200%200%201%2024%2041c-9.389%200-17-7.611-17-17m22%200c0%204.048-2.857%207-6%207s-6-2.952-6-7s2.857-7%206-7s6%202.952%206%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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