Svt Play Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Svt Play 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/333519.svg" alt="Svt Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333519.svg" alt="Svt Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333519.svg" alt="Svt Play icon" :width="24" :height="24" />
CSS background
.icon-svt-play {
background-image: url('https://proicons.com/icon/333519.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><polyline class="c" points="24.1676 21.1199 21.0114 29.484 17.8551 21.1199"/><path class="c" d="M9.6988,28.7783c.5763.4839,1.1985.7057,2.5958.7057h.7081c1.1523,0,2.0865-.9362,2.0865-2.091h0c0-1.1548-.9342-2.091-2.0865-2.091h-1.4162c-1.1523,0-2.0865-.9362-2.0865-2.091h0c0-1.1548.9342-2.091,2.0865-2.091h.7081c1.3973,0,2.0195.2217,2.5958.7057"/><path class="c" d="M27.1763,18.516v9.3898c0,.8716.7066,1.5781,1.5781,1.5781h.4734"/><line class="c" x1="27.1763" y1="21.1199" x2="28.8333" y2="21.1199"/><polygon class="c" points="38.5 25.3019 32.2536 21.1199 32.2536 29.484 38.5 25.3019"/></svg>
Copied!