archive eye icon
archive-eye from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- archive-eye
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- archive-view, box-eye, box-view
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the archive eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 7H3V3h18zM9.14 19.75c.18.44.4.86.64 1.25H4V8h16v5.55c-.94-.36-1.95-.55-3-.55c-3.5 0-6.57 2.06-7.86 5.25l-.29.75zM9 13h6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm8 5c-.56 0-1 .44-1 1s.44 1 1 1s1-.44 1-1s-.44-1-1-1m6 1c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4s5.06 1.66 6 4m-3.5 0a2.5 2.5 0 0 0-5 0a2.5 2.5 0 0 0 5 0"/></svg>
React
import type { SVGProps } from "react";
export function MdiArchiveEye(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="M21 7H3V3h18zM9.14 19.75c.18.44.4.86.64 1.25H4V8h16v5.55c-.94-.36-1.95-.55-3-.55c-3.5 0-6.57 2.06-7.86 5.25l-.29.75zM9 13h6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm8 5c-.56 0-1 .44-1 1s.44 1 1 1s1-.44 1-1s-.44-1-1-1m6 1c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4s5.06 1.66 6 4m-3.5 0a2.5 2.5 0 0 0-5 0a2.5 2.5 0 0 0 5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 7H3V3h18zM9.14 19.75c.18.44.4.86.64 1.25H4V8h16v5.55c-.94-.36-1.95-.55-3-.55c-3.5 0-6.57 2.06-7.86 5.25l-.29.75zM9 13h6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5zm8 5c-.56 0-1 .44-1 1s.44 1 1 1s1-.44 1-1s-.44-1-1-1m6 1c-.94 2.34-3.27 4-6 4s-5.06-1.66-6-4c.94-2.34 3.27-4 6-4s5.06 1.66 6 4m-3.5 0a2.5 2.5 0 0 0-5 0a2.5 2.5 0 0 0 5 0"/></svg> </template>
CSS
.icon-archive-eye {
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%22M21%207H3V3h18zM9.14%2019.75c.18.44.4.86.64%201.25H4V8h16v5.55c-.94-.36-1.95-.55-3-.55c-3.5%200-6.57%202.06-7.86%205.25l-.29.75zM9%2013h6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28%200-.5.22-.5.5zm8%205c-.56%200-1%20.44-1%201s.44%201%201%201s1-.44%201-1s-.44-1-1-1m6%201c-.94%202.34-3.27%204-6%204s-5.06-1.66-6-4c.94-2.34%203.27-4%206-4s5.06%201.66%206%204m-3.5%200a2.5%202.5%200%200%200-5%200a2.5%202.5%200%200%200%205%200%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%22M21%207H3V3h18zM9.14%2019.75c.18.44.4.86.64%201.25H4V8h16v5.55c-.94-.36-1.95-.55-3-.55c-3.5%200-6.57%202.06-7.86%205.25l-.29.75zM9%2013h6v-1.5c0-.28-.22-.5-.5-.5h-5c-.28%200-.5.22-.5.5zm8%205c-.56%200-1%20.44-1%201s.44%201%201%201s1-.44%201-1s-.44-1-1-1m6%201c-.94%202.34-3.27%204-6%204s-5.06-1.66-6-4c.94-2.34%203.27-4%206-4s5.06%201.66%206%204m-3.5%200a2.5%202.5%200%200%200-5%200a2.5%202.5%200%200%200%205%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/archive-eye.svg?color=%231a73e8&size=48