image reflection icon
image-reflection-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- image-reflection-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-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="M16.25 7.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m.667 9.242a2 2 0 0 1-.167.008h-1a.75.75 0 0 0 0 1.5h1c.966 0 1.75.784 1.75 1.75V21a.75.75 0 0 0 1.5 0v-.75a3.24 3.24 0 0 0-1.173-2.5A3.24 3.24 0 0 0 20 15.25v-9A3.25 3.25 0 0 0 16.75 3h-9.5A3.25 3.25 0 0 0 4 6.25v9c0 1.005.456 1.904 1.173 2.5A3.24 3.24 0 0 0 4 20.25V21a.75.75 0 0 0 1.5 0v-.75c0-.966.784-1.75 1.75-1.75h1a.75.75 0 0 0 0-1.5h-1q-.086 0-.168-.008l4.394-4.284a.75.75 0 0 1 1.047 0zM7.25 4.5h9.5c.966 0 1.75.784 1.75 1.75v9c0 .342-.098.66-.267.93l-4.663-4.546a2.25 2.25 0 0 0-3.14 0l-4.663 4.545a1.74 1.74 0 0 1-.267-.929v-9c0-.966.784-1.75 1.75-1.75m4 12.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageReflection24Regular(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="M16.25 7.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m.667 9.242a2 2 0 0 1-.167.008h-1a.75.75 0 0 0 0 1.5h1c.966 0 1.75.784 1.75 1.75V21a.75.75 0 0 0 1.5 0v-.75a3.24 3.24 0 0 0-1.173-2.5A3.24 3.24 0 0 0 20 15.25v-9A3.25 3.25 0 0 0 16.75 3h-9.5A3.25 3.25 0 0 0 4 6.25v9c0 1.005.456 1.904 1.173 2.5A3.24 3.24 0 0 0 4 20.25V21a.75.75 0 0 0 1.5 0v-.75c0-.966.784-1.75 1.75-1.75h1a.75.75 0 0 0 0-1.5h-1q-.086 0-.168-.008l4.394-4.284a.75.75 0 0 1 1.047 0zM7.25 4.5h9.5c.966 0 1.75.784 1.75 1.75v9c0 .342-.098.66-.267.93l-4.663-4.546a2.25 2.25 0 0 0-3.14 0l-4.663 4.545a1.74 1.74 0 0 1-.267-.929v-9c0-.966.784-1.75 1.75-1.75m4 12.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.25 7.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m.667 9.242a2 2 0 0 1-.167.008h-1a.75.75 0 0 0 0 1.5h1c.966 0 1.75.784 1.75 1.75V21a.75.75 0 0 0 1.5 0v-.75a3.24 3.24 0 0 0-1.173-2.5A3.24 3.24 0 0 0 20 15.25v-9A3.25 3.25 0 0 0 16.75 3h-9.5A3.25 3.25 0 0 0 4 6.25v9c0 1.005.456 1.904 1.173 2.5A3.24 3.24 0 0 0 4 20.25V21a.75.75 0 0 0 1.5 0v-.75c0-.966.784-1.75 1.75-1.75h1a.75.75 0 0 0 0-1.5h-1q-.086 0-.168-.008l4.394-4.284a.75.75 0 0 1 1.047 0zM7.25 4.5h9.5c.966 0 1.75.784 1.75 1.75v9c0 .342-.098.66-.267.93l-4.663-4.546a2.25 2.25 0 0 0-3.14 0l-4.663 4.545a1.74 1.74 0 0 1-.267-.929v-9c0-.966.784-1.75 1.75-1.75m4 12.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-image-reflection-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%22M16.25%207.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m.667%209.242a2%202%200%200%201-.167.008h-1a.75.75%200%200%200%200%201.5h1c.966%200%201.75.784%201.75%201.75V21a.75.75%200%200%200%201.5%200v-.75a3.24%203.24%200%200%200-1.173-2.5A3.24%203.24%200%200%200%2020%2015.25v-9A3.25%203.25%200%200%200%2016.75%203h-9.5A3.25%203.25%200%200%200%204%206.25v9c0%201.005.456%201.904%201.173%202.5A3.24%203.24%200%200%200%204%2020.25V21a.75.75%200%200%200%201.5%200v-.75c0-.966.784-1.75%201.75-1.75h1a.75.75%200%200%200%200-1.5h-1q-.086%200-.168-.008l4.394-4.284a.75.75%200%200%201%201.047%200zM7.25%204.5h9.5c.966%200%201.75.784%201.75%201.75v9c0%20.342-.098.66-.267.93l-4.663-4.546a2.25%202.25%200%200%200-3.14%200l-4.663%204.545a1.74%201.74%200%200%201-.267-.929v-9c0-.966.784-1.75%201.75-1.75m4%2012.5a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5z%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%22M16.25%207.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m.667%209.242a2%202%200%200%201-.167.008h-1a.75.75%200%200%200%200%201.5h1c.966%200%201.75.784%201.75%201.75V21a.75.75%200%200%200%201.5%200v-.75a3.24%203.24%200%200%200-1.173-2.5A3.24%203.24%200%200%200%2020%2015.25v-9A3.25%203.25%200%200%200%2016.75%203h-9.5A3.25%203.25%200%200%200%204%206.25v9c0%201.005.456%201.904%201.173%202.5A3.24%203.24%200%200%200%204%2020.25V21a.75.75%200%200%200%201.5%200v-.75c0-.966.784-1.75%201.75-1.75h1a.75.75%200%200%200%200-1.5h-1q-.086%200-.168-.008l4.394-4.284a.75.75%200%200%201%201.047%200zM7.25%204.5h9.5c.966%200%201.75.784%201.75%201.75v9c0%20.342-.098.66-.267.93l-4.663-4.546a2.25%202.25%200%200%200-3.14%200l-4.663%204.545a1.74%201.74%200%200%201-.267-.929v-9c0-.966.784-1.75%201.75-1.75m4%2012.5a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5z%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-regular.svg?color=%231a73e8&size=48