document markdown icon

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

Name
document-markdown-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document markdown icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.615 10.014A.5.5 0 0 1 6 10.5v4a.5.5 0 0 1-1 0v-1.882l-1.02 2.04l-.023.045l-.01.02a.5.5 0 0 1-.894 0L2 12.619V14.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .947-.224L3.5 13.382l1.553-3.106a.5.5 0 0 1 .562-.262M9 10a.5.5 0 0 1 .5.5v2.793l.646-.646a.5.5 0 1 1 .707.707l-1.5 1.5a.5.5 0 0 1-.113.082a.5.5 0 0 1-.339.054a.5.5 0 0 1-.142-.055a.5.5 0 0 1-.113-.082l-1.5-1.5a.5.5 0 1 1 .708-.707l.646.647V10.5A.5.5 0 0 1 9 10m-.414-9a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2h-.379l.94-.94c.283-.283.428-.653.437-1.025L12 13V6H9.5A1.5 1.5 0 0 1 8 4.5V2H5a1 1 0 0 0-1 1v7.146l-.5 1l-.5-1V3a2 2 0 0 1 2-2zM9 4.5a.5.5 0 0 0 .5.5h2.293L9 2.207z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentMarkdown16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.615 10.014A.5.5 0 0 1 6 10.5v4a.5.5 0 0 1-1 0v-1.882l-1.02 2.04l-.023.045l-.01.02a.5.5 0 0 1-.894 0L2 12.619V14.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .947-.224L3.5 13.382l1.553-3.106a.5.5 0 0 1 .562-.262M9 10a.5.5 0 0 1 .5.5v2.793l.646-.646a.5.5 0 1 1 .707.707l-1.5 1.5a.5.5 0 0 1-.113.082a.5.5 0 0 1-.339.054a.5.5 0 0 1-.142-.055a.5.5 0 0 1-.113-.082l-1.5-1.5a.5.5 0 1 1 .708-.707l.646.647V10.5A.5.5 0 0 1 9 10m-.414-9a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2h-.379l.94-.94c.283-.283.428-.653.437-1.025L12 13V6H9.5A1.5 1.5 0 0 1 8 4.5V2H5a1 1 0 0 0-1 1v7.146l-.5 1l-.5-1V3a2 2 0 0 1 2-2zM9 4.5a.5.5 0 0 0 .5.5h2.293L9 2.207z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.615 10.014A.5.5 0 0 1 6 10.5v4a.5.5 0 0 1-1 0v-1.882l-1.02 2.04l-.023.045l-.01.02a.5.5 0 0 1-.894 0L2 12.619V14.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .947-.224L3.5 13.382l1.553-3.106a.5.5 0 0 1 .562-.262M9 10a.5.5 0 0 1 .5.5v2.793l.646-.646a.5.5 0 1 1 .707.707l-1.5 1.5a.5.5 0 0 1-.113.082a.5.5 0 0 1-.339.054a.5.5 0 0 1-.142-.055a.5.5 0 0 1-.113-.082l-1.5-1.5a.5.5 0 1 1 .708-.707l.646.647V10.5A.5.5 0 0 1 9 10m-.414-9a1.5 1.5 0 0 1 1.06.44l2.914 2.914a1.5 1.5 0 0 1 .44 1.06V13a2 2 0 0 1-2 2h-.379l.94-.94c.283-.283.428-.653.437-1.025L12 13V6H9.5A1.5 1.5 0 0 1 8 4.5V2H5a1 1 0 0 0-1 1v7.146l-.5 1l-.5-1V3a2 2 0 0 1 2-2zM9 4.5a.5.5 0 0 0 .5.5h2.293L9 2.207z"/></svg>
</template>

CSS

.icon-document-markdown-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.615%2010.014A.5.5%200%200%201%206%2010.5v4a.5.5%200%200%201-1%200v-1.882l-1.02%202.04l-.023.045l-.01.02a.5.5%200%200%201-.894%200L2%2012.619V14.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%201%20.947-.224L3.5%2013.382l1.553-3.106a.5.5%200%200%201%20.562-.262M9%2010a.5.5%200%200%201%20.5.5v2.793l.646-.646a.5.5%200%201%201%20.707.707l-1.5%201.5a.5.5%200%200%201-.113.082a.5.5%200%200%201-.339.054a.5.5%200%200%201-.142-.055a.5.5%200%200%201-.113-.082l-1.5-1.5a.5.5%200%201%201%20.708-.707l.646.647V10.5A.5.5%200%200%201%209%2010m-.414-9a1.5%201.5%200%200%201%201.06.44l2.914%202.914a1.5%201.5%200%200%201%20.44%201.06V13a2%202%200%200%201-2%202h-.379l.94-.94c.283-.283.428-.653.437-1.025L12%2013V6H9.5A1.5%201.5%200%200%201%208%204.5V2H5a1%201%200%200%200-1%201v7.146l-.5%201l-.5-1V3a2%202%200%200%201%202-2zM9%204.5a.5.5%200%200%200%20.5.5h2.293L9%202.207z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.615%2010.014A.5.5%200%200%201%206%2010.5v4a.5.5%200%200%201-1%200v-1.882l-1.02%202.04l-.023.045l-.01.02a.5.5%200%200%201-.894%200L2%2012.619V14.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%201%20.947-.224L3.5%2013.382l1.553-3.106a.5.5%200%200%201%20.562-.262M9%2010a.5.5%200%200%201%20.5.5v2.793l.646-.646a.5.5%200%201%201%20.707.707l-1.5%201.5a.5.5%200%200%201-.113.082a.5.5%200%200%201-.339.054a.5.5%200%200%201-.142-.055a.5.5%200%200%201-.113-.082l-1.5-1.5a.5.5%200%201%201%20.708-.707l.646.647V10.5A.5.5%200%200%201%209%2010m-.414-9a1.5%201.5%200%200%201%201.06.44l2.914%202.914a1.5%201.5%200%200%201%20.44%201.06V13a2%202%200%200%201-2%202h-.379l.94-.94c.283-.283.428-.653.437-1.025L12%2013V6H9.5A1.5%201.5%200%200%201%208%204.5V2H5a1%201%200%200%200-1%201v7.146l-.5%201l-.5-1V3a2%202%200%200%201%202-2zM9%204.5a.5.5%200%200%200%20.5.5h2.293L9%202.207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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