ios phone portrait icon
ios-phone-portrait from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-phone-portrait
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios phone portrait icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M335.7 32H177.1C158.8 32 144 46.6 144 64.9v381c0 18.4 14.8 34.1 33.1 34.1h158.5c18.3 0 32.3-15.7 32.3-34.1v-381C368 46.6 354 32 335.7 32zM241 55h30c2.2 0 4 1.8 4 4s-1.8 4-4 4h-30c-2.2 0-4-1.8-4-4s1.8-4 4-4zm15.5 410c-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.4 0 9.6-7.8 17.4-17.4 17.4zm93.5-49H162c-1.1 0-2-.9-2-2V85c0-1.1.9-2 2-2h188c1.1 0 2 .9 2 2v329c0 1.1-.9 2-2 2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosPhonePortrait(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M335.7 32H177.1C158.8 32 144 46.6 144 64.9v381c0 18.4 14.8 34.1 33.1 34.1h158.5c18.3 0 32.3-15.7 32.3-34.1v-381C368 46.6 354 32 335.7 32zM241 55h30c2.2 0 4 1.8 4 4s-1.8 4-4 4h-30c-2.2 0-4-1.8-4-4s1.8-4 4-4zm15.5 410c-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.4 0 9.6-7.8 17.4-17.4 17.4zm93.5-49H162c-1.1 0-2-.9-2-2V85c0-1.1.9-2 2-2h188c1.1 0 2 .9 2 2v329c0 1.1-.9 2-2 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="M335.7 32H177.1C158.8 32 144 46.6 144 64.9v381c0 18.4 14.8 34.1 33.1 34.1h158.5c18.3 0 32.3-15.7 32.3-34.1v-381C368 46.6 354 32 335.7 32zM241 55h30c2.2 0 4 1.8 4 4s-1.8 4-4 4h-30c-2.2 0-4-1.8-4-4s1.8-4 4-4zm15.5 410c-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.4 0 9.6-7.8 17.4-17.4 17.4zm93.5-49H162c-1.1 0-2-.9-2-2V85c0-1.1.9-2 2-2h188c1.1 0 2 .9 2 2v329c0 1.1-.9 2-2 2z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%22M335.7%2032H177.1C158.8%2032%20144%2046.6%20144%2064.9v381c0%2018.4%2014.8%2034.1%2033.1%2034.1h158.5c18.3%200%2032.3-15.7%2032.3-34.1v-381C368%2046.6%20354%2032%20335.7%2032zM241%2055h30c2.2%200%204%201.8%204%204s-1.8%204-4%204h-30c-2.2%200-4-1.8-4-4s1.8-4%204-4zm15.5%20410c-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.4%200%209.6-7.8%2017.4-17.4%2017.4zm93.5-49H162c-1.1%200-2-.9-2-2V85c0-1.1.9-2%202-2h188c1.1%200%202%20.9%202%202v329c0%201.1-.9%202-2%202z%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%22M335.7%2032H177.1C158.8%2032%20144%2046.6%20144%2064.9v381c0%2018.4%2014.8%2034.1%2033.1%2034.1h158.5c18.3%200%2032.3-15.7%2032.3-34.1v-381C368%2046.6%20354%2032%20335.7%2032zM241%2055h30c2.2%200%204%201.8%204%204s-1.8%204-4%204h-30c-2.2%200-4-1.8-4-4s1.8-4%204-4zm15.5%20410c-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.4%200%209.6-7.8%2017.4-17.4%2017.4zm93.5-49H162c-1.1%200-2-.9-2-2V85c0-1.1.9-2%202-2h188c1.1%200%202%20.9%202%202v329c0%201.1-.9%202-2%202z%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-portrait.svg?color=%231a73e8&size=48