Login 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 { IconLogin } from "@devigner-ui/icons";
<IconLogin className="size-6" />
<script setup>
import { IconLogin } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLogin class="size-6" />
</template>
<script>
import { IconLogin } from "@devigner-ui/icons-svelte";
</script>
<IconLogin 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 16c0 2.83 0 4.24.88 5.12s2.3.88 5.12.88h1c2.83 0 4.24 0 5.12-.88S21 18.82 21 16V8c0-2.83 0-4.24-.88-5.12S17.82 2 15 2h-1c-2.83 0-4.24 0-5.12.88S8 5.18 8 8" 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="M6 12h9m0 0-2.5 2.5M15 12l-2.5-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>