Emoji Bell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bell icon is commonly used in notification panels, alert systems and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/339683.svg" alt="Emoji Bell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339683.svg" alt="Emoji Bell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339683.svg" alt="Emoji Bell icon" :width="24" :height="24" />
CSS background
.icon-emoji-bell {
background-image: url('https://proicons.com/icon/339683.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m20.4352,8.8945c0-1.8747,1.52-3.3945,3.395-3.3945s3.395,1.5198,3.395,3.3945"/><path id="d" class="f" d="m28.4107,38.4265c-.2493,1.5269-.8429,4.0575-4.2409,4.0734-3.398.0159-3.8929-2.5711-4.2438-4.0734"/><path id="e" class="f" d="m38.0893,38.4265s-1.3979-2.557-2.2095-6.5076c-.9182-4.4696-1.2762-10.5328-1.525-13.1805-.5264-5.5995-4.56-10.1835-10.185-10.1835h-.3395c-5.625,0-9.6586,4.584-10.185,10.1835-.2489,2.6476-.6068,8.7109-1.525,13.1805-.8116,3.9506-2.2095,6.5076-2.2095,6.5076h28.1785"/></svg>
Copied!