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

Name
image-multiple-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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

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="M7 3a4 4 0 0 0-4 4v14c0 .745.204 1.443.559 2.04l8.834-8.392a2.333 2.333 0 0 1 3.214 0l8.834 8.392A4 4 0 0 0 25 21V7a4 4 0 0 0-4-4zm16.023 21.451l-8.793-8.353a.333.333 0 0 0-.46 0L4.977 24.45A4 4 0 0 0 7 25h14c.738 0 1.43-.2 2.023-.549M20 10.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-9.5 18a4 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 FluentImageMultiple32Filled(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="M7 3a4 4 0 0 0-4 4v14c0 .745.204 1.443.559 2.04l8.834-8.392a2.333 2.333 0 0 1 3.214 0l8.834 8.392A4 4 0 0 0 25 21V7a4 4 0 0 0-4-4zm16.023 21.451l-8.793-8.353a.333.333 0 0 0-.46 0L4.977 24.45A4 4 0 0 0 7 25h14c.738 0 1.43-.2 2.023-.549M20 10.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-9.5 18a4 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="M7 3a4 4 0 0 0-4 4v14c0 .745.204 1.443.559 2.04l8.834-8.392a2.333 2.333 0 0 1 3.214 0l8.834 8.392A4 4 0 0 0 25 21V7a4 4 0 0 0-4-4zm16.023 21.451l-8.793-8.353a.333.333 0 0 0-.46 0L4.977 24.45A4 4 0 0 0 7 25h14c.738 0 1.43-.2 2.023-.549M20 10.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-9.5 18a4 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-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%203a4%204%200%200%200-4%204v14c0%20.745.204%201.443.559%202.04l8.834-8.392a2.333%202.333%200%200%201%203.214%200l8.834%208.392A4%204%200%200%200%2025%2021V7a4%204%200%200%200-4-4zm16.023%2021.451l-8.793-8.353a.333.333%200%200%200-.46%200L4.977%2024.45A4%204%200%200%200%207%2025h14c.738%200%201.43-.2%202.023-.549M20%2010.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-9.5%2018a4%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%22M7%203a4%204%200%200%200-4%204v14c0%20.745.204%201.443.559%202.04l8.834-8.392a2.333%202.333%200%200%201%203.214%200l8.834%208.392A4%204%200%200%200%2025%2021V7a4%204%200%200%200-4-4zm16.023%2021.451l-8.793-8.353a.333.333%200%200%200-.46%200L4.977%2024.45A4%204%200%200%200%207%2025h14c.738%200%201.43-.2%202.023-.549M20%2010.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-9.5%2018a4%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-filled.svg?color=%231a73e8&size=48