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

Name
document-mention-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M18.5 20a.5.5 0 0 1-.5.5h-5.97a3.36 3.36 0 0 1-2.075 1.04q.064.23.07.46H18a2 2 0 0 0 2-2V9.828a2 2 0 0 0-.586-1.414l-5.829-5.828A2.05 2.05 0 0 0 12.172 2H6a2 2 0 0 0-2 2v7.283c.475-.191.978-.33 1.5-.408V4a.5.5 0 0 1 .5-.5h6V8a2 2 0 0 0 2 2h4.5zm-5-15.379L17.378 8.5H14a.5.5 0 0 1-.5-.5zM4 14.15a4.16 4.16 0 0 1 2.5-.831a4.18 4.18 0 0 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.86c0 .867.301 1.672.834 2.206c.177.177.38.325.606.435c.29.14.619.219.98.219c.67 0 1.227-.27 1.635-.707c.326.452.804.707 1.445.707c1.332 0 2.42-1.27 2.42-2.86a5.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 0 1 4 14.15m1.5 4.018v-.002c-.064-.199-.1-.424-.1-.665s.036-.466.1-.666v-.003c.17-.524.54-.872 1-.872c.636 0 1.1.663 1.1 1.54s-.464 1.54-1.1 1.54c-.46 0-.83-.348-1-.872"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentMention24Regular(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="M18.5 20a.5.5 0 0 1-.5.5h-5.97a3.36 3.36 0 0 1-2.075 1.04q.064.23.07.46H18a2 2 0 0 0 2-2V9.828a2 2 0 0 0-.586-1.414l-5.829-5.828A2.05 2.05 0 0 0 12.172 2H6a2 2 0 0 0-2 2v7.283c.475-.191.978-.33 1.5-.408V4a.5.5 0 0 1 .5-.5h6V8a2 2 0 0 0 2 2h4.5zm-5-15.379L17.378 8.5H14a.5.5 0 0 1-.5-.5zM4 14.15a4.16 4.16 0 0 1 2.5-.831a4.18 4.18 0 0 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.86c0 .867.301 1.672.834 2.206c.177.177.38.325.606.435c.29.14.619.219.98.219c.67 0 1.227-.27 1.635-.707c.326.452.804.707 1.445.707c1.332 0 2.42-1.27 2.42-2.86a5.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 0 1 4 14.15m1.5 4.018v-.002c-.064-.199-.1-.424-.1-.665s.036-.466.1-.666v-.003c.17-.524.54-.872 1-.872c.636 0 1.1.663 1.1 1.54s-.464 1.54-1.1 1.54c-.46 0-.83-.348-1-.872"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 20a.5.5 0 0 1-.5.5h-5.97a3.36 3.36 0 0 1-2.075 1.04q.064.23.07.46H18a2 2 0 0 0 2-2V9.828a2 2 0 0 0-.586-1.414l-5.829-5.828A2.05 2.05 0 0 0 12.172 2H6a2 2 0 0 0-2 2v7.283c.475-.191.978-.33 1.5-.408V4a.5.5 0 0 1 .5-.5h6V8a2 2 0 0 0 2 2h4.5zm-5-15.379L17.378 8.5H14a.5.5 0 0 1-.5-.5zM4 14.15a4.16 4.16 0 0 1 2.5-.831a4.18 4.18 0 0 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.86c0 .867.301 1.672.834 2.206c.177.177.38.325.606.435c.29.14.619.219.98.219c.67 0 1.227-.27 1.635-.707c.326.452.804.707 1.445.707c1.332 0 2.42-1.27 2.42-2.86a5.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 0 1 4 14.15m1.5 4.018v-.002c-.064-.199-.1-.424-.1-.665s.036-.466.1-.666v-.003c.17-.524.54-.872 1-.872c.636 0 1.1.663 1.1 1.54s-.464 1.54-1.1 1.54c-.46 0-.83-.348-1-.872"/></svg>
</template>

CSS

.icon-document-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%22M18.5%2020a.5.5%200%200%201-.5.5h-5.97a3.36%203.36%200%200%201-2.075%201.04q.064.23.07.46H18a2%202%200%200%200%202-2V9.828a2%202%200%200%200-.586-1.414l-5.829-5.828A2.05%202.05%200%200%200%2012.172%202H6a2%202%200%200%200-2%202v7.283c.475-.191.978-.33%201.5-.408V4a.5.5%200%200%201%20.5-.5h6V8a2%202%200%200%200%202%202h4.5zm-5-15.379L17.378%208.5H14a.5.5%200%200%201-.5-.5zM4%2014.15a4.16%204.16%200%200%201%202.5-.831a4.18%204.18%200%200%201%204.18%204.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.86c0%20.867.301%201.672.834%202.206c.177.177.38.325.606.435c.29.14.619.219.98.219c.67%200%201.227-.27%201.635-.707c.326.452.804.707%201.445.707c1.332%200%202.42-1.27%202.42-2.86a5.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%200%201%204%2014.15m1.5%204.018v-.002c-.064-.199-.1-.424-.1-.665s.036-.466.1-.666v-.003c.17-.524.54-.872%201-.872c.636%200%201.1.663%201.1%201.54s-.464%201.54-1.1%201.54c-.46%200-.83-.348-1-.872%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%22M18.5%2020a.5.5%200%200%201-.5.5h-5.97a3.36%203.36%200%200%201-2.075%201.04q.064.23.07.46H18a2%202%200%200%200%202-2V9.828a2%202%200%200%200-.586-1.414l-5.829-5.828A2.05%202.05%200%200%200%2012.172%202H6a2%202%200%200%200-2%202v7.283c.475-.191.978-.33%201.5-.408V4a.5.5%200%200%201%20.5-.5h6V8a2%202%200%200%200%202%202h4.5zm-5-15.379L17.378%208.5H14a.5.5%200%200%201-.5-.5zM4%2014.15a4.16%204.16%200%200%201%202.5-.831a4.18%204.18%200%200%201%204.18%204.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.86c0%20.867.301%201.672.834%202.206c.177.177.38.325.606.435c.29.14.619.219.98.219c.67%200%201.227-.27%201.635-.707c.326.452.804.707%201.445.707c1.332%200%202.42-1.27%202.42-2.86a5.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%200%201%204%2014.15m1.5%204.018v-.002c-.064-.199-.1-.424-.1-.665s.036-.466.1-.666v-.003c.17-.524.54-.872%201-.872c.636%200%201.1.663%201.1%201.54s-.464%201.54-1.1%201.54c-.46%200-.83-.348-1-.872%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-regular.svg?color=%231a73e8&size=48