document one page link icon

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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document one page link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 2H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1.337c.178.375.42.713.714 1H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6h-1V3a1 1 0 0 0-1-1m-1.5 8a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3 .5a.5.5 0 0 1 .5-.5h.5a2.5 2.5 0 0 1 0 5H13a.5.5 0 0 1 0-1h.5a1.5 1.5 0 0 0 0-3H13a.5.5 0 0 1-.5-.5m-3 1.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm.5-7.5a.5.5 0 0 1-.41.492L9.5 5h-3a.5.5 0 0 1-.09-.992L6.5 4h3a.5.5 0 0 1 .5.5m-.41 3.992A.5.5 0 0 0 9.5 7.5h-3l-.09.008a.5.5 0 0 0 .09.992h3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentOnePageLink16Regular(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="M11 2H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1.337c.178.375.42.713.714 1H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6h-1V3a1 1 0 0 0-1-1m-1.5 8a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3 .5a.5.5 0 0 1 .5-.5h.5a2.5 2.5 0 0 1 0 5H13a.5.5 0 0 1 0-1h.5a1.5 1.5 0 0 0 0-3H13a.5.5 0 0 1-.5-.5m-3 1.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm.5-7.5a.5.5 0 0 1-.41.492L9.5 5h-3a.5.5 0 0 1-.09-.992L6.5 4h3a.5.5 0 0 1 .5.5m-.41 3.992A.5.5 0 0 0 9.5 7.5h-3l-.09.008a.5.5 0 0 0 .09.992h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 2H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1.337c.178.375.42.713.714 1H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6h-1V3a1 1 0 0 0-1-1m-1.5 8a2.5 2.5 0 0 0 0 5h.5a.5.5 0 0 0 0-1h-.5a1.5 1.5 0 0 1 0-3h.5a.5.5 0 0 0 0-1zm3 .5a.5.5 0 0 1 .5-.5h.5a2.5 2.5 0 0 1 0 5H13a.5.5 0 0 1 0-1h.5a1.5 1.5 0 0 0 0-3H13a.5.5 0 0 1-.5-.5m-3 1.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm.5-7.5a.5.5 0 0 1-.41.492L9.5 5h-3a.5.5 0 0 1-.09-.992L6.5 4h3a.5.5 0 0 1 .5.5m-.41 3.992A.5.5 0 0 0 9.5 7.5h-3l-.09.008a.5.5 0 0 0 .09.992h3z"/></svg>
</template>

CSS

.icon-document-one-page-link-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%22M11%202H5a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h1.337c.178.375.42.713.714%201H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v6h-1V3a1%201%200%200%200-1-1m-1.5%208a2.5%202.5%200%200%200%200%205h.5a.5.5%200%200%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%200%200%200-1zm3%20.5a.5.5%200%200%201%20.5-.5h.5a2.5%202.5%200%200%201%200%205H13a.5.5%200%200%201%200-1h.5a1.5%201.5%200%200%200%200-3H13a.5.5%200%200%201-.5-.5m-3%201.5a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm.5-7.5a.5.5%200%200%201-.41.492L9.5%205h-3a.5.5%200%200%201-.09-.992L6.5%204h3a.5.5%200%200%201%20.5.5m-.41%203.992A.5.5%200%200%200%209.5%207.5h-3l-.09.008a.5.5%200%200%200%20.09.992h3z%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%22M11%202H5a1%201%200%200%200-1%201v10a1%201%200%200%200%201%201h1.337c.178.375.42.713.714%201H5a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v6h-1V3a1%201%200%200%200-1-1m-1.5%208a2.5%202.5%200%200%200%200%205h.5a.5.5%200%200%200%200-1h-.5a1.5%201.5%200%200%201%200-3h.5a.5.5%200%200%200%200-1zm3%20.5a.5.5%200%200%201%20.5-.5h.5a2.5%202.5%200%200%201%200%205H13a.5.5%200%200%201%200-1h.5a1.5%201.5%200%200%200%200-3H13a.5.5%200%200%201-.5-.5m-3%201.5a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zm.5-7.5a.5.5%200%200%201-.41.492L9.5%205h-3a.5.5%200%200%201-.09-.992L6.5%204h3a.5.5%200%200%201%20.5.5m-.41%203.992A.5.5%200%200%200%209.5%207.5h-3l-.09.008a.5.5%200%200%200%20.09.992h3z%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-link-16-regular.svg?color=%231a73e8&size=48