archive up icon
archive-up-filled from Reicon by REICON · Filled · Notes · MIT Free for personal and commercial use.
- Name
- archive-up-filled
- Set
- Reicon
- Style
- Filled
- Category
- Notes
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More notes icons from Reicon
Use the archive up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5c0-.943 0-1.414.293-1.707S3.057 3 4 3h16c.943 0 1.414 0 1.707.293S22 4.057 22 5s0 1.414-.293 1.707S20.943 7 20 7H4c-.943 0-1.414 0-1.707-.293S2 5.943 2 5m18.069 3.5l.431-.002V13c0 3.771 0 5.657-1.172 6.828C18.183 20.974 16.355 21 12.75 21v-7.046l1.693 1.88a.75.75 0 1 0 1.114-1.002l-3-3.334a.75.75 0 0 0-1.114 0l-3 3.334a.75.75 0 1 0 1.114 1.003l1.693-1.88V21c-3.605 0-5.433-.026-6.578-1.172C3.5 18.657 3.5 16.771 3.5 13V8.498l.431.002z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconArchiveUpFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5c0-.943 0-1.414.293-1.707S3.057 3 4 3h16c.943 0 1.414 0 1.707.293S22 4.057 22 5s0 1.414-.293 1.707S20.943 7 20 7H4c-.943 0-1.414 0-1.707-.293S2 5.943 2 5m18.069 3.5l.431-.002V13c0 3.771 0 5.657-1.172 6.828C18.183 20.974 16.355 21 12.75 21v-7.046l1.693 1.88a.75.75 0 1 0 1.114-1.002l-3-3.334a.75.75 0 0 0-1.114 0l-3 3.334a.75.75 0 1 0 1.114 1.003l1.693-1.88V21c-3.605 0-5.433-.026-6.578-1.172C3.5 18.657 3.5 16.771 3.5 13V8.498l.431.002z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5c0-.943 0-1.414.293-1.707S3.057 3 4 3h16c.943 0 1.414 0 1.707.293S22 4.057 22 5s0 1.414-.293 1.707S20.943 7 20 7H4c-.943 0-1.414 0-1.707-.293S2 5.943 2 5m18.069 3.5l.431-.002V13c0 3.771 0 5.657-1.172 6.828C18.183 20.974 16.355 21 12.75 21v-7.046l1.693 1.88a.75.75 0 1 0 1.114-1.002l-3-3.334a.75.75 0 0 0-1.114 0l-3 3.334a.75.75 0 1 0 1.114 1.003l1.693-1.88V21c-3.605 0-5.433-.026-6.578-1.172C3.5 18.657 3.5 16.771 3.5 13V8.498l.431.002z"/></svg> </template>
CSS
.icon-archive-up-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205c0-.943%200-1.414.293-1.707S3.057%203%204%203h16c.943%200%201.414%200%201.707.293S22%204.057%2022%205s0%201.414-.293%201.707S20.943%207%2020%207H4c-.943%200-1.414%200-1.707-.293S2%205.943%202%205m18.069%203.5l.431-.002V13c0%203.771%200%205.657-1.172%206.828C18.183%2020.974%2016.355%2021%2012.75%2021v-7.046l1.693%201.88a.75.75%200%201%200%201.114-1.002l-3-3.334a.75.75%200%200%200-1.114%200l-3%203.334a.75.75%200%201%200%201.114%201.003l1.693-1.88V21c-3.605%200-5.433-.026-6.578-1.172C3.5%2018.657%203.5%2016.771%203.5%2013V8.498l.431.002z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%205c0-.943%200-1.414.293-1.707S3.057%203%204%203h16c.943%200%201.414%200%201.707.293S22%204.057%2022%205s0%201.414-.293%201.707S20.943%207%2020%207H4c-.943%200-1.414%200-1.707-.293S2%205.943%202%205m18.069%203.5l.431-.002V13c0%203.771%200%205.657-1.172%206.828C18.183%2020.974%2016.355%2021%2012.75%2021v-7.046l1.693%201.88a.75.75%200%201%200%201.114-1.002l-3-3.334a.75.75%200%200%200-1.114%200l-3%203.334a.75.75%200%201%200%201.114%201.003l1.693-1.88V21c-3.605%200-5.433-.026-6.578-1.172C3.5%2018.657%203.5%2016.771%203.5%2013V8.498l.431.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/archive-up-filled.svg?color=%231a73e8&size=48