Play Srf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Play Srf icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331367.svg" alt="Play Srf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331367.svg" alt="Play Srf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331367.svg" alt="Play Srf icon" :width="24" :height="24" />
CSS background
.icon-play-srf {
background-image: url('https://proicons.com/icon/331367.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><g><g><path class="b" d="m21.0828,34.6361v-8.8065h2.8831c1.6299,0,2.9512,1.3242,2.9512,2.9576s-1.3213,2.9576-2.9512,2.9576l2.8828,2.8891"/><path class="b" d="m12.4936,33.6712c.54.703,1.2172.9649,2.1593.9649h1.3038c1.2133,0,2.1969-.9836,2.1969-2.1969v-.0095c0-1.2133-.9836-2.1969-2.1969-2.1969h-1.4382c-1.2146,0-2.1993-.9846-2.1993-2.1993h0c0-1.2172.9868-2.204,2.204-2.204h1.2967c.9421,0,1.6192.2619,2.1593.9649"/><g><line class="b" x1="30.4094" y1="30.2329" x2="33.2716" y2="30.2329"/><polyline class="b" points="30.4094 34.6361 30.4094 25.8296 34.8127 25.8296"/></g></g><rect class="b" x="8.5" y="21.6986" width="31" height="17.0686"/></g><g><polyline class="b" points="19.4668 9.2329 19.4668 17.2329 23.4668 17.2329"/><path class="b" d="m12.2246,17.2329v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><g><polyline class="b" points="35.7754 9.2329 33.1254 13.2329 30.4754 9.2329"/><line class="b" x1="33.1254" y1="17.2329" x2="33.1254" y2="13.2329"/></g><g><line class="b" x1="29.5976" y1="14.5828" x2="26.0533" y2="14.5828"/><polyline class="b" points="25.1754 17.2329 27.8254 9.2328 30.4754 17.2329"/></g></g></svg>
Copied!