Bell Smart Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bell Smart Home 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/322520.svg" alt="Bell Smart Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322520.svg" alt="Bell Smart Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322520.svg" alt="Bell Smart Home icon" :width="24" :height="24" />
CSS background
.icon-bell-smart-home {
background-image: url('https://proicons.com/icon/322520.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.671,42.35c1.5591.0033,2.8257-1.2579,2.829-2.817,0-.0043,0-.0087,0-.013v-18.304c0-1.139-.89-2.207-1.78-2.915l-13.861-11.01c-1.682-1.338-1.76-1.641-2.859-1.641-1.098,0-1.177.303-2.859,1.64l-13.86,11.01c-.892.708-1.781,1.776-1.781,2.915v18.305c-.0039,1.5591,1.2569,2.8261,2.816,2.83.0043,0,.0087,0,.013,0h31.342Z"/><path class="b" d="M21.475,23.965c-.0006,1.0444-.8472,1.8906-1.891,1.89h0c-1.0434,0-1.8894-.846-1.89-1.89-.0006-1.0444.8452-1.8914,1.889-1.892h.001c1.0438,0,1.89.8466,1.89,1.891v.001h.001ZM19.584,26.032v6.697M29.618,30.837c-.0006-1.0444-.8472-1.8906-1.891-1.89h0c-1.0438-.0006-1.8904.8456-1.891,1.89h0c-.0006,1.0444.8452,1.8914,1.889,1.892h.001c1.0438.0011,1.8909-.8446,1.892-1.889,0-.001,0-.002,0-.003ZM27.727,28.77v-6.697"/></svg>
Copied!