no mobile phones emoji

no-mobile-phones from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
no-mobile-phones
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 no mobile phones 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="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M37.8 15H26.2c-2.1 0-3.8 1.7-3.8 3.8v26.4c0 2.1 1.7 3.8 3.8 3.8h11.5c2.1 0 3.8-1.7 3.8-3.8V18.8c.1-2.1-1.6-3.8-3.7-3.8m-7.7 1.4h3.8c.3 0 .5.2.5.5s-.2.5-.5.5h-3.8c-.3 0-.5-.2-.5-.5s.3-.5.5-.5M32 47.1c-.6 0-1.2-.5-1.2-1.1s.5-1.1 1.2-1.1c.6 0 1.2.5 1.2 1.1s-.6 1.1-1.2 1.1m7.7-4.1H24.3V18.8h15.4z"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneNoMobilePhones(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="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M37.8 15H26.2c-2.1 0-3.8 1.7-3.8 3.8v26.4c0 2.1 1.7 3.8 3.8 3.8h11.5c2.1 0 3.8-1.7 3.8-3.8V18.8c.1-2.1-1.6-3.8-3.7-3.8m-7.7 1.4h3.8c.3 0 .5.2.5.5s-.2.5-.5.5h-3.8c-.3 0-.5-.2-.5-.5s.3-.5.5-.5M32 47.1c-.6 0-1.2-.5-1.2-1.1s.5-1.1 1.2-1.1c.6 0 1.2.5 1.2 1.1s-.6 1.1-1.2 1.1m7.7-4.1H24.3V18.8h15.4z"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></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="#ff5a79"/><circle cx="32" cy="32" r="24" fill="#333"/><path fill="#fff" d="M37.8 15H26.2c-2.1 0-3.8 1.7-3.8 3.8v26.4c0 2.1 1.7 3.8 3.8 3.8h11.5c2.1 0 3.8-1.7 3.8-3.8V18.8c.1-2.1-1.6-3.8-3.7-3.8m-7.7 1.4h3.8c.3 0 .5.2.5.5s-.2.5-.5.5h-3.8c-.3 0-.5-.2-.5-.5s.3-.5.5-.5M32 47.1c-.6 0-1.2-.5-1.2-1.1s.5-1.1 1.2-1.1c.6 0 1.2.5 1.2 1.1s-.6 1.1-1.2 1.1m7.7-4.1H24.3V18.8h15.4z"/><path fill="#ff5a79" d="m9.23 13.474l4.243-4.243l41.295 41.295l-4.243 4.242z"/></svg>
</template>

CSS

.icon-no-mobile-phones {
  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%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.8%2015H26.2c-2.1%200-3.8%201.7-3.8%203.8v26.4c0%202.1%201.7%203.8%203.8%203.8h11.5c2.1%200%203.8-1.7%203.8-3.8V18.8c.1-2.1-1.6-3.8-3.7-3.8m-7.7%201.4h3.8c.3%200%20.5.2.5.5s-.2.5-.5.5h-3.8c-.3%200-.5-.2-.5-.5s.3-.5.5-.5M32%2047.1c-.6%200-1.2-.5-1.2-1.1s.5-1.1%201.2-1.1c.6%200%201.2.5%201.2%201.1s-.6%201.1-1.2%201.1m7.7-4.1H24.3V18.8h15.4z%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.243l41.295%2041.295l-4.243%204.242z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ff5a79%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2224%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.8%2015H26.2c-2.1%200-3.8%201.7-3.8%203.8v26.4c0%202.1%201.7%203.8%203.8%203.8h11.5c2.1%200%203.8-1.7%203.8-3.8V18.8c.1-2.1-1.6-3.8-3.7-3.8m-7.7%201.4h3.8c.3%200%20.5.2.5.5s-.2.5-.5.5h-3.8c-.3%200-.5-.2-.5-.5s.3-.5.5-.5M32%2047.1c-.6%200-1.2-.5-1.2-1.1s.5-1.1%201.2-1.1c.6%200%201.2.5%201.2%201.1s-.6%201.1-1.2%201.1m7.7-4.1H24.3V18.8h15.4z%22%2F%3E%3Cpath%20fill%3D%22%23ff5a79%22%20d%3D%22m9.23%2013.474l4.243-4.243l41.295%2041.295l-4.243%204.242z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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