login 03 icon
login-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- login-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the login 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6 18c0 .464 0 .697.022.892a3.5 3.5 0 0 0 3.086 3.086C9.303 22 9.536 22 10 22h3c3.3 0 4.95 0 5.975-1.025S20 18.3 20 15V9c0-3.3 0-4.95-1.025-5.975S16.3 2 13 2h-3c-.464 0-.697 0-.892.022a3.5 3.5 0 0 0-3.086 3.086C6 5.303 6 5.536 6 6"/><path d="M4.076 11.118C4 11.302 4 11.535 4 12.001s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077h5c0 1.75.011 2.629.562 2.885q.03.015.063.026c.58.223 1.275-.398 2.666-1.64c1.467-1.312 2.2-1.987 2.209-2.815c-.009-.828-.742-1.503-2.21-2.814c-1.39-1.243-2.085-1.864-2.665-1.641l-.063.026c-.56.26-.562 1.165-.562 2.973h-5c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLogin03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M6 18c0 .464 0 .697.022.892a3.5 3.5 0 0 0 3.086 3.086C9.303 22 9.536 22 10 22h3c3.3 0 4.95 0 5.975-1.025S20 18.3 20 15V9c0-3.3 0-4.95-1.025-5.975S16.3 2 13 2h-3c-.464 0-.697 0-.892.022a3.5 3.5 0 0 0-3.086 3.086C6 5.303 6 5.536 6 6"/><path d="M4.076 11.118C4 11.302 4 11.535 4 12.001s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077h5c0 1.75.011 2.629.562 2.885q.03.015.063.026c.58.223 1.275-.398 2.666-1.64c1.467-1.312 2.2-1.987 2.209-2.815c-.009-.828-.742-1.503-2.21-2.814c-1.39-1.243-2.085-1.864-2.665-1.641l-.063.026c-.56.26-.562 1.165-.562 2.973h-5c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6 18c0 .464 0 .697.022.892a3.5 3.5 0 0 0 3.086 3.086C9.303 22 9.536 22 10 22h3c3.3 0 4.95 0 5.975-1.025S20 18.3 20 15V9c0-3.3 0-4.95-1.025-5.975S16.3 2 13 2h-3c-.464 0-.697 0-.892.022a3.5 3.5 0 0 0-3.086 3.086C6 5.303 6 5.536 6 6"/><path d="M4.076 11.118C4 11.302 4 11.535 4 12.001s0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077h5c0 1.75.011 2.629.562 2.885q.03.015.063.026c.58.223 1.275-.398 2.666-1.64c1.467-1.312 2.2-1.987 2.209-2.815c-.009-.828-.742-1.503-2.21-2.814c-1.39-1.243-2.085-1.864-2.665-1.641l-.063.026c-.56.26-.562 1.165-.562 2.973h-5c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541"/></g></svg> </template>
CSS
.icon-login-03 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2018c0%20.464%200%20.697.022.892a3.5%203.5%200%200%200%203.086%203.086C9.303%2022%209.536%2022%2010%2022h3c3.3%200%204.95%200%205.975-1.025S20%2018.3%2020%2015V9c0-3.3%200-4.95-1.025-5.975S16.3%202%2013%202h-3c-.464%200-.697%200-.892.022a3.5%203.5%200%200%200-3.086%203.086C6%205.303%206%205.536%206%206%22%2F%3E%3Cpath%20d%3D%22M4.076%2011.118C4%2011.302%204%2011.535%204%2012.001s0%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077h5c0%201.75.011%202.629.562%202.885q.03.015.063.026c.58.223%201.275-.398%202.666-1.64c1.467-1.312%202.2-1.987%202.209-2.815c-.009-.828-.742-1.503-2.21-2.814c-1.39-1.243-2.085-1.864-2.665-1.641l-.063.026c-.56.26-.562%201.165-.562%202.973h-5c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2018c0%20.464%200%20.697.022.892a3.5%203.5%200%200%200%203.086%203.086C9.303%2022%209.536%2022%2010%2022h3c3.3%200%204.95%200%205.975-1.025S20%2018.3%2020%2015V9c0-3.3%200-4.95-1.025-5.975S16.3%202%2013%202h-3c-.464%200-.697%200-.892.022a3.5%203.5%200%200%200-3.086%203.086C6%205.303%206%205.536%206%206%22%2F%3E%3Cpath%20d%3D%22M4.076%2011.118C4%2011.302%204%2011.535%204%2012.001s0%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077h5c0%201.75.011%202.629.562%202.885q.03.015.063.026c.58.223%201.275-.398%202.666-1.64c1.467-1.312%202.2-1.987%202.209-2.815c-.009-.828-.742-1.503-2.21-2.814c-1.39-1.243-2.085-1.864-2.665-1.641l-.063.026c-.56.26-.562%201.165-.562%202.973h-5c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/login-03.svg?color=%231a73e8&size=48