ios phone landscape icon

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

Name
ios-phone-landscape
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios phone landscape icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 176.3v158.5c0 18.3 14.6 33.1 32.9 33.1h381c18.4 0 34.1-14.8 34.1-33.1V176.3c0-18.3-15.7-32.3-34.1-32.3h-381C46.6 144 32 158 32 176.3zM55 271v-30c0-2.2 1.8-4 4-4s4 1.8 4 4v30c0 2.2-1.8 4-4 4s-4-1.8-4-4zm414-15.5c0 9.6-7.8 17.4-17.4 17.4-9.6 0-17.4-7.8-17.4-17.4 0-9.6 7.8-17.4 17.4-17.4 9.6 0 17.4 7.8 17.4 17.4zM424 160v192H83V160h341z" fill="currentColor"/><path d="M441.6 255.5c0 5.5 4.5 10 9.9 10 5.5 0 10-4.5 10-10s-4.5-10-10-10c-5.4.1-9.9 4.5-9.9 10z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPhoneLandscape(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 176.3v158.5c0 18.3 14.6 33.1 32.9 33.1h381c18.4 0 34.1-14.8 34.1-33.1V176.3c0-18.3-15.7-32.3-34.1-32.3h-381C46.6 144 32 158 32 176.3zM55 271v-30c0-2.2 1.8-4 4-4s4 1.8 4 4v30c0 2.2-1.8 4-4 4s-4-1.8-4-4zm414-15.5c0 9.6-7.8 17.4-17.4 17.4-9.6 0-17.4-7.8-17.4-17.4 0-9.6 7.8-17.4 17.4-17.4 9.6 0 17.4 7.8 17.4 17.4zM424 160v192H83V160h341z" fill="currentColor"/><path d="M441.6 255.5c0 5.5 4.5 10 9.9 10 5.5 0 10-4.5 10-10s-4.5-10-10-10c-5.4.1-9.9 4.5-9.9 10z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 176.3v158.5c0 18.3 14.6 33.1 32.9 33.1h381c18.4 0 34.1-14.8 34.1-33.1V176.3c0-18.3-15.7-32.3-34.1-32.3h-381C46.6 144 32 158 32 176.3zM55 271v-30c0-2.2 1.8-4 4-4s4 1.8 4 4v30c0 2.2-1.8 4-4 4s-4-1.8-4-4zm414-15.5c0 9.6-7.8 17.4-17.4 17.4-9.6 0-17.4-7.8-17.4-17.4 0-9.6 7.8-17.4 17.4-17.4 9.6 0 17.4 7.8 17.4 17.4zM424 160v192H83V160h341z" fill="currentColor"/><path d="M441.6 255.5c0 5.5 4.5 10 9.9 10 5.5 0 10-4.5 10-10s-4.5-10-10-10c-5.4.1-9.9 4.5-9.9 10z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-phone-landscape {
  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%22M32%20176.3v158.5c0%2018.3%2014.6%2033.1%2032.9%2033.1h381c18.4%200%2034.1-14.8%2034.1-33.1V176.3c0-18.3-15.7-32.3-34.1-32.3h-381C46.6%20144%2032%20158%2032%20176.3zM55%20271v-30c0-2.2%201.8-4%204-4s4%201.8%204%204v30c0%202.2-1.8%204-4%204s-4-1.8-4-4zm414-15.5c0%209.6-7.8%2017.4-17.4%2017.4-9.6%200-17.4-7.8-17.4-17.4%200-9.6%207.8-17.4%2017.4-17.4%209.6%200%2017.4%207.8%2017.4%2017.4zM424%20160v192H83V160h341z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M441.6%20255.5c0%205.5%204.5%2010%209.9%2010%205.5%200%2010-4.5%2010-10s-4.5-10-10-10c-5.4.1-9.9%204.5-9.9%2010z%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%22M32%20176.3v158.5c0%2018.3%2014.6%2033.1%2032.9%2033.1h381c18.4%200%2034.1-14.8%2034.1-33.1V176.3c0-18.3-15.7-32.3-34.1-32.3h-381C46.6%20144%2032%20158%2032%20176.3zM55%20271v-30c0-2.2%201.8-4%204-4s4%201.8%204%204v30c0%202.2-1.8%204-4%204s-4-1.8-4-4zm414-15.5c0%209.6-7.8%2017.4-17.4%2017.4-9.6%200-17.4-7.8-17.4-17.4%200-9.6%207.8-17.4%2017.4-17.4%209.6%200%2017.4%207.8%2017.4%2017.4zM424%20160v192H83V160h341z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M441.6%20255.5c0%205.5%204.5%2010%209.9%2010%205.5%200%2010-4.5%2010-10s-4.5-10-10-10c-5.4.1-9.9%204.5-9.9%2010z%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-phone-landscape.svg?color=%231a73e8&size=48