bellhop-bell from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
bellhop-bell
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the bellhop bell emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.003 4C13.451 4 13 4.45 13 5s.451 1 1.003 1H15v1.04c-6.152.507-10.99 5.663-10.99 11.948v1C4.01 20.548 3.56 21 3 21c-.55 0-1 .45-1 1s.45 1 1 1h11v2H6c-1.1 0-2 .9-2 2h.002C2.901 27 2 27.9 2 29h28c0-1.1-.901-2-2.002-2H28a2 2 0 0 0-2-2h-8v-2h11c.55 0 1-.45 1-1s-.45-1.001-1-1.001h-.07a.93.93 0 0 1-.96-.94v-.67c0-6.34-4.753-11.812-10.97-12.346V6h.997C18.549 6 19 5.55 19 5s-.451-1-1.003-1zm7.977 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBellhopBell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.003 4C13.451 4 13 4.45 13 5s.451 1 1.003 1H15v1.04c-6.152.507-10.99 5.663-10.99 11.948v1C4.01 20.548 3.56 21 3 21c-.55 0-1 .45-1 1s.45 1 1 1h11v2H6c-1.1 0-2 .9-2 2h.002C2.901 27 2 27.9 2 29h28c0-1.1-.901-2-2.002-2H28a2 2 0 0 0-2-2h-8v-2h11c.55 0 1-.45 1-1s-.45-1.001-1-1.001h-.07a.93.93 0 0 1-.96-.94v-.67c0-6.34-4.753-11.812-10.97-12.346V6h.997C18.549 6 19 5.55 19 5s-.451-1-1.003-1zm7.977 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.003 4C13.451 4 13 4.45 13 5s.451 1 1.003 1H15v1.04c-6.152.507-10.99 5.663-10.99 11.948v1C4.01 20.548 3.56 21 3 21c-.55 0-1 .45-1 1s.45 1 1 1h11v2H6c-1.1 0-2 .9-2 2h.002C2.901 27 2 27.9 2 29h28c0-1.1-.901-2-2.002-2H28a2 2 0 0 0-2-2h-8v-2h11c.55 0 1-.45 1-1s-.45-1.001-1-1.001h-.07a.93.93 0 0 1-.96-.94v-.67c0-6.34-4.753-11.812-10.97-12.346V6h.997C18.549 6 19 5.55 19 5s-.451-1-1.003-1zm7.977 7a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.003%204C13.451%204%2013%204.45%2013%205s.451%201%201.003%201H15v1.04c-6.152.507-10.99%205.663-10.99%2011.948v1C4.01%2020.548%203.56%2021%203%2021c-.55%200-1%20.45-1%201s.45%201%201%201h11v2H6c-1.1%200-2%20.9-2%202h.002C2.901%2027%202%2027.9%202%2029h28c0-1.1-.901-2-2.002-2H28a2%202%200%200%200-2-2h-8v-2h11c.55%200%201-.45%201-1s-.45-1.001-1-1.001h-.07a.93.93%200%200%201-.96-.94v-.67c0-6.34-4.753-11.812-10.97-12.346V6h.997C18.549%206%2019%205.55%2019%205s-.451-1-1.003-1zm7.977%207a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.003%204C13.451%204%2013%204.45%2013%205s.451%201%201.003%201H15v1.04c-6.152.507-10.99%205.663-10.99%2011.948v1C4.01%2020.548%203.56%2021%203%2021c-.55%200-1%20.45-1%201s.45%201%201%201h11v2H6c-1.1%200-2%20.9-2%202h.002C2.901%2027%202%2027.9%202%2029h28c0-1.1-.901-2-2.002-2H28a2%202%200%200%200-2-2h-8v-2h11c.55%200%201-.45%201-1s-.45-1.001-1-1.001h-.07a.93.93%200%200%201-.96-.94v-.67c0-6.34-4.753-11.812-10.97-12.346V6h.997C18.549%206%2019%205.55%2019%205s-.451-1-1.003-1zm7.977%207a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/bellhop-bell.svg?color=%231a73e8&size=48