Bouncer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bouncer 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/322901.svg" alt="Bouncer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322901.svg" alt="Bouncer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322901.svg" alt="Bouncer icon" :width="24" :height="24" />
CSS background
.icon-bouncer {
background-image: url('https://proicons.com/icon/322901.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="24" cy="15.1534" rx="10.6692" ry="10.6534"/><path class="a" d="M14.5973,20.1917a9.5577,9.5577,0,0,0-7.0114,9.207V43.5H40.4141V29.3987a9.5576,9.5576,0,0,0-7.0119-9.2071"/><path class="a" d="M18.2165,12.0376h3.8984a.9123.9123,0,0,1,.9123.9123v1.5489A2.0015,2.0015,0,0,1,21.0256,16.5h-1.72a2.0015,2.0015,0,0,1-2.0015-2.0015V12.95A.9123.9123,0,0,1,18.2165,12.0376Z"/><path class="a" d="M25.8851,12.0376h3.8984a.9123.9123,0,0,1,.9123.9123v1.5489A2.0015,2.0015,0,0,1,28.6942,16.5h-1.72a2.0015,2.0015,0,0,1-2.0015-2.0015V12.95A.9123.9123,0,0,1,25.8851,12.0376Z"/><line class="a" x1="24.9728" y1="13.9425" x2="23.0272" y2="13.9425"/></svg>
Copied!