login-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
login-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the login 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.607 4C21 4.617 21 5.413 21 7.004v9.994c0 1.591 0 2.387-.393 3.002q-.105.165-.235.312c-.483.546-1.249.765-2.78 1.202c-1.533.438-2.3.657-2.856.329a1.5 1.5 0 0 1-.267-.202C14 21.196 14 20.4 14 18.803V5.197c0-1.596 0-2.393.469-2.837q.121-.116.267-.202c.555-.328 1.323-.11 2.857.329c1.53.437 2.296.656 2.78 1.202q.129.147.234.312M14 4h-2.017C10.08 4 9.13 4 8.54 4.586C8.21 4.912 8.064 5.35 8 6m6 14h-2.017c-1.902 0-2.853 0-3.443-.586c-.33-.326-.476-.764-.54-1.414m2-6H3m5.5-2.5S11 11.34 11 12s-2.5 2.5-2.5 2.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLogin02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M20.607 4C21 4.617 21 5.413 21 7.004v9.994c0 1.591 0 2.387-.393 3.002q-.105.165-.235.312c-.483.546-1.249.765-2.78 1.202c-1.533.438-2.3.657-2.856.329a1.5 1.5 0 0 1-.267-.202C14 21.196 14 20.4 14 18.803V5.197c0-1.596 0-2.393.469-2.837q.121-.116.267-.202c.555-.328 1.323-.11 2.857.329c1.53.437 2.296.656 2.78 1.202q.129.147.234.312M14 4h-2.017C10.08 4 9.13 4 8.54 4.586C8.21 4.912 8.064 5.35 8 6m6 14h-2.017c-1.902 0-2.853 0-3.443-.586c-.33-.326-.476-.764-.54-1.414m2-6H3m5.5-2.5S11 11.34 11 12s-2.5 2.5-2.5 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.607 4C21 4.617 21 5.413 21 7.004v9.994c0 1.591 0 2.387-.393 3.002q-.105.165-.235.312c-.483.546-1.249.765-2.78 1.202c-1.533.438-2.3.657-2.856.329a1.5 1.5 0 0 1-.267-.202C14 21.196 14 20.4 14 18.803V5.197c0-1.596 0-2.393.469-2.837q.121-.116.267-.202c.555-.328 1.323-.11 2.857.329c1.53.437 2.296.656 2.78 1.202q.129.147.234.312M14 4h-2.017C10.08 4 9.13 4 8.54 4.586C8.21 4.912 8.064 5.35 8 6m6 14h-2.017c-1.902 0-2.853 0-3.443-.586c-.33-.326-.476-.764-.54-1.414m2-6H3m5.5-2.5S11 11.34 11 12s-2.5 2.5-2.5 2.5"/></svg>
</template>

CSS

.icon-login-02 {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.607%204C21%204.617%2021%205.413%2021%207.004v9.994c0%201.591%200%202.387-.393%203.002q-.105.165-.235.312c-.483.546-1.249.765-2.78%201.202c-1.533.438-2.3.657-2.856.329a1.5%201.5%200%200%201-.267-.202C14%2021.196%2014%2020.4%2014%2018.803V5.197c0-1.596%200-2.393.469-2.837q.121-.116.267-.202c.555-.328%201.323-.11%202.857.329c1.53.437%202.296.656%202.78%201.202q.129.147.234.312M14%204h-2.017C10.08%204%209.13%204%208.54%204.586C8.21%204.912%208.064%205.35%208%206m6%2014h-2.017c-1.902%200-2.853%200-3.443-.586c-.33-.326-.476-.764-.54-1.414m2-6H3m5.5-2.5S11%2011.34%2011%2012s-2.5%202.5-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.607%204C21%204.617%2021%205.413%2021%207.004v9.994c0%201.591%200%202.387-.393%203.002q-.105.165-.235.312c-.483.546-1.249.765-2.78%201.202c-1.533.438-2.3.657-2.856.329a1.5%201.5%200%200%201-.267-.202C14%2021.196%2014%2020.4%2014%2018.803V5.197c0-1.596%200-2.393.469-2.837q.121-.116.267-.202c.555-.328%201.323-.11%202.857.329c1.53.437%202.296.656%202.78%201.202q.129.147.234.312M14%204h-2.017C10.08%204%209.13%204%208.54%204.586C8.21%204.912%208.064%205.35%208%206m6%2014h-2.017c-1.902%200-2.853%200-3.443-.586c-.33-.326-.476-.764-.54-1.414m2-6H3m5.5-2.5S11%2011.34%2011%2012s-2.5%202.5-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/login-02.svg?color=%231a73e8&size=48