Mirror Right icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMirrorRight } from "@devigner-ui/icons";
<IconMirrorRight className="size-6" />
<script setup>
import { IconMirrorRight } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMirrorRight class="size-6" />
</template>
<script>
import { IconMirrorRight } from "@devigner-ui/icons-svelte";
</script>
<IconMirrorRight class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 21h1c3.77 0 5.66 0 6.83-1.17S21 16.77 21 13v-2c0-3.77 0-5.66-1.17-6.83S16.77 3 13 3h-1" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M13 21H9c-2.83 0-4.24 0-5.12-.88S3 17.82 3 15V9c0-2.83 0-4.24.88-5.12S6.18 3 9 3h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2.5 3"></path><path d="M12 22V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>