md log in icon

md-log-in from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-log-in
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md log in icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-42.9 0-84.2 13-119.2 37.5-34.2 24-60.2 57.2-75.1 96.1L58 192h45.7l1.9-5c8.2-17.8 19.4-33.9 33.5-48 31.2-31.2 72.7-48.4 116.9-48.4s85.7 17.2 116.9 48.4c31.2 31.2 48.4 72.7 48.4 116.9 0 44.1-17.2 85.7-48.4 116.9-31.2 31.2-72.7 48.4-116.9 48.4-44.1 0-85.6-17.2-116.9-48.4-14-14-25.3-30.1-33.5-47.9l-1.9-5H58l3.6 10.4c14.9 38.9 40.9 72.1 75.1 96.1C171.8 451.1 213 464 256 464c114.7 0 208-93.3 208-208S370.7 48 256 48z" fill="currentColor"/><path d="M48 277.4h189.7l-43.6 44.7L224 352l96-96-96-96-31 29.9 44.7 44.7H48v42.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdLogIn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-42.9 0-84.2 13-119.2 37.5-34.2 24-60.2 57.2-75.1 96.1L58 192h45.7l1.9-5c8.2-17.8 19.4-33.9 33.5-48 31.2-31.2 72.7-48.4 116.9-48.4s85.7 17.2 116.9 48.4c31.2 31.2 48.4 72.7 48.4 116.9 0 44.1-17.2 85.7-48.4 116.9-31.2 31.2-72.7 48.4-116.9 48.4-44.1 0-85.6-17.2-116.9-48.4-14-14-25.3-30.1-33.5-47.9l-1.9-5H58l3.6 10.4c14.9 38.9 40.9 72.1 75.1 96.1C171.8 451.1 213 464 256 464c114.7 0 208-93.3 208-208S370.7 48 256 48z" fill="currentColor"/><path d="M48 277.4h189.7l-43.6 44.7L224 352l96-96-96-96-31 29.9 44.7 44.7H48v42.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-42.9 0-84.2 13-119.2 37.5-34.2 24-60.2 57.2-75.1 96.1L58 192h45.7l1.9-5c8.2-17.8 19.4-33.9 33.5-48 31.2-31.2 72.7-48.4 116.9-48.4s85.7 17.2 116.9 48.4c31.2 31.2 48.4 72.7 48.4 116.9 0 44.1-17.2 85.7-48.4 116.9-31.2 31.2-72.7 48.4-116.9 48.4-44.1 0-85.6-17.2-116.9-48.4-14-14-25.3-30.1-33.5-47.9l-1.9-5H58l3.6 10.4c14.9 38.9 40.9 72.1 75.1 96.1C171.8 451.1 213 464 256 464c114.7 0 208-93.3 208-208S370.7 48 256 48z" fill="currentColor"/><path d="M48 277.4h189.7l-43.6 44.7L224 352l96-96-96-96-31 29.9 44.7 44.7H48v42.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-log-in {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048c-42.9%200-84.2%2013-119.2%2037.5-34.2%2024-60.2%2057.2-75.1%2096.1L58%20192h45.7l1.9-5c8.2-17.8%2019.4-33.9%2033.5-48%2031.2-31.2%2072.7-48.4%20116.9-48.4s85.7%2017.2%20116.9%2048.4c31.2%2031.2%2048.4%2072.7%2048.4%20116.9%200%2044.1-17.2%2085.7-48.4%20116.9-31.2%2031.2-72.7%2048.4-116.9%2048.4-44.1%200-85.6-17.2-116.9-48.4-14-14-25.3-30.1-33.5-47.9l-1.9-5H58l3.6%2010.4c14.9%2038.9%2040.9%2072.1%2075.1%2096.1C171.8%20451.1%20213%20464%20256%20464c114.7%200%20208-93.3%20208-208S370.7%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M48%20277.4h189.7l-43.6%2044.7L224%20352l96-96-96-96-31%2029.9%2044.7%2044.7H48v42.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048c-42.9%200-84.2%2013-119.2%2037.5-34.2%2024-60.2%2057.2-75.1%2096.1L58%20192h45.7l1.9-5c8.2-17.8%2019.4-33.9%2033.5-48%2031.2-31.2%2072.7-48.4%20116.9-48.4s85.7%2017.2%20116.9%2048.4c31.2%2031.2%2048.4%2072.7%2048.4%20116.9%200%2044.1-17.2%2085.7-48.4%20116.9-31.2%2031.2-72.7%2048.4-116.9%2048.4-44.1%200-85.6-17.2-116.9-48.4-14-14-25.3-30.1-33.5-47.9l-1.9-5H58l3.6%2010.4c14.9%2038.9%2040.9%2072.1%2075.1%2096.1C171.8%20451.1%20213%20464%20256%20464c114.7%200%20208-93.3%20208-208S370.7%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M48%20277.4h189.7l-43.6%2044.7L224%20352l96-96-96-96-31%2029.9%2044.7%2044.7H48v42.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-log-in.svg?color=%231a73e8&size=48