login4 icon

login4-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
login4-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the login4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.089 3.038C17.639 3 17.057 3 16.2 3H13a1 1 0 1 1 0-2h3.241c.805 0 1.47 0 2.01.044c.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564C22 5.29 22 5.954 22 6.758v10.483c0 .805 0 1.47-.044 2.01c-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392c-.541.044-1.206.044-2.01.044H13a1 1 0 1 1 0-2h3.2c.857 0 1.439 0 1.889-.038c.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819c.037-.45.038-1.032.038-1.889V6.8c0-.857 0-1.439-.038-1.889c-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18"/><path d="M8.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L11.586 13H3a1 1 0 1 1 0-2h8.586L8.293 7.707a1 1 0 0 1 0-1.414"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLogin4Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.089 3.038C17.639 3 17.057 3 16.2 3H13a1 1 0 1 1 0-2h3.241c.805 0 1.47 0 2.01.044c.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564C22 5.29 22 5.954 22 6.758v10.483c0 .805 0 1.47-.044 2.01c-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392c-.541.044-1.206.044-2.01.044H13a1 1 0 1 1 0-2h3.2c.857 0 1.439 0 1.889-.038c.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819c.037-.45.038-1.032.038-1.889V6.8c0-.857 0-1.439-.038-1.889c-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18"/><path d="M8.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L11.586 13H3a1 1 0 1 1 0-2h8.586L8.293 7.707a1 1 0 0 1 0-1.414"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.089 3.038C17.639 3 17.057 3 16.2 3H13a1 1 0 1 1 0-2h3.241c.805 0 1.47 0 2.01.044c.563.046 1.08.145 1.565.392a4 4 0 0 1 1.748 1.748c.247.485.346 1.002.392 1.564C22 5.29 22 5.954 22 6.758v10.483c0 .805 0 1.47-.044 2.01c-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392c-.541.044-1.206.044-2.01.044H13a1 1 0 1 1 0-2h3.2c.857 0 1.439 0 1.889-.038c.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819c.037-.45.038-1.032.038-1.889V6.8c0-.857 0-1.439-.038-1.889c-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18"/><path d="M8.293 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L11.586 13H3a1 1 0 1 1 0-2h8.586L8.293 7.707a1 1 0 0 1 0-1.414"/></g></svg>
</template>

CSS

.icon-login4-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.089%203.038C17.639%203%2017.057%203%2016.2%203H13a1%201%200%201%201%200-2h3.241c.805%200%201.47%200%202.01.044c.563.046%201.08.145%201.565.392a4%204%200%200%201%201.748%201.748c.247.485.346%201.002.392%201.564C22%205.29%2022%205.954%2022%206.758v10.483c0%20.805%200%201.47-.044%202.01c-.046.563-.145%201.08-.392%201.565a4%204%200%200%201-1.748%201.748c-.485.247-1.002.346-1.564.392c-.541.044-1.206.044-2.01.044H13a1%201%200%201%201%200-2h3.2c.857%200%201.439%200%201.889-.038c.438-.035.663-.1.819-.18a2%202%200%200%200%20.874-.874c.08-.156.145-.38.18-.819c.037-.45.038-1.032.038-1.889V6.8c0-.857%200-1.439-.038-1.889c-.035-.438-.1-.663-.18-.819a2%202%200%200%200-.874-.874c-.156-.08-.38-.145-.819-.18%22%2F%3E%3Cpath%20d%3D%22M8.293%206.293a1%201%200%200%201%201.414%200l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414-1.414L11.586%2013H3a1%201%200%201%201%200-2h8.586L8.293%207.707a1%201%200%200%201%200-1.414%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.089%203.038C17.639%203%2017.057%203%2016.2%203H13a1%201%200%201%201%200-2h3.241c.805%200%201.47%200%202.01.044c.563.046%201.08.145%201.565.392a4%204%200%200%201%201.748%201.748c.247.485.346%201.002.392%201.564C22%205.29%2022%205.954%2022%206.758v10.483c0%20.805%200%201.47-.044%202.01c-.046.563-.145%201.08-.392%201.565a4%204%200%200%201-1.748%201.748c-.485.247-1.002.346-1.564.392c-.541.044-1.206.044-2.01.044H13a1%201%200%201%201%200-2h3.2c.857%200%201.439%200%201.889-.038c.438-.035.663-.1.819-.18a2%202%200%200%200%20.874-.874c.08-.156.145-.38.18-.819c.037-.45.038-1.032.038-1.889V6.8c0-.857%200-1.439-.038-1.889c-.035-.438-.1-.663-.18-.819a2%202%200%200%200-.874-.874c-.156-.08-.38-.145-.819-.18%22%2F%3E%3Cpath%20d%3D%22M8.293%206.293a1%201%200%200%201%201.414%200l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414-1.414L11.586%2013H3a1%201%200%201%201%200-2h8.586L8.293%207.707a1%201%200%200%201%200-1.414%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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