image multiple icon
image-multiple from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- image-multiple
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Related icons in Majesticons
Use the image multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 6v12a4 4 0 0 1-4 4H6"/><path fill="currentColor" fill-rule="evenodd" d="M1 3.7A2.7 2.7 0 0 1 3.7 1h12.6A2.7 2.7 0 0 1 19 3.7v5.85q0 .117-.028.225A1 1 0 0 1 19 10v6.3a2.7 2.7 0 0 1-2.7 2.7H3.7A2.7 2.7 0 0 1 1 16.3v-2.7a1 1 0 0 1 .028-.225A1 1 0 0 1 1 13.15zm2.695 8.848a14 14 0 0 0-.895.04V3.7a.9.9 0 0 1 .9-.9h12.6a.9.9 0 0 1 .9.9v5.414c-3.868.125-6.66 1.057-8.623 2.36c.745.265 1.575.64 2.391 1.131c1.26.756 2.54 1.819 3.4 3.225a.9.9 0 1 1-1.535.94c-.663-1.083-1.69-1.96-2.792-2.622c-1.1-.66-2.218-1.073-2.994-1.253a14 14 0 0 0-3.333-.348h-.02zM5.48 5.04a2.4 2.4 0 0 1 1.37-.44c.369 0 .903.103 1.37.44c.513.369.88.977.88 1.81s-.367 1.441-.88 1.81a2.4 2.4 0 0 1-1.37.44c-.369 0-.903-.103-1.37-.44c-.513-.369-.88-.977-.88-1.81s.367-1.441.88-1.81" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsImageMultiple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M22 6v12a4 4 0 0 1-4 4H6"/><path fill="currentColor" fillRule="evenodd" d="M1 3.7A2.7 2.7 0 0 1 3.7 1h12.6A2.7 2.7 0 0 1 19 3.7v5.85q0 .117-.028.225A1 1 0 0 1 19 10v6.3a2.7 2.7 0 0 1-2.7 2.7H3.7A2.7 2.7 0 0 1 1 16.3v-2.7a1 1 0 0 1 .028-.225A1 1 0 0 1 1 13.15zm2.695 8.848a14 14 0 0 0-.895.04V3.7a.9.9 0 0 1 .9-.9h12.6a.9.9 0 0 1 .9.9v5.414c-3.868.125-6.66 1.057-8.623 2.36c.745.265 1.575.64 2.391 1.131c1.26.756 2.54 1.819 3.4 3.225a.9.9 0 1 1-1.535.94c-.663-1.083-1.69-1.96-2.792-2.622c-1.1-.66-2.218-1.073-2.994-1.253a14 14 0 0 0-3.333-.348h-.02zM5.48 5.04a2.4 2.4 0 0 1 1.37-.44c.369 0 .903.103 1.37.44c.513.369.88.977.88 1.81s-.367 1.441-.88 1.81a2.4 2.4 0 0 1-1.37.44c-.369 0-.903-.103-1.37-.44c-.513-.369-.88-.977-.88-1.81s.367-1.441.88-1.81" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M22 6v12a4 4 0 0 1-4 4H6"/><path fill="currentColor" fill-rule="evenodd" d="M1 3.7A2.7 2.7 0 0 1 3.7 1h12.6A2.7 2.7 0 0 1 19 3.7v5.85q0 .117-.028.225A1 1 0 0 1 19 10v6.3a2.7 2.7 0 0 1-2.7 2.7H3.7A2.7 2.7 0 0 1 1 16.3v-2.7a1 1 0 0 1 .028-.225A1 1 0 0 1 1 13.15zm2.695 8.848a14 14 0 0 0-.895.04V3.7a.9.9 0 0 1 .9-.9h12.6a.9.9 0 0 1 .9.9v5.414c-3.868.125-6.66 1.057-8.623 2.36c.745.265 1.575.64 2.391 1.131c1.26.756 2.54 1.819 3.4 3.225a.9.9 0 1 1-1.535.94c-.663-1.083-1.69-1.96-2.792-2.622c-1.1-.66-2.218-1.073-2.994-1.253a14 14 0 0 0-3.333-.348h-.02zM5.48 5.04a2.4 2.4 0 0 1 1.37-.44c.369 0 .903.103 1.37.44c.513.369.88.977.88 1.81s-.367 1.441-.88 1.81a2.4 2.4 0 0 1-1.37.44c-.369 0-.903-.103-1.37-.44c-.513-.369-.88-.977-.88-1.81s.367-1.441.88-1.81" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-image-multiple {
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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%206v12a4%204%200%200%201-4%204H6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%203.7A2.7%202.7%200%200%201%203.7%201h12.6A2.7%202.7%200%200%201%2019%203.7v5.85q0%20.117-.028.225A1%201%200%200%201%2019%2010v6.3a2.7%202.7%200%200%201-2.7%202.7H3.7A2.7%202.7%200%200%201%201%2016.3v-2.7a1%201%200%200%201%20.028-.225A1%201%200%200%201%201%2013.15zm2.695%208.848a14%2014%200%200%200-.895.04V3.7a.9.9%200%200%201%20.9-.9h12.6a.9.9%200%200%201%20.9.9v5.414c-3.868.125-6.66%201.057-8.623%202.36c.745.265%201.575.64%202.391%201.131c1.26.756%202.54%201.819%203.4%203.225a.9.9%200%201%201-1.535.94c-.663-1.083-1.69-1.96-2.792-2.622c-1.1-.66-2.218-1.073-2.994-1.253a14%2014%200%200%200-3.333-.348h-.02zM5.48%205.04a2.4%202.4%200%200%201%201.37-.44c.369%200%20.903.103%201.37.44c.513.369.88.977.88%201.81s-.367%201.441-.88%201.81a2.4%202.4%200%200%201-1.37.44c-.369%200-.903-.103-1.37-.44c-.513-.369-.88-.977-.88-1.81s.367-1.441.88-1.81%22%20clip-rule%3D%22evenodd%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%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%206v12a4%204%200%200%201-4%204H6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%203.7A2.7%202.7%200%200%201%203.7%201h12.6A2.7%202.7%200%200%201%2019%203.7v5.85q0%20.117-.028.225A1%201%200%200%201%2019%2010v6.3a2.7%202.7%200%200%201-2.7%202.7H3.7A2.7%202.7%200%200%201%201%2016.3v-2.7a1%201%200%200%201%20.028-.225A1%201%200%200%201%201%2013.15zm2.695%208.848a14%2014%200%200%200-.895.04V3.7a.9.9%200%200%201%20.9-.9h12.6a.9.9%200%200%201%20.9.9v5.414c-3.868.125-6.66%201.057-8.623%202.36c.745.265%201.575.64%202.391%201.131c1.26.756%202.54%201.819%203.4%203.225a.9.9%200%201%201-1.535.94c-.663-1.083-1.69-1.96-2.792-2.622c-1.1-.66-2.218-1.073-2.994-1.253a14%2014%200%200%200-3.333-.348h-.02zM5.48%205.04a2.4%202.4%200%200%201%201.37-.44c.369%200%20.903.103%201.37.44c.513.369.88.977.88%201.81s-.367%201.441-.88%201.81a2.4%202.4%200%200%201-1.37.44c-.369%200-.903-.103-1.37-.44c-.513-.369-.88-.977-.88-1.81s.367-1.441.88-1.81%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/image-multiple.svg?color=%231a73e8&size=48