folder open icon

folder-open from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
folder-open
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the folder open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.5 20V8.877c0-1.288 0-1.931.285-2.407a2 2 0 0 1 .685-.685C3.946 5.5 4.594 5.5 5.892 5.5c.631 0 .947 0 1.234.088a2 2 0 0 1 .539.26c.248.168.444.413.835.902s.587.734.835.903a2 2 0 0 0 .539.259C10.16 8 10.474 8 11.1 8H15c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552c.337.504.337 1.207.337 2.611"/><path d="m4.42 14.014l-.786 2c-.978 2.486-1.467 3.729-.882 4.607s1.901.879 4.533.879h7.905c1.235 0 1.852 0 2.34-.32c.487-.321.74-.893 1.247-2.038l.885-2c1.125-2.543 1.687-3.814 1.106-4.728s-1.952-.914-4.693-.914H8.072c-1.29 0-1.934 0-2.434.344s-.739.953-1.218 2.17Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 4.515c.915-1.23 2.166-1.96 4.012-2.013a4.1 4.1 0 0 1 1.756.353c1.307.571 2.15 1.301 2.732 2.645L21.5 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M2.5 20V8.877c0-1.288 0-1.931.285-2.407a2 2 0 0 1 .685-.685C3.946 5.5 4.594 5.5 5.892 5.5c.631 0 .947 0 1.234.088a2 2 0 0 1 .539.26c.248.168.444.413.835.902s.587.734.835.903a2 2 0 0 0 .539.259C10.16 8 10.474 8 11.1 8H15c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552c.337.504.337 1.207.337 2.611"/><path d="m4.42 14.014l-.786 2c-.978 2.486-1.467 3.729-.882 4.607s1.901.879 4.533.879h7.905c1.235 0 1.852 0 2.34-.32c.487-.321.74-.893 1.247-2.038l.885-2c1.125-2.543 1.687-3.814 1.106-4.728s-1.952-.914-4.693-.914H8.072c-1.29 0-1.934 0-2.434.344s-.739.953-1.218 2.17Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M11.5 4.515c.915-1.23 2.166-1.96 4.012-2.013a4.1 4.1 0 0 1 1.756.353c1.307.571 2.15 1.301 2.732 2.645L21.5 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.5 20V8.877c0-1.288 0-1.931.285-2.407a2 2 0 0 1 .685-.685C3.946 5.5 4.594 5.5 5.892 5.5c.631 0 .947 0 1.234.088a2 2 0 0 1 .539.26c.248.168.444.413.835.902s.587.734.835.903a2 2 0 0 0 .539.259C10.16 8 10.474 8 11.1 8H15c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552c.337.504.337 1.207.337 2.611"/><path d="m4.42 14.014l-.786 2c-.978 2.486-1.467 3.729-.882 4.607s1.901.879 4.533.879h7.905c1.235 0 1.852 0 2.34-.32c.487-.321.74-.893 1.247-2.038l.885-2c1.125-2.543 1.687-3.814 1.106-4.728s-1.952-.914-4.693-.914H8.072c-1.29 0-1.934 0-2.434.344s-.739.953-1.218 2.17Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.5 4.515c.915-1.23 2.166-1.96 4.012-2.013a4.1 4.1 0 0 1 1.756.353c1.307.571 2.15 1.301 2.732 2.645L21.5 3"/></g></svg>
</template>

CSS

.icon-folder-open {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.5%2020V8.877c0-1.288%200-1.931.285-2.407a2%202%200%200%201%20.685-.685C3.946%205.5%204.594%205.5%205.892%205.5c.631%200%20.947%200%201.234.088a2%202%200%200%201%20.539.26c.248.168.444.413.835.902s.587.734.835.903a2%202%200%200%200%20.539.259C10.16%208%2010.474%208%2011.1%208H15c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552c.337.504.337%201.207.337%202.611%22%2F%3E%3Cpath%20d%3D%22m4.42%2014.014l-.786%202c-.978%202.486-1.467%203.729-.882%204.607s1.901.879%204.533.879h7.905c1.235%200%201.852%200%202.34-.32c.487-.321.74-.893%201.247-2.038l.885-2c1.125-2.543%201.687-3.814%201.106-4.728s-1.952-.914-4.693-.914H8.072c-1.29%200-1.934%200-2.434.344s-.739.953-1.218%202.17Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%204.515c.915-1.23%202.166-1.96%204.012-2.013a4.1%204.1%200%200%201%201.756.353c1.307.571%202.15%201.301%202.732%202.645L21.5%203%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.5%2020V8.877c0-1.288%200-1.931.285-2.407a2%202%200%200%201%20.685-.685C3.946%205.5%204.594%205.5%205.892%205.5c.631%200%20.947%200%201.234.088a2%202%200%200%201%20.539.26c.248.168.444.413.835.902s.587.734.835.903a2%202%200%200%200%20.539.259C10.16%208%2010.474%208%2011.1%208H15c1.404%200%202.107%200%202.611.337a2%202%200%200%201%20.552.552c.337.504.337%201.207.337%202.611%22%2F%3E%3Cpath%20d%3D%22m4.42%2014.014l-.786%202c-.978%202.486-1.467%203.729-.882%204.607s1.901.879%204.533.879h7.905c1.235%200%201.852%200%202.34-.32c.487-.321.74-.893%201.247-2.038l.885-2c1.125-2.543%201.687-3.814%201.106-4.728s-1.952-.914-4.693-.914H8.072c-1.29%200-1.934%200-2.434.344s-.739.953-1.218%202.17Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11.5%204.515c.915-1.23%202.166-1.96%204.012-2.013a4.1%204.1%200%200%201%201.756.353c1.307.571%202.15%201.301%202.732%202.645L21.5%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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