image shadow icon
image-shadow-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- image-shadow-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M5.25 2A3.25 3.25 0 0 0 2 5.25v9c0 .641.186 1.24.506 1.743l5.701-5.37a2.25 2.25 0 0 1 3.086 0l5.7 5.37a3.23 3.23 0 0 0 .507-1.743v-9A3.25 3.25 0 0 0 14.25 2zm7.5 6a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m-7.5 9.5c-.61 0-1.18-.168-1.668-.46l5.654-5.325a.75.75 0 0 1 1.028 0l5.654 5.325a3.24 3.24 0 0 1-1.668.46zm1.249 1.25v-.25H14.5a4 4 0 0 0 4-4v-8h.249a3.25 3.25 0 0 1 3.25 3.25v7c0 2.9-2.35 5.25-5.25 5.25h-7a3.25 3.25 0 0 1-3.25-3.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageShadow24Filled(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="M5.25 2A3.25 3.25 0 0 0 2 5.25v9c0 .641.186 1.24.506 1.743l5.701-5.37a2.25 2.25 0 0 1 3.086 0l5.7 5.37a3.23 3.23 0 0 0 .507-1.743v-9A3.25 3.25 0 0 0 14.25 2zm7.5 6a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m-7.5 9.5c-.61 0-1.18-.168-1.668-.46l5.654-5.325a.75.75 0 0 1 1.028 0l5.654 5.325a3.24 3.24 0 0 1-1.668.46zm1.249 1.25v-.25H14.5a4 4 0 0 0 4-4v-8h.249a3.25 3.25 0 0 1 3.25 3.25v7c0 2.9-2.35 5.25-5.25 5.25h-7a3.25 3.25 0 0 1-3.25-3.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.25 2A3.25 3.25 0 0 0 2 5.25v9c0 .641.186 1.24.506 1.743l5.701-5.37a2.25 2.25 0 0 1 3.086 0l5.7 5.37a3.23 3.23 0 0 0 .507-1.743v-9A3.25 3.25 0 0 0 14.25 2zm7.5 6a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m-7.5 9.5c-.61 0-1.18-.168-1.668-.46l5.654-5.325a.75.75 0 0 1 1.028 0l5.654 5.325a3.24 3.24 0 0 1-1.668.46zm1.249 1.25v-.25H14.5a4 4 0 0 0 4-4v-8h.249a3.25 3.25 0 0 1 3.25 3.25v7c0 2.9-2.35 5.25-5.25 5.25h-7a3.25 3.25 0 0 1-3.25-3.25"/></svg> </template>
CSS
.icon-image-shadow-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%22M5.25%202A3.25%203.25%200%200%200%202%205.25v9c0%20.641.186%201.24.506%201.743l5.701-5.37a2.25%202.25%200%200%201%203.086%200l5.7%205.37a3.23%203.23%200%200%200%20.507-1.743v-9A3.25%203.25%200%200%200%2014.25%202zm7.5%206a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m-7.5%209.5c-.61%200-1.18-.168-1.668-.46l5.654-5.325a.75.75%200%200%201%201.028%200l5.654%205.325a3.24%203.24%200%200%201-1.668.46zm1.249%201.25v-.25H14.5a4%204%200%200%200%204-4v-8h.249a3.25%203.25%200%200%201%203.25%203.25v7c0%202.9-2.35%205.25-5.25%205.25h-7a3.25%203.25%200%200%201-3.25-3.25%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%22M5.25%202A3.25%203.25%200%200%200%202%205.25v9c0%20.641.186%201.24.506%201.743l5.701-5.37a2.25%202.25%200%200%201%203.086%200l5.7%205.37a3.23%203.23%200%200%200%20.507-1.743v-9A3.25%203.25%200%200%200%2014.25%202zm7.5%206a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m-7.5%209.5c-.61%200-1.18-.168-1.668-.46l5.654-5.325a.75.75%200%200%201%201.028%200l5.654%205.325a3.24%203.24%200%200%201-1.668.46zm1.249%201.25v-.25H14.5a4%204%200%200%200%204-4v-8h.249a3.25%203.25%200%200%201%203.25%203.25v7c0%202.9-2.35%205.25-5.25%205.25h-7a3.25%203.25%200%200%201-3.25-3.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-shadow-24-filled.svg?color=%231a73e8&size=48