image multiple icon
image-multiple-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- image-multiple-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
Use the image multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4zm4-2a2 2 0 0 0-2 2v14a2 2 0 0 0 .077.552l7.32-6.914c.9-.85 2.306-.85 3.205 0l7.32 6.914A2 2 0 0 0 23 21V7a2 2 0 0 0-2-2zm0 18h14q.25 0 .482-.058l-7.253-6.85a.333.333 0 0 0-.458 0l-7.253 6.85q.233.057.482.058m11.5-11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-8 16.5a4 4 0 0 1-3.465-2H21a5.5 5.5 0 0 0 5.5-5.5V7.035c1.196.692 2 1.984 2 3.465V21a7.5 7.5 0 0 1-7.5 7.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageMultiple32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4zm4-2a2 2 0 0 0-2 2v14a2 2 0 0 0 .077.552l7.32-6.914c.9-.85 2.306-.85 3.205 0l7.32 6.914A2 2 0 0 0 23 21V7a2 2 0 0 0-2-2zm0 18h14q.25 0 .482-.058l-7.253-6.85a.333.333 0 0 0-.458 0l-7.253 6.85q.233.057.482.058m11.5-11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-8 16.5a4 4 0 0 1-3.465-2H21a5.5 5.5 0 0 0 5.5-5.5V7.035c1.196.692 2 1.984 2 3.465V21a7.5 7.5 0 0 1-7.5 7.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4zm4-2a2 2 0 0 0-2 2v14a2 2 0 0 0 .077.552l7.32-6.914c.9-.85 2.306-.85 3.205 0l7.32 6.914A2 2 0 0 0 23 21V7a2 2 0 0 0-2-2zm0 18h14q.25 0 .482-.058l-7.253-6.85a.333.333 0 0 0-.458 0l-7.253 6.85q.233.057.482.058m11.5-11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-8 16.5a4 4 0 0 1-3.465-2H21a5.5 5.5 0 0 0 5.5-5.5V7.035c1.196.692 2 1.984 2 3.465V21a7.5 7.5 0 0 1-7.5 7.5z"/></svg> </template>
CSS
.icon-image-multiple-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207a4%204%200%200%201%204-4h14a4%204%200%200%201%204%204v14a4%204%200%200%201-4%204H7a4%204%200%200%201-4-4zm4-2a2%202%200%200%200-2%202v14a2%202%200%200%200%20.077.552l7.32-6.914c.9-.85%202.306-.85%203.205%200l7.32%206.914A2%202%200%200%200%2023%2021V7a2%202%200%200%200-2-2zm0%2018h14q.25%200%20.482-.058l-7.253-6.85a.333.333%200%200%200-.458%200l-7.253%206.85q.233.057.482.058m11.5-11a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-8%2016.5a4%204%200%200%201-3.465-2H21a5.5%205.5%200%200%200%205.5-5.5V7.035c1.196.692%202%201.984%202%203.465V21a7.5%207.5%200%200%201-7.5%207.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207a4%204%200%200%201%204-4h14a4%204%200%200%201%204%204v14a4%204%200%200%201-4%204H7a4%204%200%200%201-4-4zm4-2a2%202%200%200%200-2%202v14a2%202%200%200%200%20.077.552l7.32-6.914c.9-.85%202.306-.85%203.205%200l7.32%206.914A2%202%200%200%200%2023%2021V7a2%202%200%200%200-2-2zm0%2018h14q.25%200%20.482-.058l-7.253-6.85a.333.333%200%200%200-.458%200l-7.253%206.85q.233.057.482.058m11.5-11a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-8%2016.5a4%204%200%200%201-3.465-2H21a5.5%205.5%200%200%200%205.5-5.5V7.035c1.196.692%202%201.984%202%203.465V21a7.5%207.5%200%200%201-7.5%207.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-multiple-32-regular.svg?color=%231a73e8&size=48