archive arrow up icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the archive arrow up 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="1.5"><path d="M8 3c-.715.055-1.218.181-1.65.474c-.763.516-1.128 1.43-1.859 3.256L2.43 11.927c-.214.535-.32.802-.375 1.083S2 13.58 2 14.156V15c0 2.828 0 4.243.879 5.121C3.757 21 5.172 21 8 21h8c2.828 0 4.243 0 5.121-.879C22 19.243 22 17.828 22 15v-.844c0-.577 0-.865-.054-1.146s-.161-.548-.375-1.083L19.509 6.73c-.731-1.827-1.096-2.74-1.858-3.256c-.433-.293-.936-.42-1.651-.474"/><path d="M2.5 13h3.086c.577 0 .865 0 1.134.077q.222.063.424.175c.244.136.448.34.856.748s.612.612.856.748q.202.111.424.175c.269.077.557.077 1.134.077h3.172c.577 0 .865 0 1.134-.077q.222-.063.424-.175c.244-.136.448-.34.856-.748s.612-.612.856-.748q.202-.111.424-.175c.27-.077.557-.077 1.134-.077H21.5M15 6s-2.21-3-3-3s-3 3-3 3m3 4V3.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArchiveArrowUp(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="1.5"><path d="M8 3c-.715.055-1.218.181-1.65.474c-.763.516-1.128 1.43-1.859 3.256L2.43 11.927c-.214.535-.32.802-.375 1.083S2 13.58 2 14.156V15c0 2.828 0 4.243.879 5.121C3.757 21 5.172 21 8 21h8c2.828 0 4.243 0 5.121-.879C22 19.243 22 17.828 22 15v-.844c0-.577 0-.865-.054-1.146s-.161-.548-.375-1.083L19.509 6.73c-.731-1.827-1.096-2.74-1.858-3.256c-.433-.293-.936-.42-1.651-.474"/><path d="M2.5 13h3.086c.577 0 .865 0 1.134.077q.222.063.424.175c.244.136.448.34.856.748s.612.612.856.748q.202.111.424.175c.269.077.557.077 1.134.077h3.172c.577 0 .865 0 1.134-.077q.222-.063.424-.175c.244-.136.448-.34.856-.748s.612-.612.856-.748q.202-.111.424-.175c.27-.077.557-.077 1.134-.077H21.5M15 6s-2.21-3-3-3s-3 3-3 3m3 4V3.5"/></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="1.5"><path d="M8 3c-.715.055-1.218.181-1.65.474c-.763.516-1.128 1.43-1.859 3.256L2.43 11.927c-.214.535-.32.802-.375 1.083S2 13.58 2 14.156V15c0 2.828 0 4.243.879 5.121C3.757 21 5.172 21 8 21h8c2.828 0 4.243 0 5.121-.879C22 19.243 22 17.828 22 15v-.844c0-.577 0-.865-.054-1.146s-.161-.548-.375-1.083L19.509 6.73c-.731-1.827-1.096-2.74-1.858-3.256c-.433-.293-.936-.42-1.651-.474"/><path d="M2.5 13h3.086c.577 0 .865 0 1.134.077q.222.063.424.175c.244.136.448.34.856.748s.612.612.856.748q.202.111.424.175c.269.077.557.077 1.134.077h3.172c.577 0 .865 0 1.134-.077q.222-.063.424-.175c.244-.136.448-.34.856-.748s.612-.612.856-.748q.202-.111.424-.175c.27-.077.557-.077 1.134-.077H21.5M15 6s-2.21-3-3-3s-3 3-3 3m3 4V3.5"/></g></svg>
</template>

CSS

.icon-archive-arrow-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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%203c-.715.055-1.218.181-1.65.474c-.763.516-1.128%201.43-1.859%203.256L2.43%2011.927c-.214.535-.32.802-.375%201.083S2%2013.58%202%2014.156V15c0%202.828%200%204.243.879%205.121C3.757%2021%205.172%2021%208%2021h8c2.828%200%204.243%200%205.121-.879C22%2019.243%2022%2017.828%2022%2015v-.844c0-.577%200-.865-.054-1.146s-.161-.548-.375-1.083L19.509%206.73c-.731-1.827-1.096-2.74-1.858-3.256c-.433-.293-.936-.42-1.651-.474%22%2F%3E%3Cpath%20d%3D%22M2.5%2013h3.086c.577%200%20.865%200%201.134.077q.222.063.424.175c.244.136.448.34.856.748s.612.612.856.748q.202.111.424.175c.269.077.557.077%201.134.077h3.172c.577%200%20.865%200%201.134-.077q.222-.063.424-.175c.244-.136.448-.34.856-.748s.612-.612.856-.748q.202-.111.424-.175c.27-.077.557-.077%201.134-.077H21.5M15%206s-2.21-3-3-3s-3%203-3%203m3%204V3.5%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%221.5%22%3E%3Cpath%20d%3D%22M8%203c-.715.055-1.218.181-1.65.474c-.763.516-1.128%201.43-1.859%203.256L2.43%2011.927c-.214.535-.32.802-.375%201.083S2%2013.58%202%2014.156V15c0%202.828%200%204.243.879%205.121C3.757%2021%205.172%2021%208%2021h8c2.828%200%204.243%200%205.121-.879C22%2019.243%2022%2017.828%2022%2015v-.844c0-.577%200-.865-.054-1.146s-.161-.548-.375-1.083L19.509%206.73c-.731-1.827-1.096-2.74-1.858-3.256c-.433-.293-.936-.42-1.651-.474%22%2F%3E%3Cpath%20d%3D%22M2.5%2013h3.086c.577%200%20.865%200%201.134.077q.222.063.424.175c.244.136.448.34.856.748s.612.612.856.748q.202.111.424.175c.269.077.557.077%201.134.077h3.172c.577%200%20.865%200%201.134-.077q.222-.063.424-.175c.244-.136.448-.34.856-.748s.612-.612.856-.748q.202-.111.424-.175c.27-.077.557-.077%201.134-.077H21.5M15%206s-2.21-3-3-3s-3%203-3%203m3%204V3.5%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/archive-arrow-up.svg?color=%231a73e8&size=48