image-reflection-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
image-reflection-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

4 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M7 3a3 3 0 0 0-3 3v6c0 1.043.533 1.963 1.341 2.5A3 3 0 0 0 4 17a.5.5 0 0 0 1 0a2 2 0 0 1 2-2a.5.5 0 0 0 0-1c-.37 0-.718-.101-1.016-.277l3.521-3.52a.7.7 0 0 1 .99 0l3.521 3.52A2 2 0 0 1 13 14a.5.5 0 0 0 0 1a2 2 0 0 1 2 2a.5.5 0 0 0 1 0a3 3 0 0 0-1.341-2.5A3 3 0 0 0 16 12V6a3 3 0 0 0-3-3zm1.798 6.495l-3.521 3.521A2 2 0 0 1 5 12V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6c0 .37-.101.718-.277 1.016l-3.52-3.521a1.7 1.7 0 0 0-2.405 0M9.5 14a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zM13 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageReflection20Regular(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="M7 3a3 3 0 0 0-3 3v6c0 1.043.533 1.963 1.341 2.5A3 3 0 0 0 4 17a.5.5 0 0 0 1 0a2 2 0 0 1 2-2a.5.5 0 0 0 0-1c-.37 0-.718-.101-1.016-.277l3.521-3.52a.7.7 0 0 1 .99 0l3.521 3.52A2 2 0 0 1 13 14a.5.5 0 0 0 0 1a2 2 0 0 1 2 2a.5.5 0 0 0 1 0a3 3 0 0 0-1.341-2.5A3 3 0 0 0 16 12V6a3 3 0 0 0-3-3zm1.798 6.495l-3.521 3.521A2 2 0 0 1 5 12V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6c0 .37-.101.718-.277 1.016l-3.52-3.521a1.7 1.7 0 0 0-2.405 0M9.5 14a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zM13 7a1 1 0 1 1-2 0a1 1 0 0 1 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="M7 3a3 3 0 0 0-3 3v6c0 1.043.533 1.963 1.341 2.5A3 3 0 0 0 4 17a.5.5 0 0 0 1 0a2 2 0 0 1 2-2a.5.5 0 0 0 0-1c-.37 0-.718-.101-1.016-.277l3.521-3.52a.7.7 0 0 1 .99 0l3.521 3.52A2 2 0 0 1 13 14a.5.5 0 0 0 0 1a2 2 0 0 1 2 2a.5.5 0 0 0 1 0a3 3 0 0 0-1.341-2.5A3 3 0 0 0 16 12V6a3 3 0 0 0-3-3zm1.798 6.495l-3.521 3.521A2 2 0 0 1 5 12V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6c0 .37-.101.718-.277 1.016l-3.52-3.521a1.7 1.7 0 0 0-2.405 0M9.5 14a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zM13 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-image-reflection-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%203a3%203%200%200%200-3%203v6c0%201.043.533%201.963%201.341%202.5A3%203%200%200%200%204%2017a.5.5%200%200%200%201%200a2%202%200%200%201%202-2a.5.5%200%200%200%200-1c-.37%200-.718-.101-1.016-.277l3.521-3.52a.7.7%200%200%201%20.99%200l3.521%203.52A2%202%200%200%201%2013%2014a.5.5%200%200%200%200%201a2%202%200%200%201%202%202a.5.5%200%200%200%201%200a3%203%200%200%200-1.341-2.5A3%203%200%200%200%2016%2012V6a3%203%200%200%200-3-3zm1.798%206.495l-3.521%203.521A2%202%200%200%201%205%2012V6a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v6c0%20.37-.101.718-.277%201.016l-3.52-3.521a1.7%201.7%200%200%200-2.405%200M9.5%2014a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zM13%207a1%201%200%201%201-2%200a1%201%200%200%201%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%22M7%203a3%203%200%200%200-3%203v6c0%201.043.533%201.963%201.341%202.5A3%203%200%200%200%204%2017a.5.5%200%200%200%201%200a2%202%200%200%201%202-2a.5.5%200%200%200%200-1c-.37%200-.718-.101-1.016-.277l3.521-3.52a.7.7%200%200%201%20.99%200l3.521%203.52A2%202%200%200%201%2013%2014a.5.5%200%200%200%200%201a2%202%200%200%201%202%202a.5.5%200%200%200%201%200a3%203%200%200%200-1.341-2.5A3%203%200%200%200%2016%2012V6a3%203%200%200%200-3-3zm1.798%206.495l-3.521%203.521A2%202%200%200%201%205%2012V6a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v6c0%20.37-.101.718-.277%201.016l-3.52-3.521a1.7%201.7%200%200%200-2.405%200M9.5%2014a.5.5%200%200%200%200%201h1a.5.5%200%200%200%200-1zM13%207a1%201%200%201%201-2%200a1%201%200%200%201%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-regular.svg?color=%231a73e8&size=48