folders icon
folders-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- folders-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All folders icons →Use the folders icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M4 9.268C3.3812 9.6253 3 10.2855 3 11L3 19C3 20.1046 3.8954 21 5 21L14 21C14.7145 21 15.3747 20.6188 15.732 20"/><path fill="currentColor" d="M7 5C7 3.3431 8.3431 2 10 2L11.1716 2C11.9672 2 12.7303 2.3161 13.2929 2.8787L14.1213 3.7071C14.3089 3.8946 14.5632 4 14.8284 4L19 4C20.6569 4 22 5.3431 22 7L22 14C22 15.6569 20.6569 17 19 17L10 17C8.3431 17 7 15.6569 7 14Z" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsFoldersDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeOpacity=".4" d="M4 9.268C3.3812 9.6253 3 10.2855 3 11L3 19C3 20.1046 3.8954 21 5 21L14 21C14.7145 21 15.3747 20.6188 15.732 20"/><path fill="currentColor" d="M7 5C7 3.3431 8.3431 2 10 2L11.1716 2C11.9672 2 12.7303 2.3161 13.2929 2.8787L14.1213 3.7071C14.3089 3.8946 14.5632 4 14.8284 4L19 4C20.6569 4 22 5.3431 22 7L22 14C22 15.6569 20.6569 17 19 17L10 17C8.3431 17 7 15.6569 7 14Z" stroke="none"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M4 9.268C3.3812 9.6253 3 10.2855 3 11L3 19C3 20.1046 3.8954 21 5 21L14 21C14.7145 21 15.3747 20.6188 15.732 20"/><path fill="currentColor" d="M7 5C7 3.3431 8.3431 2 10 2L11.1716 2C11.9672 2 12.7303 2.3161 13.2929 2.8787L14.1213 3.7071C14.3089 3.8946 14.5632 4 14.8284 4L19 4C20.6569 4 22 5.3431 22 7L22 14C22 15.6569 20.6569 17 19 17L10 17C8.3431 17 7 15.6569 7 14Z" stroke="none"/></g></svg> </template>
CSS
.icon-folders-duotone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M4%209.268C3.3812%209.6253%203%2010.2855%203%2011L3%2019C3%2020.1046%203.8954%2021%205%2021L14%2021C14.7145%2021%2015.3747%2020.6188%2015.732%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205C7%203.3431%208.3431%202%2010%202L11.1716%202C11.9672%202%2012.7303%202.3161%2013.2929%202.8787L14.1213%203.7071C14.3089%203.8946%2014.5632%204%2014.8284%204L19%204C20.6569%204%2022%205.3431%2022%207L22%2014C22%2015.6569%2020.6569%2017%2019%2017L10%2017C8.3431%2017%207%2015.6569%207%2014Z%22%20stroke%3D%22none%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M4%209.268C3.3812%209.6253%203%2010.2855%203%2011L3%2019C3%2020.1046%203.8954%2021%205%2021L14%2021C14.7145%2021%2015.3747%2020.6188%2015.732%2020%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205C7%203.3431%208.3431%202%2010%202L11.1716%202C11.9672%202%2012.7303%202.3161%2013.2929%202.8787L14.1213%203.7071C14.3089%203.8946%2014.5632%204%2014.8284%204L19%204C20.6569%204%2022%205.3431%2022%207L22%2014C22%2015.6569%2020.6569%2017%2019%2017L10%2017C8.3431%2017%207%2015.6569%207%2014Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/folders-duotone.svg?color=%231a73e8&size=48