Beeper Cloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beeper Cloud icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/322502.svg" alt="Beeper Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322502.svg" alt="Beeper Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322502.svg" alt="Beeper Cloud icon" :width="24" :height="24" />
CSS background
.icon-beeper-cloud {
background-image: url('https://proicons.com/icon/322502.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="m9.1781,25.9417s3.1759-15.0628,3.9018-16.4239c.8167-1.4518,2.7222-4.2648,6.5333-4.4462,3.2666-.2722,12.9758-.1815,16.1517-.0907.7259,0,1.4518.0907,2.087.363,2.5407.9981,4.8092,2.9944,3.9018,7.5314-.4537,1.9055-2.1649,7.3866-10.3443,8.6203"/><path class="c" d="m31.4094,21.4954c-2.5407,0-7.8036-.0907-11.7962-.0907l-6.1703,4.9907c-.0907.1815-2.9944,2.3592-4.174-.5444h0s0,.0907-.0907.0907c-.6352,1.4518-3.4481,14.3369-3.8111,16.1517,0,.1815,0,.363.0907.363,1.1796,2.8129,4.0833.6352,4.174.5444l6.5333-5.2629h12.2499c7.4407-.9981,9.074-6.3518,9.5277-8.2573.7259-3.5389-.5444-5.5351-2.2685-6.7147-1.3611-.8167-2.8129-1.1796-4.2648-1.2704Z"/></svg>
Copied!