Playmods Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Playmods 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/331375.svg" alt="Playmods icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331375.svg" alt="Playmods icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331375.svg" alt="Playmods icon" :width="24" :height="24" />
CSS background
.icon-playmods {
background-image: url('https://proicons.com/icon/331375.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><path class="b" d="M24,5.5C13.7827,5.5,5.5,13.7827,5.5,24v15c0,1.933,1.567,3.5,3.5,3.5s3.5-1.567,3.5-3.5v-.5586c3.2644,2.6138,7.3181,4.0444,11.5,4.0586,10.2173,0,18.5-8.2827,18.5-18.5S34.2173,5.5,24,5.5h0Z"/><path class="b" d="M30.814,22.955l2.3615-1.0459c1.1469-.5079,1.6378-1.8703,1.0786-2.993-2.1345-4.2851-6.7333-7.0239-11.712-6.3684h0c-5.738.7554-10.043,5.6646-10.043,11.452s4.3045,10.697,10.043,11.452c4.9787.6555,9.5775-2.0833,11.712-6.3684.5592-1.1227.0683-2.4851-1.0786-2.993l-2.3615-1.0459c-1.2071-.5637-1.226-1.5196,0-2.0894Z"/><path class="b" d="M17.326,20.569h6.1897"/><path class="b" d="M20.42,17.475v6.1897"/></svg>
Copied!