Implayer Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Implayer Mobile 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/341931.svg" alt="Implayer Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341931.svg" alt="Implayer Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341931.svg" alt="Implayer Mobile icon" :width="24" :height="24" />
CSS background
.icon-implayer-mobile {
background-image: url('https://proicons.com/icon/341931.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="M9.026,20.1884v18.3415c0,.4681.0777.9093.2189,1.3153"/><path class="c" d="M38.7763,28.2198l1.3625-.7867c2.6428-1.5258,2.6428-5.3404,0-6.8662L14.9724,6.037c-2.6428-1.5258-5.9463.3815-5.9463,3.4331"/><circle class="c" cx="9.026" cy="14.8293" r="3.147"/><path class="c" d="M34.929,30.441c-2.0129-.5125-3.8644-2.686-4.9439-8.8432,0,0-3.0386,3.3185-4.4116,7.3966,0,0-2.7851-5.7973-5.3439-10.0754.2399,4.5579-1.9831,21.2891-5.2572,23.044-1.0569.6102-2.2196.6713-3.2343.3298"/></svg>
Copied!