archive down minimlistic icon

archive-down-minimlistic-line-duotone from Solar by 480 Design · Line Duotone · CC-BY-4.0 Attribution required.

Name
archive-down-minimlistic-line-duotone
Set
Solar
Style
Line Duotone
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

Related icons in Solar

Use the archive down minimlistic 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-width="1.5"><path d="M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12" opacity=".5"/><path d="M2 14c0-2.8 0-4.2.545-5.27A5 5 0 0 1 4.73 6.545C5.8 6 7.2 6 10 6h4c2.8 0 4.2 0 5.27.545a5 5 0 0 1 2.185 2.185C22 9.8 22 11.2 22 14s0 4.2-.545 5.27a5 5 0 0 1-2.185 2.185C18.2 22 16.8 22 14 22h-4c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C2 18.2 2 16.8 2 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 11v6m0 0l2.5-2.5M12 17l-2.5-2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArchiveDownMinimlisticLineDuotone(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" strokeWidth="1.5"><path d="M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12" opacity=".5"/><path d="M2 14c0-2.8 0-4.2.545-5.27A5 5 0 0 1 4.73 6.545C5.8 6 7.2 6 10 6h4c2.8 0 4.2 0 5.27.545a5 5 0 0 1 2.185 2.185C22 9.8 22 11.2 22 14s0 4.2-.545 5.27a5 5 0 0 1-2.185 2.185C18.2 22 16.8 22 14 22h-4c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C2 18.2 2 16.8 2 14Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 11v6m0 0l2.5-2.5M12 17l-2.5-2.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-width="1.5"><path d="M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12" opacity=".5"/><path d="M2 14c0-2.8 0-4.2.545-5.27A5 5 0 0 1 4.73 6.545C5.8 6 7.2 6 10 6h4c2.8 0 4.2 0 5.27.545a5 5 0 0 1 2.185 2.185C22 9.8 22 11.2 22 14s0 4.2-.545 5.27a5 5 0 0 1-2.185 2.185C18.2 22 16.8 22 14 22h-4c-2.8 0-4.2 0-5.27-.545a5 5 0 0 1-2.185-2.185C2 18.2 2 16.8 2 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 11v6m0 0l2.5-2.5M12 17l-2.5-2.5"/></g></svg>
</template>

CSS

.icon-archive-down-minimlistic-line-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-4.714%200-7.071%201.464-8.536C4.93%202%207.286%202%2012%202s7.071%200%208.535%201.464C22%204.93%2022%207.286%2022%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2014c0-2.8%200-4.2.545-5.27A5%205%200%200%201%204.73%206.545C5.8%206%207.2%206%2010%206h4c2.8%200%204.2%200%205.27.545a5%205%200%200%201%202.185%202.185C22%209.8%2022%2011.2%2022%2014s0%204.2-.545%205.27a5%205%200%200%201-2.185%202.185C18.2%2022%2016.8%2022%2014%2022h-4c-2.8%200-4.2%200-5.27-.545a5%205%200%200%201-2.185-2.185C2%2018.2%202%2016.8%202%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011v6m0%200l2.5-2.5M12%2017l-2.5-2.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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012c0-4.714%200-7.071%201.464-8.536C4.93%202%207.286%202%2012%202s7.071%200%208.535%201.464C22%204.93%2022%207.286%2022%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2014c0-2.8%200-4.2.545-5.27A5%205%200%200%201%204.73%206.545C5.8%206%207.2%206%2010%206h4c2.8%200%204.2%200%205.27.545a5%205%200%200%201%202.185%202.185C22%209.8%2022%2011.2%2022%2014s0%204.2-.545%205.27a5%205%200%200%201-2.185%202.185C18.2%2022%2016.8%2022%2014%2022h-4c-2.8%200-4.2%200-5.27-.545a5%205%200%200%201-2.185-2.185C2%2018.2%202%2016.8%202%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011v6m0%200l2.5-2.5M12%2017l-2.5-2.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/solar/archive-down-minimlistic-line-duotone.svg?color=%231a73e8&size=48