Playerpro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Playerpro 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/331372.svg" alt="Playerpro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331372.svg" alt="Playerpro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331372.svg" alt="Playerpro icon" :width="24" :height="24" />
CSS background
.icon-playerpro {
background-image: url('https://proicons.com/icon/331372.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><circle class="b" cx="24" cy="24" r="18.5"/><circle class="b" cx="24" cy="24" r="14.7051"/><path class="b" d="m30.4939,24l-9.193,5.3076v-10.6153l9.193,5.3076Z"/></g><g><g><circle class="b" cx="7.6346" cy="7.6346" r="2.1346"/><line class="b" x1="9.1133" y1="9.174" x2="6.0956" y2="6.1563"/></g><g><circle class="b" cx="7.6346" cy="40.3654" r="2.1346"/><line class="b" x1="9.174" y1="38.8867" x2="6.1563" y2="41.9044"/></g><g><circle class="b" cx="40.3654" cy="7.6346" r="2.1346"/><line class="b" x1="38.8867" y1="9.174" x2="41.9044" y2="6.1563"/></g><g><circle class="b" cx="40.3654" cy="40.3654" r="2.1346"/><line class="b" x1="38.826" y1="38.8867" x2="41.8437" y2="41.9044"/></g></g></svg>
Copied!