folder open icon

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

Name
folder-open-filled
Set
Reicon
Style
Filled
Category
Folders
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All folder open icons →

More folders icons from Reicon

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="currentColor"><path d="M16.07 9.952c1.329 0 2.462 0 3.366.102q.23.025.458.064c.532.09 1.05.235 1.53.488v-.85c0-.91 0-1.663-.085-2.264c-.09-.635-.286-1.197-.756-1.66a3 3 0 0 0-.241-.214c-.512-.408-1.126-.575-1.82-.652c-.67-.074-1.512-.074-2.545-.074h-.353c-.982 0-1.335-.006-1.653-.087a2.7 2.7 0 0 1-.536-.196c-.285-.14-.532-.351-1.228-.968l-.474-.42a7 7 0 0 0-.48-.403a4.3 4.3 0 0 0-2.182-.803A8 8 0 0 0 8.413 2h-.116c-.641 0-1.064 0-1.431.061c-1.605.268-2.903 1.39-3.219 2.875c-.072.337-.071.724-.071 1.283v4.387c.48-.253.998-.399 1.53-.488q.227-.039.458-.064c.904-.102 2.037-.102 3.367-.102z"/><path fill-rule="evenodd" d="M3.358 12.779c-.61.941-.358 2.25.145 4.868c.363 1.885.544 2.827 1.172 3.452q.246.245.544.429C5.982 22 6.995 22 9.022 22h6.956c2.027 0 3.04 0 3.803-.472q.298-.184.544-.429c.628-.625.81-1.567 1.172-3.452c.503-2.618.755-3.927.145-4.868a3 3 0 0 0-.57-.646c-.87-.735-2.279-.735-5.094-.735H9.022c-2.815 0-4.223 0-5.094.735a3 3 0 0 0-.57.646m6.337 4.402c0-.4.343-.723.765-.723h4.08c.422 0 .765.324.765.723s-.343.723-.765.723h-4.08c-.422 0-.765-.324-.765-.723" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFolderOpenFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.07 9.952c1.329 0 2.462 0 3.366.102q.23.025.458.064c.532.09 1.05.235 1.53.488v-.85c0-.91 0-1.663-.085-2.264c-.09-.635-.286-1.197-.756-1.66a3 3 0 0 0-.241-.214c-.512-.408-1.126-.575-1.82-.652c-.67-.074-1.512-.074-2.545-.074h-.353c-.982 0-1.335-.006-1.653-.087a2.7 2.7 0 0 1-.536-.196c-.285-.14-.532-.351-1.228-.968l-.474-.42a7 7 0 0 0-.48-.403a4.3 4.3 0 0 0-2.182-.803A8 8 0 0 0 8.413 2h-.116c-.641 0-1.064 0-1.431.061c-1.605.268-2.903 1.39-3.219 2.875c-.072.337-.071.724-.071 1.283v4.387c.48-.253.998-.399 1.53-.488q.227-.039.458-.064c.904-.102 2.037-.102 3.367-.102z"/><path fillRule="evenodd" d="M3.358 12.779c-.61.941-.358 2.25.145 4.868c.363 1.885.544 2.827 1.172 3.452q.246.245.544.429C5.982 22 6.995 22 9.022 22h6.956c2.027 0 3.04 0 3.803-.472q.298-.184.544-.429c.628-.625.81-1.567 1.172-3.452c.503-2.618.755-3.927.145-4.868a3 3 0 0 0-.57-.646c-.87-.735-2.279-.735-5.094-.735H9.022c-2.815 0-4.223 0-5.094.735a3 3 0 0 0-.57.646m6.337 4.402c0-.4.343-.723.765-.723h4.08c.422 0 .765.324.765.723s-.343.723-.765.723h-4.08c-.422 0-.765-.324-.765-.723" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.07 9.952c1.329 0 2.462 0 3.366.102q.23.025.458.064c.532.09 1.05.235 1.53.488v-.85c0-.91 0-1.663-.085-2.264c-.09-.635-.286-1.197-.756-1.66a3 3 0 0 0-.241-.214c-.512-.408-1.126-.575-1.82-.652c-.67-.074-1.512-.074-2.545-.074h-.353c-.982 0-1.335-.006-1.653-.087a2.7 2.7 0 0 1-.536-.196c-.285-.14-.532-.351-1.228-.968l-.474-.42a7 7 0 0 0-.48-.403a4.3 4.3 0 0 0-2.182-.803A8 8 0 0 0 8.413 2h-.116c-.641 0-1.064 0-1.431.061c-1.605.268-2.903 1.39-3.219 2.875c-.072.337-.071.724-.071 1.283v4.387c.48-.253.998-.399 1.53-.488q.227-.039.458-.064c.904-.102 2.037-.102 3.367-.102z"/><path fill-rule="evenodd" d="M3.358 12.779c-.61.941-.358 2.25.145 4.868c.363 1.885.544 2.827 1.172 3.452q.246.245.544.429C5.982 22 6.995 22 9.022 22h6.956c2.027 0 3.04 0 3.803-.472q.298-.184.544-.429c.628-.625.81-1.567 1.172-3.452c.503-2.618.755-3.927.145-4.868a3 3 0 0 0-.57-.646c-.87-.735-2.279-.735-5.094-.735H9.022c-2.815 0-4.223 0-5.094.735a3 3 0 0 0-.57.646m6.337 4.402c0-.4.343-.723.765-.723h4.08c.422 0 .765.324.765.723s-.343.723-.765.723h-4.08c-.422 0-.765-.324-.765-.723" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-folder-open-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.07%209.952c1.329%200%202.462%200%203.366.102q.23.025.458.064c.532.09%201.05.235%201.53.488v-.85c0-.91%200-1.663-.085-2.264c-.09-.635-.286-1.197-.756-1.66a3%203%200%200%200-.241-.214c-.512-.408-1.126-.575-1.82-.652c-.67-.074-1.512-.074-2.545-.074h-.353c-.982%200-1.335-.006-1.653-.087a2.7%202.7%200%200%201-.536-.196c-.285-.14-.532-.351-1.228-.968l-.474-.42a7%207%200%200%200-.48-.403a4.3%204.3%200%200%200-2.182-.803A8%208%200%200%200%208.413%202h-.116c-.641%200-1.064%200-1.431.061c-1.605.268-2.903%201.39-3.219%202.875c-.072.337-.071.724-.071%201.283v4.387c.48-.253.998-.399%201.53-.488q.227-.039.458-.064c.904-.102%202.037-.102%203.367-.102z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.358%2012.779c-.61.941-.358%202.25.145%204.868c.363%201.885.544%202.827%201.172%203.452q.246.245.544.429C5.982%2022%206.995%2022%209.022%2022h6.956c2.027%200%203.04%200%203.803-.472q.298-.184.544-.429c.628-.625.81-1.567%201.172-3.452c.503-2.618.755-3.927.145-4.868a3%203%200%200%200-.57-.646c-.87-.735-2.279-.735-5.094-.735H9.022c-2.815%200-4.223%200-5.094.735a3%203%200%200%200-.57.646m6.337%204.402c0-.4.343-.723.765-.723h4.08c.422%200%20.765.324.765.723s-.343.723-.765.723h-4.08c-.422%200-.765-.324-.765-.723%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M16.07%209.952c1.329%200%202.462%200%203.366.102q.23.025.458.064c.532.09%201.05.235%201.53.488v-.85c0-.91%200-1.663-.085-2.264c-.09-.635-.286-1.197-.756-1.66a3%203%200%200%200-.241-.214c-.512-.408-1.126-.575-1.82-.652c-.67-.074-1.512-.074-2.545-.074h-.353c-.982%200-1.335-.006-1.653-.087a2.7%202.7%200%200%201-.536-.196c-.285-.14-.532-.351-1.228-.968l-.474-.42a7%207%200%200%200-.48-.403a4.3%204.3%200%200%200-2.182-.803A8%208%200%200%200%208.413%202h-.116c-.641%200-1.064%200-1.431.061c-1.605.268-2.903%201.39-3.219%202.875c-.072.337-.071.724-.071%201.283v4.387c.48-.253.998-.399%201.53-.488q.227-.039.458-.064c.904-.102%202.037-.102%203.367-.102z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.358%2012.779c-.61.941-.358%202.25.145%204.868c.363%201.885.544%202.827%201.172%203.452q.246.245.544.429C5.982%2022%206.995%2022%209.022%2022h6.956c2.027%200%203.04%200%203.803-.472q.298-.184.544-.429c.628-.625.81-1.567%201.172-3.452c.503-2.618.755-3.927.145-4.868a3%203%200%200%200-.57-.646c-.87-.735-2.279-.735-5.094-.735H9.022c-2.815%200-4.223%200-5.094.735a3%203%200%200%200-.57.646m6.337%204.402c0-.4.343-.723.765-.723h4.08c.422%200%20.765.324.765.723s-.343.723-.765.723h-4.08c-.422%200-.765-.324-.765-.723%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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