folder arrow down icon

folder-arrow-down-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
folder-arrow-down-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the folder arrow down 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 fill="currentColor" fill-opacity=".4" d="M2 7C2 4.7909 3.7909 3 6 3L8.6716 3C9.4672 3 10.2303 3.3161 10.7929 3.8787L12.1213 5.2071C12.3089 5.3946 12.5632 5.5 12.8284 5.5L18 5.5C20.2091 5.5 22 7.2909 22 9.5L22 10C22 10.5523 21.5523 11 21 11L14 11C12.3431 11 11 12.3431 11 14L11 20C11 20.5523 10.5523 21 10 21L6 21C3.7909 21 2 19.2091 2 17Z" stroke="none"/><path d="M18 14L18 20M15 17L18 20L21 17"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFolderArrowDownDuotone(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 fill="currentColor" fillOpacity=".4" d="M2 7C2 4.7909 3.7909 3 6 3L8.6716 3C9.4672 3 10.2303 3.3161 10.7929 3.8787L12.1213 5.2071C12.3089 5.3946 12.5632 5.5 12.8284 5.5L18 5.5C20.2091 5.5 22 7.2909 22 9.5L22 10C22 10.5523 21.5523 11 21 11L14 11C12.3431 11 11 12.3431 11 14L11 20C11 20.5523 10.5523 21 10 21L6 21C3.7909 21 2 19.2091 2 17Z" stroke="none"/><path d="M18 14L18 20M15 17L18 20L21 17"/></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 fill="currentColor" fill-opacity=".4" d="M2 7C2 4.7909 3.7909 3 6 3L8.6716 3C9.4672 3 10.2303 3.3161 10.7929 3.8787L12.1213 5.2071C12.3089 5.3946 12.5632 5.5 12.8284 5.5L18 5.5C20.2091 5.5 22 7.2909 22 9.5L22 10C22 10.5523 21.5523 11 21 11L14 11C12.3431 11 11 12.3431 11 14L11 20C11 20.5523 10.5523 21 10 21L6 21C3.7909 21 2 19.2091 2 17Z" stroke="none"/><path d="M18 14L18 20M15 17L18 20L21 17"/></g></svg>
</template>

CSS

.icon-folder-arrow-down-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%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M2%207C2%204.7909%203.7909%203%206%203L8.6716%203C9.4672%203%2010.2303%203.3161%2010.7929%203.8787L12.1213%205.2071C12.3089%205.3946%2012.5632%205.5%2012.8284%205.5L18%205.5C20.2091%205.5%2022%207.2909%2022%209.5L22%2010C22%2010.5523%2021.5523%2011%2021%2011L14%2011C12.3431%2011%2011%2012.3431%2011%2014L11%2020C11%2020.5523%2010.5523%2021%2010%2021L6%2021C3.7909%2021%202%2019.2091%202%2017Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M18%2014L18%2020M15%2017L18%2020L21%2017%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%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M2%207C2%204.7909%203.7909%203%206%203L8.6716%203C9.4672%203%2010.2303%203.3161%2010.7929%203.8787L12.1213%205.2071C12.3089%205.3946%2012.5632%205.5%2012.8284%205.5L18%205.5C20.2091%205.5%2022%207.2909%2022%209.5L22%2010C22%2010.5523%2021.5523%2011%2021%2011L14%2011C12.3431%2011%2011%2012.3431%2011%2014L11%2020C11%2020.5523%2010.5523%2021%2010%2021L6%2021C3.7909%2021%202%2019.2091%202%2017Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M18%2014L18%2020M15%2017L18%2020L21%2017%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/folder-arrow-down-duotone.svg?color=%231a73e8&size=48