Exit 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 { IconExit } from "@devigner-ui/icons";
<IconExit className="size-6" />
<script setup>
import { IconExit } from "@devigner-ui/icons-vue";
</script>
<template>
<IconExit class="size-6" />
</template>
<script>
import { IconExit } from "@devigner-ui/icons-svelte";
</script>
<IconExit 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="M9 4.5H8c-2.36 0-3.54 0-4.27.73S3 7.14 3 9.5v5c0 2.36 0 3.54.73 4.27s1.91.73 4.27.73h1" stroke="currentColor" stroke-width="1.5"></path><path d="M9 6.48c0-2.3 0-3.44.7-4.07.71-.63 1.8-.44 3.96-.06l2.33.4c2.4.42 3.59.63 4.3 1.5.71.89.71 2.16.71 4.7v6.1c0 2.54 0 3.81-.71 4.7-.71.87-1.9 1.08-4.3 1.5l-2.33.4c-2.16.38-3.25.57-3.95-.06S9 19.82 9 17.52z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 11v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>