ios log in icon

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

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

Related icons in IonIcons

Use the ios log in icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M417 80H137c-25.4 0-46 20.6-46 46 0 7.7 6.3 14 14 14s14-6.3 14-14c0-9.9 8.1-18 18-18h280c9.9 0 18 8.1 18 18v260c0 9.9-8.1 18-18 18H137c-9.9 0-18-8.1-18-18 0-7.7-6.3-14-14-14s-14 6.3-14 14c0 25.4 20.6 46 46 46h280c25.4 0 46-20.6 46-46V126c0-25.4-20.6-46-46-46z" fill="currentColor"/><path d="M224 334.2c-5.4 5.4-5.4 14.3 0 19.8l.1.1c2.7 2.5 6.2 3.9 9.8 3.9 3.8 0 7.3-1.4 9.9-4.1l82.6-82.4c4.3-4.3 6.5-9.3 6.5-14.7 0-5.3-2.3-10.3-6.5-14.5l-84.6-84.4c-2.6-2.6-6.1-4.1-9.9-4.1-3.7 0-7.3 1.4-9.9 4.1-5.5 5.5-5.5 14.3 0 19.8l65.2 64.2H63c-7.7 0-14 6.3-14 14s6.3 14 14 14h224.6L224 334.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosLogIn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M417 80H137c-25.4 0-46 20.6-46 46 0 7.7 6.3 14 14 14s14-6.3 14-14c0-9.9 8.1-18 18-18h280c9.9 0 18 8.1 18 18v260c0 9.9-8.1 18-18 18H137c-9.9 0-18-8.1-18-18 0-7.7-6.3-14-14-14s-14 6.3-14 14c0 25.4 20.6 46 46 46h280c25.4 0 46-20.6 46-46V126c0-25.4-20.6-46-46-46z" fill="currentColor"/><path d="M224 334.2c-5.4 5.4-5.4 14.3 0 19.8l.1.1c2.7 2.5 6.2 3.9 9.8 3.9 3.8 0 7.3-1.4 9.9-4.1l82.6-82.4c4.3-4.3 6.5-9.3 6.5-14.7 0-5.3-2.3-10.3-6.5-14.5l-84.6-84.4c-2.6-2.6-6.1-4.1-9.9-4.1-3.7 0-7.3 1.4-9.9 4.1-5.5 5.5-5.5 14.3 0 19.8l65.2 64.2H63c-7.7 0-14 6.3-14 14s6.3 14 14 14h224.6L224 334.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M417 80H137c-25.4 0-46 20.6-46 46 0 7.7 6.3 14 14 14s14-6.3 14-14c0-9.9 8.1-18 18-18h280c9.9 0 18 8.1 18 18v260c0 9.9-8.1 18-18 18H137c-9.9 0-18-8.1-18-18 0-7.7-6.3-14-14-14s-14 6.3-14 14c0 25.4 20.6 46 46 46h280c25.4 0 46-20.6 46-46V126c0-25.4-20.6-46-46-46z" fill="currentColor"/><path d="M224 334.2c-5.4 5.4-5.4 14.3 0 19.8l.1.1c2.7 2.5 6.2 3.9 9.8 3.9 3.8 0 7.3-1.4 9.9-4.1l82.6-82.4c4.3-4.3 6.5-9.3 6.5-14.7 0-5.3-2.3-10.3-6.5-14.5l-84.6-84.4c-2.6-2.6-6.1-4.1-9.9-4.1-3.7 0-7.3 1.4-9.9 4.1-5.5 5.5-5.5 14.3 0 19.8l65.2 64.2H63c-7.7 0-14 6.3-14 14s6.3 14 14 14h224.6L224 334.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M417%2080H137c-25.4%200-46%2020.6-46%2046%200%207.7%206.3%2014%2014%2014s14-6.3%2014-14c0-9.9%208.1-18%2018-18h280c9.9%200%2018%208.1%2018%2018v260c0%209.9-8.1%2018-18%2018H137c-9.9%200-18-8.1-18-18%200-7.7-6.3-14-14-14s-14%206.3-14%2014c0%2025.4%2020.6%2046%2046%2046h280c25.4%200%2046-20.6%2046-46V126c0-25.4-20.6-46-46-46z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M224%20334.2c-5.4%205.4-5.4%2014.3%200%2019.8l.1.1c2.7%202.5%206.2%203.9%209.8%203.9%203.8%200%207.3-1.4%209.9-4.1l82.6-82.4c4.3-4.3%206.5-9.3%206.5-14.7%200-5.3-2.3-10.3-6.5-14.5l-84.6-84.4c-2.6-2.6-6.1-4.1-9.9-4.1-3.7%200-7.3%201.4-9.9%204.1-5.5%205.5-5.5%2014.3%200%2019.8l65.2%2064.2H63c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h224.6L224%20334.2z%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%22M417%2080H137c-25.4%200-46%2020.6-46%2046%200%207.7%206.3%2014%2014%2014s14-6.3%2014-14c0-9.9%208.1-18%2018-18h280c9.9%200%2018%208.1%2018%2018v260c0%209.9-8.1%2018-18%2018H137c-9.9%200-18-8.1-18-18%200-7.7-6.3-14-14-14s-14%206.3-14%2014c0%2025.4%2020.6%2046%2046%2046h280c25.4%200%2046-20.6%2046-46V126c0-25.4-20.6-46-46-46z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M224%20334.2c-5.4%205.4-5.4%2014.3%200%2019.8l.1.1c2.7%202.5%206.2%203.9%209.8%203.9%203.8%200%207.3-1.4%209.9-4.1l82.6-82.4c4.3-4.3%206.5-9.3%206.5-14.7%200-5.3-2.3-10.3-6.5-14.5l-84.6-84.4c-2.6-2.6-6.1-4.1-9.9-4.1-3.7%200-7.3%201.4-9.9%204.1-5.5%205.5-5.5%2014.3%200%2019.8l65.2%2064.2H63c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h224.6L224%20334.2z%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/ios-log-in.svg?color=%231a73e8&size=48