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

Name
document-square-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.422 3c.73 0 1.429.29 1.944.806l6.828 6.828A2.75 2.75 0 0 1 25 12.578v9.672A2.75 2.75 0 0 1 22.25 25H5.75A2.75 2.75 0 0 1 3 22.25V5.75A2.75 2.75 0 0 1 5.75 3zM5.75 4.5c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h16.5c.69 0 1.25-.56 1.25-1.25V13h-5.75A2.75 2.75 0 0 1 15 10.25V4.5zm10.75 5.75c0 .69.56 1.25 1.25 1.25h5.19L16.5 5.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSquare28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.422 3c.73 0 1.429.29 1.944.806l6.828 6.828A2.75 2.75 0 0 1 25 12.578v9.672A2.75 2.75 0 0 1 22.25 25H5.75A2.75 2.75 0 0 1 3 22.25V5.75A2.75 2.75 0 0 1 5.75 3zM5.75 4.5c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h16.5c.69 0 1.25-.56 1.25-1.25V13h-5.75A2.75 2.75 0 0 1 15 10.25V4.5zm10.75 5.75c0 .69.56 1.25 1.25 1.25h5.19L16.5 5.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.422 3c.73 0 1.429.29 1.944.806l6.828 6.828A2.75 2.75 0 0 1 25 12.578v9.672A2.75 2.75 0 0 1 22.25 25H5.75A2.75 2.75 0 0 1 3 22.25V5.75A2.75 2.75 0 0 1 5.75 3zM5.75 4.5c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h16.5c.69 0 1.25-.56 1.25-1.25V13h-5.75A2.75 2.75 0 0 1 15 10.25V4.5zm10.75 5.75c0 .69.56 1.25 1.25 1.25h5.19L16.5 5.06z"/></svg>
</template>

CSS

.icon-document-square-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.422%203c.73%200%201.429.29%201.944.806l6.828%206.828A2.75%202.75%200%200%201%2025%2012.578v9.672A2.75%202.75%200%200%201%2022.25%2025H5.75A2.75%202.75%200%200%201%203%2022.25V5.75A2.75%202.75%200%200%201%205.75%203zM5.75%204.5c-.69%200-1.25.56-1.25%201.25v16.5c0%20.69.56%201.25%201.25%201.25h16.5c.69%200%201.25-.56%201.25-1.25V13h-5.75A2.75%202.75%200%200%201%2015%2010.25V4.5zm10.75%205.75c0%20.69.56%201.25%201.25%201.25h5.19L16.5%205.06z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.422%203c.73%200%201.429.29%201.944.806l6.828%206.828A2.75%202.75%200%200%201%2025%2012.578v9.672A2.75%202.75%200%200%201%2022.25%2025H5.75A2.75%202.75%200%200%201%203%2022.25V5.75A2.75%202.75%200%200%201%205.75%203zM5.75%204.5c-.69%200-1.25.56-1.25%201.25v16.5c0%20.69.56%201.25%201.25%201.25h16.5c.69%200%201.25-.56%201.25-1.25V13h-5.75A2.75%202.75%200%200%201%2015%2010.25V4.5zm10.75%205.75c0%20.69.56%201.25%201.25%201.25h5.19L16.5%205.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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