folder open3 icon

folder-open3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
folder-open3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the folder open3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.058 11.822l-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.768c-.6 0-1.17.15-1.69.44c-.39.21-.74.5-1.03.86c-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67 5.52h-4.79c-.39 0-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39 0 .7.32.7.7c0 .39-.31.7-.7.7m6.172-8.746c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.769c-.556 0-1.104.09-1.616.262c-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFolderOpen3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.058 11.822l-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.768c-.6 0-1.17.15-1.69.44c-.39.21-.74.5-1.03.86c-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67 5.52h-4.79c-.39 0-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39 0 .7.32.7.7c0 .39-.31.7-.7.7m6.172-8.746c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.769c-.556 0-1.104.09-1.616.262c-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.058 11.822l-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.768c-.6 0-1.17.15-1.69.44c-.39.21-.74.5-1.03.86c-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67 5.52h-4.79c-.39 0-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39 0 .7.32.7.7c0 .39-.31.7-.7.7m6.172-8.746c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.769c-.556 0-1.104.09-1.616.262c-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426"/></svg>
</template>

CSS

.icon-folder-open3-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.058%2011.822l-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.768c-.6%200-1.17.15-1.69.44c-.39.21-.74.5-1.03.86c-.57.73-.84%201.63-.75%202.53l.37%204.67c.13%201.41.3%203.15%203.47%203.15h11.72c3.17%200%203.33-1.74%203.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67%205.52h-4.79c-.39%200-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39%200%20.7.32.7.7c0%20.39-.31.7-.7.7m6.172-8.746c.038.383-.378.64-.742.517a5%205%200%200%200-1.59-.253H5.769c-.556%200-1.104.09-1.616.262c-.36.121-.773-.127-.773-.507V6.66C3.38%203.09%204.47%202%208.04%202h1.18c1.43%200%201.88.46%202.46%201.21l1.2%201.6c.25.34.26.36.7.36h2.38c3.126%200%204.347.837%204.601%203.426%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.058%2011.822l-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.768c-.6%200-1.17.15-1.69.44c-.39.21-.74.5-1.03.86c-.57.73-.84%201.63-.75%202.53l.37%204.67c.13%201.41.3%203.15%203.47%203.15h11.72c3.17%200%203.33-1.74%203.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67%205.52h-4.79c-.39%200-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39%200%20.7.32.7.7c0%20.39-.31.7-.7.7m6.172-8.746c.038.383-.378.64-.742.517a5%205%200%200%200-1.59-.253H5.769c-.556%200-1.104.09-1.616.262c-.36.121-.773-.127-.773-.507V6.66C3.38%203.09%204.47%202%208.04%202h1.18c1.43%200%201.88.46%202.46%201.21l1.2%201.6c.25.34.26.36.7.36h2.38c3.126%200%204.347.837%204.601%203.426%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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