image reflection icon
image-reflection-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- image-reflection-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M4 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-1.341 2.5A3 3 0 0 1 16 17a.5.5 0 0 1-1 0a2 2 0 0 0-2-2a.5.5 0 0 1 0-1h-2.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1H7a.5.5 0 0 1 0 1a2 2 0 0 0-2 2a.5.5 0 0 1-1 0c0-1.043.533-1.963 1.341-2.5A3 3 0 0 1 4 12zm1.984 7.723l3.521-3.52a.7.7 0 0 1 .99 0l3.521 3.52a2 2 0 0 0 .707-.707l-3.52-3.521a1.7 1.7 0 0 0-2.405 0l-3.521 3.521c.172.291.416.535.707.707M13 7a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageReflection20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-1.341 2.5A3 3 0 0 1 16 17a.5.5 0 0 1-1 0a2 2 0 0 0-2-2a.5.5 0 0 1 0-1h-2.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1H7a.5.5 0 0 1 0 1a2 2 0 0 0-2 2a.5.5 0 0 1-1 0c0-1.043.533-1.963 1.341-2.5A3 3 0 0 1 4 12zm1.984 7.723l3.521-3.52a.7.7 0 0 1 .99 0l3.521 3.52a2 2 0 0 0 .707-.707l-3.52-3.521a1.7 1.7 0 0 0-2.405 0l-3.521 3.521c.172.291.416.535.707.707M13 7a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-1.341 2.5A3 3 0 0 1 16 17a.5.5 0 0 1-1 0a2 2 0 0 0-2-2a.5.5 0 0 1 0-1h-2.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1H7a.5.5 0 0 1 0 1a2 2 0 0 0-2 2a.5.5 0 0 1-1 0c0-1.043.533-1.963 1.341-2.5A3 3 0 0 1 4 12zm1.984 7.723l3.521-3.52a.7.7 0 0 1 .99 0l3.521 3.52a2 2 0 0 0 .707-.707l-3.52-3.521a1.7 1.7 0 0 0-2.405 0l-3.521 3.521c.172.291.416.535.707.707M13 7a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg> </template>
CSS
.icon-image-reflection-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206a3%203%200%200%201%203-3h6a3%203%200%200%201%203%203v6a3%203%200%200%201-1.341%202.5A3%203%200%200%201%2016%2017a.5.5%200%200%201-1%200a2%202%200%200%200-2-2a.5.5%200%200%201%200-1h-2.5a.5.5%200%200%201%200%201h-1a.5.5%200%200%201%200-1H7a.5.5%200%200%201%200%201a2%202%200%200%200-2%202a.5.5%200%200%201-1%200c0-1.043.533-1.963%201.341-2.5A3%203%200%200%201%204%2012zm1.984%207.723l3.521-3.52a.7.7%200%200%201%20.99%200l3.521%203.52a2%202%200%200%200%20.707-.707l-3.52-3.521a1.7%201.7%200%200%200-2.405%200l-3.521%203.521c.172.291.416.535.707.707M13%207a1%201%200%201%200-2%200a1%201%200%200%200%202%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206a3%203%200%200%201%203-3h6a3%203%200%200%201%203%203v6a3%203%200%200%201-1.341%202.5A3%203%200%200%201%2016%2017a.5.5%200%200%201-1%200a2%202%200%200%200-2-2a.5.5%200%200%201%200-1h-2.5a.5.5%200%200%201%200%201h-1a.5.5%200%200%201%200-1H7a.5.5%200%200%201%200%201a2%202%200%200%200-2%202a.5.5%200%200%201-1%200c0-1.043.533-1.963%201.341-2.5A3%203%200%200%201%204%2012zm1.984%207.723l3.521-3.52a.7.7%200%200%201%20.99%200l3.521%203.52a2%202%200%200%200%20.707-.707l-3.52-3.521a1.7%201.7%200%200%200-2.405%200l-3.521%203.521c.172.291.416.535.707.707M13%207a1%201%200%201%200-2%200a1%201%200%200%200%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-reflection-20-filled.svg?color=%231a73e8&size=48