bellhop bell emoji

bellhop-bell from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
bellhop-bell
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the bellhop bell emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" stroke="#f1b31c" stroke-miterlimit="10" d="M36.4 16.8a17.67 17.67 0 0 0-17.7 17.7H54a17.584 17.584 0 0 0-17.6-17.7Z"/><path fill="#f1b31c" d="M37.5 15.6a1.77 1.77 0 0 0 1.7-1.8a1.75 1.75 0 0 0-1.7-1.7a1.77 1.77 0 0 0-1.7 1.8a1.686 1.686 0 0 0 1.7 1.7m-.8 26a1.77 1.77 0 0 0 1.7-1.8a1.75 1.75 0 0 0-1.7-1.7a1.77 1.77 0 0 0-1.7 1.8a1.63 1.63 0 0 0 1.7 1.7"/><path fill="#fff" d="M40.8 23c.7-.1 1.3.5 1.9.8a4 4 0 0 1 1.6 1.3c1 1.6 3.6.1 2.6-1.5a7.8 7.8 0 0 0-2.7-2.4a6.1 6.1 0 0 0-3.4-1.2a1.5 1.5 0 0 0 0 3"/><path fill="none" stroke="#6a462f" stroke-miterlimit="10" stroke-width="3" d="M14.5 47.5h42"/><path fill="none" stroke="#6a462f" stroke-miterlimit="10" stroke-width="2.356" d="M17.9 43.7h36.6"/><path fill="none" stroke="#f1b31c" stroke-miterlimit="10" stroke-width="2.356" d="M16.2 36h41.2"/><g fill="none" stroke="#000"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.356" d="M19.1 33.3a17.65 17.65 0 0 1 35.3-.1v.1"/><path stroke-linejoin="round" stroke-width="2" d="M17.3 34.3h39A1.75 1.75 0 0 1 58 36v.1a1.75 1.75 0 0 1-1.7 1.7h-39a1.75 1.75 0 0 1-1.7-1.7V36a1.63 1.63 0 0 1 1.7-1.7Z"/><path stroke-linecap="square" stroke-miterlimit="10" stroke-width="2" d="M35 38.4h3.5v2.4H35z"/><path stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="M17.4 41.9h37.7v3.5H17.4zM15 45.5h42.4V49H15z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35 15a2.35 2.35 0 1 1 4.7-.1h0"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBellhopBell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" stroke="#f1b31c" strokeMiterlimit="10" d="M36.4 16.8a17.67 17.67 0 0 0-17.7 17.7H54a17.584 17.584 0 0 0-17.6-17.7Z"/><path fill="#f1b31c" d="M37.5 15.6a1.77 1.77 0 0 0 1.7-1.8a1.75 1.75 0 0 0-1.7-1.7a1.77 1.77 0 0 0-1.7 1.8a1.686 1.686 0 0 0 1.7 1.7m-.8 26a1.77 1.77 0 0 0 1.7-1.8a1.75 1.75 0 0 0-1.7-1.7a1.77 1.77 0 0 0-1.7 1.8a1.63 1.63 0 0 0 1.7 1.7"/><path fill="#fff" d="M40.8 23c.7-.1 1.3.5 1.9.8a4 4 0 0 1 1.6 1.3c1 1.6 3.6.1 2.6-1.5a7.8 7.8 0 0 0-2.7-2.4a6.1 6.1 0 0 0-3.4-1.2a1.5 1.5 0 0 0 0 3"/><path fill="none" stroke="#6a462f" strokeMiterlimit="10" strokeWidth="3" d="M14.5 47.5h42"/><path fill="none" stroke="#6a462f" strokeMiterlimit="10" strokeWidth="2.356" d="M17.9 43.7h36.6"/><path fill="none" stroke="#f1b31c" strokeMiterlimit="10" strokeWidth="2.356" d="M16.2 36h41.2"/><g fill="none" stroke="#000"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.356" d="M19.1 33.3a17.65 17.65 0 0 1 35.3-.1v.1"/><path strokeLinejoin="round" strokeWidth="2" d="M17.3 34.3h39A1.75 1.75 0 0 1 58 36v.1a1.75 1.75 0 0 1-1.7 1.7h-39a1.75 1.75 0 0 1-1.7-1.7V36a1.63 1.63 0 0 1 1.7-1.7Z"/><path strokeLinecap="square" strokeMiterlimit="10" strokeWidth="2" d="M35 38.4h3.5v2.4H35z"/><path strokeLinecap="square" strokeLinejoin="round" strokeWidth="2" d="M17.4 41.9h37.7v3.5H17.4zM15 45.5h42.4V49H15z"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M35 15a2.35 2.35 0 1 1 4.7-.1h0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f1b31c" stroke="#f1b31c" stroke-miterlimit="10" d="M36.4 16.8a17.67 17.67 0 0 0-17.7 17.7H54a17.584 17.584 0 0 0-17.6-17.7Z"/><path fill="#f1b31c" d="M37.5 15.6a1.77 1.77 0 0 0 1.7-1.8a1.75 1.75 0 0 0-1.7-1.7a1.77 1.77 0 0 0-1.7 1.8a1.686 1.686 0 0 0 1.7 1.7m-.8 26a1.77 1.77 0 0 0 1.7-1.8a1.75 1.75 0 0 0-1.7-1.7a1.77 1.77 0 0 0-1.7 1.8a1.63 1.63 0 0 0 1.7 1.7"/><path fill="#fff" d="M40.8 23c.7-.1 1.3.5 1.9.8a4 4 0 0 1 1.6 1.3c1 1.6 3.6.1 2.6-1.5a7.8 7.8 0 0 0-2.7-2.4a6.1 6.1 0 0 0-3.4-1.2a1.5 1.5 0 0 0 0 3"/><path fill="none" stroke="#6a462f" stroke-miterlimit="10" stroke-width="3" d="M14.5 47.5h42"/><path fill="none" stroke="#6a462f" stroke-miterlimit="10" stroke-width="2.356" d="M17.9 43.7h36.6"/><path fill="none" stroke="#f1b31c" stroke-miterlimit="10" stroke-width="2.356" d="M16.2 36h41.2"/><g fill="none" stroke="#000"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.356" d="M19.1 33.3a17.65 17.65 0 0 1 35.3-.1v.1"/><path stroke-linejoin="round" stroke-width="2" d="M17.3 34.3h39A1.75 1.75 0 0 1 58 36v.1a1.75 1.75 0 0 1-1.7 1.7h-39a1.75 1.75 0 0 1-1.7-1.7V36a1.63 1.63 0 0 1 1.7-1.7Z"/><path stroke-linecap="square" stroke-miterlimit="10" stroke-width="2" d="M35 38.4h3.5v2.4H35z"/><path stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="M17.4 41.9h37.7v3.5H17.4zM15 45.5h42.4V49H15z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35 15a2.35 2.35 0 1 1 4.7-.1h0"/></g></svg>
</template>

CSS

.icon-bellhop-bell {
  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%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M36.4%2016.8a17.67%2017.67%200%200%200-17.7%2017.7H54a17.584%2017.584%200%200%200-17.6-17.7Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.5%2015.6a1.77%201.77%200%200%200%201.7-1.8a1.75%201.75%200%200%200-1.7-1.7a1.77%201.77%200%200%200-1.7%201.8a1.686%201.686%200%200%200%201.7%201.7m-.8%2026a1.77%201.77%200%200%200%201.7-1.8a1.75%201.75%200%200%200-1.7-1.7a1.77%201.77%200%200%200-1.7%201.8a1.63%201.63%200%200%200%201.7%201.7%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M40.8%2023c.7-.1%201.3.5%201.9.8a4%204%200%200%201%201.6%201.3c1%201.6%203.6.1%202.6-1.5a7.8%207.8%200%200%200-2.7-2.4a6.1%206.1%200%200%200-3.4-1.2a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236a462f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M14.5%2047.5h42%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236a462f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.356%22%20d%3D%22M17.9%2043.7h36.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.356%22%20d%3D%22M16.2%2036h41.2%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.356%22%20d%3D%22M19.1%2033.3a17.65%2017.65%200%200%201%2035.3-.1v.1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.3%2034.3h39A1.75%201.75%200%200%201%2058%2036v.1a1.75%201.75%200%200%201-1.7%201.7h-39a1.75%201.75%200%200%201-1.7-1.7V36a1.63%201.63%200%200%201%201.7-1.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35%2038.4h3.5v2.4H35z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.4%2041.9h37.7v3.5H17.4zM15%2045.5h42.4V49H15z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35%2015a2.35%202.35%200%201%201%204.7-.1h0%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%3Cpath%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M36.4%2016.8a17.67%2017.67%200%200%200-17.7%2017.7H54a17.584%2017.584%200%200%200-17.6-17.7Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.5%2015.6a1.77%201.77%200%200%200%201.7-1.8a1.75%201.75%200%200%200-1.7-1.7a1.77%201.77%200%200%200-1.7%201.8a1.686%201.686%200%200%200%201.7%201.7m-.8%2026a1.77%201.77%200%200%200%201.7-1.8a1.75%201.75%200%200%200-1.7-1.7a1.77%201.77%200%200%200-1.7%201.8a1.63%201.63%200%200%200%201.7%201.7%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M40.8%2023c.7-.1%201.3.5%201.9.8a4%204%200%200%201%201.6%201.3c1%201.6%203.6.1%202.6-1.5a7.8%207.8%200%200%200-2.7-2.4a6.1%206.1%200%200%200-3.4-1.2a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236a462f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M14.5%2047.5h42%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236a462f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.356%22%20d%3D%22M17.9%2043.7h36.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.356%22%20d%3D%22M16.2%2036h41.2%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.356%22%20d%3D%22M19.1%2033.3a17.65%2017.65%200%200%201%2035.3-.1v.1%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.3%2034.3h39A1.75%201.75%200%200%201%2058%2036v.1a1.75%201.75%200%200%201-1.7%201.7h-39a1.75%201.75%200%200%201-1.7-1.7V36a1.63%201.63%200%200%201%201.7-1.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M35%2038.4h3.5v2.4H35z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17.4%2041.9h37.7v3.5H17.4zM15%2045.5h42.4V49H15z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35%2015a2.35%202.35%200%201%201%204.7-.1h0%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/bellhop-bell.svg?color=%231a73e8&size=48