archive down minimalistic icon

archive-down-minimalistic-broken from Solar by 480 Design · Broken · Notes · CC-BY-4.0 Attribution required.

Name
archive-down-minimalistic-broken
Set
Solar
Style
Broken
Category
Notes
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More notes icons from Solar

Use the archive down minimalistic 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-width="1.5"><path d="M2 12.0002C2 7.28611 2 4.92909 3.46447 3.46462C4.70529 2.2238 6.58687 2.03431 10 2.00537M22 12.0002C22 7.28611 22 4.92909 20.5355 3.46462C19.2947 2.2238 17.4131 2.03431 14 2.00537"/><path d="M10 22C7.19974 22 5.79961 22 4.73005 21.455C3.78924 20.9757 3.02433 20.2108 2.54497 19.27C2 18.2004 2 16.8003 2 14C2 11.1997 2 9.79961 2.54497 8.73005C3.02433 7.78924 3.78924 7.02433 4.73005 6.54497C5.79961 6 7.19974 6 10 6H14C16.8003 6 18.2004 6 19.27 6.54497C20.2108 7.02433 20.9757 7.78924 21.455 8.73005C22 9.79961 22 11.1997 22 14C22 16.8003 22 18.2004 21.455 19.27C20.9757 20.2108 20.2108 20.9757 19.27 21.455C18.2004 22 16.8003 22 14 22"/><path stroke-linejoin="round" d="M12 11L12 17M9.5 14.5L12 17L14.5 14.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArchiveDownMinimalisticBroken(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" strokeWidth="1.5"><path d="M2 12.0002C2 7.28611 2 4.92909 3.46447 3.46462C4.70529 2.2238 6.58687 2.03431 10 2.00537M22 12.0002C22 7.28611 22 4.92909 20.5355 3.46462C19.2947 2.2238 17.4131 2.03431 14 2.00537"/><path d="M10 22C7.19974 22 5.79961 22 4.73005 21.455C3.78924 20.9757 3.02433 20.2108 2.54497 19.27C2 18.2004 2 16.8003 2 14C2 11.1997 2 9.79961 2.54497 8.73005C3.02433 7.78924 3.78924 7.02433 4.73005 6.54497C5.79961 6 7.19974 6 10 6H14C16.8003 6 18.2004 6 19.27 6.54497C20.2108 7.02433 20.9757 7.78924 21.455 8.73005C22 9.79961 22 11.1997 22 14C22 16.8003 22 18.2004 21.455 19.27C20.9757 20.2108 20.2108 20.9757 19.27 21.455C18.2004 22 16.8003 22 14 22"/><path strokeLinejoin="round" d="M12 11L12 17M9.5 14.5L12 17L14.5 14.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-width="1.5"><path d="M2 12.0002C2 7.28611 2 4.92909 3.46447 3.46462C4.70529 2.2238 6.58687 2.03431 10 2.00537M22 12.0002C22 7.28611 22 4.92909 20.5355 3.46462C19.2947 2.2238 17.4131 2.03431 14 2.00537"/><path d="M10 22C7.19974 22 5.79961 22 4.73005 21.455C3.78924 20.9757 3.02433 20.2108 2.54497 19.27C2 18.2004 2 16.8003 2 14C2 11.1997 2 9.79961 2.54497 8.73005C3.02433 7.78924 3.78924 7.02433 4.73005 6.54497C5.79961 6 7.19974 6 10 6H14C16.8003 6 18.2004 6 19.27 6.54497C20.2108 7.02433 20.9757 7.78924 21.455 8.73005C22 9.79961 22 11.1997 22 14C22 16.8003 22 18.2004 21.455 19.27C20.9757 20.2108 20.2108 20.9757 19.27 21.455C18.2004 22 16.8003 22 14 22"/><path stroke-linejoin="round" d="M12 11L12 17M9.5 14.5L12 17L14.5 14.5"/></g></svg>
</template>

CSS

.icon-archive-down-minimalistic-broken {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012.0002C2%207.28611%202%204.92909%203.46447%203.46462C4.70529%202.2238%206.58687%202.03431%2010%202.00537M22%2012.0002C22%207.28611%2022%204.92909%2020.5355%203.46462C19.2947%202.2238%2017.4131%202.03431%2014%202.00537%22%2F%3E%3Cpath%20d%3D%22M10%2022C7.19974%2022%205.79961%2022%204.73005%2021.455C3.78924%2020.9757%203.02433%2020.2108%202.54497%2019.27C2%2018.2004%202%2016.8003%202%2014C2%2011.1997%202%209.79961%202.54497%208.73005C3.02433%207.78924%203.78924%207.02433%204.73005%206.54497C5.79961%206%207.19974%206%2010%206H14C16.8003%206%2018.2004%206%2019.27%206.54497C20.2108%207.02433%2020.9757%207.78924%2021.455%208.73005C22%209.79961%2022%2011.1997%2022%2014C22%2016.8003%2022%2018.2004%2021.455%2019.27C20.9757%2020.2108%2020.2108%2020.9757%2019.27%2021.455C18.2004%2022%2016.8003%2022%2014%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011L12%2017M9.5%2014.5L12%2017L14.5%2014.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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012.0002C2%207.28611%202%204.92909%203.46447%203.46462C4.70529%202.2238%206.58687%202.03431%2010%202.00537M22%2012.0002C22%207.28611%2022%204.92909%2020.5355%203.46462C19.2947%202.2238%2017.4131%202.03431%2014%202.00537%22%2F%3E%3Cpath%20d%3D%22M10%2022C7.19974%2022%205.79961%2022%204.73005%2021.455C3.78924%2020.9757%203.02433%2020.2108%202.54497%2019.27C2%2018.2004%202%2016.8003%202%2014C2%2011.1997%202%209.79961%202.54497%208.73005C3.02433%207.78924%203.78924%207.02433%204.73005%206.54497C5.79961%206%207.19974%206%2010%206H14C16.8003%206%2018.2004%206%2019.27%206.54497C20.2108%207.02433%2020.9757%207.78924%2021.455%208.73005C22%209.79961%2022%2011.1997%2022%2014C22%2016.8003%2022%2018.2004%2021.455%2019.27C20.9757%2020.2108%2020.2108%2020.9757%2019.27%2021.455C18.2004%2022%2016.8003%2022%2014%2022%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011L12%2017M9.5%2014.5L12%2017L14.5%2014.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-minimalistic-broken.svg?color=%231a73e8&size=48