image shadow icon
image-shadow-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- image-shadow-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M13.996 6.748a1.248 1.248 0 1 1-2.496 0a1.248 1.248 0 0 1 2.496 0M2 5.25A3.25 3.25 0 0 1 5.25 2h9a3.25 3.25 0 0 1 3.25 3.25v9a3.25 3.25 0 0 1-3.25 3.25h-9A3.25 3.25 0 0 1 2 14.25zM5.25 3.5A1.75 1.75 0 0 0 3.5 5.25v9c0 .231.045.451.126.653l4.587-4.29a2.25 2.25 0 0 1 3.074 0l4.587 4.29c.081-.201.126-.422.126-.653v-9a1.75 1.75 0 0 0-1.75-1.75zm9.517 12.422l-4.505-4.214a.75.75 0 0 0-1.025 0l-4.504 4.214q.246.076.517.078h9q.271 0 .517-.078M6.499 18.75v-.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 FluentImageShadow24Regular(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="M13.996 6.748a1.248 1.248 0 1 1-2.496 0a1.248 1.248 0 0 1 2.496 0M2 5.25A3.25 3.25 0 0 1 5.25 2h9a3.25 3.25 0 0 1 3.25 3.25v9a3.25 3.25 0 0 1-3.25 3.25h-9A3.25 3.25 0 0 1 2 14.25zM5.25 3.5A1.75 1.75 0 0 0 3.5 5.25v9c0 .231.045.451.126.653l4.587-4.29a2.25 2.25 0 0 1 3.074 0l4.587 4.29c.081-.201.126-.422.126-.653v-9a1.75 1.75 0 0 0-1.75-1.75zm9.517 12.422l-4.505-4.214a.75.75 0 0 0-1.025 0l-4.504 4.214q.246.076.517.078h9q.271 0 .517-.078M6.499 18.75v-.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="M13.996 6.748a1.248 1.248 0 1 1-2.496 0a1.248 1.248 0 0 1 2.496 0M2 5.25A3.25 3.25 0 0 1 5.25 2h9a3.25 3.25 0 0 1 3.25 3.25v9a3.25 3.25 0 0 1-3.25 3.25h-9A3.25 3.25 0 0 1 2 14.25zM5.25 3.5A1.75 1.75 0 0 0 3.5 5.25v9c0 .231.045.451.126.653l4.587-4.29a2.25 2.25 0 0 1 3.074 0l4.587 4.29c.081-.201.126-.422.126-.653v-9a1.75 1.75 0 0 0-1.75-1.75zm9.517 12.422l-4.505-4.214a.75.75 0 0 0-1.025 0l-4.504 4.214q.246.076.517.078h9q.271 0 .517-.078M6.499 18.75v-.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.996%206.748a1.248%201.248%200%201%201-2.496%200a1.248%201.248%200%200%201%202.496%200M2%205.25A3.25%203.25%200%200%201%205.25%202h9a3.25%203.25%200%200%201%203.25%203.25v9a3.25%203.25%200%200%201-3.25%203.25h-9A3.25%203.25%200%200%201%202%2014.25zM5.25%203.5A1.75%201.75%200%200%200%203.5%205.25v9c0%20.231.045.451.126.653l4.587-4.29a2.25%202.25%200%200%201%203.074%200l4.587%204.29c.081-.201.126-.422.126-.653v-9a1.75%201.75%200%200%200-1.75-1.75zm9.517%2012.422l-4.505-4.214a.75.75%200%200%200-1.025%200l-4.504%204.214q.246.076.517.078h9q.271%200%20.517-.078M6.499%2018.75v-.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%22M13.996%206.748a1.248%201.248%200%201%201-2.496%200a1.248%201.248%200%200%201%202.496%200M2%205.25A3.25%203.25%200%200%201%205.25%202h9a3.25%203.25%200%200%201%203.25%203.25v9a3.25%203.25%200%200%201-3.25%203.25h-9A3.25%203.25%200%200%201%202%2014.25zM5.25%203.5A1.75%201.75%200%200%200%203.5%205.25v9c0%20.231.045.451.126.653l4.587-4.29a2.25%202.25%200%200%201%203.074%200l4.587%204.29c.081-.201.126-.422.126-.653v-9a1.75%201.75%200%200%200-1.75-1.75zm9.517%2012.422l-4.505-4.214a.75.75%200%200%200-1.025%200l-4.504%204.214q.246.076.517.078h9q.271%200%20.517-.078M6.499%2018.75v-.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-regular.svg?color=%231a73e8&size=48