folder dal open logo
folder-dal-open from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- folder-dal-open
- 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 dal open logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f44336" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffccbc" d="M13.434 9C12.087 9 11 9.48 11 10.096s1.09 1.115 2.438 1.115c1.346 0 2.556-.499 2.556-1.115S14.8 9 13.454 9M11 10.654v.836c0 .617 1.09 1.116 2.438 1.116c1.346 0 2.56-.514 2.56-1.13v-.813c0 .616-1.214 1.106-2.56 1.106S11 11.269 11 10.654m0 1.394v.837C11 13.5 12.09 14 13.438 14c1.346 0 2.565-.507 2.562-1.123l-.004-.84c0 .616-1.212 1.126-2.558 1.126c-1.347 0-2.438-.499-2.438-1.115M11.8 5L7.6 8l2.77 1.937c.04-.28.177-.53.35-.714q.028-.03.058-.059L9.122 8l2.677-1.88L14.48 8l-.53.373c.43.033.834.11 1.2.227l.852-.6zM8.355 9.604l-.756.53l2.756 1.936v-1.06z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeFolderDalOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f44336" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffccbc" d="M13.434 9C12.087 9 11 9.48 11 10.096s1.09 1.115 2.438 1.115c1.346 0 2.556-.499 2.556-1.115S14.8 9 13.454 9M11 10.654v.836c0 .617 1.09 1.116 2.438 1.116c1.346 0 2.56-.514 2.56-1.13v-.813c0 .616-1.214 1.106-2.56 1.106S11 11.269 11 10.654m0 1.394v.837C11 13.5 12.09 14 13.438 14c1.346 0 2.565-.507 2.562-1.123l-.004-.84c0 .616-1.212 1.126-2.558 1.126c-1.347 0-2.438-.499-2.438-1.115M11.8 5L7.6 8l2.77 1.937c.04-.28.177-.53.35-.714q.028-.03.058-.059L9.122 8l2.677-1.88L14.48 8l-.53.373c.43.033.834.11 1.2.227l.852-.6zM8.355 9.604l-.756.53l2.756 1.936v-1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f44336" d="M14.483 6H4.721a1 1 0 0 0-.949.684L2 12V5h12a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h11l2.403-5.606A1 1 0 0 0 14.483 6"/><path fill="#ffccbc" d="M13.434 9C12.087 9 11 9.48 11 10.096s1.09 1.115 2.438 1.115c1.346 0 2.556-.499 2.556-1.115S14.8 9 13.454 9M11 10.654v.836c0 .617 1.09 1.116 2.438 1.116c1.346 0 2.56-.514 2.56-1.13v-.813c0 .616-1.214 1.106-2.56 1.106S11 11.269 11 10.654m0 1.394v.837C11 13.5 12.09 14 13.438 14c1.346 0 2.565-.507 2.562-1.123l-.004-.84c0 .616-1.212 1.126-2.558 1.126c-1.347 0-2.438-.499-2.438-1.115M11.8 5L7.6 8l2.77 1.937c.04-.28.177-.53.35-.714q.028-.03.058-.059L9.122 8l2.677-1.88L14.48 8l-.53.373c.43.033.834.11 1.2.227l.852-.6zM8.355 9.604l-.756.53l2.756 1.936v-1.06z"/></svg> </template>
CSS
.icon-folder-dal-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%2016%2016%22%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23ffccbc%22%20d%3D%22M13.434%209C12.087%209%2011%209.48%2011%2010.096s1.09%201.115%202.438%201.115c1.346%200%202.556-.499%202.556-1.115S14.8%209%2013.454%209M11%2010.654v.836c0%20.617%201.09%201.116%202.438%201.116c1.346%200%202.56-.514%202.56-1.13v-.813c0%20.616-1.214%201.106-2.56%201.106S11%2011.269%2011%2010.654m0%201.394v.837C11%2013.5%2012.09%2014%2013.438%2014c1.346%200%202.565-.507%202.562-1.123l-.004-.84c0%20.616-1.212%201.126-2.558%201.126c-1.347%200-2.438-.499-2.438-1.115M11.8%205L7.6%208l2.77%201.937c.04-.28.177-.53.35-.714q.028-.03.058-.059L9.122%208l2.677-1.88L14.48%208l-.53.373c.43.033.834.11%201.2.227l.852-.6zM8.355%209.604l-.756.53l2.756%201.936v-1.06z%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%23f44336%22%20d%3D%22M14.483%206H4.721a1%201%200%200%200-.949.684L2%2012V5h12a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h11l2.403-5.606A1%201%200%200%200%2014.483%206%22%2F%3E%3Cpath%20fill%3D%22%23ffccbc%22%20d%3D%22M13.434%209C12.087%209%2011%209.48%2011%2010.096s1.09%201.115%202.438%201.115c1.346%200%202.556-.499%202.556-1.115S14.8%209%2013.454%209M11%2010.654v.836c0%20.617%201.09%201.116%202.438%201.116c1.346%200%202.56-.514%202.56-1.13v-.813c0%20.616-1.214%201.106-2.56%201.106S11%2011.269%2011%2010.654m0%201.394v.837C11%2013.5%2012.09%2014%2013.438%2014c1.346%200%202.565-.507%202.562-1.123l-.004-.84c0%20.616-1.212%201.126-2.558%201.126c-1.347%200-2.438-.499-2.438-1.115M11.8%205L7.6%208l2.77%201.937c.04-.28.177-.53.35-.714q.028-.03.058-.059L9.122%208l2.677-1.88L14.48%208l-.53.373c.43.033.834.11%201.2.227l.852-.6zM8.355%209.604l-.756.53l2.756%201.936v-1.06z%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-dal-open.svg?color=%231a73e8&size=48