Beep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beep 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/337059.svg" alt="Beep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337059.svg" alt="Beep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337059.svg" alt="Beep icon" :width="24" :height="24" />
CSS background
.icon-beep {
background-image: url('https://proicons.com/icon/337059.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M26.49,35.094c-1.437-.773-2.51-3.017-2.377-4.912l-3.217-3.487c-.616-.667-.947-2.119.012-2.913,1.066-.883,2.107-.361,2.917.448l5.228,5.23M21.534,30.322c.166,2.292.73,5.125,2.871,6.261v3.556M32.583,37.67v-12.502c0-1.012-.374-2.142-1.125-2.82l-3.362-3.04"/><path class="c" d="M24.058,30.261h-5.935c-.2872,0-.52-.2328-.52-.52h0v-15.633c0-.288.232-.52.52-.52h9.362c.288,0,.52.232.52.52v14.122"/><path class="c" d="M40.35,24c0,9.0299-7.3201,16.35-16.35,16.35S7.65,33.0299,7.65,24c0-9.0299,7.3201-16.35,16.35-16.35s16.35,7.3201,16.35,16.35"/><path class="c" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5"/><path class="c" d="M42.929,24c-.0006,10.454-8.475,18.9284-18.929,18.929-10.454-.0006-18.9284-8.475-18.929-18.929.0006-10.454,8.475-18.9284,18.929-18.929,10.454.0006,18.9284,8.475,18.929,18.929"/></svg>
Copied!