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

Name
document-width-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document width 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 15.724l.012.014a1.72 1.72 0 0 0 1.488.485v3.527a2.25 2.25 0 0 1-2.096 2.245L17.75 22H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75v-3.528a1.72 1.72 0 0 0 1.364-.372l.135-.125l.001 4.025c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102zM4.78 8.968a.75.75 0 0 1 .073.977l-.073.084l-1.221 1.22h3.784c.362 0 .656.335.656.75c0 .379-.247.693-.567.742l-.09.007H3.56l1.221 1.222a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073l-2.37-2.367A.77.77 0 0 1 1 12a.77.77 0 0 1 .35-.664l2.37-2.367a.75.75 0 0 1 1.061 0m14.438-.003a.75.75 0 0 1 .976-.073l.084.073l2.37 2.367a.77.77 0 0 1 .351.664a.79.79 0 0 1-.276.611l-.075.053l-2.37 2.367l-.084.073a.75.75 0 0 1-.882.007l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.882l.08-.094l1.221-1.222h-3.784l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.083a.75.75 0 0 1 .073-.977M17.75 2a2.25 2.25 0 0 1 2.245 2.096L20 4.25v3.517a1.75 1.75 0 0 0-1.362.38l-.139.127l.001-4.024a.75.75 0 0 0-.648-.743L17.75 3.5H6.25a.75.75 0 0 0-.743.648L5.5 4.25v4.023l-.012-.012A1.75 1.75 0 0 0 4 7.766V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentWidth24Regular(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 15.724l.012.014a1.72 1.72 0 0 0 1.488.485v3.527a2.25 2.25 0 0 1-2.096 2.245L17.75 22H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75v-3.528a1.72 1.72 0 0 0 1.364-.372l.135-.125l.001 4.025c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102zM4.78 8.968a.75.75 0 0 1 .073.977l-.073.084l-1.221 1.22h3.784c.362 0 .656.335.656.75c0 .379-.247.693-.567.742l-.09.007H3.56l1.221 1.222a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073l-2.37-2.367A.77.77 0 0 1 1 12a.77.77 0 0 1 .35-.664l2.37-2.367a.75.75 0 0 1 1.061 0m14.438-.003a.75.75 0 0 1 .976-.073l.084.073l2.37 2.367a.77.77 0 0 1 .351.664a.79.79 0 0 1-.276.611l-.075.053l-2.37 2.367l-.084.073a.75.75 0 0 1-.882.007l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.882l.08-.094l1.221-1.222h-3.784l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.083a.75.75 0 0 1 .073-.977M17.75 2a2.25 2.25 0 0 1 2.245 2.096L20 4.25v3.517a1.75 1.75 0 0 0-1.362.38l-.139.127l.001-4.024a.75.75 0 0 0-.648-.743L17.75 3.5H6.25a.75.75 0 0 0-.743.648L5.5 4.25v4.023l-.012-.012A1.75 1.75 0 0 0 4 7.766V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2z"/></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 15.724l.012.014a1.72 1.72 0 0 0 1.488.485v3.527a2.25 2.25 0 0 1-2.096 2.245L17.75 22H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75v-3.528a1.72 1.72 0 0 0 1.364-.372l.135-.125l.001 4.025c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102zM4.78 8.968a.75.75 0 0 1 .073.977l-.073.084l-1.221 1.22h3.784c.362 0 .656.335.656.75c0 .379-.247.693-.567.742l-.09.007H3.56l1.221 1.222a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073l-2.37-2.367A.77.77 0 0 1 1 12a.77.77 0 0 1 .35-.664l2.37-2.367a.75.75 0 0 1 1.061 0m14.438-.003a.75.75 0 0 1 .976-.073l.084.073l2.37 2.367a.77.77 0 0 1 .351.664a.79.79 0 0 1-.276.611l-.075.053l-2.37 2.367l-.084.073a.75.75 0 0 1-.882.007l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.882l.08-.094l1.221-1.222h-3.784l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.083a.75.75 0 0 1 .073-.977M17.75 2a2.25 2.25 0 0 1 2.245 2.096L20 4.25v3.517a1.75 1.75 0 0 0-1.362.38l-.139.127l.001-4.024a.75.75 0 0 0-.648-.743L17.75 3.5H6.25a.75.75 0 0 0-.743.648L5.5 4.25v4.023l-.012-.012A1.75 1.75 0 0 0 4 7.766V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2z"/></svg>
</template>

CSS

.icon-document-width-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%2015.724l.012.014a1.72%201.72%200%200%200%201.488.485v3.527a2.25%202.25%200%200%201-2.096%202.245L17.75%2022H6.25a2.25%202.25%200%200%201-2.245-2.096L4%2019.75v-3.528a1.72%201.72%200%200%200%201.364-.372l.135-.125l.001%204.025c0%20.38.282.694.648.743l.102.007h11.5a.75.75%200%200%200%20.743-.648l.007-.102zM4.78%208.968a.75.75%200%200%201%20.073.977l-.073.084l-1.221%201.22h3.784c.362%200%20.656.335.656.75c0%20.379-.247.693-.567.742l-.09.007H3.56l1.221%201.222a.75.75%200%200%201%20.073.976l-.073.084a.75.75%200%200%201-.976.073l-.085-.073l-2.37-2.367A.77.77%200%200%201%201%2012a.77.77%200%200%201%20.35-.664l2.37-2.367a.75.75%200%200%201%201.061%200m14.438-.003a.75.75%200%200%201%20.976-.073l.084.073l2.37%202.367a.77.77%200%200%201%20.351.664a.79.79%200%200%201-.276.611l-.075.053l-2.37%202.367l-.084.073a.75.75%200%200%201-.882.007l-.094-.08l-.073-.084a.75.75%200%200%201-.007-.882l.08-.094l1.221-1.222h-3.784l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.083a.75.75%200%200%201%20.073-.977M17.75%202a2.25%202.25%200%200%201%202.245%202.096L20%204.25v3.517a1.75%201.75%200%200%200-1.362.38l-.139.127l.001-4.024a.75.75%200%200%200-.648-.743L17.75%203.5H6.25a.75.75%200%200%200-.743.648L5.5%204.25v4.023l-.012-.012A1.75%201.75%200%200%200%204%207.766V4.25a2.25%202.25%200%200%201%202.096-2.245L6.25%202z%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%2015.724l.012.014a1.72%201.72%200%200%200%201.488.485v3.527a2.25%202.25%200%200%201-2.096%202.245L17.75%2022H6.25a2.25%202.25%200%200%201-2.245-2.096L4%2019.75v-3.528a1.72%201.72%200%200%200%201.364-.372l.135-.125l.001%204.025c0%20.38.282.694.648.743l.102.007h11.5a.75.75%200%200%200%20.743-.648l.007-.102zM4.78%208.968a.75.75%200%200%201%20.073.977l-.073.084l-1.221%201.22h3.784c.362%200%20.656.335.656.75c0%20.379-.247.693-.567.742l-.09.007H3.56l1.221%201.222a.75.75%200%200%201%20.073.976l-.073.084a.75.75%200%200%201-.976.073l-.085-.073l-2.37-2.367A.77.77%200%200%201%201%2012a.77.77%200%200%201%20.35-.664l2.37-2.367a.75.75%200%200%201%201.061%200m14.438-.003a.75.75%200%200%201%20.976-.073l.084.073l2.37%202.367a.77.77%200%200%201%20.351.664a.79.79%200%200%201-.276.611l-.075.053l-2.37%202.367l-.084.073a.75.75%200%200%201-.882.007l-.094-.08l-.073-.084a.75.75%200%200%201-.007-.882l.08-.094l1.221-1.222h-3.784l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.083a.75.75%200%200%201%20.073-.977M17.75%202a2.25%202.25%200%200%201%202.245%202.096L20%204.25v3.517a1.75%201.75%200%200%200-1.362.38l-.139.127l.001-4.024a.75.75%200%200%200-.648-.743L17.75%203.5H6.25a.75.75%200%200%200-.743.648L5.5%204.25v4.023l-.012-.012A1.75%201.75%200%200%200%204%207.766V4.25a2.25%202.25%200%200%201%202.096-2.245L6.25%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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