folder blender logo
folder-blender from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-blender
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- 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 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#ffe0b2" d="M14.978 9.843a3.2 3.2 0 0 0-1.074-1.935c-.188-.16-2.748-2.125-3.375-2.592l-.179-.138a.523.523 0 1 0-.637.828l1.26.97l.031.024H6.498a.497.497 0 0 0-.04.992l.003.002l.015.002l.022.004h2.256l-3.867 2.98a.78.78 0 0 0-.263.608a.5.5 0 0 0 .22.412a.74.74 0 0 0 .758.012a1.6 1.6 0 0 0 .38-.277a116 116 0 0 1 1.842-1.5a1 1 0 0 1-.006.134a1.8 1.8 0 0 0 .045.629a3.1 3.1 0 0 0 .54 1.144a3.64 3.64 0 0 0 2.29 1.38c.125.022.212.033.437.055c.08.008.592-.004.69-.015a3.75 3.75 0 0 0 2.19-1.01a3.2 3.2 0 0 0 .963-1.8a4 4 0 0 0 .004-.908m-1.401.465a1.9 1.9 0 0 1-.545 1.024a2 2 0 0 1-.619.441a2.4 2.4 0 0 1-.806.218a2.14 2.14 0 0 1-2.418-1.906a1.95 1.95 0 0 1 1.041-1.784a2.38 2.38 0 0 1 2.846.4a1.9 1.9 0 0 1 .325.467a1.8 1.8 0 0 1 .17.489a2.3 2.3 0 0 1 .006.652m-.775-.667a.9.9 0 0 1 .03.28a.9.9 0 0 1-.025.273a1.2 1.2 0 0 1-.362.608a1.43 1.43 0 0 1-.879.386a1 1 0 0 1-.275-.001a1.4 1.4 0 0 1-1.133-.755a2 2 0 0 1-.077-.196a1.18 1.18 0 0 1 .301-1.138a1.43 1.43 0 0 1 .753-.412a1.7 1.7 0 0 1 .766.043a1.34 1.34 0 0 1 .901.911"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderBlender(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#ffe0b2" d="M14.978 9.843a3.2 3.2 0 0 0-1.074-1.935c-.188-.16-2.748-2.125-3.375-2.592l-.179-.138a.523.523 0 1 0-.637.828l1.26.97l.031.024H6.498a.497.497 0 0 0-.04.992l.003.002l.015.002l.022.004h2.256l-3.867 2.98a.78.78 0 0 0-.263.608a.5.5 0 0 0 .22.412a.74.74 0 0 0 .758.012a1.6 1.6 0 0 0 .38-.277a116 116 0 0 1 1.842-1.5a1 1 0 0 1-.006.134a1.8 1.8 0 0 0 .045.629a3.1 3.1 0 0 0 .54 1.144a3.64 3.64 0 0 0 2.29 1.38c.125.022.212.033.437.055c.08.008.592-.004.69-.015a3.75 3.75 0 0 0 2.19-1.01a3.2 3.2 0 0 0 .963-1.8a4 4 0 0 0 .004-.908m-1.401.465a1.9 1.9 0 0 1-.545 1.024a2 2 0 0 1-.619.441a2.4 2.4 0 0 1-.806.218a2.14 2.14 0 0 1-2.418-1.906a1.95 1.95 0 0 1 1.041-1.784a2.38 2.38 0 0 1 2.846.4a1.9 1.9 0 0 1 .325.467a1.8 1.8 0 0 1 .17.489a2.3 2.3 0 0 1 .006.652m-.775-.667a.9.9 0 0 1 .03.28a.9.9 0 0 1-.025.273a1.2 1.2 0 0 1-.362.608a1.43 1.43 0 0 1-.879.386a1 1 0 0 1-.275-.001a1.4 1.4 0 0 1-1.133-.755a2 2 0 0 1-.077-.196a1.18 1.18 0 0 1 .301-1.138a1.43 1.43 0 0 1 .753-.412a1.7 1.7 0 0 1 .766.043a1.34 1.34 0 0 1 .901.911"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><path fill="#ffe0b2" d="M14.978 9.843a3.2 3.2 0 0 0-1.074-1.935c-.188-.16-2.748-2.125-3.375-2.592l-.179-.138a.523.523 0 1 0-.637.828l1.26.97l.031.024H6.498a.497.497 0 0 0-.04.992l.003.002l.015.002l.022.004h2.256l-3.867 2.98a.78.78 0 0 0-.263.608a.5.5 0 0 0 .22.412a.74.74 0 0 0 .758.012a1.6 1.6 0 0 0 .38-.277a116 116 0 0 1 1.842-1.5a1 1 0 0 1-.006.134a1.8 1.8 0 0 0 .045.629a3.1 3.1 0 0 0 .54 1.144a3.64 3.64 0 0 0 2.29 1.38c.125.022.212.033.437.055c.08.008.592-.004.69-.015a3.75 3.75 0 0 0 2.19-1.01a3.2 3.2 0 0 0 .963-1.8a4 4 0 0 0 .004-.908m-1.401.465a1.9 1.9 0 0 1-.545 1.024a2 2 0 0 1-.619.441a2.4 2.4 0 0 1-.806.218a2.14 2.14 0 0 1-2.418-1.906a1.95 1.95 0 0 1 1.041-1.784a2.38 2.38 0 0 1 2.846.4a1.9 1.9 0 0 1 .325.467a1.8 1.8 0 0 1 .17.489a2.3 2.3 0 0 1 .006.652m-.775-.667a.9.9 0 0 1 .03.28a.9.9 0 0 1-.025.273a1.2 1.2 0 0 1-.362.608a1.43 1.43 0 0 1-.879.386a1 1 0 0 1-.275-.001a1.4 1.4 0 0 1-1.133-.755a2 2 0 0 1-.077-.196a1.18 1.18 0 0 1 .301-1.138a1.43 1.43 0 0 1 .753-.412a1.7 1.7 0 0 1 .766.043a1.34 1.34 0 0 1 .901.911"/></svg> </template>
CSS
.icon-folder-blender {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cpath%20fill%3D%22%23ffe0b2%22%20d%3D%22M14.978%209.843a3.2%203.2%200%200%200-1.074-1.935c-.188-.16-2.748-2.125-3.375-2.592l-.179-.138a.523.523%200%201%200-.637.828l1.26.97l.031.024H6.498a.497.497%200%200%200-.04.992l.003.002l.015.002l.022.004h2.256l-3.867%202.98a.78.78%200%200%200-.263.608a.5.5%200%200%200%20.22.412a.74.74%200%200%200%20.758.012a1.6%201.6%200%200%200%20.38-.277a116%20116%200%200%201%201.842-1.5a1%201%200%200%201-.006.134a1.8%201.8%200%200%200%20.045.629a3.1%203.1%200%200%200%20.54%201.144a3.64%203.64%200%200%200%202.29%201.38c.125.022.212.033.437.055c.08.008.592-.004.69-.015a3.75%203.75%200%200%200%202.19-1.01a3.2%203.2%200%200%200%20.963-1.8a4%204%200%200%200%20.004-.908m-1.401.465a1.9%201.9%200%200%201-.545%201.024a2%202%200%200%201-.619.441a2.4%202.4%200%200%201-.806.218a2.14%202.14%200%200%201-2.418-1.906a1.95%201.95%200%200%201%201.041-1.784a2.38%202.38%200%200%201%202.846.4a1.9%201.9%200%200%201%20.325.467a1.8%201.8%200%200%201%20.17.489a2.3%202.3%200%200%201%20.006.652m-.775-.667a.9.9%200%200%201%20.03.28a.9.9%200%200%201-.025.273a1.2%201.2%200%200%201-.362.608a1.43%201.43%200%200%201-.879.386a1%201%200%200%201-.275-.001a1.4%201.4%200%200%201-1.133-.755a2%202%200%200%201-.077-.196a1.18%201.18%200%200%201%20.301-1.138a1.43%201.43%200%200%201%20.753-.412a1.7%201.7%200%200%201%20.766.043a1.34%201.34%200%200%201%20.901.911%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cpath%20fill%3D%22%23ffe0b2%22%20d%3D%22M14.978%209.843a3.2%203.2%200%200%200-1.074-1.935c-.188-.16-2.748-2.125-3.375-2.592l-.179-.138a.523.523%200%201%200-.637.828l1.26.97l.031.024H6.498a.497.497%200%200%200-.04.992l.003.002l.015.002l.022.004h2.256l-3.867%202.98a.78.78%200%200%200-.263.608a.5.5%200%200%200%20.22.412a.74.74%200%200%200%20.758.012a1.6%201.6%200%200%200%20.38-.277a116%20116%200%200%201%201.842-1.5a1%201%200%200%201-.006.134a1.8%201.8%200%200%200%20.045.629a3.1%203.1%200%200%200%20.54%201.144a3.64%203.64%200%200%200%202.29%201.38c.125.022.212.033.437.055c.08.008.592-.004.69-.015a3.75%203.75%200%200%200%202.19-1.01a3.2%203.2%200%200%200%20.963-1.8a4%204%200%200%200%20.004-.908m-1.401.465a1.9%201.9%200%200%201-.545%201.024a2%202%200%200%201-.619.441a2.4%202.4%200%200%201-.806.218a2.14%202.14%200%200%201-2.418-1.906a1.95%201.95%200%200%201%201.041-1.784a2.38%202.38%200%200%201%202.846.4a1.9%201.9%200%200%201%20.325.467a1.8%201.8%200%200%201%20.17.489a2.3%202.3%200%200%201%20.006.652m-.775-.667a.9.9%200%200%201%20.03.28a.9.9%200%200%201-.025.273a1.2%201.2%200%200%201-.362.608a1.43%201.43%200%200%201-.879.386a1%201%200%200%201-.275-.001a1.4%201.4%200%200%201-1.133-.755a2%202%200%200%201-.077-.196a1.18%201.18%200%200%201%20.301-1.138a1.43%201.43%200%200%201%20.753-.412a1.7%201.7%200%200%201%20.766.043a1.34%201.34%200%200%201%20.901.911%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.svg?color=%231a73e8&size=48