archive check icon
archive-check-duotone from Reicon by REICON · Duotone · Notes · MIT Free for personal and commercial use.
- Name
- archive-check-duotone
- Set
- Reicon
- Style
- Duotone
- 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 check 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="M11.5 21h1c3.771 0 5.657 0 6.828-1.172S20.5 16.771 20.5 13V6.998C20.355 7 20.15 7 20 7H4c-.15 0-.355 0-.5-.002V13c0 3.771 0 5.657 1.172 6.828S7.729 21 11.5 21m3.56-9.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="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 5" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconArchiveCheckDuotone(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="M11.5 21h1c3.771 0 5.657 0 6.828-1.172S20.5 16.771 20.5 13V6.998C20.355 7 20.15 7 20 7H4c-.15 0-.355 0-.5-.002V13c0 3.771 0 5.657 1.172 6.828S7.729 21 11.5 21m3.56-9.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="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 5" 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="M11.5 21h1c3.771 0 5.657 0 6.828-1.172S20.5 16.771 20.5 13V6.998C20.355 7 20.15 7 20 7H4c-.15 0-.355 0-.5-.002V13c0 3.771 0 5.657 1.172 6.828S7.729 21 11.5 21m3.56-9.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="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 5" opacity=".5"/></g></svg> </template>
CSS
.icon-archive-check-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%22M11.5%2021h1c3.771%200%205.657%200%206.828-1.172S20.5%2016.771%2020.5%2013V6.998C20.355%207%2020.15%207%2020%207H4c-.15%200-.355%200-.5-.002V13c0%203.771%200%205.657%201.172%206.828S7.729%2021%2011.5%2021m3.56-9.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%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%205%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%22M11.5%2021h1c3.771%200%205.657%200%206.828-1.172S20.5%2016.771%2020.5%2013V6.998C20.355%207%2020.15%207%2020%207H4c-.15%200-.355%200-.5-.002V13c0%203.771%200%205.657%201.172%206.828S7.729%2021%2011.5%2021m3.56-9.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%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%205%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/archive-check-duotone.svg?color=%231a73e8&size=48