folder blender open logo
folder-blender-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-blender-open
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in Material Icon Theme
folder-adminfolder-admin-openfolder-androidfolder-android-openfolder-angularfolder-angular-openfolder-animationfolder-animation-openfolder-ansiblefolder-ansible-openfolder-apifolder-api-openfolder-apollofolder-apollo-openfolder-appfolder-app-openfolder-appwritefolder-appwrite-openfolder-archivefolder-archive-openfolder-assemblyfolder-assembly-openfolder-astrofolder-astro-open
Use the folder blender open logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9800" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffe0b2" d="M29.955 19.686a6.4 6.4 0 0 0-2.146-3.87c-.377-.321-5.496-4.25-6.75-5.184l-.358-.276a1.045 1.045 0 1 0-1.274 1.656l2.52 1.939l.062.05L12.996 14a.993.993 0 0 0-.081 1.984l.006.003l.031.004c.016 0 .028.009.044.009h.068l.03.001h4.413l-7.734 5.957a1.56 1.56 0 0 0-.525 1.215a1 1 0 0 0 .44.825a1.47 1.47 0 0 0 1.516.023a3.1 3.1 0 0 0 .761-.554c2.098-1.725 3.674-3.008 3.684-2.999a1.5 1.5 0 0 1-.013.267a3.5 3.5 0 0 0 .089 1.259a6.2 6.2 0 0 0 1.08 2.288a7.28 7.28 0 0 0 4.58 2.76c.252.044.426.066.875.11c.161.016 1.184-.008 1.379-.031a7.5 7.5 0 0 0 4.382-2.018a6.4 6.4 0 0 0 1.924-3.6a8.2 8.2 0 0 0 .01-1.817m-2.803.93a3.8 3.8 0 0 1-1.091 2.048a4.1 4.1 0 0 1-1.237.882a4.8 4.8 0 0 1-1.611.435a4.283 4.283 0 0 1-4.836-3.811a3.9 3.9 0 0 1 2.082-3.569a4.754 4.754 0 0 1 5.692.802a3.7 3.7 0 0 1 .65.933a3.5 3.5 0 0 1 .34.978a4.5 4.5 0 0 1 .011 1.303m-1.549-1.334a1.7 1.7 0 0 1 .059.56a1.8 1.8 0 0 1-.05.546a2.4 2.4 0 0 1-.724 1.216a2.85 2.85 0 0 1-1.758.772a2 2 0 0 1-.55-.001a2.79 2.79 0 0 1-2.265-1.51a3 3 0 0 1-.155-.392a2.36 2.36 0 0 1 .603-2.276a2.85 2.85 0 0 1 1.505-.824a3.36 3.36 0 0 1 1.532.085a2.68 2.68 0 0 1 1.803 1.824"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderBlenderOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9800" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffe0b2" d="M29.955 19.686a6.4 6.4 0 0 0-2.146-3.87c-.377-.321-5.496-4.25-6.75-5.184l-.358-.276a1.045 1.045 0 1 0-1.274 1.656l2.52 1.939l.062.05L12.996 14a.993.993 0 0 0-.081 1.984l.006.003l.031.004c.016 0 .028.009.044.009h.068l.03.001h4.413l-7.734 5.957a1.56 1.56 0 0 0-.525 1.215a1 1 0 0 0 .44.825a1.47 1.47 0 0 0 1.516.023a3.1 3.1 0 0 0 .761-.554c2.098-1.725 3.674-3.008 3.684-2.999a1.5 1.5 0 0 1-.013.267a3.5 3.5 0 0 0 .089 1.259a6.2 6.2 0 0 0 1.08 2.288a7.28 7.28 0 0 0 4.58 2.76c.252.044.426.066.875.11c.161.016 1.184-.008 1.379-.031a7.5 7.5 0 0 0 4.382-2.018a6.4 6.4 0 0 0 1.924-3.6a8.2 8.2 0 0 0 .01-1.817m-2.803.93a3.8 3.8 0 0 1-1.091 2.048a4.1 4.1 0 0 1-1.237.882a4.8 4.8 0 0 1-1.611.435a4.283 4.283 0 0 1-4.836-3.811a3.9 3.9 0 0 1 2.082-3.569a4.754 4.754 0 0 1 5.692.802a3.7 3.7 0 0 1 .65.933a3.5 3.5 0 0 1 .34.978a4.5 4.5 0 0 1 .011 1.303m-1.549-1.334a1.7 1.7 0 0 1 .059.56a1.8 1.8 0 0 1-.05.546a2.4 2.4 0 0 1-.724 1.216a2.85 2.85 0 0 1-1.758.772a2 2 0 0 1-.55-.001a2.79 2.79 0 0 1-2.265-1.51a3 3 0 0 1-.155-.392a2.36 2.36 0 0 1 .603-2.276a2.85 2.85 0 0 1 1.505-.824a3.36 3.36 0 0 1 1.532.085a2.68 2.68 0 0 1 1.803 1.824"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ff9800" d="M28.967 12H9.442a2 2 0 0 0-1.898 1.368L4 24V10h24a2 2 0 0 0-2-2H15.124a2 2 0 0 1-1.28-.464l-1.288-1.072A2 2 0 0 0 11.276 6H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h22l4.805-11.212A2 2 0 0 0 28.967 12"/><path fill="#ffe0b2" d="M29.955 19.686a6.4 6.4 0 0 0-2.146-3.87c-.377-.321-5.496-4.25-6.75-5.184l-.358-.276a1.045 1.045 0 1 0-1.274 1.656l2.52 1.939l.062.05L12.996 14a.993.993 0 0 0-.081 1.984l.006.003l.031.004c.016 0 .028.009.044.009h.068l.03.001h4.413l-7.734 5.957a1.56 1.56 0 0 0-.525 1.215a1 1 0 0 0 .44.825a1.47 1.47 0 0 0 1.516.023a3.1 3.1 0 0 0 .761-.554c2.098-1.725 3.674-3.008 3.684-2.999a1.5 1.5 0 0 1-.013.267a3.5 3.5 0 0 0 .089 1.259a6.2 6.2 0 0 0 1.08 2.288a7.28 7.28 0 0 0 4.58 2.76c.252.044.426.066.875.11c.161.016 1.184-.008 1.379-.031a7.5 7.5 0 0 0 4.382-2.018a6.4 6.4 0 0 0 1.924-3.6a8.2 8.2 0 0 0 .01-1.817m-2.803.93a3.8 3.8 0 0 1-1.091 2.048a4.1 4.1 0 0 1-1.237.882a4.8 4.8 0 0 1-1.611.435a4.283 4.283 0 0 1-4.836-3.811a3.9 3.9 0 0 1 2.082-3.569a4.754 4.754 0 0 1 5.692.802a3.7 3.7 0 0 1 .65.933a3.5 3.5 0 0 1 .34.978a4.5 4.5 0 0 1 .011 1.303m-1.549-1.334a1.7 1.7 0 0 1 .059.56a1.8 1.8 0 0 1-.05.546a2.4 2.4 0 0 1-.724 1.216a2.85 2.85 0 0 1-1.758.772a2 2 0 0 1-.55-.001a2.79 2.79 0 0 1-2.265-1.51a3 3 0 0 1-.155-.392a2.36 2.36 0 0 1 .603-2.276a2.85 2.85 0 0 1 1.505-.824a3.36 3.36 0 0 1 1.532.085a2.68 2.68 0 0 1 1.803 1.824"/></svg> </template>
CSS
.icon-folder-blender-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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffe0b2%22%20d%3D%22M29.955%2019.686a6.4%206.4%200%200%200-2.146-3.87c-.377-.321-5.496-4.25-6.75-5.184l-.358-.276a1.045%201.045%200%201%200-1.274%201.656l2.52%201.939l.062.05L12.996%2014a.993.993%200%200%200-.081%201.984l.006.003l.031.004c.016%200%20.028.009.044.009h.068l.03.001h4.413l-7.734%205.957a1.56%201.56%200%200%200-.525%201.215a1%201%200%200%200%20.44.825a1.47%201.47%200%200%200%201.516.023a3.1%203.1%200%200%200%20.761-.554c2.098-1.725%203.674-3.008%203.684-2.999a1.5%201.5%200%200%201-.013.267a3.5%203.5%200%200%200%20.089%201.259a6.2%206.2%200%200%200%201.08%202.288a7.28%207.28%200%200%200%204.58%202.76c.252.044.426.066.875.11c.161.016%201.184-.008%201.379-.031a7.5%207.5%200%200%200%204.382-2.018a6.4%206.4%200%200%200%201.924-3.6a8.2%208.2%200%200%200%20.01-1.817m-2.803.93a3.8%203.8%200%200%201-1.091%202.048a4.1%204.1%200%200%201-1.237.882a4.8%204.8%200%200%201-1.611.435a4.283%204.283%200%200%201-4.836-3.811a3.9%203.9%200%200%201%202.082-3.569a4.754%204.754%200%200%201%205.692.802a3.7%203.7%200%200%201%20.65.933a3.5%203.5%200%200%201%20.34.978a4.5%204.5%200%200%201%20.011%201.303m-1.549-1.334a1.7%201.7%200%200%201%20.059.56a1.8%201.8%200%200%201-.05.546a2.4%202.4%200%200%201-.724%201.216a2.85%202.85%200%200%201-1.758.772a2%202%200%200%201-.55-.001a2.79%202.79%200%200%201-2.265-1.51a3%203%200%200%201-.155-.392a2.36%202.36%200%200%201%20.603-2.276a2.85%202.85%200%200%201%201.505-.824a3.36%203.36%200%200%201%201.532.085a2.68%202.68%200%200%201%201.803%201.824%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M28.967%2012H9.442a2%202%200%200%200-1.898%201.368L4%2024V10h24a2%202%200%200%200-2-2H15.124a2%202%200%200%201-1.28-.464l-1.288-1.072A2%202%200%200%200%2011.276%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h22l4.805-11.212A2%202%200%200%200%2028.967%2012%22%2F%3E%3Cpath%20fill%3D%22%23ffe0b2%22%20d%3D%22M29.955%2019.686a6.4%206.4%200%200%200-2.146-3.87c-.377-.321-5.496-4.25-6.75-5.184l-.358-.276a1.045%201.045%200%201%200-1.274%201.656l2.52%201.939l.062.05L12.996%2014a.993.993%200%200%200-.081%201.984l.006.003l.031.004c.016%200%20.028.009.044.009h.068l.03.001h4.413l-7.734%205.957a1.56%201.56%200%200%200-.525%201.215a1%201%200%200%200%20.44.825a1.47%201.47%200%200%200%201.516.023a3.1%203.1%200%200%200%20.761-.554c2.098-1.725%203.674-3.008%203.684-2.999a1.5%201.5%200%200%201-.013.267a3.5%203.5%200%200%200%20.089%201.259a6.2%206.2%200%200%200%201.08%202.288a7.28%207.28%200%200%200%204.58%202.76c.252.044.426.066.875.11c.161.016%201.184-.008%201.379-.031a7.5%207.5%200%200%200%204.382-2.018a6.4%206.4%200%200%200%201.924-3.6a8.2%208.2%200%200%200%20.01-1.817m-2.803.93a3.8%203.8%200%200%201-1.091%202.048a4.1%204.1%200%200%201-1.237.882a4.8%204.8%200%200%201-1.611.435a4.283%204.283%200%200%201-4.836-3.811a3.9%203.9%200%200%201%202.082-3.569a4.754%204.754%200%200%201%205.692.802a3.7%203.7%200%200%201%20.65.933a3.5%203.5%200%200%201%20.34.978a4.5%204.5%200%200%201%20.011%201.303m-1.549-1.334a1.7%201.7%200%200%201%20.059.56a1.8%201.8%200%200%201-.05.546a2.4%202.4%200%200%201-.724%201.216a2.85%202.85%200%200%201-1.758.772a2%202%200%200%201-.55-.001a2.79%202.79%200%200%201-2.265-1.51a3%203%200%200%201-.155-.392a2.36%202.36%200%200%201%20.603-2.276a2.85%202.85%200%200%201%201.505-.824a3.36%203.36%200%200%201%201.532.085a2.68%202.68%200%200%201%201.803%201.824%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-blender-open.svg?color=%231a73e8&size=48