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

Name
image-multiple-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.5c0 1.142.333 2.206.907 3.101l12.878-12.449a3.25 3.25 0 0 1 4.442-.071l13.847 12.55A5.73 5.73 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zm24.536 32.134l-13.738-12.45a.75.75 0 0 0-1.025.016L7.68 37.113c.888.562 1.94.887 3.069.887h21.5a5.7 5.7 0 0 0 3.036-.866M30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0M15.25 42.5a5.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.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageMultiple48Filled(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.5c0 1.142.333 2.206.907 3.101l12.878-12.449a3.25 3.25 0 0 1 4.442-.071l13.847 12.55A5.73 5.73 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zm24.536 32.134l-13.738-12.45a.75.75 0 0 0-1.025.016L7.68 37.113c.888.562 1.94.887 3.069.887h21.5a5.7 5.7 0 0 0 3.036-.866M30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0M15.25 42.5a5.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.25z"/></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.5c0 1.142.333 2.206.907 3.101l12.878-12.449a3.25 3.25 0 0 1 4.442-.071l13.847 12.55A5.73 5.73 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5zm24.536 32.134l-13.738-12.45a.75.75 0 0 0-1.025.016L7.68 37.113c.888.562 1.94.887 3.069.887h21.5a5.7 5.7 0 0 0 3.036-.866M30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0M15.25 42.5a5.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.25z"/></svg>
</template>

CSS

.icon-image-multiple-48-filled {
  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.5c0%201.142.333%202.206.907%203.101l12.878-12.449a3.25%203.25%200%200%201%204.442-.071l13.847%2012.55A5.73%205.73%200%200%200%2038%2032.25v-21.5A5.75%205.75%200%200%200%2032.25%205zm24.536%2032.134l-13.738-12.45a.75.75%200%200%200-1.025.016L7.68%2037.113c.888.562%201.94.887%203.069.887h21.5a5.7%205.7%200%200%200%203.036-.866M30%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200M15.25%2042.5a5.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.25z%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.5c0%201.142.333%202.206.907%203.101l12.878-12.449a3.25%203.25%200%200%201%204.442-.071l13.847%2012.55A5.73%205.73%200%200%200%2038%2032.25v-21.5A5.75%205.75%200%200%200%2032.25%205zm24.536%2032.134l-13.738-12.45a.75.75%200%200%200-1.025.016L7.68%2037.113c.888.562%201.94.887%203.069.887h21.5a5.7%205.7%200%200%200%203.036-.866M30%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200M15.25%2042.5a5.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.25z%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-filled.svg?color=%231a73e8&size=48