login3 icon
login3-duotone from Reicon by REICON · Duotone · Arrows-action · MIT Free for personal and commercial use.
- Name
- login3-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Arrows-action
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More arrows-action icons from Reicon
Use the login3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 2h-1c-2.828 0-4.243 0-5.121.879C8 3.757 8 5.172 8 8v8c0 2.828 0 4.243.879 5.121C9.757 22 11.172 22 14 22h1c2.828 0 4.243 0 5.121-.879C21 20.243 21 18.828 21 16V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2" opacity=".6"/><path d="M8 8c0-1.538 0-2.657.141-3.5H8c-2.357 0-3.536 0-4.268.732S3 7.143 3 9.5v5c0 2.357 0 3.535.732 4.268S5.643 19.5 8 19.5h.141C8 18.657 8 17.538 8 16z" opacity=".4"/><path fill-rule="evenodd" d="M14.53 11.47a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l.72-.72H5a.75.75 0 0 1 0-1.5h7.19l-.72-.72a.75.75 0 1 1 1.06-1.06z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLogin3Duotone(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="M15 2h-1c-2.828 0-4.243 0-5.121.879C8 3.757 8 5.172 8 8v8c0 2.828 0 4.243.879 5.121C9.757 22 11.172 22 14 22h1c2.828 0 4.243 0 5.121-.879C21 20.243 21 18.828 21 16V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2" opacity=".6"/><path d="M8 8c0-1.538 0-2.657.141-3.5H8c-2.357 0-3.536 0-4.268.732S3 7.143 3 9.5v5c0 2.357 0 3.535.732 4.268S5.643 19.5 8 19.5h.141C8 18.657 8 17.538 8 16z" opacity=".4"/><path fillRule="evenodd" d="M14.53 11.47a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l.72-.72H5a.75.75 0 0 1 0-1.5h7.19l-.72-.72a.75.75 0 1 1 1.06-1.06z" clipRule="evenodd"/></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="M15 2h-1c-2.828 0-4.243 0-5.121.879C8 3.757 8 5.172 8 8v8c0 2.828 0 4.243.879 5.121C9.757 22 11.172 22 14 22h1c2.828 0 4.243 0 5.121-.879C21 20.243 21 18.828 21 16V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2" opacity=".6"/><path d="M8 8c0-1.538 0-2.657.141-3.5H8c-2.357 0-3.536 0-4.268.732S3 7.143 3 9.5v5c0 2.357 0 3.535.732 4.268S5.643 19.5 8 19.5h.141C8 18.657 8 17.538 8 16z" opacity=".4"/><path fill-rule="evenodd" d="M14.53 11.47a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l.72-.72H5a.75.75 0 0 1 0-1.5h7.19l-.72-.72a.75.75 0 1 1 1.06-1.06z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-login3-duotone {
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%22M15%202h-1c-2.828%200-4.243%200-5.121.879C8%203.757%208%205.172%208%208v8c0%202.828%200%204.243.879%205.121C9.757%2022%2011.172%2022%2014%2022h1c2.828%200%204.243%200%205.121-.879C21%2020.243%2021%2018.828%2021%2016V8c0-2.828%200-4.243-.879-5.121C19.243%202%2017.828%202%2015%202%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M8%208c0-1.538%200-2.657.141-3.5H8c-2.357%200-3.536%200-4.268.732S3%207.143%203%209.5v5c0%202.357%200%203.535.732%204.268S5.643%2019.5%208%2019.5h.141C8%2018.657%208%2017.538%208%2016z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.53%2011.47a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l.72-.72H5a.75.75%200%200%201%200-1.5h7.19l-.72-.72a.75.75%200%201%201%201.06-1.06z%22%20clip-rule%3D%22evenodd%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%22M15%202h-1c-2.828%200-4.243%200-5.121.879C8%203.757%208%205.172%208%208v8c0%202.828%200%204.243.879%205.121C9.757%2022%2011.172%2022%2014%2022h1c2.828%200%204.243%200%205.121-.879C21%2020.243%2021%2018.828%2021%2016V8c0-2.828%200-4.243-.879-5.121C19.243%202%2017.828%202%2015%202%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M8%208c0-1.538%200-2.657.141-3.5H8c-2.357%200-3.536%200-4.268.732S3%207.143%203%209.5v5c0%202.357%200%203.535.732%204.268S5.643%2019.5%208%2019.5h.141C8%2018.657%208%2017.538%208%2016z%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.53%2011.47a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l.72-.72H5a.75.75%200%200%201%200-1.5h7.19l-.72-.72a.75.75%200%201%201%201.06-1.06z%22%20clip-rule%3D%22evenodd%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/login3-duotone.svg?color=%231a73e8&size=48