image reflection icon
image-reflection-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- image-reflection-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-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
Use the image reflection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6.25A3.25 3.25 0 0 1 7.25 3h9.5A3.25 3.25 0 0 1 20 6.25v9a3.24 3.24 0 0 1-1.173 2.5A3.24 3.24 0 0 1 20 20.25V21a.75.75 0 0 1-1.5 0v-.75a1.75 1.75 0 0 0-1.75-1.75h-1a.75.75 0 0 1-.707-1h-1.586a.75.75 0 0 1-.707 1h-1.5a.75.75 0 0 1-.707-1H8.957a.75.75 0 0 1-.707 1h-1a1.75 1.75 0 0 0-1.75 1.75V21A.75.75 0 0 1 4 21v-.75c0-1.005.456-1.904 1.173-2.5A3.24 3.24 0 0 1 4 15.25zm1.781 9.952c.29.445.775.75 1.334.793l4.364-4.282a.75.75 0 0 1 1.048-.001l4.39 4.28a1.75 1.75 0 0 0 1.316-.812l-4.658-4.542a2.25 2.25 0 0 0-3.147.005zM15 9a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 15 9"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageReflection24Filled(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="M4 6.25A3.25 3.25 0 0 1 7.25 3h9.5A3.25 3.25 0 0 1 20 6.25v9a3.24 3.24 0 0 1-1.173 2.5A3.24 3.24 0 0 1 20 20.25V21a.75.75 0 0 1-1.5 0v-.75a1.75 1.75 0 0 0-1.75-1.75h-1a.75.75 0 0 1-.707-1h-1.586a.75.75 0 0 1-.707 1h-1.5a.75.75 0 0 1-.707-1H8.957a.75.75 0 0 1-.707 1h-1a1.75 1.75 0 0 0-1.75 1.75V21A.75.75 0 0 1 4 21v-.75c0-1.005.456-1.904 1.173-2.5A3.24 3.24 0 0 1 4 15.25zm1.781 9.952c.29.445.775.75 1.334.793l4.364-4.282a.75.75 0 0 1 1.048-.001l4.39 4.28a1.75 1.75 0 0 0 1.316-.812l-4.658-4.542a2.25 2.25 0 0 0-3.147.005zM15 9a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 15 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6.25A3.25 3.25 0 0 1 7.25 3h9.5A3.25 3.25 0 0 1 20 6.25v9a3.24 3.24 0 0 1-1.173 2.5A3.24 3.24 0 0 1 20 20.25V21a.75.75 0 0 1-1.5 0v-.75a1.75 1.75 0 0 0-1.75-1.75h-1a.75.75 0 0 1-.707-1h-1.586a.75.75 0 0 1-.707 1h-1.5a.75.75 0 0 1-.707-1H8.957a.75.75 0 0 1-.707 1h-1a1.75 1.75 0 0 0-1.75 1.75V21A.75.75 0 0 1 4 21v-.75c0-1.005.456-1.904 1.173-2.5A3.24 3.24 0 0 1 4 15.25zm1.781 9.952c.29.445.775.75 1.334.793l4.364-4.282a.75.75 0 0 1 1.048-.001l4.39 4.28a1.75 1.75 0 0 0 1.316-.812l-4.658-4.542a2.25 2.25 0 0 0-3.147.005zM15 9a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 15 9"/></svg> </template>
CSS
.icon-image-reflection-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%22M4%206.25A3.25%203.25%200%200%201%207.25%203h9.5A3.25%203.25%200%200%201%2020%206.25v9a3.24%203.24%200%200%201-1.173%202.5A3.24%203.24%200%200%201%2020%2020.25V21a.75.75%200%200%201-1.5%200v-.75a1.75%201.75%200%200%200-1.75-1.75h-1a.75.75%200%200%201-.707-1h-1.586a.75.75%200%200%201-.707%201h-1.5a.75.75%200%200%201-.707-1H8.957a.75.75%200%200%201-.707%201h-1a1.75%201.75%200%200%200-1.75%201.75V21A.75.75%200%200%201%204%2021v-.75c0-1.005.456-1.904%201.173-2.5A3.24%203.24%200%200%201%204%2015.25zm1.781%209.952c.29.445.775.75%201.334.793l4.364-4.282a.75.75%200%200%201%201.048-.001l4.39%204.28a1.75%201.75%200%200%200%201.316-.812l-4.658-4.542a2.25%202.25%200%200%200-3.147.005zM15%209a1.25%201.25%200%201%200%200-2.5A1.25%201.25%200%200%200%2015%209%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%22M4%206.25A3.25%203.25%200%200%201%207.25%203h9.5A3.25%203.25%200%200%201%2020%206.25v9a3.24%203.24%200%200%201-1.173%202.5A3.24%203.24%200%200%201%2020%2020.25V21a.75.75%200%200%201-1.5%200v-.75a1.75%201.75%200%200%200-1.75-1.75h-1a.75.75%200%200%201-.707-1h-1.586a.75.75%200%200%201-.707%201h-1.5a.75.75%200%200%201-.707-1H8.957a.75.75%200%200%201-.707%201h-1a1.75%201.75%200%200%200-1.75%201.75V21A.75.75%200%200%201%204%2021v-.75c0-1.005.456-1.904%201.173-2.5A3.24%203.24%200%200%201%204%2015.25zm1.781%209.952c.29.445.775.75%201.334.793l4.364-4.282a.75.75%200%200%201%201.048-.001l4.39%204.28a1.75%201.75%200%200%200%201.316-.812l-4.658-4.542a2.25%202.25%200%200%200-3.147.005zM15%209a1.25%201.25%200%201%200%200-2.5A1.25%201.25%200%200%200%2015%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-reflection-24-filled.svg?color=%231a73e8&size=48