Arrow Swap Horizontal icon in outline, twotone, bold and bulk. Free in all four styles, for navigation, pagination, steppers, import/export, fullscreen. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconArrowSwapHorizontal } from "@devigner-ui/icons";
<IconArrowSwapHorizontal className="size-6" />
<script setup>
import { IconArrowSwapHorizontal } from "@devigner-ui/icons-vue";
</script>
<template>
<IconArrowSwapHorizontal class="size-6" />
</template>
<script>
import { IconArrowSwapHorizontal } from "@devigner-ui/icons-svelte";
</script>
<IconArrowSwapHorizontal class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="m21.17 14.99-5.01 5.02" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.17 14.99h17" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="m4.17 9.01 5.01-5.02" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.17 9.01h-17" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>