archive 2 icon
archive-2-filled from Reicon by REICON · Filled · Notes · MIT Free for personal and commercial use.
- Name
- archive-2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Notes
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More notes icons from Reicon
Use the archive 2 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="M20.535 3.464C19.07 2 16.713 2 11.999 2S4.93 2 3.464 3.464c-.758.758-1.123 1.754-1.3 3.192a6.5 6.5 0 0 1 1.884-1.448c.782-.398 1.619-.56 2.545-.635C7.488 4.5 8.59 4.5 9.936 4.5h4.126c1.347 0 2.448 0 3.343.073c.927.076 1.764.237 2.545.635a6.5 6.5 0 0 1 1.884 1.448c-.176-1.438-.542-2.434-1.3-3.192"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconArchive2Filled(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="M20.535 3.464C19.07 2 16.713 2 11.999 2S4.93 2 3.464 3.464c-.758.758-1.123 1.754-1.3 3.192a6.5 6.5 0 0 1 1.884-1.448c.782-.398 1.619-.56 2.545-.635C7.488 4.5 8.59 4.5 9.936 4.5h4.126c1.347 0 2.448 0 3.343.073c.927.076 1.764.237 2.545.635a6.5 6.5 0 0 1 1.884 1.448c-.176-1.438-.542-2.434-1.3-3.192"/></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="M20.535 3.464C19.07 2 16.713 2 11.999 2S4.93 2 3.464 3.464c-.758.758-1.123 1.754-1.3 3.192a6.5 6.5 0 0 1 1.884-1.448c.782-.398 1.619-.56 2.545-.635C7.488 4.5 8.59 4.5 9.936 4.5h4.126c1.347 0 2.448 0 3.343.073c.927.076 1.764.237 2.545.635a6.5 6.5 0 0 1 1.884 1.448c-.176-1.438-.542-2.434-1.3-3.192"/></g></svg> </template>
CSS
.icon-archive-2-filled {
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%22M20.535%203.464C19.07%202%2016.713%202%2011.999%202S4.93%202%203.464%203.464c-.758.758-1.123%201.754-1.3%203.192a6.5%206.5%200%200%201%201.884-1.448c.782-.398%201.619-.56%202.545-.635C7.488%204.5%208.59%204.5%209.936%204.5h4.126c1.347%200%202.448%200%203.343.073c.927.076%201.764.237%202.545.635a6.5%206.5%200%200%201%201.884%201.448c-.176-1.438-.542-2.434-1.3-3.192%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%22M20.535%203.464C19.07%202%2016.713%202%2011.999%202S4.93%202%203.464%203.464c-.758.758-1.123%201.754-1.3%203.192a6.5%206.5%200%200%201%201.884-1.448c.782-.398%201.619-.56%202.545-.635C7.488%204.5%208.59%204.5%209.936%204.5h4.126c1.347%200%202.448%200%203.343.073c.927.076%201.764.237%202.545.635a6.5%206.5%200%200%201%201.884%201.448c-.176-1.438-.542-2.434-1.3-3.192%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/archive-2-filled.svg?color=%231a73e8&size=48