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

Name
document-folder-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the document folder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGZnlR4bBI1)" d="M6 6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path fill="url(#SVGFVKH06ga1)" d="M6 6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path fill="url(#SVG9AvUVTRI1)" d="M4 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="url(#SVGKDc1pbhq1)" d="M5 7a2 2 0 0 0-2 2v6.5A2.5 2.5 0 0 0 5.5 18h9a2.5 2.5 0 0 0 2.5-2.5V14a2 2 0 0 0-2-2h-1.879a1 1 0 0 1-.707-.293L8.293 7.586A2 2 0 0 0 6.879 7z"/><defs><linearGradient id="SVGZnlR4bBI1" x1="17.5" x2="19.689" y1="19.5" y2="5.879" gradientUnits="userSpaceOnUse"><stop stop-color="#bb45ea"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVGFVKH06ga1" x1="16" x2="13.5" y1="8.5" y2="8.5" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#5750e2" stop-opacity="0"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGKDc1pbhq1" x1="6" x2="6" y1="7" y2="22" gradientUnits="userSpaceOnUse"><stop offset=".241" stop-color="#ffd638"/><stop offset=".637" stop-color="#fab500"/><stop offset=".985" stop-color="#ca6407"/></linearGradient><radialGradient id="SVG9AvUVTRI1" cx="0" cy="0" r="1" gradientTransform="matrix(6.49998 -11.49996 16.4653 9.30648 7 14)" gradientUnits="userSpaceOnUse"><stop offset=".228" stop-color="#2764e7"/><stop offset=".685" stop-color="#5cd1ff"/><stop offset="1" stop-color="#6ce0ff"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorDocumentFolder20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGZnlR4bBI1)" d="M6 6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path fill="url(#SVGFVKH06ga1)" d="M6 6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path fill="url(#SVG9AvUVTRI1)" d="M4 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="url(#SVGKDc1pbhq1)" d="M5 7a2 2 0 0 0-2 2v6.5A2.5 2.5 0 0 0 5.5 18h9a2.5 2.5 0 0 0 2.5-2.5V14a2 2 0 0 0-2-2h-1.879a1 1 0 0 1-.707-.293L8.293 7.586A2 2 0 0 0 6.879 7z"/><defs><linearGradient id="SVGZnlR4bBI1" x1="17.5" x2="19.689" y1="19.5" y2="5.879" gradientUnits="userSpaceOnUse"><stop stopColor="#bb45ea"/><stop offset="1" stopColor="#9c6cfe"/></linearGradient><linearGradient id="SVGFVKH06ga1" x1="16" x2="13.5" y1="8.5" y2="8.5" gradientUnits="userSpaceOnUse"><stop offset=".338" stopColor="#5750e2" stopOpacity="0"/><stop offset="1" stopColor="#5750e2"/></linearGradient><linearGradient id="SVGKDc1pbhq1" x1="6" x2="6" y1="7" y2="22" gradientUnits="userSpaceOnUse"><stop offset=".241" stopColor="#ffd638"/><stop offset=".637" stopColor="#fab500"/><stop offset=".985" stopColor="#ca6407"/></linearGradient><radialGradient id="SVG9AvUVTRI1" cx="0" cy="0" r="1" gradientTransform="matrix(6.49998 -11.49996 16.4653 9.30648 7 14)" gradientUnits="userSpaceOnUse"><stop offset=".228" stopColor="#2764e7"/><stop offset=".685" stopColor="#5cd1ff"/><stop offset="1" stopColor="#6ce0ff"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGZnlR4bBI1)" d="M6 6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path fill="url(#SVGFVKH06ga1)" d="M6 6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path fill="url(#SVG9AvUVTRI1)" d="M4 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path fill="url(#SVGKDc1pbhq1)" d="M5 7a2 2 0 0 0-2 2v6.5A2.5 2.5 0 0 0 5.5 18h9a2.5 2.5 0 0 0 2.5-2.5V14a2 2 0 0 0-2-2h-1.879a1 1 0 0 1-.707-.293L8.293 7.586A2 2 0 0 0 6.879 7z"/><defs><linearGradient id="SVGZnlR4bBI1" x1="17.5" x2="19.689" y1="19.5" y2="5.879" gradientUnits="userSpaceOnUse"><stop stop-color="#bb45ea"/><stop offset="1" stop-color="#9c6cfe"/></linearGradient><linearGradient id="SVGFVKH06ga1" x1="16" x2="13.5" y1="8.5" y2="8.5" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#5750e2" stop-opacity="0"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGKDc1pbhq1" x1="6" x2="6" y1="7" y2="22" gradientUnits="userSpaceOnUse"><stop offset=".241" stop-color="#ffd638"/><stop offset=".637" stop-color="#fab500"/><stop offset=".985" stop-color="#ca6407"/></linearGradient><radialGradient id="SVG9AvUVTRI1" cx="0" cy="0" r="1" gradientTransform="matrix(6.49998 -11.49996 16.4653 9.30648 7 14)" gradientUnits="userSpaceOnUse"><stop offset=".228" stop-color="#2764e7"/><stop offset=".685" stop-color="#5cd1ff"/><stop offset="1" stop-color="#6ce0ff"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-document-folder-20 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGZnlR4bBI1)%22%20d%3D%22M6%206a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFVKH06ga1)%22%20d%3D%22M6%206a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9AvUVTRI1)%22%20d%3D%22M4%204a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v11a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKDc1pbhq1)%22%20d%3D%22M5%207a2%202%200%200%200-2%202v6.5A2.5%202.5%200%200%200%205.5%2018h9a2.5%202.5%200%200%200%202.5-2.5V14a2%202%200%200%200-2-2h-1.879a1%201%200%200%201-.707-.293L8.293%207.586A2%202%200%200%200%206.879%207z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZnlR4bBI1%22%20x1%3D%2217.5%22%20x2%3D%2219.689%22%20y1%3D%2219.5%22%20y2%3D%225.879%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23bb45ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFVKH06ga1%22%20x1%3D%2216%22%20x2%3D%2213.5%22%20y1%3D%228.5%22%20y2%3D%228.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%235750e2%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235750e2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKDc1pbhq1%22%20x1%3D%226%22%20x2%3D%226%22%20y1%3D%227%22%20y2%3D%2222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.241%22%20stop-color%3D%22%23ffd638%22%2F%3E%3Cstop%20offset%3D%22.637%22%20stop-color%3D%22%23fab500%22%2F%3E%3Cstop%20offset%3D%22.985%22%20stop-color%3D%22%23ca6407%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVG9AvUVTRI1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(6.49998%20-11.49996%2016.4653%209.30648%207%2014)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.228%22%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%22.685%22%20stop-color%3D%22%235cd1ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236ce0ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGZnlR4bBI1)%22%20d%3D%22M6%206a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFVKH06ga1)%22%20d%3D%22M6%206a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9AvUVTRI1)%22%20d%3D%22M4%204a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v11a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKDc1pbhq1)%22%20d%3D%22M5%207a2%202%200%200%200-2%202v6.5A2.5%202.5%200%200%200%205.5%2018h9a2.5%202.5%200%200%200%202.5-2.5V14a2%202%200%200%200-2-2h-1.879a1%201%200%200%201-.707-.293L8.293%207.586A2%202%200%200%200%206.879%207z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZnlR4bBI1%22%20x1%3D%2217.5%22%20x2%3D%2219.689%22%20y1%3D%2219.5%22%20y2%3D%225.879%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23bb45ea%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFVKH06ga1%22%20x1%3D%2216%22%20x2%3D%2213.5%22%20y1%3D%228.5%22%20y2%3D%228.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%235750e2%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235750e2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKDc1pbhq1%22%20x1%3D%226%22%20x2%3D%226%22%20y1%3D%227%22%20y2%3D%2222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.241%22%20stop-color%3D%22%23ffd638%22%2F%3E%3Cstop%20offset%3D%22.637%22%20stop-color%3D%22%23fab500%22%2F%3E%3Cstop%20offset%3D%22.985%22%20stop-color%3D%22%23ca6407%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVG9AvUVTRI1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(6.49998%20-11.49996%2016.4653%209.30648%207%2014)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.228%22%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%22.685%22%20stop-color%3D%22%235cd1ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236ce0ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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