mirror2 icon
mirror2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- mirror2-filled
- Set
- Reicon
- Style
- Filled
- 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="M3 12a9 9 0 1 1 17.294 3.5h-3.466a3.5 3.5 0 0 0-2.474 1.025l-.829.829a.5.5 0 0 1-.353.146h-2.344a.5.5 0 0 1-.353-.146l-.829-.829A3.5 3.5 0 0 0 7.172 15.5H3.706A9 9 0 0 1 3 12"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMirror2Filled(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="M3 12a9 9 0 1 1 17.294 3.5h-3.466a3.5 3.5 0 0 0-2.474 1.025l-.829.829a.5.5 0 0 1-.353.146h-2.344a.5.5 0 0 1-.353-.146l-.829-.829A3.5 3.5 0 0 0 7.172 15.5H3.706A9 9 0 0 1 3 12"/></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="M3 12a9 9 0 1 1 17.294 3.5h-3.466a3.5 3.5 0 0 0-2.474 1.025l-.829.829a.5.5 0 0 1-.353.146h-2.344a.5.5 0 0 1-.353-.146l-.829-.829A3.5 3.5 0 0 0 7.172 15.5H3.706A9 9 0 0 1 3 12"/></g></svg> </template>
CSS
.icon-mirror2-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%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%22M3%2012a9%209%200%201%201%2017.294%203.5h-3.466a3.5%203.5%200%200%200-2.474%201.025l-.829.829a.5.5%200%200%201-.353.146h-2.344a.5.5%200%200%201-.353-.146l-.829-.829A3.5%203.5%200%200%200%207.172%2015.5H3.706A9%209%200%200%201%203%2012%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%22M3%2012a9%209%200%201%201%2017.294%203.5h-3.466a3.5%203.5%200%200%200-2.474%201.025l-.829.829a.5.5%200%200%201-.353.146h-2.344a.5.5%200%200%201-.353-.146l-.829-.829A3.5%203.5%200%200%200%207.172%2015.5H3.706A9%209%200%200%201%203%2012%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-filled.svg?color=%231a73e8&size=48