document one page multiple icon
document-one-page-multiple-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- document-one-page-multiple-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
document-one-page-multiple-16-filleddocument-one-page-multiple-20-filleddocument-one-page-multiple-20-regulardocument-one-page-multiple-24-filleddocument-one-page-multiple-24-regulardocument-one-page-multiple-28-filleddocument-one-page-multiple-28-regulardocument-one-page-multiple-32-filleddocument-one-page-multiple-32-regulardocument-one-page-multiple-48-filleddocument-one-page-multiple-48-regular
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 one page multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 10.007a.5.5 0 0 1-.41.492l-.09.008H6a.5.5 0 0 1-.09-.992L6 9.507h3a.5.5 0 0 1 .5.5m-.41-2.515A.5.5 0 0 0 9 6.5H6l-.09.008A.5.5 0 0 0 6 7.5h3zm.41-3.5a.5.5 0 0 1-.41.493L9 4.493H6a.5.5 0 0 1-.09-.992L6 3.493h3a.5.5 0 0 1 .5.5M3 2.715C3 1.768 3.767 1 4.713 1h5.574C11.233 1 12 1.768 12 2.714v8.572c0 .947-.767 1.714-1.713 1.714H4.713A1.714 1.714 0 0 1 3 11.286zM10.287 2H4.713A.714.714 0 0 0 4 2.714v8.572c0 .395.32.714.713.714h5.574c.393 0 .713-.32.713-.714V2.714A.714.714 0 0 0 10.287 2M13 11V3.168c.591.28 1 .883 1 1.582v6.46A3.79 3.79 0 0 1 10.21 15H6a1 1 0 0 1-1-1h5a3 3 0 0 0 3-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentOnePageMultiple16Regular(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="M9.5 10.007a.5.5 0 0 1-.41.492l-.09.008H6a.5.5 0 0 1-.09-.992L6 9.507h3a.5.5 0 0 1 .5.5m-.41-2.515A.5.5 0 0 0 9 6.5H6l-.09.008A.5.5 0 0 0 6 7.5h3zm.41-3.5a.5.5 0 0 1-.41.493L9 4.493H6a.5.5 0 0 1-.09-.992L6 3.493h3a.5.5 0 0 1 .5.5M3 2.715C3 1.768 3.767 1 4.713 1h5.574C11.233 1 12 1.768 12 2.714v8.572c0 .947-.767 1.714-1.713 1.714H4.713A1.714 1.714 0 0 1 3 11.286zM10.287 2H4.713A.714.714 0 0 0 4 2.714v8.572c0 .395.32.714.713.714h5.574c.393 0 .713-.32.713-.714V2.714A.714.714 0 0 0 10.287 2M13 11V3.168c.591.28 1 .883 1 1.582v6.46A3.79 3.79 0 0 1 10.21 15H6a1 1 0 0 1-1-1h5a3 3 0 0 0 3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 10.007a.5.5 0 0 1-.41.492l-.09.008H6a.5.5 0 0 1-.09-.992L6 9.507h3a.5.5 0 0 1 .5.5m-.41-2.515A.5.5 0 0 0 9 6.5H6l-.09.008A.5.5 0 0 0 6 7.5h3zm.41-3.5a.5.5 0 0 1-.41.493L9 4.493H6a.5.5 0 0 1-.09-.992L6 3.493h3a.5.5 0 0 1 .5.5M3 2.715C3 1.768 3.767 1 4.713 1h5.574C11.233 1 12 1.768 12 2.714v8.572c0 .947-.767 1.714-1.713 1.714H4.713A1.714 1.714 0 0 1 3 11.286zM10.287 2H4.713A.714.714 0 0 0 4 2.714v8.572c0 .395.32.714.713.714h5.574c.393 0 .713-.32.713-.714V2.714A.714.714 0 0 0 10.287 2M13 11V3.168c.591.28 1 .883 1 1.582v6.46A3.79 3.79 0 0 1 10.21 15H6a1 1 0 0 1-1-1h5a3 3 0 0 0 3-3"/></svg> </template>
CSS
.icon-document-one-page-multiple-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%22M9.5%2010.007a.5.5%200%200%201-.41.492l-.09.008H6a.5.5%200%200%201-.09-.992L6%209.507h3a.5.5%200%200%201%20.5.5m-.41-2.515A.5.5%200%200%200%209%206.5H6l-.09.008A.5.5%200%200%200%206%207.5h3zm.41-3.5a.5.5%200%200%201-.41.493L9%204.493H6a.5.5%200%200%201-.09-.992L6%203.493h3a.5.5%200%200%201%20.5.5M3%202.715C3%201.768%203.767%201%204.713%201h5.574C11.233%201%2012%201.768%2012%202.714v8.572c0%20.947-.767%201.714-1.713%201.714H4.713A1.714%201.714%200%200%201%203%2011.286zM10.287%202H4.713A.714.714%200%200%200%204%202.714v8.572c0%20.395.32.714.713.714h5.574c.393%200%20.713-.32.713-.714V2.714A.714.714%200%200%200%2010.287%202M13%2011V3.168c.591.28%201%20.883%201%201.582v6.46A3.79%203.79%200%200%201%2010.21%2015H6a1%201%200%200%201-1-1h5a3%203%200%200%200%203-3%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%22M9.5%2010.007a.5.5%200%200%201-.41.492l-.09.008H6a.5.5%200%200%201-.09-.992L6%209.507h3a.5.5%200%200%201%20.5.5m-.41-2.515A.5.5%200%200%200%209%206.5H6l-.09.008A.5.5%200%200%200%206%207.5h3zm.41-3.5a.5.5%200%200%201-.41.493L9%204.493H6a.5.5%200%200%201-.09-.992L6%203.493h3a.5.5%200%200%201%20.5.5M3%202.715C3%201.768%203.767%201%204.713%201h5.574C11.233%201%2012%201.768%2012%202.714v8.572c0%20.947-.767%201.714-1.713%201.714H4.713A1.714%201.714%200%200%201%203%2011.286zM10.287%202H4.713A.714.714%200%200%200%204%202.714v8.572c0%20.395.32.714.713.714h5.574c.393%200%20.713-.32.713-.714V2.714A.714.714%200%200%200%2010.287%202M13%2011V3.168c.591.28%201%20.883%201%201.582v6.46A3.79%203.79%200%200%201%2010.21%2015H6a1%201%200%200%201-1-1h5a3%203%200%200%200%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-one-page-multiple-16-regular.svg?color=%231a73e8&size=48