Notifyformiband Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notifyformiband icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/344910.svg" alt="Notifyformiband icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344910.svg" alt="Notifyformiband icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344910.svg" alt="Notifyformiband icon" :width="24" :height="24" />
CSS background
.icon-notifyformiband {
background-image: url('https://proicons.com/icon/344910.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 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="7.47" y="29.01" width="33.06" height="11.63" rx="5.81"/><circle class="a" cx="13.3" cy="34.83" r="5.81"/><path class="a" d="M19.24,11.39a2.16,2.16,0,1,1,0-3.05,2.13,2.13,0,0,1,.63,1.49A2.18,2.18,0,0,1,19.24,11.39Z"/><path class="a" d="M26.84,9.87a.9.9,0,0,0-.91.9h0V21.2a.9.9,0,0,0,.9.91H43a.9.9,0,0,0,.91-.9h0V10.77a.9.9,0,0,0-.9-.9H26.84Zm15.29,1.76-7.22,5.31-7.22-5.31"/><line class="a" x1="4.89" y1="22.7" x2="14.71" y2="12.88"/><polyline class="a" points="10.64 16.94 14 20.39 10.33 24.07"/><polyline class="a" points="21.15 13.05 18.01 16.18 11.34 9.51"/><line class="a" x1="11.34" y1="9.51" x2="8.46" y2="12.4"/></svg>
Copied!