Logout 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 { IconLogout } from "@devigner-ui/icons";
<IconLogout className="size-6" />
<script setup>
import { IconLogout } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLogout class="size-6" />
</template>
<script>
import { IconLogout } from "@devigner-ui/icons-svelte";
</script>
<IconLogout class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 7c.01-2.18.11-3.35.88-4.12C9.76 2 11.18 2 14 2h1c2.83 0 4.24 0 5.12.88S21 5.18 21 8v8c0 2.83 0 4.24-.88 5.12S17.82 22 15 22h-1c-2.83 0-4.24 0-5.12-.88C8.1 20.35 8 19.17 8 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M8 19.5c-2.36 0-3.54 0-4.27-.73S3 16.86 3 14.5v-5c0-2.36 0-3.54.73-4.27S5.64 4.5 8 4.5" stroke="currentColor" stroke-width="1.5"></path><path d="M15 12H6m0 0 2 2m-2-2 2-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>