Playo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Playo 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/345935.svg" alt="Playo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345935.svg" alt="Playo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345935.svg" alt="Playo icon" :width="24" :height="24" />
CSS background
.icon-playo {
background-image: url('https://proicons.com/icon/345935.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M15.7516,19.8933v8.2131h2.2647"/><path class="c" d="M8.3888,28.1064v-8.2131h2.6693c1.54,0,2.7719,1.232,2.7719,2.7719s-1.232,2.7719-2.7719,2.7719h-2.6693"/><path class="c" d="M19.7647,28.1064l2.7719-8.2131,2.7719,8.2131"/><path class="c" d="M30.3654,19.8933l-2.6693,4.1066-2.6693-4.1066"/><path class="c" d="M27.6961,28.1064v-4.1066"/><path class="c" d="M39.6112,24c0,2.306-1.8694,4.1753-4.1753,4.1753h0c-2.306,0-4.1753-1.8694-4.1753-4.1753h0c0-2.306,1.8694-4.1753,4.1753-4.1753h0c2.306,0,4.1753,1.8694,4.1753,4.1753h0Z"/><path class="c" d="M33.981,20.1592c.5159,2.5462-1.0621,4.3894-2.4144,5.0555"/><path class="c" d="M36.9214,27.8739c-.5159-2.5462,1.0621-4.3894,2.4144-5.0555"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!