Splayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Splayer 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/347753.svg" alt="Splayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347753.svg" alt="Splayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347753.svg" alt="Splayer icon" :width="24" :height="24" />
CSS background
.icon-splayer {
background-image: url('https://proicons.com/icon/347753.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="m39.8252,22.0425L13.4352,6.8062c-1.5069-.87-3.3906.2175-3.3906,1.9575v30.4725c0,1.74,1.8836,2.8276,3.3906,1.9575l26.39-15.2363c1.5069-.87,1.5069-3.0451,0-3.9151Z"/><path class="c" d="m20.3048,10.7724c-2.5333,6.9133,3.6654,7.5808,6.6245,8.7422,4.6939,1.8422,7.5158,4.7124,6.6505,10.0488"/><path class="c" d="m10.0446,17.2451c.8652,4.8592,4.016,7.883,7.8337,8.7573,3.4976.801,7.4757,4.3786,3.2234,10.7651"/></svg>
Copied!