Mirror Left 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 { IconMirrorLeft } from "@devigner-ui/icons";
<IconMirrorLeft className="size-6" />
<script setup>
import { IconMirrorLeft } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMirrorLeft class="size-6" />
</template>
<script>
import { IconMirrorLeft } from "@devigner-ui/icons-svelte";
</script>
<IconMirrorLeft 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 3h-1C7.23 3 5.34 3 4.17 4.17S3 7.23 3 11v2c0 3.77 0 5.66 1.17 6.83S7.23 21 11 21h1" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M11 3h4c2.83 0 4.24 0 5.12.88S21 6.18 21 9v6c0 2.83 0 4.24-.88 5.12S17.82 21 15 21h-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="2.5 3"></path><path d="M12 2v20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>