folder2 icon
folder2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- folder2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the folder2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.435 4.034c.132.208-.095.45-.335.396c-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.141-.2-.008-.49.236-.49h2.754c1.56 0 2.936.81 3.714 2.034"/><path d="M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7c0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7c0 .39-.31.7-.7.7"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFolder2Filled(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="M19.435 4.034c.132.208-.095.45-.335.396c-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.141-.2-.008-.49.236-.49h2.754c1.56 0 2.936.81 3.714 2.034"/><path d="M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7c0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7c0 .39-.31.7-.7.7"/></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="M19.435 4.034c.132.208-.095.45-.335.396c-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.141-.2-.008-.49.236-.49h2.754c1.56 0 2.936.81 3.714 2.034"/><path d="M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7c0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7c0 .39-.31.7-.7.7"/></g></svg> </template>
CSS
.icon-folder2-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%22M19.435%204.034c.132.208-.095.45-.335.396c-.47-.14-.99-.21-1.52-.21h-3.3a.5.5%200%200%201-.4-.2l-1.15-1.53c-.141-.2-.008-.49.236-.49h2.754c1.56%200%202.936.81%203.714%202.034%22%2F%3E%3Cpath%20d%3D%22M20.14%206.54a4.2%204.2%200%200%200-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58%200-.62-.05-.93-.46l-1.4-1.86C10.88%202.53%2010.37%202%208.74%202H6.42C3.98%202%202%203.98%202%206.42v11.16C2%2020.02%203.98%2022%206.42%2022h11.16c2.44%200%204.42-1.98%204.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75%209.8H9.6c-.39%200-.69-.31-.69-.7c0-.38.3-.7.69-.7h4.79c.39%200%20.7.32.7.7c0%20.39-.31.7-.7.7%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%22M19.435%204.034c.132.208-.095.45-.335.396c-.47-.14-.99-.21-1.52-.21h-3.3a.5.5%200%200%201-.4-.2l-1.15-1.53c-.141-.2-.008-.49.236-.49h2.754c1.56%200%202.936.81%203.714%202.034%22%2F%3E%3Cpath%20d%3D%22M20.14%206.54a4.2%204.2%200%200%200-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58%200-.62-.05-.93-.46l-1.4-1.86C10.88%202.53%2010.37%202%208.74%202H6.42C3.98%202%202%203.98%202%206.42v11.16C2%2020.02%203.98%2022%206.42%2022h11.16c2.44%200%204.42-1.98%204.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75%209.8H9.6c-.39%200-.69-.31-.69-.7c0-.38.3-.7.69-.7h4.79c.39%200%20.7.32.7.7c0%20.39-.31.7-.7.7%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/folder2-filled.svg?color=%231a73e8&size=48