image-shadow-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
image-shadow-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

4 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the image shadow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M6.5 2A4.5 4.5 0 0 0 2 6.5v13A4.5 4.5 0 0 0 6.5 24h13a4.5 4.5 0 0 0 4.5-4.5v-13A4.5 4.5 0 0 0 19.5 2zM3 6.5A3.5 3.5 0 0 1 6.5 3h13A3.5 3.5 0 0 1 23 6.5v13c0 .786-.26 1.512-.697 2.096l-8.1-8.101a1.7 1.7 0 0 0-2.405 0l-8.101 8.101A3.5 3.5 0 0 1 3 19.5zm1.404 15.803l8.101-8.1a.7.7 0 0 1 .99 0l8.101 8.1A3.5 3.5 0 0 1 19.5 23h-13c-.786 0-1.512-.26-2.096-.697M8 25.5a4.5 4.5 0 0 0 4.5 4.5h9a8.5 8.5 0 0 0 8.5-8.5v-9c0-2.485-2.016-4.5-4.5-4.5v11.5a6 6 0 0 1-6 6z"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageShadow32Light(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="M19 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M6.5 2A4.5 4.5 0 0 0 2 6.5v13A4.5 4.5 0 0 0 6.5 24h13a4.5 4.5 0 0 0 4.5-4.5v-13A4.5 4.5 0 0 0 19.5 2zM3 6.5A3.5 3.5 0 0 1 6.5 3h13A3.5 3.5 0 0 1 23 6.5v13c0 .786-.26 1.512-.697 2.096l-8.1-8.101a1.7 1.7 0 0 0-2.405 0l-8.101 8.101A3.5 3.5 0 0 1 3 19.5zm1.404 15.803l8.101-8.1a.7.7 0 0 1 .99 0l8.101 8.1A3.5 3.5 0 0 1 19.5 23h-13c-.786 0-1.512-.26-2.096-.697M8 25.5a4.5 4.5 0 0 0 4.5 4.5h9a8.5 8.5 0 0 0 8.5-8.5v-9c0-2.485-2.016-4.5-4.5-4.5v11.5a6 6 0 0 1-6 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M6.5 2A4.5 4.5 0 0 0 2 6.5v13A4.5 4.5 0 0 0 6.5 24h13a4.5 4.5 0 0 0 4.5-4.5v-13A4.5 4.5 0 0 0 19.5 2zM3 6.5A3.5 3.5 0 0 1 6.5 3h13A3.5 3.5 0 0 1 23 6.5v13c0 .786-.26 1.512-.697 2.096l-8.1-8.101a1.7 1.7 0 0 0-2.405 0l-8.101 8.101A3.5 3.5 0 0 1 3 19.5zm1.404 15.803l8.101-8.1a.7.7 0 0 1 .99 0l8.101 8.1A3.5 3.5 0 0 1 19.5 23h-13c-.786 0-1.512-.26-2.096-.697M8 25.5a4.5 4.5 0 0 0 4.5 4.5h9a8.5 8.5 0 0 0 8.5-8.5v-9c0-2.485-2.016-4.5-4.5-4.5v11.5a6 6 0 0 1-6 6z"/></svg>
</template>

CSS

.icon-image-shadow-32-light {
  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%22M19%208.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M6.5%202A4.5%204.5%200%200%200%202%206.5v13A4.5%204.5%200%200%200%206.5%2024h13a4.5%204.5%200%200%200%204.5-4.5v-13A4.5%204.5%200%200%200%2019.5%202zM3%206.5A3.5%203.5%200%200%201%206.5%203h13A3.5%203.5%200%200%201%2023%206.5v13c0%20.786-.26%201.512-.697%202.096l-8.1-8.101a1.7%201.7%200%200%200-2.405%200l-8.101%208.101A3.5%203.5%200%200%201%203%2019.5zm1.404%2015.803l8.101-8.1a.7.7%200%200%201%20.99%200l8.101%208.1A3.5%203.5%200%200%201%2019.5%2023h-13c-.786%200-1.512-.26-2.096-.697M8%2025.5a4.5%204.5%200%200%200%204.5%204.5h9a8.5%208.5%200%200%200%208.5-8.5v-9c0-2.485-2.016-4.5-4.5-4.5v11.5a6%206%200%200%201-6%206z%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%22M19%208.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M6.5%202A4.5%204.5%200%200%200%202%206.5v13A4.5%204.5%200%200%200%206.5%2024h13a4.5%204.5%200%200%200%204.5-4.5v-13A4.5%204.5%200%200%200%2019.5%202zM3%206.5A3.5%203.5%200%200%201%206.5%203h13A3.5%203.5%200%200%201%2023%206.5v13c0%20.786-.26%201.512-.697%202.096l-8.1-8.101a1.7%201.7%200%200%200-2.405%200l-8.101%208.101A3.5%203.5%200%200%201%203%2019.5zm1.404%2015.803l8.101-8.1a.7.7%200%200%201%20.99%200l8.101%208.1A3.5%203.5%200%200%201%2019.5%2023h-13c-.786%200-1.512-.26-2.096-.697M8%2025.5a4.5%204.5%200%200%200%204.5%204.5h9a8.5%208.5%200%200%200%208.5-8.5v-9c0-2.485-2.016-4.5-4.5-4.5v11.5a6%206%200%200%201-6%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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