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

Name
document-queue-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document queue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zM6 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5M6.5 9a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm3.982-7h.038c.45.01.88.193 1.2.513l3.767 3.767A1.75 1.75 0 0 1 16 7.5v6.75A1.75 1.75 0 0 1 14.25 16h-8.5A1.75 1.75 0 0 1 4 14.25V3.75C4 2.784 4.784 2 5.75 2zM5 3.75v10.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H5.75a.75.75 0 0 0-.75.75m6 2.75a.5.5 0 0 0 .5.5h3.293l-.013-.013l-3.767-3.767L11 3.207zm-8 7a.5.5 0 0 0-1 0v1A3.5 3.5 0 0 0 5.5 18h9a3.5 3.5 0 0 0 3.5-3.5v-1a.5.5 0 0 0-1 0v1a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentQueue20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zM6 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5M6.5 9a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm3.982-7h.038c.45.01.88.193 1.2.513l3.767 3.767A1.75 1.75 0 0 1 16 7.5v6.75A1.75 1.75 0 0 1 14.25 16h-8.5A1.75 1.75 0 0 1 4 14.25V3.75C4 2.784 4.784 2 5.75 2zM5 3.75v10.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H5.75a.75.75 0 0 0-.75.75m6 2.75a.5.5 0 0 0 .5.5h3.293l-.013-.013l-3.767-3.767L11 3.207zm-8 7a.5.5 0 0 0-1 0v1A3.5 3.5 0 0 0 5.5 18h9a3.5 3.5 0 0 0 3.5-3.5v-1a.5.5 0 0 0-1 0v1a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.5 5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zM6 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5M6.5 9a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm3.982-7h.038c.45.01.88.193 1.2.513l3.767 3.767A1.75 1.75 0 0 1 16 7.5v6.75A1.75 1.75 0 0 1 14.25 16h-8.5A1.75 1.75 0 0 1 4 14.25V3.75C4 2.784 4.784 2 5.75 2zM5 3.75v10.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75V8h-3.5A1.5 1.5 0 0 1 10 6.5V3H5.75a.75.75 0 0 0-.75.75m6 2.75a.5.5 0 0 0 .5.5h3.293l-.013-.013l-3.767-3.767L11 3.207zm-8 7a.5.5 0 0 0-1 0v1A3.5 3.5 0 0 0 5.5 18h9a3.5 3.5 0 0 0 3.5-3.5v-1a.5.5 0 0 0-1 0v1a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5z"/></svg>
</template>

CSS

.icon-document-queue-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%205a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zM6%207.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5M6.5%209a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm3.982-7h.038c.45.01.88.193%201.2.513l3.767%203.767A1.75%201.75%200%200%201%2016%207.5v6.75A1.75%201.75%200%200%201%2014.25%2016h-8.5A1.75%201.75%200%200%201%204%2014.25V3.75C4%202.784%204.784%202%205.75%202zM5%203.75v10.5c0%20.414.336.75.75.75h8.5a.75.75%200%200%200%20.75-.75V8h-3.5A1.5%201.5%200%200%201%2010%206.5V3H5.75a.75.75%200%200%200-.75.75m6%202.75a.5.5%200%200%200%20.5.5h3.293l-.013-.013l-3.767-3.767L11%203.207zm-8%207a.5.5%200%200%200-1%200v1A3.5%203.5%200%200%200%205.5%2018h9a3.5%203.5%200%200%200%203.5-3.5v-1a.5.5%200%200%200-1%200v1a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2014.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%205a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zM6%207.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5M6.5%209a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm3.982-7h.038c.45.01.88.193%201.2.513l3.767%203.767A1.75%201.75%200%200%201%2016%207.5v6.75A1.75%201.75%200%200%201%2014.25%2016h-8.5A1.75%201.75%200%200%201%204%2014.25V3.75C4%202.784%204.784%202%205.75%202zM5%203.75v10.5c0%20.414.336.75.75.75h8.5a.75.75%200%200%200%20.75-.75V8h-3.5A1.5%201.5%200%200%201%2010%206.5V3H5.75a.75.75%200%200%200-.75.75m6%202.75a.5.5%200%200%200%20.5.5h3.293l-.013-.013l-3.767-3.767L11%203.207zm-8%207a.5.5%200%200%200-1%200v1A3.5%203.5%200%200%200%205.5%2018h9a3.5%203.5%200%200%200%203.5-3.5v-1a.5.5%200%200%200-1%200v1a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%203%2014.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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