mobile phone off emoji
mobile-phone-off from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- mobile-phone-off
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the mobile phone off emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#eda454"/><g fill="#fff"><path d="M32 37c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5m0-8.6c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6s3.6-1.6 3.6-3.6s-1.6-3.6-3.6-3.6m7.5 8.6v-4.3H46v-1.4h-6.5v-2.9H46V27h-8v10zm9 0v-4.3H55v-1.4h-6.5v-2.9H55V27h-8v10z"/><path d="M42.4 39.8v6.8H21.6v-32h20.8v9.8H45v-9.8c0-2.8-2.3-5-5.2-5H24.2c-2.9 0-5.2 2.2-5.2 5v35c0 2.8 2.3 5 5.2 5h15.6c2.9 0 5.2-2.2 5.2-5v-9.8zM32 52c-.9 0-1.6-.7-1.6-1.5S31.1 49 32 49s1.6.7 1.6 1.5S32.9 52 32 52"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneMobilePhoneOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#eda454"/><g fill="#fff"><path d="M32 37c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5m0-8.6c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6s3.6-1.6 3.6-3.6s-1.6-3.6-3.6-3.6m7.5 8.6v-4.3H46v-1.4h-6.5v-2.9H46V27h-8v10zm9 0v-4.3H55v-1.4h-6.5v-2.9H55V27h-8v10z"/><path d="M42.4 39.8v6.8H21.6v-32h20.8v9.8H45v-9.8c0-2.8-2.3-5-5.2-5H24.2c-2.9 0-5.2 2.2-5.2 5v35c0 2.8 2.3 5 5.2 5h15.6c2.9 0 5.2-2.2 5.2-5v-9.8zM32 52c-.9 0-1.6-.7-1.6-1.5S31.1 49 32 49s1.6.7 1.6 1.5S32.9 52 32 52"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#eda454"/><g fill="#fff"><path d="M32 37c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5m0-8.6c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6s3.6-1.6 3.6-3.6s-1.6-3.6-3.6-3.6m7.5 8.6v-4.3H46v-1.4h-6.5v-2.9H46V27h-8v10zm9 0v-4.3H55v-1.4h-6.5v-2.9H55V27h-8v10z"/><path d="M42.4 39.8v6.8H21.6v-32h20.8v9.8H45v-9.8c0-2.8-2.3-5-5.2-5H24.2c-2.9 0-5.2 2.2-5.2 5v35c0 2.8 2.3 5 5.2 5h15.6c2.9 0 5.2-2.2 5.2-5v-9.8zM32 52c-.9 0-1.6-.7-1.6-1.5S31.1 49 32 49s1.6.7 1.6 1.5S32.9 52 32 52"/></g></svg> </template>
CSS
.icon-mobile-phone-off {
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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23eda454%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M32%2037c-2.8%200-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205s-2.2%205-5%205m0-8.6c-2%200-3.6%201.6-3.6%203.6s1.6%203.6%203.6%203.6s3.6-1.6%203.6-3.6s-1.6-3.6-3.6-3.6m7.5%208.6v-4.3H46v-1.4h-6.5v-2.9H46V27h-8v10zm9%200v-4.3H55v-1.4h-6.5v-2.9H55V27h-8v10z%22%2F%3E%3Cpath%20d%3D%22M42.4%2039.8v6.8H21.6v-32h20.8v9.8H45v-9.8c0-2.8-2.3-5-5.2-5H24.2c-2.9%200-5.2%202.2-5.2%205v35c0%202.8%202.3%205%205.2%205h15.6c2.9%200%205.2-2.2%205.2-5v-9.8zM32%2052c-.9%200-1.6-.7-1.6-1.5S31.1%2049%2032%2049s1.6.7%201.6%201.5S32.9%2052%2032%2052%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23eda454%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M32%2037c-2.8%200-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205s-2.2%205-5%205m0-8.6c-2%200-3.6%201.6-3.6%203.6s1.6%203.6%203.6%203.6s3.6-1.6%203.6-3.6s-1.6-3.6-3.6-3.6m7.5%208.6v-4.3H46v-1.4h-6.5v-2.9H46V27h-8v10zm9%200v-4.3H55v-1.4h-6.5v-2.9H55V27h-8v10z%22%2F%3E%3Cpath%20d%3D%22M42.4%2039.8v6.8H21.6v-32h20.8v9.8H45v-9.8c0-2.8-2.3-5-5.2-5H24.2c-2.9%200-5.2%202.2-5.2%205v35c0%202.8%202.3%205%205.2%205h15.6c2.9%200%205.2-2.2%205.2-5v-9.8zM32%2052c-.9%200-1.6-.7-1.6-1.5S31.1%2049%2032%2049s1.6.7%201.6%201.5S32.9%2052%2032%2052%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/mobile-phone-off.svg?color=%231a73e8&size=48