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

Name
mention-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 3.09-1.68 5.025-3.75 5.025c-1.296 0-2.439-.759-3.112-2.085C14.334 16.173 13.03 17 11.5 17C8.93 17 7 14.67 7 12s1.93-5 4.5-5c1.175 0 2.216.488 3 1.271V7.75a.75.75 0 0 1 1.5 0V12c0 2.61 1.32 3.525 2.25 3.525S20.5 14.611 20.5 12a8.5 8.5 0 1 0-5.61 7.993a.82.82 0 0 1 .861.178c.372.372.27 1-.222 1.185A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m-.5 6.5c-1.571 0-3 1.476-3 3.5s1.429 3.5 3 3.5s3-1.476 3-3.5s-1.429-3.5-3-3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMention24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 3.09-1.68 5.025-3.75 5.025c-1.296 0-2.439-.759-3.112-2.085C14.334 16.173 13.03 17 11.5 17C8.93 17 7 14.67 7 12s1.93-5 4.5-5c1.175 0 2.216.488 3 1.271V7.75a.75.75 0 0 1 1.5 0V12c0 2.61 1.32 3.525 2.25 3.525S20.5 14.611 20.5 12a8.5 8.5 0 1 0-5.61 7.993a.82.82 0 0 1 .861.178c.372.372.27 1-.222 1.185A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m-.5 6.5c-1.571 0-3 1.476-3 3.5s1.429 3.5 3 3.5s3-1.476 3-3.5s-1.429-3.5-3-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 3.09-1.68 5.025-3.75 5.025c-1.296 0-2.439-.759-3.112-2.085C14.334 16.173 13.03 17 11.5 17C8.93 17 7 14.67 7 12s1.93-5 4.5-5c1.175 0 2.216.488 3 1.271V7.75a.75.75 0 0 1 1.5 0V12c0 2.61 1.32 3.525 2.25 3.525S20.5 14.611 20.5 12a8.5 8.5 0 1 0-5.61 7.993a.82.82 0 0 1 .861.178c.372.372.27 1-.222 1.185A10 10 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m-.5 6.5c-1.571 0-3 1.476-3 3.5s1.429 3.5 3 3.5s3-1.476 3-3.5s-1.429-3.5-3-3.5"/></svg>
</template>

CSS

.icon-mention-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010c0%203.09-1.68%205.025-3.75%205.025c-1.296%200-2.439-.759-3.112-2.085C14.334%2016.173%2013.03%2017%2011.5%2017C8.93%2017%207%2014.67%207%2012s1.93-5%204.5-5c1.175%200%202.216.488%203%201.271V7.75a.75.75%200%200%201%201.5%200V12c0%202.61%201.32%203.525%202.25%203.525S20.5%2014.611%2020.5%2012a8.5%208.5%200%201%200-5.61%207.993a.82.82%200%200%201%20.861.178c.372.372.27%201-.222%201.185A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202m-.5%206.5c-1.571%200-3%201.476-3%203.5s1.429%203.5%203%203.5s3-1.476%203-3.5s-1.429-3.5-3-3.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010c0%203.09-1.68%205.025-3.75%205.025c-1.296%200-2.439-.759-3.112-2.085C14.334%2016.173%2013.03%2017%2011.5%2017C8.93%2017%207%2014.67%207%2012s1.93-5%204.5-5c1.175%200%202.216.488%203%201.271V7.75a.75.75%200%200%201%201.5%200V12c0%202.61%201.32%203.525%202.25%203.525S20.5%2014.611%2020.5%2012a8.5%208.5%200%201%200-5.61%207.993a.82.82%200%200%201%20.861.178c.372.372.27%201-.222%201.185A10%2010%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202m-.5%206.5c-1.571%200-3%201.476-3%203.5s1.429%203.5%203%203.5s3-1.476%203-3.5s-1.429-3.5-3-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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