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

Name
document-mention-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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="M14 2v8a2 2 0 0 0 2 2h7.999l.001.078V23.6a2.4 2.4 0 0 1-2.4 2.4H11.444a2 2 0 0 0-.163-.922c2.336-.084 3.92-2.271 3.92-4.577A7.7 7.7 0 0 0 4 13.64V4.4A2.4 2.4 0 0 1 6.4 2zm1.5.475V10a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.431a2.4 2.4 0 0 0-.264-.228M14 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 FluentDocumentMention28Filled(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="M14 2v8a2 2 0 0 0 2 2h7.999l.001.078V23.6a2.4 2.4 0 0 1-2.4 2.4H11.444a2 2 0 0 0-.163-.922c2.336-.084 3.92-2.271 3.92-4.577A7.7 7.7 0 0 0 4 13.64V4.4A2.4 2.4 0 0 1 6.4 2zm1.5.475V10a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.431a2.4 2.4 0 0 0-.264-.228M14 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="M14 2v8a2 2 0 0 0 2 2h7.999l.001.078V23.6a2.4 2.4 0 0 1-2.4 2.4H11.444a2 2 0 0 0-.163-.922c2.336-.084 3.92-2.271 3.92-4.577A7.7 7.7 0 0 0 4 13.64V4.4A2.4 2.4 0 0 1 6.4 2zm1.5.475V10a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.431a2.4 2.4 0 0 0-.264-.228M14 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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202v8a2%202%200%200%200%202%202h7.999l.001.078V23.6a2.4%202.4%200%200%201-2.4%202.4H11.444a2%202%200%200%200-.163-.922c2.336-.084%203.92-2.271%203.92-4.577A7.7%207.7%200%200%200%204%2013.64V4.4A2.4%202.4%200%200%201%206.4%202zm1.5.475V10a.5.5%200%200%200%20.5.5h7.502a3%203%200%200%200-.307-.366l-7.431-7.431a2.4%202.4%200%200%200-.264-.228M14%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%22M14%202v8a2%202%200%200%200%202%202h7.999l.001.078V23.6a2.4%202.4%200%200%201-2.4%202.4H11.444a2%202%200%200%200-.163-.922c2.336-.084%203.92-2.271%203.92-4.577A7.7%207.7%200%200%200%204%2013.64V4.4A2.4%202.4%200%200%201%206.4%202zm1.5.475V10a.5.5%200%200%200%20.5.5h7.502a3%203%200%200%200-.307-.366l-7.431-7.431a2.4%202.4%200%200%200-.264-.228M14%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-filled.svg?color=%231a73e8&size=48