mention brackets icon
mention-brackets-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- mention-brackets-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the mention brackets icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 3A1.5 1.5 0 0 0 3 4.5v11A1.5 1.5 0 0 0 4.5 17h2a.5.5 0 0 1 0 1h-2A2.5 2.5 0 0 1 2 15.5v-11A2.5 2.5 0 0 1 4.5 2h2a.5.5 0 0 1 0 1zm11 14a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 15.5 3h-2a.5.5 0 0 1 0-1h2A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-2a.5.5 0 0 1 0-1zm-4-7a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M10 7.5c.563 0 1.082.186 1.5.5a.5.5 0 0 1 1 0v2.75a.75.75 0 0 0 1.5 0V10a4 4 0 1 0-4.239 3.993L9.758 14l.025-.006Q9.891 14 10 14c.45 0 .927-.084 1.36-.228c.3-.098.64.11.64.424a.55.55 0 0 1-.361.53A5 5 0 1 1 15 10v.749a1.75 1.75 0 0 1-3.198.983A2.5 2.5 0 1 1 10 7.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentMentionBrackets20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 3A1.5 1.5 0 0 0 3 4.5v11A1.5 1.5 0 0 0 4.5 17h2a.5.5 0 0 1 0 1h-2A2.5 2.5 0 0 1 2 15.5v-11A2.5 2.5 0 0 1 4.5 2h2a.5.5 0 0 1 0 1zm11 14a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 15.5 3h-2a.5.5 0 0 1 0-1h2A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-2a.5.5 0 0 1 0-1zm-4-7a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M10 7.5c.563 0 1.082.186 1.5.5a.5.5 0 0 1 1 0v2.75a.75.75 0 0 0 1.5 0V10a4 4 0 1 0-4.239 3.993L9.758 14l.025-.006Q9.891 14 10 14c.45 0 .927-.084 1.36-.228c.3-.098.64.11.64.424a.55.55 0 0 1-.361.53A5 5 0 1 1 15 10v.749a1.75 1.75 0 0 1-3.198.983A2.5 2.5 0 1 1 10 7.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 3A1.5 1.5 0 0 0 3 4.5v11A1.5 1.5 0 0 0 4.5 17h2a.5.5 0 0 1 0 1h-2A2.5 2.5 0 0 1 2 15.5v-11A2.5 2.5 0 0 1 4.5 2h2a.5.5 0 0 1 0 1zm11 14a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 15.5 3h-2a.5.5 0 0 1 0-1h2A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-2a.5.5 0 0 1 0-1zm-4-7a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M10 7.5c.563 0 1.082.186 1.5.5a.5.5 0 0 1 1 0v2.75a.75.75 0 0 0 1.5 0V10a4 4 0 1 0-4.239 3.993L9.758 14l.025-.006Q9.891 14 10 14c.45 0 .927-.084 1.36-.228c.3-.098.64.11.64.424a.55.55 0 0 1-.361.53A5 5 0 1 1 15 10v.749a1.75 1.75 0 0 1-3.198.983A2.5 2.5 0 1 1 10 7.5"/></svg> </template>
CSS
.icon-mention-brackets-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%203A1.5%201.5%200%200%200%203%204.5v11A1.5%201.5%200%200%200%204.5%2017h2a.5.5%200%200%201%200%201h-2A2.5%202.5%200%200%201%202%2015.5v-11A2.5%202.5%200%200%201%204.5%202h2a.5.5%200%200%201%200%201zm11%2014a1.5%201.5%200%200%200%201.5-1.5v-11A1.5%201.5%200%200%200%2015.5%203h-2a.5.5%200%200%201%200-1h2A2.5%202.5%200%200%201%2018%204.5v11a2.5%202.5%200%200%201-2.5%202.5h-2a.5.5%200%200%201%200-1zm-4-7a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M10%207.5c.563%200%201.082.186%201.5.5a.5.5%200%200%201%201%200v2.75a.75.75%200%200%200%201.5%200V10a4%204%200%201%200-4.239%203.993L9.758%2014l.025-.006Q9.891%2014%2010%2014c.45%200%20.927-.084%201.36-.228c.3-.098.64.11.64.424a.55.55%200%200%201-.361.53A5%205%200%201%201%2015%2010v.749a1.75%201.75%200%200%201-3.198.983A2.5%202.5%200%201%201%2010%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%203A1.5%201.5%200%200%200%203%204.5v11A1.5%201.5%200%200%200%204.5%2017h2a.5.5%200%200%201%200%201h-2A2.5%202.5%200%200%201%202%2015.5v-11A2.5%202.5%200%200%201%204.5%202h2a.5.5%200%200%201%200%201zm11%2014a1.5%201.5%200%200%200%201.5-1.5v-11A1.5%201.5%200%200%200%2015.5%203h-2a.5.5%200%200%201%200-1h2A2.5%202.5%200%200%201%2018%204.5v11a2.5%202.5%200%200%201-2.5%202.5h-2a.5.5%200%200%201%200-1zm-4-7a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M10%207.5c.563%200%201.082.186%201.5.5a.5.5%200%200%201%201%200v2.75a.75.75%200%200%200%201.5%200V10a4%204%200%201%200-4.239%203.993L9.758%2014l.025-.006Q9.891%2014%2010%2014c.45%200%20.927-.084%201.36-.228c.3-.098.64.11.64.424a.55.55%200%200%201-.361.53A5%205%200%201%201%2015%2010v.749a1.75%201.75%200%200%201-3.198.983A2.5%202.5%200%201%201%2010%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-brackets-20-regular.svg?color=%231a73e8&size=48