mirror2 icon
mirror2-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- mirror2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the mirror2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.636 22h12.728A3.636 3.636 0 0 0 22 18.364C22 17.61 21.39 17 20.636 17h-3.808a2 2 0 0 0-1.414.586l-.828.828a2 2 0 0 1-1.414.586h-2.344a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 7.172 17H3.364C2.61 17 2 17.61 2 18.364A3.636 3.636 0 0 0 5.636 22"/><path d="M19.485 17a9 9 0 1 0-14.969 0h2.656a2 2 0 0 1 1.414.586l.828.828a2 2 0 0 0 1.414.586h2.344a2 2 0 0 0 1.414-.586l.828-.828A2 2 0 0 1 16.828 17z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMirror2Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.636 22h12.728A3.636 3.636 0 0 0 22 18.364C22 17.61 21.39 17 20.636 17h-3.808a2 2 0 0 0-1.414.586l-.828.828a2 2 0 0 1-1.414.586h-2.344a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 7.172 17H3.364C2.61 17 2 17.61 2 18.364A3.636 3.636 0 0 0 5.636 22"/><path d="M19.485 17a9 9 0 1 0-14.969 0h2.656a2 2 0 0 1 1.414.586l.828.828a2 2 0 0 0 1.414.586h2.344a2 2 0 0 0 1.414-.586l.828-.828A2 2 0 0 1 16.828 17z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.636 22h12.728A3.636 3.636 0 0 0 22 18.364C22 17.61 21.39 17 20.636 17h-3.808a2 2 0 0 0-1.414.586l-.828.828a2 2 0 0 1-1.414.586h-2.344a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 7.172 17H3.364C2.61 17 2 17.61 2 18.364A3.636 3.636 0 0 0 5.636 22"/><path d="M19.485 17a9 9 0 1 0-14.969 0h2.656a2 2 0 0 1 1.414.586l.828.828a2 2 0 0 0 1.414.586h2.344a2 2 0 0 0 1.414-.586l.828-.828A2 2 0 0 1 16.828 17z" opacity=".5"/></g></svg> </template>
CSS
.icon-mirror2-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.636%2022h12.728A3.636%203.636%200%200%200%2022%2018.364C22%2017.61%2021.39%2017%2020.636%2017h-3.808a2%202%200%200%200-1.414.586l-.828.828a2%202%200%200%201-1.414.586h-2.344a2%202%200%200%201-1.414-.586l-.828-.828A2%202%200%200%200%207.172%2017H3.364C2.61%2017%202%2017.61%202%2018.364A3.636%203.636%200%200%200%205.636%2022%22%2F%3E%3Cpath%20d%3D%22M19.485%2017a9%209%200%201%200-14.969%200h2.656a2%202%200%200%201%201.414.586l.828.828a2%202%200%200%200%201.414.586h2.344a2%202%200%200%200%201.414-.586l.828-.828A2%202%200%200%201%2016.828%2017z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.636%2022h12.728A3.636%203.636%200%200%200%2022%2018.364C22%2017.61%2021.39%2017%2020.636%2017h-3.808a2%202%200%200%200-1.414.586l-.828.828a2%202%200%200%201-1.414.586h-2.344a2%202%200%200%201-1.414-.586l-.828-.828A2%202%200%200%200%207.172%2017H3.364C2.61%2017%202%2017.61%202%2018.364A3.636%203.636%200%200%200%205.636%2022%22%2F%3E%3Cpath%20d%3D%22M19.485%2017a9%209%200%201%200-14.969%200h2.656a2%202%200%200%201%201.414.586l.828.828a2%202%200%200%200%201.414.586h2.344a2%202%200%200%200%201.414-.586l.828-.828A2%202%200%200%201%2016.828%2017z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mirror2-duotone.svg?color=%231a73e8&size=48