mobile phone emoji

mobile-phone from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
mobile-phone
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the mobile phone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#9b9b9a" d="M52.5 64.764h-33a1 1 0 0 1-1-1v-56a1 1 0 0 1 1-1h33a1 1 0 0 1 1 1v56a1 1 0 0 1-1 1"/><path fill="#d0cfce" d="M48.034 55H23.966a.966.966 0 0 1-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 0 1-.966.966"/><path fill="#fff" d="M31 10h10z"/></g><g stroke="#000" stroke-miterlimit="10"><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M52.5 64.764h-33a1 1 0 0 1-1-1v-56a1 1 0 0 1 1-1h33a1 1 0 0 1 1 1v56a1 1 0 0 1-1 1"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M48.034 55H23.966a.966.966 0 0 1-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 0 1-.966.966"/><circle cx="36" cy="60" r="2"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31 10h10z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiMobilePhone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#9b9b9a" d="M52.5 64.764h-33a1 1 0 0 1-1-1v-56a1 1 0 0 1 1-1h33a1 1 0 0 1 1 1v56a1 1 0 0 1-1 1"/><path fill="#d0cfce" d="M48.034 55H23.966a.966.966 0 0 1-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 0 1-.966.966"/><path fill="#fff" d="M31 10h10z"/></g><g stroke="#000" strokeMiterlimit="10"><path fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M52.5 64.764h-33a1 1 0 0 1-1-1v-56a1 1 0 0 1 1-1h33a1 1 0 0 1 1 1v56a1 1 0 0 1-1 1"/><path fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M48.034 55H23.966a.966.966 0 0 1-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 0 1-.966.966"/><circle cx="36" cy="60" r="2"/><path fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M31 10h10z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#9b9b9a" d="M52.5 64.764h-33a1 1 0 0 1-1-1v-56a1 1 0 0 1 1-1h33a1 1 0 0 1 1 1v56a1 1 0 0 1-1 1"/><path fill="#d0cfce" d="M48.034 55H23.966a.966.966 0 0 1-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 0 1-.966.966"/><path fill="#fff" d="M31 10h10z"/></g><g stroke="#000" stroke-miterlimit="10"><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M52.5 64.764h-33a1 1 0 0 1-1-1v-56a1 1 0 0 1 1-1h33a1 1 0 0 1 1 1v56a1 1 0 0 1-1 1"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M48.034 55H23.966a.966.966 0 0 1-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534 0 .966.432.966.966v40.068a.966.966 0 0 1-.966.966"/><circle cx="36" cy="60" r="2"/><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31 10h10z"/></g></svg>
</template>

CSS

.icon-mobile-phone {
  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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M52.5%2064.764h-33a1%201%200%200%201-1-1v-56a1%201%200%200%201%201-1h33a1%201%200%200%201%201%201v56a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M48.034%2055H23.966a.966.966%200%200%201-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534%200%20.966.432.966.966v40.068a.966.966%200%200%201-.966.966%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31%2010h10z%22%2F%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M52.5%2064.764h-33a1%201%200%200%201-1-1v-56a1%201%200%200%201%201-1h33a1%201%200%200%201%201%201v56a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M48.034%2055H23.966a.966.966%200%200%201-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534%200%20.966.432.966.966v40.068a.966.966%200%200%201-.966.966%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2260%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31%2010h10z%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M52.5%2064.764h-33a1%201%200%200%201-1-1v-56a1%201%200%200%201%201-1h33a1%201%200%200%201%201%201v56a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M48.034%2055H23.966a.966.966%200%200%201-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534%200%20.966.432.966.966v40.068a.966.966%200%200%201-.966.966%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31%2010h10z%22%2F%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M52.5%2064.764h-33a1%201%200%200%201-1-1v-56a1%201%200%200%201%201-1h33a1%201%200%200%201%201%201v56a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M48.034%2055H23.966a.966.966%200%200%201-.966-.966V13.966c0-.534.433-.966.966-.966h24.068c.534%200%20.966.432.966.966v40.068a.966.966%200%200%201-.966.966%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2260%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31%2010h10z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/mobile-phone.svg?color=%231a73e8&size=48