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

Name
image-multiple-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT
Aliases
image-library-24-filled

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 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h9a3.25 3.25 0 0 1 3.25 3.25v9c0 .646-.189 1.249-.514 1.755l-5.692-5.376a2.25 2.25 0 0 0-3.09 0l-5.69 5.375A3.24 3.24 0 0 1 3 15.25zm10.747 2.746a1.248 1.248 0 1 0 0-2.496a1.248 1.248 0 0 0 0 2.496m-2.483 3.724l5.642 5.327a3.24 3.24 0 0 1-1.656.453h-9a3.24 3.24 0 0 1-1.656-.453l5.64-5.327a.75.75 0 0 1 1.03 0M8.75 21a3.25 3.25 0 0 1-2.74-1.5h9.74a3.75 3.75 0 0 0 3.75-3.75V6.011a3.25 3.25 0 0 1 1.5 2.74v7a5.25 5.25 0 0 1-5.25 5.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageMultiple24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h9a3.25 3.25 0 0 1 3.25 3.25v9c0 .646-.189 1.249-.514 1.755l-5.692-5.376a2.25 2.25 0 0 0-3.09 0l-5.69 5.375A3.24 3.24 0 0 1 3 15.25zm10.747 2.746a1.248 1.248 0 1 0 0-2.496a1.248 1.248 0 0 0 0 2.496m-2.483 3.724l5.642 5.327a3.24 3.24 0 0 1-1.656.453h-9a3.24 3.24 0 0 1-1.656-.453l5.64-5.327a.75.75 0 0 1 1.03 0M8.75 21a3.25 3.25 0 0 1-2.74-1.5h9.74a3.75 3.75 0 0 0 3.75-3.75V6.011a3.25 3.25 0 0 1 1.5 2.74v7a5.25 5.25 0 0 1-5.25 5.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h9a3.25 3.25 0 0 1 3.25 3.25v9c0 .646-.189 1.249-.514 1.755l-5.692-5.376a2.25 2.25 0 0 0-3.09 0l-5.69 5.375A3.24 3.24 0 0 1 3 15.25zm10.747 2.746a1.248 1.248 0 1 0 0-2.496a1.248 1.248 0 0 0 0 2.496m-2.483 3.724l5.642 5.327a3.24 3.24 0 0 1-1.656.453h-9a3.24 3.24 0 0 1-1.656-.453l5.64-5.327a.75.75 0 0 1 1.03 0M8.75 21a3.25 3.25 0 0 1-2.74-1.5h9.74a3.75 3.75 0 0 0 3.75-3.75V6.011a3.25 3.25 0 0 1 1.5 2.74v7a5.25 5.25 0 0 1-5.25 5.25z"/></svg>
</template>

CSS

.icon-image-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206.25A3.25%203.25%200%200%201%206.25%203h9a3.25%203.25%200%200%201%203.25%203.25v9c0%20.646-.189%201.249-.514%201.755l-5.692-5.376a2.25%202.25%200%200%200-3.09%200l-5.69%205.375A3.24%203.24%200%200%201%203%2015.25zm10.747%202.746a1.248%201.248%200%201%200%200-2.496a1.248%201.248%200%200%200%200%202.496m-2.483%203.724l5.642%205.327a3.24%203.24%200%200%201-1.656.453h-9a3.24%203.24%200%200%201-1.656-.453l5.64-5.327a.75.75%200%200%201%201.03%200M8.75%2021a3.25%203.25%200%200%201-2.74-1.5h9.74a3.75%203.75%200%200%200%203.75-3.75V6.011a3.25%203.25%200%200%201%201.5%202.74v7a5.25%205.25%200%200%201-5.25%205.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206.25A3.25%203.25%200%200%201%206.25%203h9a3.25%203.25%200%200%201%203.25%203.25v9c0%20.646-.189%201.249-.514%201.755l-5.692-5.376a2.25%202.25%200%200%200-3.09%200l-5.69%205.375A3.24%203.24%200%200%201%203%2015.25zm10.747%202.746a1.248%201.248%200%201%200%200-2.496a1.248%201.248%200%200%200%200%202.496m-2.483%203.724l5.642%205.327a3.24%203.24%200%200%201-1.656.453h-9a3.24%203.24%200%200%201-1.656-.453l5.64-5.327a.75.75%200%200%201%201.03%200M8.75%2021a3.25%203.25%200%200%201-2.74-1.5h9.74a3.75%203.75%200%200%200%203.75-3.75V6.011a3.25%203.25%200%200%201%201.5%202.74v7a5.25%205.25%200%200%201-5.25%205.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-24-filled.svg?color=%231a73e8&size=48