Mirror icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMirror } from "@devigner-ui/icons";
<IconMirror className="size-6" />
<script setup>
import { IconMirror } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMirror class="size-6" />
</template>
<script>
import { IconMirror } from "@devigner-ui/icons-svelte";
</script>
<IconMirror class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M4.35 17A9.3 9.3 0 0 1 3 12.17 9.1 9.1 0 0 1 12 3c4.97 0 9 4.1 9 9.17A9.3 9.3 0 0 1 19.65 17" stroke="currentColor" stroke-width="1.5"></path><path d="M5.64 22h12.72A3.64 3.64 0 0 0 22 18.36c0-.75-.61-1.36-1.36-1.36h-3.81a2 2 0 0 0-1.42.59l-.82.82a2 2 0 0 1-1.42.59h-2.34a2 2 0 0 1-1.42-.59l-.82-.82A2 2 0 0 0 7.17 17h-3.8C2.6 17 2 17.61 2 18.36A3.64 3.64 0 0 0 5.64 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>