image shadow icon
image-shadow-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- image-shadow-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
4 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
Use the image shadow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zM3 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6c0 .37-.101.718-.277 1.016l-3.52-3.521a1.7 1.7 0 0 0-2.405 0l-3.521 3.521A2 2 0 0 1 3 11zm5.495 4.202l3.521 3.521A2 2 0 0 1 11 13H5c-.37 0-.718-.101-1.016-.277l3.521-3.52a.7.7 0 0 1 .99 0M11 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5 9a3 3 0 0 0 3 3h3a6 6 0 0 0 6-6V9a3 3 0 0 0-3-3v5a4 4 0 0 1-4 4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageShadow20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zM3 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6c0 .37-.101.718-.277 1.016l-3.52-3.521a1.7 1.7 0 0 0-2.405 0l-3.521 3.521A2 2 0 0 1 3 11zm5.495 4.202l3.521 3.521A2 2 0 0 1 11 13H5c-.37 0-.718-.101-1.016-.277l3.521-3.52a.7.7 0 0 1 .99 0M11 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5 9a3 3 0 0 0 3 3h3a6 6 0 0 0 6-6V9a3 3 0 0 0-3-3v5a4 4 0 0 1-4 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zM3 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6c0 .37-.101.718-.277 1.016l-3.52-3.521a1.7 1.7 0 0 0-2.405 0l-3.521 3.521A2 2 0 0 1 3 11zm5.495 4.202l3.521 3.521A2 2 0 0 1 11 13H5c-.37 0-.718-.101-1.016-.277l3.521-3.52a.7.7 0 0 1 .99 0M11 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5 9a3 3 0 0 0 3 3h3a6 6 0 0 0 6-6V9a3 3 0 0 0-3-3v5a4 4 0 0 1-4 4z"/></svg> </template>
CSS
.icon-image-shadow-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a3%203%200%200%200-3%203v6a3%203%200%200%200%203%203h6a3%203%200%200%200%203-3V5a3%203%200%200%200-3-3zM3%205a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v6c0%20.37-.101.718-.277%201.016l-3.52-3.521a1.7%201.7%200%200%200-2.405%200l-3.521%203.521A2%202%200%200%201%203%2011zm5.495%204.202l3.521%203.521A2%202%200%200%201%2011%2013H5c-.37%200-.718-.101-1.016-.277l3.521-3.52a.7.7%200%200%201%20.99%200M11%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5%209a3%203%200%200%200%203%203h3a6%206%200%200%200%206-6V9a3%203%200%200%200-3-3v5a4%204%200%200%201-4%204z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a3%203%200%200%200-3%203v6a3%203%200%200%200%203%203h6a3%203%200%200%200%203-3V5a3%203%200%200%200-3-3zM3%205a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v6c0%20.37-.101.718-.277%201.016l-3.52-3.521a1.7%201.7%200%200%200-2.405%200l-3.521%203.521A2%202%200%200%201%203%2011zm5.495%204.202l3.521%203.521A2%202%200%200%201%2011%2013H5c-.37%200-.718-.101-1.016-.277l3.521-3.52a.7.7%200%200%201%20.99%200M11%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5%209a3%203%200%200%200%203%203h3a6%206%200%200%200%206-6V9a3%203%200%200%200-3-3v5a4%204%200%200%201-4%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-shadow-20-regular.svg?color=%231a73e8&size=48