phone portrait icon
phone-portrait from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- phone-portrait
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
Use the phone portrait icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><path id="SVGpHmZZbqf" fill="currentColor" d="M336 0H176a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h160a64 64 0 0 0 64-64V64a64 64 0 0 0-64-64m32 448a32 32 0 0 1-32 32H176a32 32 0 0 1-32-32V64a32 32 0 0 1 32-32h11.35a7.94 7.94 0 0 1 7.3 4.75A32 32 0 0 0 224 56h64a32 32 0 0 0 29.35-19.25a7.94 7.94 0 0 1 7.3-4.75H336a32 32 0 0 1 32 32Z"/></defs><use href="#SVGpHmZZbqf"/><path fill="currentColor" d="M336 48a11.88 11.88 0 0 0-9.53 4.69A48 48 0 0 1 288 72h-64a48 48 0 0 1-38.47-19.31A11.88 11.88 0 0 0 176 48a16 16 0 0 0-16 16v384a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16"/><use href="#SVGpHmZZbqf"/></svg>
React
import type { SVGProps } from "react";
export function IonPhonePortrait(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><path id="SVGpHmZZbqf" fill="currentColor" d="M336 0H176a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h160a64 64 0 0 0 64-64V64a64 64 0 0 0-64-64m32 448a32 32 0 0 1-32 32H176a32 32 0 0 1-32-32V64a32 32 0 0 1 32-32h11.35a7.94 7.94 0 0 1 7.3 4.75A32 32 0 0 0 224 56h64a32 32 0 0 0 29.35-19.25a7.94 7.94 0 0 1 7.3-4.75H336a32 32 0 0 1 32 32Z"/></defs><use href="#SVGpHmZZbqf"/><path fill="currentColor" d="M336 48a11.88 11.88 0 0 0-9.53 4.69A48 48 0 0 1 288 72h-64a48 48 0 0 1-38.47-19.31A11.88 11.88 0 0 0 176 48a16 16 0 0 0-16 16v384a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16"/><use href="#SVGpHmZZbqf"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><path id="SVGpHmZZbqf" fill="currentColor" d="M336 0H176a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h160a64 64 0 0 0 64-64V64a64 64 0 0 0-64-64m32 448a32 32 0 0 1-32 32H176a32 32 0 0 1-32-32V64a32 32 0 0 1 32-32h11.35a7.94 7.94 0 0 1 7.3 4.75A32 32 0 0 0 224 56h64a32 32 0 0 0 29.35-19.25a7.94 7.94 0 0 1 7.3-4.75H336a32 32 0 0 1 32 32Z"/></defs><use href="#SVGpHmZZbqf"/><path fill="currentColor" d="M336 48a11.88 11.88 0 0 0-9.53 4.69A48 48 0 0 1 288 72h-64a48 48 0 0 1-38.47-19.31A11.88 11.88 0 0 0 176 48a16 16 0 0 0-16 16v384a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16"/><use href="#SVGpHmZZbqf"/></svg> </template>
CSS
.icon-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%3Cdefs%3E%3Cpath%20id%3D%22SVGpHmZZbqf%22%20fill%3D%22currentColor%22%20d%3D%22M336%200H176a64%2064%200%200%200-64%2064v384a64%2064%200%200%200%2064%2064h160a64%2064%200%200%200%2064-64V64a64%2064%200%200%200-64-64m32%20448a32%2032%200%200%201-32%2032H176a32%2032%200%200%201-32-32V64a32%2032%200%200%201%2032-32h11.35a7.94%207.94%200%200%201%207.3%204.75A32%2032%200%200%200%20224%2056h64a32%2032%200%200%200%2029.35-19.25a7.94%207.94%200%200%201%207.3-4.75H336a32%2032%200%200%201%2032%2032Z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGpHmZZbqf%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%2048a11.88%2011.88%200%200%200-9.53%204.69A48%2048%200%200%201%20288%2072h-64a48%2048%200%200%201-38.47-19.31A11.88%2011.88%200%200%200%20176%2048a16%2016%200%200%200-16%2016v384a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V64a16%2016%200%200%200-16-16%22%2F%3E%3Cuse%20href%3D%22%23SVGpHmZZbqf%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%3Cdefs%3E%3Cpath%20id%3D%22SVGpHmZZbqf%22%20fill%3D%22currentColor%22%20d%3D%22M336%200H176a64%2064%200%200%200-64%2064v384a64%2064%200%200%200%2064%2064h160a64%2064%200%200%200%2064-64V64a64%2064%200%200%200-64-64m32%20448a32%2032%200%200%201-32%2032H176a32%2032%200%200%201-32-32V64a32%2032%200%200%201%2032-32h11.35a7.94%207.94%200%200%201%207.3%204.75A32%2032%200%200%200%20224%2056h64a32%2032%200%200%200%2029.35-19.25a7.94%207.94%200%200%201%207.3-4.75H336a32%2032%200%200%201%2032%2032Z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20href%3D%22%23SVGpHmZZbqf%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%2048a11.88%2011.88%200%200%200-9.53%204.69A48%2048%200%200%201%20288%2072h-64a48%2048%200%200%201-38.47-19.31A11.88%2011.88%200%200%200%20176%2048a16%2016%200%200%200-16%2016v384a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V64a16%2016%200%200%200-16-16%22%2F%3E%3Cuse%20href%3D%22%23SVGpHmZZbqf%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/phone-portrait.svg?color=%231a73e8&size=48