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

Name
document-mention-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M6.4 2A2.4 2.4 0 0 0 4 4.4v9.24a7.6 7.6 0 0 1 1.5-.577V4.4a.9.9 0 0 1 .9-.9H14V10a2 2 0 0 0 2 2h6.5v11.6a.9.9 0 0 1-.9.9h-8.46a3.7 3.7 0 0 1-1.86.578q.025.057.047.115c.097.267.134.54.117.807H21.6a2.4 2.4 0 0 0 2.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4 2.4 0 0 0 14.567 2zm15.54 8.5H16a.5.5 0 0 1-.5-.5V4.06zM14 20.5a6.5 6.5 0 1 0-4.532 6.197l.267-.092l.097-.043a.78.78 0 0 0-.634-1.422l-.202.07l-.29.082A4.94 4.94 0 1 1 12.44 20.5c0 1.067-.646 1.82-1.3 1.82c-.488 0-.78-.527-.78-1.82v-2.6l-.007-.106a.78.78 0 0 0-1.451-.279A2.6 2.6 0 0 0 7.5 17.12c-1.758 0-2.86 1.577-2.86 3.38s1.102 3.38 2.86 3.38c.791 0 1.45-.32 1.932-.836c.385.535.95.836 1.708.836c1.574 0 2.86-1.5 2.86-3.38m-7.8 0c0-1.036.548-1.82 1.3-1.82s1.3.784 1.3 1.82s-.548 1.82-1.3 1.82s-1.3-.784-1.3-1.82"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentMention28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.4 2A2.4 2.4 0 0 0 4 4.4v9.24a7.6 7.6 0 0 1 1.5-.577V4.4a.9.9 0 0 1 .9-.9H14V10a2 2 0 0 0 2 2h6.5v11.6a.9.9 0 0 1-.9.9h-8.46a3.7 3.7 0 0 1-1.86.578q.025.057.047.115c.097.267.134.54.117.807H21.6a2.4 2.4 0 0 0 2.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4 2.4 0 0 0 14.567 2zm15.54 8.5H16a.5.5 0 0 1-.5-.5V4.06zM14 20.5a6.5 6.5 0 1 0-4.532 6.197l.267-.092l.097-.043a.78.78 0 0 0-.634-1.422l-.202.07l-.29.082A4.94 4.94 0 1 1 12.44 20.5c0 1.067-.646 1.82-1.3 1.82c-.488 0-.78-.527-.78-1.82v-2.6l-.007-.106a.78.78 0 0 0-1.451-.279A2.6 2.6 0 0 0 7.5 17.12c-1.758 0-2.86 1.577-2.86 3.38s1.102 3.38 2.86 3.38c.791 0 1.45-.32 1.932-.836c.385.535.95.836 1.708.836c1.574 0 2.86-1.5 2.86-3.38m-7.8 0c0-1.036.548-1.82 1.3-1.82s1.3.784 1.3 1.82s-.548 1.82-1.3 1.82s-1.3-.784-1.3-1.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.4 2A2.4 2.4 0 0 0 4 4.4v9.24a7.6 7.6 0 0 1 1.5-.577V4.4a.9.9 0 0 1 .9-.9H14V10a2 2 0 0 0 2 2h6.5v11.6a.9.9 0 0 1-.9.9h-8.46a3.7 3.7 0 0 1-1.86.578q.025.057.047.115c.097.267.134.54.117.807H21.6a2.4 2.4 0 0 0 2.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4 2.4 0 0 0 14.567 2zm15.54 8.5H16a.5.5 0 0 1-.5-.5V4.06zM14 20.5a6.5 6.5 0 1 0-4.532 6.197l.267-.092l.097-.043a.78.78 0 0 0-.634-1.422l-.202.07l-.29.082A4.94 4.94 0 1 1 12.44 20.5c0 1.067-.646 1.82-1.3 1.82c-.488 0-.78-.527-.78-1.82v-2.6l-.007-.106a.78.78 0 0 0-1.451-.279A2.6 2.6 0 0 0 7.5 17.12c-1.758 0-2.86 1.577-2.86 3.38s1.102 3.38 2.86 3.38c.791 0 1.45-.32 1.932-.836c.385.535.95.836 1.708.836c1.574 0 2.86-1.5 2.86-3.38m-7.8 0c0-1.036.548-1.82 1.3-1.82s1.3.784 1.3 1.82s-.548 1.82-1.3 1.82s-1.3-.784-1.3-1.82"/></svg>
</template>

CSS

.icon-document-mention-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%202A2.4%202.4%200%200%200%204%204.4v9.24a7.6%207.6%200%200%201%201.5-.577V4.4a.9.9%200%200%201%20.9-.9H14V10a2%202%200%200%200%202%202h6.5v11.6a.9.9%200%200%201-.9.9h-8.46a3.7%203.7%200%200%201-1.86.578q.025.057.047.115c.097.267.134.54.117.807H21.6a2.4%202.4%200%200%200%202.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4%202.4%200%200%200%2014.567%202zm15.54%208.5H16a.5.5%200%200%201-.5-.5V4.06zM14%2020.5a6.5%206.5%200%201%200-4.532%206.197l.267-.092l.097-.043a.78.78%200%200%200-.634-1.422l-.202.07l-.29.082A4.94%204.94%200%201%201%2012.44%2020.5c0%201.067-.646%201.82-1.3%201.82c-.488%200-.78-.527-.78-1.82v-2.6l-.007-.106a.78.78%200%200%200-1.451-.279A2.6%202.6%200%200%200%207.5%2017.12c-1.758%200-2.86%201.577-2.86%203.38s1.102%203.38%202.86%203.38c.791%200%201.45-.32%201.932-.836c.385.535.95.836%201.708.836c1.574%200%202.86-1.5%202.86-3.38m-7.8%200c0-1.036.548-1.82%201.3-1.82s1.3.784%201.3%201.82s-.548%201.82-1.3%201.82s-1.3-.784-1.3-1.82%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%202A2.4%202.4%200%200%200%204%204.4v9.24a7.6%207.6%200%200%201%201.5-.577V4.4a.9.9%200%200%201%20.9-.9H14V10a2%202%200%200%200%202%202h6.5v11.6a.9.9%200%200%201-.9.9h-8.46a3.7%203.7%200%200%201-1.86.578q.025.057.047.115c.097.267.134.54.117.807H21.6a2.4%202.4%200%200%200%202.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4%202.4%200%200%200%2014.567%202zm15.54%208.5H16a.5.5%200%200%201-.5-.5V4.06zM14%2020.5a6.5%206.5%200%201%200-4.532%206.197l.267-.092l.097-.043a.78.78%200%200%200-.634-1.422l-.202.07l-.29.082A4.94%204.94%200%201%201%2012.44%2020.5c0%201.067-.646%201.82-1.3%201.82c-.488%200-.78-.527-.78-1.82v-2.6l-.007-.106a.78.78%200%200%200-1.451-.279A2.6%202.6%200%200%200%207.5%2017.12c-1.758%200-2.86%201.577-2.86%203.38s1.102%203.38%202.86%203.38c.791%200%201.45-.32%201.932-.836c.385.535.95.836%201.708.836c1.574%200%202.86-1.5%202.86-3.38m-7.8%200c0-1.036.548-1.82%201.3-1.82s1.3.784%201.3%201.82s-.548%201.82-1.3%201.82s-1.3-.784-1.3-1.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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