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

Name
document-mention-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document 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 2v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-7.975a2 2 0 0 0-.07-.46c1.961-.213 3.246-2.098 3.246-4.04A6.7 6.7 0 0 0 4 11.284V4a2 2 0 0 1 2-2zm1.5.5V8a.5.5 0 0 0 .5.5h5.5zm-1.5 15a5.5 5.5 0 1 0-3.835 5.243l.226-.077l.082-.036a.66.66 0 0 0-.536-1.203l-.171.058l-.246.07q-.496.125-1.02.125a4.18 4.18 0 1 1 4.18-4.18c0 .903-.546 1.54-1.1 1.54c-.413 0-.66-.446-.66-1.54v-2.2l-.006-.09a.66.66 0 0 0-1.228-.236A2.2 2.2 0 0 0 6.5 14.64c-1.487 0-2.42 1.335-2.42 2.86s.933 2.86 2.42 2.86c.67 0 1.227-.27 1.635-.707c.326.452.804.707 1.445.707c1.332 0 2.42-1.27 2.42-2.86m-6.6 0c0-.876.464-1.54 1.1-1.54s1.1.663 1.1 1.54s-.464 1.54-1.1 1.54s-1.1-.663-1.1-1.54"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentMention24Filled(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 2v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-7.975a2 2 0 0 0-.07-.46c1.961-.213 3.246-2.098 3.246-4.04A6.7 6.7 0 0 0 4 11.284V4a2 2 0 0 1 2-2zm1.5.5V8a.5.5 0 0 0 .5.5h5.5zm-1.5 15a5.5 5.5 0 1 0-3.835 5.243l.226-.077l.082-.036a.66.66 0 0 0-.536-1.203l-.171.058l-.246.07q-.496.125-1.02.125a4.18 4.18 0 1 1 4.18-4.18c0 .903-.546 1.54-1.1 1.54c-.413 0-.66-.446-.66-1.54v-2.2l-.006-.09a.66.66 0 0 0-1.228-.236A2.2 2.2 0 0 0 6.5 14.64c-1.487 0-2.42 1.335-2.42 2.86s.933 2.86 2.42 2.86c.67 0 1.227-.27 1.635-.707c.326.452.804.707 1.445.707c1.332 0 2.42-1.27 2.42-2.86m-6.6 0c0-.876.464-1.54 1.1-1.54s1.1.663 1.1 1.54s-.464 1.54-1.1 1.54s-1.1-.663-1.1-1.54"/></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 2v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-7.975a2 2 0 0 0-.07-.46c1.961-.213 3.246-2.098 3.246-4.04A6.7 6.7 0 0 0 4 11.284V4a2 2 0 0 1 2-2zm1.5.5V8a.5.5 0 0 0 .5.5h5.5zm-1.5 15a5.5 5.5 0 1 0-3.835 5.243l.226-.077l.082-.036a.66.66 0 0 0-.536-1.203l-.171.058l-.246.07q-.496.125-1.02.125a4.18 4.18 0 1 1 4.18-4.18c0 .903-.546 1.54-1.1 1.54c-.413 0-.66-.446-.66-1.54v-2.2l-.006-.09a.66.66 0 0 0-1.228-.236A2.2 2.2 0 0 0 6.5 14.64c-1.487 0-2.42 1.335-2.42 2.86s.933 2.86 2.42 2.86c.67 0 1.227-.27 1.635-.707c.326.452.804.707 1.445.707c1.332 0 2.42-1.27 2.42-2.86m-6.6 0c0-.876.464-1.54 1.1-1.54s1.1.663 1.1 1.54s-.464 1.54-1.1 1.54s-1.1-.663-1.1-1.54"/></svg>
</template>

CSS

.icon-document-mention-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202v6a2%202%200%200%200%202%202h6v10a2%202%200%200%201-2%202h-7.975a2%202%200%200%200-.07-.46c1.961-.213%203.246-2.098%203.246-4.04A6.7%206.7%200%200%200%204%2011.284V4a2%202%200%200%201%202-2zm1.5.5V8a.5.5%200%200%200%20.5.5h5.5zm-1.5%2015a5.5%205.5%200%201%200-3.835%205.243l.226-.077l.082-.036a.66.66%200%200%200-.536-1.203l-.171.058l-.246.07q-.496.125-1.02.125a4.18%204.18%200%201%201%204.18-4.18c0%20.903-.546%201.54-1.1%201.54c-.413%200-.66-.446-.66-1.54v-2.2l-.006-.09a.66.66%200%200%200-1.228-.236A2.2%202.2%200%200%200%206.5%2014.64c-1.487%200-2.42%201.335-2.42%202.86s.933%202.86%202.42%202.86c.67%200%201.227-.27%201.635-.707c.326.452.804.707%201.445.707c1.332%200%202.42-1.27%202.42-2.86m-6.6%200c0-.876.464-1.54%201.1-1.54s1.1.663%201.1%201.54s-.464%201.54-1.1%201.54s-1.1-.663-1.1-1.54%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%202v6a2%202%200%200%200%202%202h6v10a2%202%200%200%201-2%202h-7.975a2%202%200%200%200-.07-.46c1.961-.213%203.246-2.098%203.246-4.04A6.7%206.7%200%200%200%204%2011.284V4a2%202%200%200%201%202-2zm1.5.5V8a.5.5%200%200%200%20.5.5h5.5zm-1.5%2015a5.5%205.5%200%201%200-3.835%205.243l.226-.077l.082-.036a.66.66%200%200%200-.536-1.203l-.171.058l-.246.07q-.496.125-1.02.125a4.18%204.18%200%201%201%204.18-4.18c0%20.903-.546%201.54-1.1%201.54c-.413%200-.66-.446-.66-1.54v-2.2l-.006-.09a.66.66%200%200%200-1.228-.236A2.2%202.2%200%200%200%206.5%2014.64c-1.487%200-2.42%201.335-2.42%202.86s.933%202.86%202.42%202.86c.67%200%201.227-.27%201.635-.707c.326.452.804.707%201.445.707c1.332%200%202.42-1.27%202.42-2.86m-6.6%200c0-.876.464-1.54%201.1-1.54s1.1.663%201.1%201.54s-.464%201.54-1.1%201.54s-1.1-.663-1.1-1.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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