Boomplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boomplay 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/322874.svg" alt="Boomplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322874.svg" alt="Boomplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322874.svg" alt="Boomplay icon" :width="24" :height="24" />
CSS background
.icon-boomplay {
background-image: url('https://proicons.com/icon/322874.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><circle class="c" cx="25.8" cy="15.3" r="3.3"/><circle class="c" cx="24.8" cy="31.8" r="4.1"/><line class="c" x1="26" y1="12" x2="15.3" y2="10.8"/><line class="c" x1="25.1" y1="27.7" x2="11.8" y2="26.2"/><path class="c" d="m29.4,22.6c5.5,0,10,4.5,10,10s-4.5,10-10,10H12.2c-2.1,0-3.6-1.9-3.2-4L16,6.6c.1-.6.7-1,1.3-1h11.8c4.7,0,8.4,3.8,8.4,8.5,0,4.5-3.5,8.3-8.1,8.5"/></svg>
Copied!