archive down minimalistic icon
archive-down-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Notes · CC-BY-4.0 Attribution required.
- Name
- archive-down-minimalistic-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Notes
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More notes icons from Solar
archive-boldarchive-check-boldarchive-close-boldarchive-down-boldarchive-minimalistic-boldarchive-minimalistic-close-boldarchive-up-boldarchive-up-minimalistic-boldclipboard-add-boldclipboard-boldclipboard-check-boldclipboard-clock-boldclipboard-copy-boldclipboard-heart-boldclipboard-list-boldclipboard-minus-boldclipboard-paste-boldclipboard-remove-boldclipboard-text-boldclipboard-type-bolddocument-add-bolddocument-bolddocument-medicine-bolddocument-text-bold
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-width="1.5"><path d="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12" opacity=".5"/><path d="M2 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 22H10C7.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 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 11L12 17M9.5 14.5L12 17L14.5 14.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarArchiveDownMinimalisticLineDuotone(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 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12" opacity=".5"/><path d="M2 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 22H10C7.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 14Z"/><path strokeLinecap="round" 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-width="1.5"><path d="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12" opacity=".5"/><path d="M2 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 22H10C7.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 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 11L12 17M9.5 14.5L12 17L14.5 14.5"/></g></svg> </template>
CSS
.icon-archive-down-minimalistic-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%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%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%2022H10C7.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%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%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%2022H10C7.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%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%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-line-duotone.svg?color=%231a73e8&size=48