Bell Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The 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/311177.svg" alt="Bell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311177.svg" alt="Bell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311177.svg" alt="Bell icon" :width="24" :height="24" />
CSS background
.icon-bell {
background-image: url('https://proicons.com/icon/311177.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M19 17H3V16H4V15H5V7H6V6H7V5H9V4H10V2H12V4H13V5H15V6H16V7H17V15H18V16H19M12 20H10V19H9V18H13V19H12M15 15V8H14V7H13V6H9V7H8V8H7V15Z"/></svg>
Bell in other icon packs
Copied!