archive2 icon
archive2-duotone from Reicon by REICON · Duotone · Newicons · MIT Free for personal and commercial use.
- Name
- archive2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the archive2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.545 8.73C2 9.8 2 11.2 2 14s0 4.2.545 5.27a5 5 0 0 0 2.185 2.185C5.8 22 7.2 22 10 22h4c2.8 0 4.2 0 5.27-.545a5 5 0 0 0 2.185-2.185C22 18.2 22 16.8 22 14s0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185C18.2 6 16.8 6 14 6h-4c-2.8 0-4.2 0-5.27.545A5 5 0 0 0 2.545 8.73M15.06 12.5a.75.75 0 0 0-1.12-1l-3.011 3.374l-.87-.974a.75.75 0 0 0-1.118 1l1.428 1.6a.75.75 0 0 0 1.119 0z" clip-rule="evenodd"/><path d="M12 2c4.713 0 7.07 0 8.535 1.464c.757.758 1.123 1.754 1.3 3.192V10H2.164V6.656c.176-1.438.541-2.434 1.299-3.192C4.928 2 7.285 2 11.999 2" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconArchive2Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.545 8.73C2 9.8 2 11.2 2 14s0 4.2.545 5.27a5 5 0 0 0 2.185 2.185C5.8 22 7.2 22 10 22h4c2.8 0 4.2 0 5.27-.545a5 5 0 0 0 2.185-2.185C22 18.2 22 16.8 22 14s0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185C18.2 6 16.8 6 14 6h-4c-2.8 0-4.2 0-5.27.545A5 5 0 0 0 2.545 8.73M15.06 12.5a.75.75 0 0 0-1.12-1l-3.011 3.374l-.87-.974a.75.75 0 0 0-1.118 1l1.428 1.6a.75.75 0 0 0 1.119 0z" clipRule="evenodd"/><path d="M12 2c4.713 0 7.07 0 8.535 1.464c.757.758 1.123 1.754 1.3 3.192V10H2.164V6.656c.176-1.438.541-2.434 1.299-3.192C4.928 2 7.285 2 11.999 2" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.545 8.73C2 9.8 2 11.2 2 14s0 4.2.545 5.27a5 5 0 0 0 2.185 2.185C5.8 22 7.2 22 10 22h4c2.8 0 4.2 0 5.27-.545a5 5 0 0 0 2.185-2.185C22 18.2 22 16.8 22 14s0-4.2-.545-5.27a5 5 0 0 0-2.185-2.185C18.2 6 16.8 6 14 6h-4c-2.8 0-4.2 0-5.27.545A5 5 0 0 0 2.545 8.73M15.06 12.5a.75.75 0 0 0-1.12-1l-3.011 3.374l-.87-.974a.75.75 0 0 0-1.118 1l1.428 1.6a.75.75 0 0 0 1.119 0z" clip-rule="evenodd"/><path d="M12 2c4.713 0 7.07 0 8.535 1.464c.757.758 1.123 1.754 1.3 3.192V10H2.164V6.656c.176-1.438.541-2.434 1.299-3.192C4.928 2 7.285 2 11.999 2" opacity=".5"/></g></svg> </template>
CSS
.icon-archive2-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.545%208.73C2%209.8%202%2011.2%202%2014s0%204.2.545%205.27a5%205%200%200%200%202.185%202.185C5.8%2022%207.2%2022%2010%2022h4c2.8%200%204.2%200%205.27-.545a5%205%200%200%200%202.185-2.185C22%2018.2%2022%2016.8%2022%2014s0-4.2-.545-5.27a5%205%200%200%200-2.185-2.185C18.2%206%2016.8%206%2014%206h-4c-2.8%200-4.2%200-5.27.545A5%205%200%200%200%202.545%208.73M15.06%2012.5a.75.75%200%200%200-1.12-1l-3.011%203.374l-.87-.974a.75.75%200%200%200-1.118%201l1.428%201.6a.75.75%200%200%200%201.119%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%202c4.713%200%207.07%200%208.535%201.464c.757.758%201.123%201.754%201.3%203.192V10H2.164V6.656c.176-1.438.541-2.434%201.299-3.192C4.928%202%207.285%202%2011.999%202%22%20opacity%3D%22.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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.545%208.73C2%209.8%202%2011.2%202%2014s0%204.2.545%205.27a5%205%200%200%200%202.185%202.185C5.8%2022%207.2%2022%2010%2022h4c2.8%200%204.2%200%205.27-.545a5%205%200%200%200%202.185-2.185C22%2018.2%2022%2016.8%2022%2014s0-4.2-.545-5.27a5%205%200%200%200-2.185-2.185C18.2%206%2016.8%206%2014%206h-4c-2.8%200-4.2%200-5.27.545A5%205%200%200%200%202.545%208.73M15.06%2012.5a.75.75%200%200%200-1.12-1l-3.011%203.374l-.87-.974a.75.75%200%200%200-1.118%201l1.428%201.6a.75.75%200%200%200%201.119%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%202c4.713%200%207.07%200%208.535%201.464c.757.758%201.123%201.754%201.3%203.192V10H2.164V6.656c.176-1.438.541-2.434%201.299-3.192C4.928%202%207.285%202%2011.999%202%22%20opacity%3D%22.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/reicon/archive2-duotone.svg?color=%231a73e8&size=48