bell emoji
bell from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- bell
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
bellAkar IconsbellBootstrap IconsbellBoxIcons v2bellBoxIcons v2 SolidbellEmoji One (Colored)bell-fillEva IconsbellFramework7 IconsbellFont Awesome 6 RegularbellFont Awesome 6 SolidbellFeather IconsbellFluent EmojibellFluent Emoji FlatbellFluent Emoji High Contrastbellcss.ggbellHeroIconsbellHuge IconsbellHumbleiconsbellIconoirbellJam IconsbellLine AwesomebellMaterial Line IconsbellLucidebellMajesticonsbellMaterial Design Icons
More objects icons from OpenMoji
Use the bell emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.61" cy="57.772" r="5" fill="#f1b31c" stroke="#f1b31c" stroke-miterlimit="10" stroke-width="2"/><path fill="#fcea2b" d="M56.105 56.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284 0-14.225 6.752-15 15c-.367 3.9-.894 12.83-2.246 19.414c-1.196 5.82-3.254 9.586-3.254 9.586z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M30.105 13.283a5 5 0 0 1 10 0M40.087 60a5 5 0 0 1-8.966-.002"/><path stroke-miterlimit="10" stroke-width="1.818" d="M56.105 56.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284 0-14.225 6.752-15 15c-.367 3.9-.894 12.83-2.246 19.414c-1.196 5.82-3.254 9.586-3.254 9.586z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBell(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.61" cy="57.772" r="5" fill="#f1b31c" stroke="#f1b31c" strokeMiterlimit="10" strokeWidth="2"/><path fill="#fcea2b" d="M56.105 56.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284 0-14.225 6.752-15 15c-.367 3.9-.894 12.83-2.246 19.414c-1.196 5.82-3.254 9.586-3.254 9.586z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="M30.105 13.283a5 5 0 0 1 10 0M40.087 60a5 5 0 0 1-8.966-.002"/><path strokeMiterlimit="10" strokeWidth="1.818" d="M56.105 56.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284 0-14.225 6.752-15 15c-.367 3.9-.894 12.83-2.246 19.414c-1.196 5.82-3.254 9.586-3.254 9.586z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.61" cy="57.772" r="5" fill="#f1b31c" stroke="#f1b31c" stroke-miterlimit="10" stroke-width="2"/><path fill="#fcea2b" d="M56.105 56.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284 0-14.225 6.752-15 15c-.367 3.9-.894 12.83-2.246 19.414c-1.196 5.82-3.254 9.586-3.254 9.586z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M30.105 13.283a5 5 0 0 1 10 0M40.087 60a5 5 0 0 1-8.966-.002"/><path stroke-miterlimit="10" stroke-width="1.818" d="M56.105 56.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284 0-14.225 6.752-15 15c-.367 3.9-.894 12.83-2.246 19.414c-1.196 5.82-3.254 9.586-3.254 9.586z"/></g></svg> </template>
CSS
.icon-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%3Ccircle%20cx%3D%2235.61%22%20cy%3D%2257.772%22%20r%3D%225%22%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M56.105%2056.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284%200-14.225%206.752-15%2015c-.367%203.9-.894%2012.83-2.246%2019.414c-1.196%205.82-3.254%209.586-3.254%209.586z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M30.105%2013.283a5%205%200%200%201%2010%200M40.087%2060a5%205%200%200%201-8.966-.002%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.818%22%20d%3D%22M56.105%2056.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284%200-14.225%206.752-15%2015c-.367%203.9-.894%2012.83-2.246%2019.414c-1.196%205.82-3.254%209.586-3.254%209.586z%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%3Ccircle%20cx%3D%2235.61%22%20cy%3D%2257.772%22%20r%3D%225%22%20fill%3D%22%23f1b31c%22%20stroke%3D%22%23f1b31c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M56.105%2056.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284%200-14.225%206.752-15%2015c-.367%203.9-.894%2012.83-2.246%2019.414c-1.196%205.82-3.254%209.586-3.254%209.586z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M30.105%2013.283a5%205%200%200%201%2010%200M40.087%2060a5%205%200%200%201-8.966-.002%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.818%22%20d%3D%22M56.105%2056.783s-2.059-3.767-3.254-9.586c-1.352-6.584-1.88-15.515-2.246-19.414c-.775-8.248-6.716-15-15-15h-.5c-8.284%200-14.225%206.752-15%2015c-.367%203.9-.894%2012.83-2.246%2019.414c-1.196%205.82-3.254%209.586-3.254%209.586z%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/bell.svg?color=%231a73e8&size=48