folder up icon
folder-up-filled from Reicon by REICON · Filled · Folders · MIT Free for personal and commercial use.
- Name
- folder-up-filled
- Set
- Reicon
- Style
- Filled
- Category
- Folders
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All folder up icons →More folders icons from Reicon
Use the folder up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.537c.674 0 1.225 0 1.672.037c.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273c.037.448.037.998.037 1.672v7.063c0 .673 0 1.224-.037 1.671c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317c-.447.037-.998.037-1.672.037H5.97c-.674 0-1.225 0-1.672-.037c-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273c-.037-.447-.037-.998-.037-1.671V7.469c0-.674 0-1.224.037-1.672c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.448-.037.998-.037 1.672-.037zM12.75 16.5a.75.75 0 0 1-1.5 0v-5.19l-1.72 1.72a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 1 1-1.06 1.06l-1.72-1.72z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFolderUpFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.537c.674 0 1.225 0 1.672.037c.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273c.037.448.037.998.037 1.672v7.063c0 .673 0 1.224-.037 1.671c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317c-.447.037-.998.037-1.672.037H5.97c-.674 0-1.225 0-1.672-.037c-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273c-.037-.447-.037-.998-.037-1.671V7.469c0-.674 0-1.224.037-1.672c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.448-.037.998-.037 1.672-.037zM12.75 16.5a.75.75 0 0 1-1.5 0v-5.19l-1.72 1.72a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 1 1-1.06 1.06l-1.72-1.72z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.537c.674 0 1.225 0 1.672.037c.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273c.037.448.037.998.037 1.672v7.063c0 .673 0 1.224-.037 1.671c-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317c-.447.037-.998.037-1.672.037H5.97c-.674 0-1.225 0-1.672-.037c-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273c-.037-.447-.037-.998-.037-1.671V7.469c0-.674 0-1.224.037-1.672c.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318c.448-.037.998-.037 1.672-.037zM12.75 16.5a.75.75 0 0 1-1.5 0v-5.19l-1.72 1.72a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 1 1-1.06 1.06l-1.72-1.72z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-folder-up-filled {
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%3Cpath%20fill%3D%22currentColor%22%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.537c.674%200%201.225%200%201.672.037c.463.037.882.118%201.273.317a3.25%203.25%200%200%201%201.42%201.42c.199.391.28.81.317%201.273c.037.448.037.998.037%201.672v7.063c0%20.673%200%201.224-.037%201.671c-.037.463-.118.882-.317%201.273a3.25%203.25%200%200%201-1.42%201.42c-.391.199-.81.28-1.273.317c-.447.037-.998.037-1.672.037H5.97c-.674%200-1.225%200-1.672-.037c-.463-.037-.882-.118-1.272-.317a3.25%203.25%200%200%201-1.42-1.42c-.2-.391-.28-.81-.318-1.273c-.037-.447-.037-.998-.037-1.671V7.469c0-.674%200-1.224.037-1.672c.037-.463.118-.882.317-1.272a3.25%203.25%200%200%201%201.42-1.42c.391-.2.81-.28%201.273-.318c.448-.037.998-.037%201.672-.037zM12.75%2016.5a.75.75%200%200%201-1.5%200v-5.19l-1.72%201.72a.75.75%200%200%201-1.06-1.06l3-3a.75.75%200%200%201%201.06%200l3%203a.75.75%200%201%201-1.06%201.06l-1.72-1.72z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%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.537c.674%200%201.225%200%201.672.037c.463.037.882.118%201.273.317a3.25%203.25%200%200%201%201.42%201.42c.199.391.28.81.317%201.273c.037.448.037.998.037%201.672v7.063c0%20.673%200%201.224-.037%201.671c-.037.463-.118.882-.317%201.273a3.25%203.25%200%200%201-1.42%201.42c-.391.199-.81.28-1.273.317c-.447.037-.998.037-1.672.037H5.97c-.674%200-1.225%200-1.672-.037c-.463-.037-.882-.118-1.272-.317a3.25%203.25%200%200%201-1.42-1.42c-.2-.391-.28-.81-.318-1.273c-.037-.447-.037-.998-.037-1.671V7.469c0-.674%200-1.224.037-1.672c.037-.463.118-.882.317-1.272a3.25%203.25%200%200%201%201.42-1.42c.391-.2.81-.28%201.273-.318c.448-.037.998-.037%201.672-.037zM12.75%2016.5a.75.75%200%200%201-1.5%200v-5.19l-1.72%201.72a.75.75%200%200%201-1.06-1.06l3-3a.75.75%200%200%201%201.06%200l3%203a.75.75%200%201%201-1.06%201.06l-1.72-1.72z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/folder-up-filled.svg?color=%231a73e8&size=48