Flip Vertical 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 { IconFlipVertical } from "@devigner-ui/icons";
<IconFlipVertical className="size-6" />
<script setup>
import { IconFlipVertical } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFlipVertical class="size-6" />
</template>
<script>
import { IconFlipVertical } from "@devigner-ui/icons-svelte";
</script>
<IconFlipVertical class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.89 2H18.1c1.7 0 2.56 0 2.84.54s-.22 1.24-1.2 2.62L18.6 6.74c-.44.62-.66.93-.98 1.1-.32.16-.7.16-1.46.16H7.83c-.76 0-1.14 0-1.46-.17-.32-.16-.54-.47-.98-1.09L4.26 5.16c-.99-1.38-1.49-2.08-1.2-2.62C3.32 2 4.17 2 5.88 2" stroke="currentColor" stroke-width="1.5"></path><path d="M5.89 22H18.1c1.7 0 2.56 0 2.84-.54s-.22-1.24-1.2-2.62l-1.14-1.58c-.44-.62-.66-.93-.98-1.1-.32-.16-.7-.16-1.46-.16H7.83c-.76 0-1.14 0-1.46.17-.32.16-.54.47-.98 1.09l-1.13 1.58c-.99 1.38-1.49 2.08-1.2 2.62.27.54 1.12.54 2.83.54" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M10 12h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M18 12h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M2 12h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>