document chevron double icon

document-chevron-double-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
document-chevron-double-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document chevron double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2v4.5A1.5 1.5 0 0 0 11.5 8H16v8.5a1.5 1.5 0 0 1-1.5 1.5H9.743A5.5 5.5 0 0 0 4 9.207V3.5A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zM10 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.646-1.146a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708L3.207 14.5zm2.292-.708a.5.5 0 0 0 0 .708L7.793 14.5l-1.147 1.146a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 0 0-.708 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentChevronDouble20Filled(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="M10 2v4.5A1.5 1.5 0 0 0 11.5 8H16v8.5a1.5 1.5 0 0 1-1.5 1.5H9.743A5.5 5.5 0 0 0 4 9.207V3.5A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zM10 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.646-1.146a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708L3.207 14.5zm2.292-.708a.5.5 0 0 0 0 .708L7.793 14.5l-1.147 1.146a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 0 0-.708 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2v4.5A1.5 1.5 0 0 0 11.5 8H16v8.5a1.5 1.5 0 0 1-1.5 1.5H9.743A5.5 5.5 0 0 0 4 9.207V3.5A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zM10 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-5.646-1.146a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708L3.207 14.5zm2.292-.708a.5.5 0 0 0 0 .708L7.793 14.5l-1.147 1.146a.5.5 0 0 0 .708.708l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5a.5.5 0 0 0-.708 0"/></svg>
</template>

CSS

.icon-document-chevron-double-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202v4.5A1.5%201.5%200%200%200%2011.5%208H16v8.5a1.5%201.5%200%200%201-1.5%201.5H9.743A5.5%205.5%200%200%200%204%209.207V3.5A1.5%201.5%200%200%201%205.5%202zm1%20.25V6.5a.5.5%200%200%200%20.5.5h4.25zM10%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-5.646-1.146a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.708l1.5%201.5a.5.5%200%200%200%20.708-.708L3.207%2014.5zm2.292-.708a.5.5%200%200%200%200%20.708L7.793%2014.5l-1.147%201.146a.5.5%200%200%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708l-1.5-1.5a.5.5%200%200%200-.708%200%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%22M10%202v4.5A1.5%201.5%200%200%200%2011.5%208H16v8.5a1.5%201.5%200%200%201-1.5%201.5H9.743A5.5%205.5%200%200%200%204%209.207V3.5A1.5%201.5%200%200%201%205.5%202zm1%20.25V6.5a.5.5%200%200%200%20.5.5h4.25zM10%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-5.646-1.146a.5.5%200%200%200-.708-.708l-1.5%201.5a.5.5%200%200%200%200%20.708l1.5%201.5a.5.5%200%200%200%20.708-.708L3.207%2014.5zm2.292-.708a.5.5%200%200%200%200%20.708L7.793%2014.5l-1.147%201.146a.5.5%200%200%200%20.708.708l1.5-1.5a.5.5%200%200%200%200-.708l-1.5-1.5a.5.5%200%200%200-.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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