folder open icon

folder-open-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
folder-open-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the folder open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792q.053 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3zM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9z"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsFolderOpen20Solid(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="M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792q.053 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3zM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.75 3A1.75 1.75 0 0 0 3 4.75v2.752l.104-.002h13.792q.053 0 .104.002V6.75A1.75 1.75 0 0 0 15.25 5h-3.836a.25.25 0 0 1-.177-.073L9.823 3.513A1.75 1.75 0 0 0 8.586 3zM3.104 9a1.75 1.75 0 0 0-1.673 2.265l1.385 4.5A1.75 1.75 0 0 0 4.488 17h11.023a1.75 1.75 0 0 0 1.673-1.235l1.384-4.5A1.75 1.75 0 0 0 16.896 9z"/></svg>
</template>

CSS

.icon-folder-open-20-solid {
  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%22M4.75%203A1.75%201.75%200%200%200%203%204.75v2.752l.104-.002h13.792q.053%200%20.104.002V6.75A1.75%201.75%200%200%200%2015.25%205h-3.836a.25.25%200%200%201-.177-.073L9.823%203.513A1.75%201.75%200%200%200%208.586%203zM3.104%209a1.75%201.75%200%200%200-1.673%202.265l1.385%204.5A1.75%201.75%200%200%200%204.488%2017h11.023a1.75%201.75%200%200%200%201.673-1.235l1.384-4.5A1.75%201.75%200%200%200%2016.896%209z%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%22M4.75%203A1.75%201.75%200%200%200%203%204.75v2.752l.104-.002h13.792q.053%200%20.104.002V6.75A1.75%201.75%200%200%200%2015.25%205h-3.836a.25.25%200%200%201-.177-.073L9.823%203.513A1.75%201.75%200%200%200%208.586%203zM3.104%209a1.75%201.75%200%200%200-1.673%202.265l1.385%204.5A1.75%201.75%200%200%200%204.488%2017h11.023a1.75%201.75%200%200%200%201.673-1.235l1.384-4.5A1.75%201.75%200%200%200%2016.896%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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