image-multiple-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
image-multiple-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the image multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zM7.5 10.75a3.25 3.25 0 0 1 3.25-3.25h21.5a3.25 3.25 0 0 1 3.25 3.25v21.5c0 .456-.094.89-.264 1.285L23.215 22.802a3.25 3.25 0 0 0-4.417.081L7.75 33.505a3.2 3.2 0 0 1-.25-1.255zm2.03 24.513l11-10.577a.75.75 0 0 1 1.02-.02l11.884 10.612a3.2 3.2 0 0 1-1.184.222h-21.5c-.432 0-.843-.084-1.22-.237m5.72 7.237a5.74 5.74 0 0 1-4.747-2.504q.123.004.247.004h21.5A7.75 7.75 0 0 0 40 32.25v-21.5q0-.123-.004-.247A5.74 5.74 0 0 1 42.5 15.25v17c0 5.66-4.59 10.25-10.25 10.25zM30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageMultiple48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zM7.5 10.75a3.25 3.25 0 0 1 3.25-3.25h21.5a3.25 3.25 0 0 1 3.25 3.25v21.5c0 .456-.094.89-.264 1.285L23.215 22.802a3.25 3.25 0 0 0-4.417.081L7.75 33.505a3.2 3.2 0 0 1-.25-1.255zm2.03 24.513l11-10.577a.75.75 0 0 1 1.02-.02l11.884 10.612a3.2 3.2 0 0 1-1.184.222h-21.5c-.432 0-.843-.084-1.22-.237m5.72 7.237a5.74 5.74 0 0 1-4.747-2.504q.123.004.247.004h21.5A7.75 7.75 0 0 0 40 32.25v-21.5q0-.123-.004-.247A5.74 5.74 0 0 1 42.5 15.25v17c0 5.66-4.59 10.25-10.25 10.25zM30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zM7.5 10.75a3.25 3.25 0 0 1 3.25-3.25h21.5a3.25 3.25 0 0 1 3.25 3.25v21.5c0 .456-.094.89-.264 1.285L23.215 22.802a3.25 3.25 0 0 0-4.417.081L7.75 33.505a3.2 3.2 0 0 1-.25-1.255zm2.03 24.513l11-10.577a.75.75 0 0 1 1.02-.02l11.884 10.612a3.2 3.2 0 0 1-1.184.222h-21.5c-.432 0-.843-.084-1.22-.237m5.72 7.237a5.74 5.74 0 0 1-4.747-2.504q.123.004.247.004h21.5A7.75 7.75 0 0 0 40 32.25v-21.5q0-.123-.004-.247A5.74 5.74 0 0 1 42.5 15.25v17c0 5.66-4.59 10.25-10.25 10.25zM30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
</template>

CSS

.icon-image-multiple-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%205A5.75%205.75%200%200%200%205%2010.75v21.5A5.75%205.75%200%200%200%2010.75%2038h21.5A5.75%205.75%200%200%200%2038%2032.25v-21.5A5.75%205.75%200%200%200%2032.25%205zM7.5%2010.75a3.25%203.25%200%200%201%203.25-3.25h21.5a3.25%203.25%200%200%201%203.25%203.25v21.5c0%20.456-.094.89-.264%201.285L23.215%2022.802a3.25%203.25%200%200%200-4.417.081L7.75%2033.505a3.2%203.2%200%200%201-.25-1.255zm2.03%2024.513l11-10.577a.75.75%200%200%201%201.02-.02l11.884%2010.612a3.2%203.2%200%200%201-1.184.222h-21.5c-.432%200-.843-.084-1.22-.237m5.72%207.237a5.74%205.74%200%200%201-4.747-2.504q.123.004.247.004h21.5A7.75%207.75%200%200%200%2040%2032.25v-21.5q0-.123-.004-.247A5.74%205.74%200%200%201%2042.5%2015.25v17c0%205.66-4.59%2010.25-10.25%2010.25zM30%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%205A5.75%205.75%200%200%200%205%2010.75v21.5A5.75%205.75%200%200%200%2010.75%2038h21.5A5.75%205.75%200%200%200%2038%2032.25v-21.5A5.75%205.75%200%200%200%2032.25%205zM7.5%2010.75a3.25%203.25%200%200%201%203.25-3.25h21.5a3.25%203.25%200%200%201%203.25%203.25v21.5c0%20.456-.094.89-.264%201.285L23.215%2022.802a3.25%203.25%200%200%200-4.417.081L7.75%2033.505a3.2%203.2%200%200%201-.25-1.255zm2.03%2024.513l11-10.577a.75.75%200%200%201%201.02-.02l11.884%2010.612a3.2%203.2%200%200%201-1.184.222h-21.5c-.432%200-.843-.084-1.22-.237m5.72%207.237a5.74%205.74%200%200%201-4.747-2.504q.123.004.247.004h21.5A7.75%207.75%200%200%200%2040%2032.25v-21.5q0-.123-.004-.247A5.74%205.74%200%200%201%2042.5%2015.25v17c0%205.66-4.59%2010.25-10.25%2010.25zM30%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-multiple-48-regular.svg?color=%231a73e8&size=48