image shadow icon
image-shadow-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- image-shadow-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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 3v6c0 .648.205 1.248.555 1.738l4.243-4.243a1.7 1.7 0 0 1 2.404 0l4.243 4.243c.35-.49.555-1.09.555-1.738V5a3 3 0 0 0-3-3zm0 12a3 3 0 0 1-1.738-.555l4.243-4.243a.7.7 0 0 1 .99 0l4.243 4.243A2.98 2.98 0 0 1 11 14zm6-8a1 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 FluentImageShadow20Filled(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 3v6c0 .648.205 1.248.555 1.738l4.243-4.243a1.7 1.7 0 0 1 2.404 0l4.243 4.243c.35-.49.555-1.09.555-1.738V5a3 3 0 0 0-3-3zm0 12a3 3 0 0 1-1.738-.555l4.243-4.243a.7.7 0 0 1 .99 0l4.243 4.243A2.98 2.98 0 0 1 11 14zm6-8a1 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 3v6c0 .648.205 1.248.555 1.738l4.243-4.243a1.7 1.7 0 0 1 2.404 0l4.243 4.243c.35-.49.555-1.09.555-1.738V5a3 3 0 0 0-3-3zm0 12a3 3 0 0 1-1.738-.555l4.243-4.243a.7.7 0 0 1 .99 0l4.243 4.243A2.98 2.98 0 0 1 11 14zm6-8a1 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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a3%203%200%200%200-3%203v6c0%20.648.205%201.248.555%201.738l4.243-4.243a1.7%201.7%200%200%201%202.404%200l4.243%204.243c.35-.49.555-1.09.555-1.738V5a3%203%200%200%200-3-3zm0%2012a3%203%200%200%201-1.738-.555l4.243-4.243a.7.7%200%200%201%20.99%200l4.243%204.243A2.98%202.98%200%200%201%2011%2014zm6-8a1%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%203v6c0%20.648.205%201.248.555%201.738l4.243-4.243a1.7%201.7%200%200%201%202.404%200l4.243%204.243c.35-.49.555-1.09.555-1.738V5a3%203%200%200%200-3-3zm0%2012a3%203%200%200%201-1.738-.555l4.243-4.243a.7.7%200%200%201%20.99%200l4.243%204.243A2.98%202.98%200%200%201%2011%2014zm6-8a1%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-filled.svg?color=%231a73e8&size=48