Beeper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beeper 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/322501.svg" alt="Beeper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322501.svg" alt="Beeper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322501.svg" alt="Beeper icon" :width="24" :height="24" />
CSS background
.icon-beeper {
background-image: url('https://proicons.com/icon/322501.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m32.6165,24.1969c3.6011,1.5279,6.1269,5.0962,6.1269,9.2545,0,5.5497-4.4989,10.0486-10.0486,10.0486h-15.0454v-21.2006"/><path class="c" d="m20.1188,36.6948l15.8141-15.8141c1.7365-1.7365,2.8105-4.1353,2.8105-6.7851,0-5.2995-4.2961-9.5956-9.5956-9.5956h-10.2957c-5.2995,0-9.5956,4.2961-9.5956,9.5956s4.2961,9.5956,9.5956,9.5956h3.8712l-2.6046,13.0037Z"/></svg>
Copied!