image reflection icon
image-reflection-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- image-reflection-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M23 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0M4 6.5A4.5 4.5 0 0 1 8.5 2h15A4.5 4.5 0 0 1 28 6.5v14a4.5 4.5 0 0 1-2.436 4a4.5 4.5 0 0 1 2.436 4v1a.5.5 0 0 1-1 0v-1a3.5 3.5 0 0 0-3.5-3.5h-2a.5.5 0 0 1 0-1h2c.742 0 1.43-.23 1.996-.625l-8.435-8.436a1.5 1.5 0 0 0-2.122 0l-8.435 8.436A3.5 3.5 0 0 0 8.5 24h2a.5.5 0 0 1 0 1h-2A3.5 3.5 0 0 0 5 28.5v1a.5.5 0 0 1-1 0v-1a4.5 4.5 0 0 1 2.436-4A4.5 4.5 0 0 1 4 20.5zm1.772 16.193l8.46-8.46a2.5 2.5 0 0 1 3.536 0l8.46 8.46c.483-.6.772-1.363.772-2.193v-14A3.5 3.5 0 0 0 23.5 3h-15A3.5 3.5 0 0 0 5 6.5v14c0 .83.289 1.593.772 2.193M17.5 24a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageReflection32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0M4 6.5A4.5 4.5 0 0 1 8.5 2h15A4.5 4.5 0 0 1 28 6.5v14a4.5 4.5 0 0 1-2.436 4a4.5 4.5 0 0 1 2.436 4v1a.5.5 0 0 1-1 0v-1a3.5 3.5 0 0 0-3.5-3.5h-2a.5.5 0 0 1 0-1h2c.742 0 1.43-.23 1.996-.625l-8.435-8.436a1.5 1.5 0 0 0-2.122 0l-8.435 8.436A3.5 3.5 0 0 0 8.5 24h2a.5.5 0 0 1 0 1h-2A3.5 3.5 0 0 0 5 28.5v1a.5.5 0 0 1-1 0v-1a4.5 4.5 0 0 1 2.436-4A4.5 4.5 0 0 1 4 20.5zm1.772 16.193l8.46-8.46a2.5 2.5 0 0 1 3.536 0l8.46 8.46c.483-.6.772-1.363.772-2.193v-14A3.5 3.5 0 0 0 23.5 3h-15A3.5 3.5 0 0 0 5 6.5v14c0 .83.289 1.593.772 2.193M17.5 24a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0M4 6.5A4.5 4.5 0 0 1 8.5 2h15A4.5 4.5 0 0 1 28 6.5v14a4.5 4.5 0 0 1-2.436 4a4.5 4.5 0 0 1 2.436 4v1a.5.5 0 0 1-1 0v-1a3.5 3.5 0 0 0-3.5-3.5h-2a.5.5 0 0 1 0-1h2c.742 0 1.43-.23 1.996-.625l-8.435-8.436a1.5 1.5 0 0 0-2.122 0l-8.435 8.436A3.5 3.5 0 0 0 8.5 24h2a.5.5 0 0 1 0 1h-2A3.5 3.5 0 0 0 5 28.5v1a.5.5 0 0 1-1 0v-1a4.5 4.5 0 0 1 2.436-4A4.5 4.5 0 0 1 4 20.5zm1.772 16.193l8.46-8.46a2.5 2.5 0 0 1 3.536 0l8.46 8.46c.483-.6.772-1.363.772-2.193v-14A3.5 3.5 0 0 0 23.5 3h-15A3.5 3.5 0 0 0 5 6.5v14c0 .83.289 1.593.772 2.193M17.5 24a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1z"/></svg> </template>
CSS
.icon-image-reflection-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200M4%206.5A4.5%204.5%200%200%201%208.5%202h15A4.5%204.5%200%200%201%2028%206.5v14a4.5%204.5%200%200%201-2.436%204a4.5%204.5%200%200%201%202.436%204v1a.5.5%200%200%201-1%200v-1a3.5%203.5%200%200%200-3.5-3.5h-2a.5.5%200%200%201%200-1h2c.742%200%201.43-.23%201.996-.625l-8.435-8.436a1.5%201.5%200%200%200-2.122%200l-8.435%208.436A3.5%203.5%200%200%200%208.5%2024h2a.5.5%200%200%201%200%201h-2A3.5%203.5%200%200%200%205%2028.5v1a.5.5%200%200%201-1%200v-1a4.5%204.5%200%200%201%202.436-4A4.5%204.5%200%200%201%204%2020.5zm1.772%2016.193l8.46-8.46a2.5%202.5%200%200%201%203.536%200l8.46%208.46c.483-.6.772-1.363.772-2.193v-14A3.5%203.5%200%200%200%2023.5%203h-15A3.5%203.5%200%200%200%205%206.5v14c0%20.83.289%201.593.772%202.193M17.5%2024a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200M4%206.5A4.5%204.5%200%200%201%208.5%202h15A4.5%204.5%200%200%201%2028%206.5v14a4.5%204.5%200%200%201-2.436%204a4.5%204.5%200%200%201%202.436%204v1a.5.5%200%200%201-1%200v-1a3.5%203.5%200%200%200-3.5-3.5h-2a.5.5%200%200%201%200-1h2c.742%200%201.43-.23%201.996-.625l-8.435-8.436a1.5%201.5%200%200%200-2.122%200l-8.435%208.436A3.5%203.5%200%200%200%208.5%2024h2a.5.5%200%200%201%200%201h-2A3.5%203.5%200%200%200%205%2028.5v1a.5.5%200%200%201-1%200v-1a4.5%204.5%200%200%201%202.436-4A4.5%204.5%200%200%201%204%2020.5zm1.772%2016.193l8.46-8.46a2.5%202.5%200%200%201%203.536%200l8.46%208.46c.483-.6.772-1.363.772-2.193v-14A3.5%203.5%200%200%200%2023.5%203h-15A3.5%203.5%200%200%200%205%206.5v14c0%20.83.289%201.593.772%202.193M17.5%2024a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-reflection-32-light.svg?color=%231a73e8&size=48