mobile message emoji
mobile-message from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- mobile-message
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the mobile message emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="34.043" height="55.942" x="15.177" y="7.992" fill="#9b9b9a" rx="3.68" ry="3.68"/><path fill="#3f3f3f" d="M45.388 55.01h-26.38a.975.975 0 0 1-.972-.973V15.13a.975.975 0 0 1 .973-.973h26.38a.975.975 0 0 1 .972.973v38.907a.92.92 0 0 1-.973.972"/><path fill="#fcea2b" d="M31.137 22.073a3.69 3.69 0 0 0-3.68 3.68V40.75a.31.31 0 0 0 .46.276l4.6-4.048a.68.68 0 0 1 .552-.184h25.484a3.69 3.69 0 0 0 3.68-3.68v-7.36a3.69 3.69 0 0 0-3.68-3.68Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M46.36 39.548v14.489a.92.92 0 0 1-.972.972h-26.38a.975.975 0 0 1-.972-.972V15.13a.975.975 0 0 1 .973-.973h26.38a.975.975 0 0 1 .972.973v3.902"/><circle cx="32.198" cy="59.266" r="1.945"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.335 11.24h9.727zM49.22 39.548v20.706a3.69 3.69 0 0 1-3.68 3.68H18.857a3.69 3.69 0 0 1-3.68-3.68V11.672a3.69 3.69 0 0 1 3.68-3.68H45.54a3.69 3.69 0 0 1 3.68 3.68v7.36"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M31.137 22.073a3.69 3.69 0 0 0-3.68 3.68V40.75a.31.31 0 0 0 .46.276l4.6-4.048a.68.68 0 0 1 .552-.184h25.484a3.69 3.69 0 0 0 3.68-3.68v-7.36a3.69 3.69 0 0 0-3.68-3.68Z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMobileMessage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="34.043" height="55.942" x="15.177" y="7.992" fill="#9b9b9a" rx="3.68" ry="3.68"/><path fill="#3f3f3f" d="M45.388 55.01h-26.38a.975.975 0 0 1-.972-.973V15.13a.975.975 0 0 1 .973-.973h26.38a.975.975 0 0 1 .972.973v38.907a.92.92 0 0 1-.973.972"/><path fill="#fcea2b" d="M31.137 22.073a3.69 3.69 0 0 0-3.68 3.68V40.75a.31.31 0 0 0 .46.276l4.6-4.048a.68.68 0 0 1 .552-.184h25.484a3.69 3.69 0 0 0 3.68-3.68v-7.36a3.69 3.69 0 0 0-3.68-3.68Z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M46.36 39.548v14.489a.92.92 0 0 1-.972.972h-26.38a.975.975 0 0 1-.972-.972V15.13a.975.975 0 0 1 .973-.973h26.38a.975.975 0 0 1 .972.973v3.902"/><circle cx="32.198" cy="59.266" r="1.945"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M27.335 11.24h9.727zM49.22 39.548v20.706a3.69 3.69 0 0 1-3.68 3.68H18.857a3.69 3.69 0 0 1-3.68-3.68V11.672a3.69 3.69 0 0 1 3.68-3.68H45.54a3.69 3.69 0 0 1 3.68 3.68v7.36"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="M31.137 22.073a3.69 3.69 0 0 0-3.68 3.68V40.75a.31.31 0 0 0 .46.276l4.6-4.048a.68.68 0 0 1 .552-.184h25.484a3.69 3.69 0 0 0 3.68-3.68v-7.36a3.69 3.69 0 0 0-3.68-3.68Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="34.043" height="55.942" x="15.177" y="7.992" fill="#9b9b9a" rx="3.68" ry="3.68"/><path fill="#3f3f3f" d="M45.388 55.01h-26.38a.975.975 0 0 1-.972-.973V15.13a.975.975 0 0 1 .973-.973h26.38a.975.975 0 0 1 .972.973v38.907a.92.92 0 0 1-.973.972"/><path fill="#fcea2b" d="M31.137 22.073a3.69 3.69 0 0 0-3.68 3.68V40.75a.31.31 0 0 0 .46.276l4.6-4.048a.68.68 0 0 1 .552-.184h25.484a3.69 3.69 0 0 0 3.68-3.68v-7.36a3.69 3.69 0 0 0-3.68-3.68Z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M46.36 39.548v14.489a.92.92 0 0 1-.972.972h-26.38a.975.975 0 0 1-.972-.972V15.13a.975.975 0 0 1 .973-.973h26.38a.975.975 0 0 1 .972.973v3.902"/><circle cx="32.198" cy="59.266" r="1.945"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.335 11.24h9.727zM49.22 39.548v20.706a3.69 3.69 0 0 1-3.68 3.68H18.857a3.69 3.69 0 0 1-3.68-3.68V11.672a3.69 3.69 0 0 1 3.68-3.68H45.54a3.69 3.69 0 0 1 3.68 3.68v7.36"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M31.137 22.073a3.69 3.69 0 0 0-3.68 3.68V40.75a.31.31 0 0 0 .46.276l4.6-4.048a.68.68 0 0 1 .552-.184h25.484a3.69 3.69 0 0 0 3.68-3.68v-7.36a3.69 3.69 0 0 0-3.68-3.68Z"/></svg> </template>
CSS
.icon-mobile-message {
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%3Crect%20width%3D%2234.043%22%20height%3D%2255.942%22%20x%3D%2215.177%22%20y%3D%227.992%22%20fill%3D%22%239b9b9a%22%20rx%3D%223.68%22%20ry%3D%223.68%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M45.388%2055.01h-26.38a.975.975%200%200%201-.972-.973V15.13a.975.975%200%200%201%20.973-.973h26.38a.975.975%200%200%201%20.972.973v38.907a.92.92%200%200%201-.973.972%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M31.137%2022.073a3.69%203.69%200%200%200-3.68%203.68V40.75a.31.31%200%200%200%20.46.276l4.6-4.048a.68.68%200%200%201%20.552-.184h25.484a3.69%203.69%200%200%200%203.68-3.68v-7.36a3.69%203.69%200%200%200-3.68-3.68Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M46.36%2039.548v14.489a.92.92%200%200%201-.972.972h-26.38a.975.975%200%200%201-.972-.972V15.13a.975.975%200%200%201%20.973-.973h26.38a.975.975%200%200%201%20.972.973v3.902%22%2F%3E%3Ccircle%20cx%3D%2232.198%22%20cy%3D%2259.266%22%20r%3D%221.945%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M27.335%2011.24h9.727zM49.22%2039.548v20.706a3.69%203.69%200%200%201-3.68%203.68H18.857a3.69%203.69%200%200%201-3.68-3.68V11.672a3.69%203.69%200%200%201%203.68-3.68H45.54a3.69%203.69%200%200%201%203.68%203.68v7.36%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M31.137%2022.073a3.69%203.69%200%200%200-3.68%203.68V40.75a.31.31%200%200%200%20.46.276l4.6-4.048a.68.68%200%200%201%20.552-.184h25.484a3.69%203.69%200%200%200%203.68-3.68v-7.36a3.69%203.69%200%200%200-3.68-3.68Z%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%2072%2072%22%3E%3Crect%20width%3D%2234.043%22%20height%3D%2255.942%22%20x%3D%2215.177%22%20y%3D%227.992%22%20fill%3D%22%239b9b9a%22%20rx%3D%223.68%22%20ry%3D%223.68%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M45.388%2055.01h-26.38a.975.975%200%200%201-.972-.973V15.13a.975.975%200%200%201%20.973-.973h26.38a.975.975%200%200%201%20.972.973v38.907a.92.92%200%200%201-.973.972%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M31.137%2022.073a3.69%203.69%200%200%200-3.68%203.68V40.75a.31.31%200%200%200%20.46.276l4.6-4.048a.68.68%200%200%201%20.552-.184h25.484a3.69%203.69%200%200%200%203.68-3.68v-7.36a3.69%203.69%200%200%200-3.68-3.68Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M46.36%2039.548v14.489a.92.92%200%200%201-.972.972h-26.38a.975.975%200%200%201-.972-.972V15.13a.975.975%200%200%201%20.973-.973h26.38a.975.975%200%200%201%20.972.973v3.902%22%2F%3E%3Ccircle%20cx%3D%2232.198%22%20cy%3D%2259.266%22%20r%3D%221.945%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M27.335%2011.24h9.727zM49.22%2039.548v20.706a3.69%203.69%200%200%201-3.68%203.68H18.857a3.69%203.69%200%200%201-3.68-3.68V11.672a3.69%203.69%200%200%201%203.68-3.68H45.54a3.69%203.69%200%200%201%203.68%203.68v7.36%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M31.137%2022.073a3.69%203.69%200%200%200-3.68%203.68V40.75a.31.31%200%200%200%20.46.276l4.6-4.048a.68.68%200%200%201%20.552-.184h25.484a3.69%203.69%200%200%200%203.68-3.68v-7.36a3.69%203.69%200%200%200-3.68-3.68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/mobile-message.svg?color=%231a73e8&size=48