document width icon
document-width-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- document-width-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
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="M17.75 2a2.25 2.25 0 0 1 2.245 2.096L20 4.25v3.517a1.75 1.75 0 0 0-1.488.495a1.73 1.73 0 0 0-.427 1.742l.055.153l.042.092h-1.525c-.848 0-1.505.65-1.634 1.459l-.017.144l-.006.147c0 .799.514 1.513 1.333 1.71l.157.03l.166.01h1.515l-.017.034a1.77 1.77 0 0 0 .047 1.512l.09.162l.098.143l.123.138a1.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.488-.485l.123-.137l.097-.143a1.79 1.79 0 0 0 .138-1.675l-.017-.034h1.515l.166-.01C8.42 13.6 9 12.848 9 11.999l-.006-.147c-.07-.875-.754-1.603-1.65-1.603H5.818l.042-.092a1.735 1.735 0 0 0-.372-1.895A1.75 1.75 0 0 0 4 7.766V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2zM4.781 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-.977"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentWidth24Filled(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="M17.75 2a2.25 2.25 0 0 1 2.245 2.096L20 4.25v3.517a1.75 1.75 0 0 0-1.488.495a1.73 1.73 0 0 0-.427 1.742l.055.153l.042.092h-1.525c-.848 0-1.505.65-1.634 1.459l-.017.144l-.006.147c0 .799.514 1.513 1.333 1.71l.157.03l.166.01h1.515l-.017.034a1.77 1.77 0 0 0 .047 1.512l.09.162l.098.143l.123.138a1.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.488-.485l.123-.137l.097-.143a1.79 1.79 0 0 0 .138-1.675l-.017-.034h1.515l.166-.01C8.42 13.6 9 12.848 9 11.999l-.006-.147c-.07-.875-.754-1.603-1.65-1.603H5.818l.042-.092a1.735 1.735 0 0 0-.372-1.895A1.75 1.75 0 0 0 4 7.766V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2zM4.781 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-.977"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 2a2.25 2.25 0 0 1 2.245 2.096L20 4.25v3.517a1.75 1.75 0 0 0-1.488.495a1.73 1.73 0 0 0-.427 1.742l.055.153l.042.092h-1.525c-.848 0-1.505.65-1.634 1.459l-.017.144l-.006.147c0 .799.514 1.513 1.333 1.71l.157.03l.166.01h1.515l-.017.034a1.77 1.77 0 0 0 .047 1.512l.09.162l.098.143l.123.138a1.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.488-.485l.123-.137l.097-.143a1.79 1.79 0 0 0 .138-1.675l-.017-.034h1.515l.166-.01C8.42 13.6 9 12.848 9 11.999l-.006-.147c-.07-.875-.754-1.603-1.65-1.603H5.818l.042-.092a1.735 1.735 0 0 0-.372-1.895A1.75 1.75 0 0 0 4 7.766V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2zM4.781 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-.977"/></svg> </template>
CSS
.icon-document-width-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.75%202a2.25%202.25%200%200%201%202.245%202.096L20%204.25v3.517a1.75%201.75%200%200%200-1.488.495a1.73%201.73%200%200%200-.427%201.742l.055.153l.042.092h-1.525c-.848%200-1.505.65-1.634%201.459l-.017.144l-.006.147c0%20.799.514%201.513%201.333%201.71l.157.03l.166.01h1.515l-.017.034a1.77%201.77%200%200%200%20.047%201.512l.09.162l.098.143l.123.138a1.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.488-.485l.123-.137l.097-.143a1.79%201.79%200%200%200%20.138-1.675l-.017-.034h1.515l.166-.01C8.42%2013.6%209%2012.848%209%2011.999l-.006-.147c-.07-.875-.754-1.603-1.65-1.603H5.818l.042-.092a1.735%201.735%200%200%200-.372-1.895A1.75%201.75%200%200%200%204%207.766V4.25a2.25%202.25%200%200%201%202.096-2.245L6.25%202zM4.781%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-.977%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%22M17.75%202a2.25%202.25%200%200%201%202.245%202.096L20%204.25v3.517a1.75%201.75%200%200%200-1.488.495a1.73%201.73%200%200%200-.427%201.742l.055.153l.042.092h-1.525c-.848%200-1.505.65-1.634%201.459l-.017.144l-.006.147c0%20.799.514%201.513%201.333%201.71l.157.03l.166.01h1.515l-.017.034a1.77%201.77%200%200%200%20.047%201.512l.09.162l.098.143l.123.138a1.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.488-.485l.123-.137l.097-.143a1.79%201.79%200%200%200%20.138-1.675l-.017-.034h1.515l.166-.01C8.42%2013.6%209%2012.848%209%2011.999l-.006-.147c-.07-.875-.754-1.603-1.65-1.603H5.818l.042-.092a1.735%201.735%200%200%200-.372-1.895A1.75%201.75%200%200%200%204%207.766V4.25a2.25%202.25%200%200%201%202.096-2.245L6.25%202zM4.781%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-.977%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-filled.svg?color=%231a73e8&size=48