Pixelplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixelplay 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/331318.svg" alt="Pixelplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331318.svg" alt="Pixelplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331318.svg" alt="Pixelplay icon" :width="24" :height="24" />
CSS background
.icon-pixelplay {
background-image: url('https://proicons.com/icon/331318.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M25.85 24.149a3.137 3.137 0 1 1-6.273 0c0-1.732 1.307-3.137 3.285-3.137 1.42 0 2.988.514 2.988 2.035" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"/><path d="M25.85 24.149V10.693c1.536.158 3.654.669 5.372 1.444" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"/><path d="M23.306 14.635a8.45 8.45 0 0 0-5.498 2.465l-2.158 2.161a8.445 8.445 0 1 0 11.953 11.933l2.158-2.161a8.445 8.445 0 0 0-1.425-13.082" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"/><path d="m33.491 14.828 2.751 1.782c2.58 1.672 5.17 4.384 5.17 7.39s-2.59 5.718-5.17 7.39L19.935 41.953c-2.715 1.758-6.884 2.356-10.13-.04-3.246-2.398-3.712-5.855-2.843-9.101l1.568-5.856c.51-1.904.51-4.008 0-5.912l-1.568-5.856c-.869-3.246-.403-6.703 2.843-9.1s7.415-1.799 10.13-.041l3.644 2.36" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"/></svg>
Copied!