md phone portrait icon

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

Name
md-phone-portrait
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-phone-portrait

Related icons in IonIcons

Use the md phone portrait icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M358.856 32H153.143C130.512 32 112 50.326 112 72.728v366.545C112 461.674 130.512 480 153.143 480h205.713C381.488 480 400 461.674 400 439.272V72.728C400 50.326 381.488 32 358.856 32zM364 400H148V112h216v288z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdPhonePortrait(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M358.856 32H153.143C130.512 32 112 50.326 112 72.728v366.545C112 461.674 130.512 480 153.143 480h205.713C381.488 480 400 461.674 400 439.272V72.728C400 50.326 381.488 32 358.856 32zM364 400H148V112h216v288z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M358.856 32H153.143C130.512 32 112 50.326 112 72.728v366.545C112 461.674 130.512 480 153.143 480h205.713C381.488 480 400 461.674 400 439.272V72.728C400 50.326 381.488 32 358.856 32zM364 400H148V112h216v288z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-phone-portrait {
  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%22M358.856%2032H153.143C130.512%2032%20112%2050.326%20112%2072.728v366.545C112%20461.674%20130.512%20480%20153.143%20480h205.713C381.488%20480%20400%20461.674%20400%20439.272V72.728C400%2050.326%20381.488%2032%20358.856%2032zM364%20400H148V112h216v288z%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%22M358.856%2032H153.143C130.512%2032%20112%2050.326%20112%2072.728v366.545C112%20461.674%20130.512%20480%20153.143%20480h205.713C381.488%20480%20400%20461.674%20400%20439.272V72.728C400%2050.326%20381.488%2032%20358.856%2032zM364%20400H148V112h216v288z%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-phone-portrait.svg?color=%231a73e8&size=48