folder up icon

folder-up from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
folder-up
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the folder up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M8 7h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 9.09 22 10.143 22 12.25c0 3.511 0 5.267-.843 6.528a5 5 0 0 1-1.38 1.38C18.518 21 16.762 21 13.25 21H12c-4.714 0-7.071 0-8.536-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.944 3C8.108 3 8.69 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12 7"/><path fill="currentColor" d="M12.754 12a.75.75 0 0 0-1.5 0zm-1.5 5a.75.75 0 0 0 1.5 0zm.75-6v-.75zM8.4 13.555a.75.75 0 0 0 1.208.89l-.604-.446zm6 .89a.75.75 0 0 0 1.208-.89l-.604.444zm-2.396-2.446h-.75v5h1.5v-5zm0-1v-.75c-.308 0-.574.135-.743.237a4 4 0 0 0-.556.42c-.355.314-.73.717-1.064 1.102a27 27 0 0 0-1.233 1.537l-.006.007l-.002.002l.604.445l.604.445v-.001l.005-.006l.017-.023a19 19 0 0 1 .323-.422c.214-.275.507-.639.82-1c.318-.366.643-.713.925-.962q.213-.186.337-.26c.103-.061.079-.02-.031-.02zm3 3l.604-.444v-.001l-.002-.002l-.006-.008l-.02-.026a32 32 0 0 0-.342-.449a27 27 0 0 0-.871-1.061c-.334-.385-.71-.788-1.064-1.102a4 4 0 0 0-.556-.42c-.17-.102-.435-.237-.743-.237v1.5c-.11 0-.134-.04-.031.022q.123.073.337.26c.281.248.607.595.924.96a25 25 0 0 1 1.143 1.423l.018.023l.004.006v.001h.001z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderUp(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"><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M8 7h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 9.09 22 10.143 22 12.25c0 3.511 0 5.267-.843 6.528a5 5 0 0 1-1.38 1.38C18.518 21 16.762 21 13.25 21H12c-4.714 0-7.071 0-8.536-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.944 3C8.108 3 8.69 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12 7"/><path fill="currentColor" d="M12.754 12a.75.75 0 0 0-1.5 0zm-1.5 5a.75.75 0 0 0 1.5 0zm.75-6v-.75zM8.4 13.555a.75.75 0 0 0 1.208.89l-.604-.446zm6 .89a.75.75 0 0 0 1.208-.89l-.604.444zm-2.396-2.446h-.75v5h1.5v-5zm0-1v-.75c-.308 0-.574.135-.743.237a4 4 0 0 0-.556.42c-.355.314-.73.717-1.064 1.102a27 27 0 0 0-1.233 1.537l-.006.007l-.002.002l.604.445l.604.445v-.001l.005-.006l.017-.023a19 19 0 0 1 .323-.422c.214-.275.507-.639.82-1c.318-.366.643-.713.925-.962q.213-.186.337-.26c.103-.061.079-.02-.031-.02zm3 3l.604-.444v-.001l-.002-.002l-.006-.008l-.02-.026a32 32 0 0 0-.342-.449a27 27 0 0 0-.871-1.061c-.334-.385-.71-.788-1.064-1.102a4 4 0 0 0-.556-.42c-.17-.102-.435-.237-.743-.237v1.5c-.11 0-.134-.04-.031.022q.123.073.337.26c.281.248.607.595.924.96a25 25 0 0 1 1.143 1.423l.018.023l.004.006v.001h.001z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M8 7h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827C22 9.09 22 10.143 22 12.25c0 3.511 0 5.267-.843 6.528a5 5 0 0 1-1.38 1.38C18.518 21 16.762 21 13.25 21H12c-4.714 0-7.071 0-8.536-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.944 3C8.108 3 8.69 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12 7"/><path fill="currentColor" d="M12.754 12a.75.75 0 0 0-1.5 0zm-1.5 5a.75.75 0 0 0 1.5 0zm.75-6v-.75zM8.4 13.555a.75.75 0 0 0 1.208.89l-.604-.446zm6 .89a.75.75 0 0 0 1.208-.89l-.604.444zm-2.396-2.446h-.75v5h1.5v-5zm0-1v-.75c-.308 0-.574.135-.743.237a4 4 0 0 0-.556.42c-.355.314-.73.717-1.064 1.102a27 27 0 0 0-1.233 1.537l-.006.007l-.002.002l.604.445l.604.445v-.001l.005-.006l.017-.023a19 19 0 0 1 .323-.422c.214-.275.507-.639.82-1c.318-.366.643-.713.925-.962q.213-.186.337-.26c.103-.061.079-.02-.031-.02zm3 3l.604-.444v-.001l-.002-.002l-.006-.008l-.02-.026a32 32 0 0 0-.342-.449a27 27 0 0 0-.871-1.061c-.334-.385-.71-.788-1.064-1.102a4 4 0 0 0-.556-.42c-.17-.102-.435-.237-.743-.237v1.5c-.11 0-.134-.04-.031.022q.123.073.337.26c.281.248.607.595.924.96a25 25 0 0 1 1.143 1.423l.018.023l.004.006v.001h.001z"/></g></svg>
</template>

CSS

.icon-folder-up {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%207h8.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C22%209.09%2022%2010.143%2022%2012.25c0%203.511%200%205.267-.843%206.528a5%205%200%200%201-1.38%201.38C18.518%2021%2016.762%2021%2013.25%2021H12c-4.714%200-7.071%200-8.536-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%203.38C4.22%203%205.128%203%206.944%203C8.108%203%208.69%203%209.2%203.191c1.163.436%201.643%201.493%202.168%202.542L12%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.754%2012a.75.75%200%200%200-1.5%200zm-1.5%205a.75.75%200%200%200%201.5%200zm.75-6v-.75zM8.4%2013.555a.75.75%200%200%200%201.208.89l-.604-.446zm6%20.89a.75.75%200%200%200%201.208-.89l-.604.444zm-2.396-2.446h-.75v5h1.5v-5zm0-1v-.75c-.308%200-.574.135-.743.237a4%204%200%200%200-.556.42c-.355.314-.73.717-1.064%201.102a27%2027%200%200%200-1.233%201.537l-.006.007l-.002.002l.604.445l.604.445v-.001l.005-.006l.017-.023a19%2019%200%200%201%20.323-.422c.214-.275.507-.639.82-1c.318-.366.643-.713.925-.962q.213-.186.337-.26c.103-.061.079-.02-.031-.02zm3%203l.604-.444v-.001l-.002-.002l-.006-.008l-.02-.026a32%2032%200%200%200-.342-.449a27%2027%200%200%200-.871-1.061c-.334-.385-.71-.788-1.064-1.102a4%204%200%200%200-.556-.42c-.17-.102-.435-.237-.743-.237v1.5c-.11%200-.134-.04-.031.022q.123.073.337.26c.281.248.607.595.924.96a25%2025%200%200%201%201.143%201.423l.018.023l.004.006v.001h.001z%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%207h8.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827C22%209.09%2022%2010.143%2022%2012.25c0%203.511%200%205.267-.843%206.528a5%205%200%200%201-1.38%201.38C18.518%2021%2016.762%2021%2013.25%2021H12c-4.714%200-7.071%200-8.536-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%203.38C4.22%203%205.128%203%206.944%203C8.108%203%208.69%203%209.2%203.191c1.163.436%201.643%201.493%202.168%202.542L12%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.754%2012a.75.75%200%200%200-1.5%200zm-1.5%205a.75.75%200%200%200%201.5%200zm.75-6v-.75zM8.4%2013.555a.75.75%200%200%200%201.208.89l-.604-.446zm6%20.89a.75.75%200%200%200%201.208-.89l-.604.444zm-2.396-2.446h-.75v5h1.5v-5zm0-1v-.75c-.308%200-.574.135-.743.237a4%204%200%200%200-.556.42c-.355.314-.73.717-1.064%201.102a27%2027%200%200%200-1.233%201.537l-.006.007l-.002.002l.604.445l.604.445v-.001l.005-.006l.017-.023a19%2019%200%200%201%20.323-.422c.214-.275.507-.639.82-1c.318-.366.643-.713.925-.962q.213-.186.337-.26c.103-.061.079-.02-.031-.02zm3%203l.604-.444v-.001l-.002-.002l-.006-.008l-.02-.026a32%2032%200%200%200-.342-.449a27%2027%200%200%200-.871-1.061c-.334-.385-.71-.788-1.064-1.102a4%204%200%200%200-.556-.42c-.17-.102-.435-.237-.743-.237v1.5c-.11%200-.134-.04-.031.022q.123.073.337.26c.281.248.607.595.924.96a25%2025%200%200%201%201.143%201.423l.018.023l.004.006v.001h.001z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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