folder down icon

folder-down from Reicon by REICON · Outline · Folders · MIT Free for personal and commercial use.

Name
folder-down
Set
Reicon
Style
Outline
Category
Folders
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All folder down icons →

More folders icons from Reicon

Use the folder down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.75a.75.75 0 0 1 .75.75v5.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V9.5a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M8.568 2.75c.306 0 .575 0 .836.062q.347.083.65.27c.23.14.42.33.635.546l.638.639c.285.284.344.337.402.373q.102.06.217.09c.066.015.146.02.548.02h5.138c.743 0 1.346 0 1.835.04c.505.041.955.129 1.372.342a3.5 3.5 0 0 1 1.53 1.53c.212.417.3.866.341 1.37c.04.49.04 1.093.04 1.836v6.264c0 .743 0 1.346-.04 1.835c-.041.505-.129.955-.341 1.372a3.5 3.5 0 0 1-1.53 1.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H6.368c-.743 0-1.346 0-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5 3.5 0 0 1-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V7.868c0-.743 0-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5 3.5 0 0 1 1.53-1.53c.418-.212.867-.3 1.372-.341c.489-.04 1.092-.04 1.835-.04zm.486 1.52c-.066-.015-.146-.02-.548-.02H6.4c-.782 0-1.324 0-1.745.035c-.412.034-.642.096-.813.183a2 2 0 0 0-.874.874c-.087.17-.15.4-.183.813c-.034.42-.035.963-.035 1.745v8.2c0 .782 0 1.324.035 1.745c.034.412.096.642.183.813a2 2 0 0 0 .874.874c.17.087.4.15.813.183c.42.035.963.035 1.745.035h11.2c.782 0 1.324 0 1.745-.035c.412-.034.642-.096.813-.183a2 2 0 0 0 .874-.874c.087-.17.15-.4.183-.813c.034-.42.035-.962.035-1.745V9.9c0-.782 0-1.324-.035-1.745c-.034-.412-.096-.642-.183-.813a2 2 0 0 0-.874-.874c-.17-.087-.4-.15-.813-.183c-.42-.034-.963-.035-1.745-.035h-5.168c-.306 0-.575 0-.836-.062a2.3 2.3 0 0 1-.65-.27c-.23-.14-.42-.33-.635-.546l-.638-.639c-.285-.284-.344-.337-.402-.372a.8.8 0 0 0-.217-.09" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFolderDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.75a.75.75 0 0 1 .75.75v5.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V9.5a.75.75 0 0 1 .75-.75"/><path fillRule="evenodd" d="M8.568 2.75c.306 0 .575 0 .836.062q.347.083.65.27c.23.14.42.33.635.546l.638.639c.285.284.344.337.402.373q.102.06.217.09c.066.015.146.02.548.02h5.138c.743 0 1.346 0 1.835.04c.505.041.955.129 1.372.342a3.5 3.5 0 0 1 1.53 1.53c.212.417.3.866.341 1.37c.04.49.04 1.093.04 1.836v6.264c0 .743 0 1.346-.04 1.835c-.041.505-.129.955-.341 1.372a3.5 3.5 0 0 1-1.53 1.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H6.368c-.743 0-1.346 0-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5 3.5 0 0 1-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V7.868c0-.743 0-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5 3.5 0 0 1 1.53-1.53c.418-.212.867-.3 1.372-.341c.489-.04 1.092-.04 1.835-.04zm.486 1.52c-.066-.015-.146-.02-.548-.02H6.4c-.782 0-1.324 0-1.745.035c-.412.034-.642.096-.813.183a2 2 0 0 0-.874.874c-.087.17-.15.4-.183.813c-.034.42-.035.963-.035 1.745v8.2c0 .782 0 1.324.035 1.745c.034.412.096.642.183.813a2 2 0 0 0 .874.874c.17.087.4.15.813.183c.42.035.963.035 1.745.035h11.2c.782 0 1.324 0 1.745-.035c.412-.034.642-.096.813-.183a2 2 0 0 0 .874-.874c.087-.17.15-.4.183-.813c.034-.42.035-.962.035-1.745V9.9c0-.782 0-1.324-.035-1.745c-.034-.412-.096-.642-.183-.813a2 2 0 0 0-.874-.874c-.17-.087-.4-.15-.813-.183c-.42-.034-.963-.035-1.745-.035h-5.168c-.306 0-.575 0-.836-.062a2.3 2.3 0 0 1-.65-.27c-.23-.14-.42-.33-.635-.546l-.638-.639c-.285-.284-.344-.337-.402-.372a.8.8 0 0 0-.217-.09" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.75a.75.75 0 0 1 .75.75v5.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V9.5a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M8.568 2.75c.306 0 .575 0 .836.062q.347.083.65.27c.23.14.42.33.635.546l.638.639c.285.284.344.337.402.373q.102.06.217.09c.066.015.146.02.548.02h5.138c.743 0 1.346 0 1.835.04c.505.041.955.129 1.372.342a3.5 3.5 0 0 1 1.53 1.53c.212.417.3.866.341 1.37c.04.49.04 1.093.04 1.836v6.264c0 .743 0 1.346-.04 1.835c-.041.505-.129.955-.341 1.372a3.5 3.5 0 0 1-1.53 1.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H6.368c-.743 0-1.346 0-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5 3.5 0 0 1-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V7.868c0-.743 0-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5 3.5 0 0 1 1.53-1.53c.418-.212.867-.3 1.372-.341c.489-.04 1.092-.04 1.835-.04zm.486 1.52c-.066-.015-.146-.02-.548-.02H6.4c-.782 0-1.324 0-1.745.035c-.412.034-.642.096-.813.183a2 2 0 0 0-.874.874c-.087.17-.15.4-.183.813c-.034.42-.035.963-.035 1.745v8.2c0 .782 0 1.324.035 1.745c.034.412.096.642.183.813a2 2 0 0 0 .874.874c.17.087.4.15.813.183c.42.035.963.035 1.745.035h11.2c.782 0 1.324 0 1.745-.035c.412-.034.642-.096.813-.183a2 2 0 0 0 .874-.874c.087-.17.15-.4.183-.813c.034-.42.035-.962.035-1.745V9.9c0-.782 0-1.324-.035-1.745c-.034-.412-.096-.642-.183-.813a2 2 0 0 0-.874-.874c-.17-.087-.4-.15-.813-.183c-.42-.034-.963-.035-1.745-.035h-5.168c-.306 0-.575 0-.836-.062a2.3 2.3 0 0 1-.65-.27c-.23-.14-.42-.33-.635-.546l-.638-.639c-.285-.284-.344-.337-.402-.372a.8.8 0 0 0-.217-.09" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-folder-down {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M12%208.75a.75.75%200%200%201%20.75.75v5.19l1.72-1.72a.75.75%200%201%201%201.06%201.06l-3%203a.75.75%200%200%201-1.06%200l-3-3a.75.75%200%201%201%201.06-1.06l1.72%201.72V9.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.568%202.75c.306%200%20.575%200%20.836.062q.347.083.65.27c.23.14.42.33.635.546l.638.639c.285.284.344.337.402.373q.102.06.217.09c.066.015.146.02.548.02h5.138c.743%200%201.346%200%201.835.04c.505.041.955.129%201.372.342a3.5%203.5%200%200%201%201.53%201.53c.212.417.3.866.341%201.37c.04.49.04%201.093.04%201.836v6.264c0%20.743%200%201.346-.04%201.835c-.041.505-.129.955-.341%201.372a3.5%203.5%200%200%201-1.53%201.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H6.368c-.743%200-1.346%200-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5%203.5%200%200%201-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V7.868c0-.743%200-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5%203.5%200%200%201%201.53-1.53c.418-.212.867-.3%201.372-.341c.489-.04%201.092-.04%201.835-.04zm.486%201.52c-.066-.015-.146-.02-.548-.02H6.4c-.782%200-1.324%200-1.745.035c-.412.034-.642.096-.813.183a2%202%200%200%200-.874.874c-.087.17-.15.4-.183.813c-.034.42-.035.963-.035%201.745v8.2c0%20.782%200%201.324.035%201.745c.034.412.096.642.183.813a2%202%200%200%200%20.874.874c.17.087.4.15.813.183c.42.035.963.035%201.745.035h11.2c.782%200%201.324%200%201.745-.035c.412-.034.642-.096.813-.183a2%202%200%200%200%20.874-.874c.087-.17.15-.4.183-.813c.034-.42.035-.962.035-1.745V9.9c0-.782%200-1.324-.035-1.745c-.034-.412-.096-.642-.183-.813a2%202%200%200%200-.874-.874c-.17-.087-.4-.15-.813-.183c-.42-.034-.963-.035-1.745-.035h-5.168c-.306%200-.575%200-.836-.062a2.3%202.3%200%200%201-.65-.27c-.23-.14-.42-.33-.635-.546l-.638-.639c-.285-.284-.344-.337-.402-.372a.8.8%200%200%200-.217-.09%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%208.75a.75.75%200%200%201%20.75.75v5.19l1.72-1.72a.75.75%200%201%201%201.06%201.06l-3%203a.75.75%200%200%201-1.06%200l-3-3a.75.75%200%201%201%201.06-1.06l1.72%201.72V9.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.568%202.75c.306%200%20.575%200%20.836.062q.347.083.65.27c.23.14.42.33.635.546l.638.639c.285.284.344.337.402.373q.102.06.217.09c.066.015.146.02.548.02h5.138c.743%200%201.346%200%201.835.04c.505.041.955.129%201.372.342a3.5%203.5%200%200%201%201.53%201.53c.212.417.3.866.341%201.37c.04.49.04%201.093.04%201.836v6.264c0%20.743%200%201.346-.04%201.835c-.041.505-.129.955-.341%201.372a3.5%203.5%200%200%201-1.53%201.53c-.417.212-.867.3-1.372.341c-.489.04-1.092.04-1.835.04H6.368c-.743%200-1.346%200-1.835-.04c-.505-.041-.954-.129-1.372-.341a3.5%203.5%200%200%201-1.53-1.53c-.212-.417-.3-.867-.341-1.372c-.04-.489-.04-1.092-.04-1.835V7.868c0-.743%200-1.346.04-1.835c.041-.505.129-.954.341-1.372a3.5%203.5%200%200%201%201.53-1.53c.418-.212.867-.3%201.372-.341c.489-.04%201.092-.04%201.835-.04zm.486%201.52c-.066-.015-.146-.02-.548-.02H6.4c-.782%200-1.324%200-1.745.035c-.412.034-.642.096-.813.183a2%202%200%200%200-.874.874c-.087.17-.15.4-.183.813c-.034.42-.035.963-.035%201.745v8.2c0%20.782%200%201.324.035%201.745c.034.412.096.642.183.813a2%202%200%200%200%20.874.874c.17.087.4.15.813.183c.42.035.963.035%201.745.035h11.2c.782%200%201.324%200%201.745-.035c.412-.034.642-.096.813-.183a2%202%200%200%200%20.874-.874c.087-.17.15-.4.183-.813c.034-.42.035-.962.035-1.745V9.9c0-.782%200-1.324-.035-1.745c-.034-.412-.096-.642-.183-.813a2%202%200%200%200-.874-.874c-.17-.087-.4-.15-.813-.183c-.42-.034-.963-.035-1.745-.035h-5.168c-.306%200-.575%200-.836-.062a2.3%202.3%200%200%201-.65-.27c-.23-.14-.42-.33-.635-.546l-.638-.639c-.285-.284-.344-.337-.402-.372a.8.8%200%200%200-.217-.09%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/folder-down.svg?color=%231a73e8&size=48

Folder Down outline icon — Reicon · IconsDB