Yango Play Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yango 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/335436.svg" alt="Yango Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335436.svg" alt="Yango Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335436.svg" alt="Yango Play icon" :width="24" :height="24" />
CSS background
.icon-yango-play {
background-image: url('https://proicons.com/icon/335436.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m15.54 25.543v6.6779h3.3545"/><path class="d" d="m9.3017 32.221v-6.6779h2.1963c1.2417 0 2.2483 1.0041 2.2483 2.2427 0 1.2386-1.0066 2.2427-2.2483 2.2427h-2.1963"/><path class="d" d="m21.778 22.457v-6.6779l4.4446 6.6779v-6.6779"/><path class="d" d="m13.746 15.779-2.2223 3.3389-2.2223-3.3389"/><line class="d" x1="11.524" x2="11.524" y1="22.457" y2="19.118"/><rect class="d" x="34.254" y="15.779" width="4.4446" height="6.6779" rx="2.2223" ry="2.212"/><path class="d" d="m32.46 17.991c0-1.2217-0.99493-2.212-2.2223-2.212h-9e-6c-1.2274 0-2.2223 0.99033-2.2223 2.212v2.2538c0 1.2217 0.99493 2.212 2.2223 2.212h9e-6c1.2274 0 2.2223-0.99033 2.2223-2.212h-2.2223"/><line class="d" x1="19.248" x2="16.276" y1="20.245" y2="20.245"/><path class="d" d="m15.54 22.457 2.2223-6.6779 2.2223 6.6779"/><path class="d" d="m31.37 25.543-2.2223 3.3389-2.2223-3.3389"/><line class="d" x1="29.148" x2="29.148" y1="32.221" y2="28.882"/><line class="d" x1="24.396" x2="21.424" y1="30.009" y2="30.009"/><path class="d" d="m20.687 32.221 2.2223-6.6779 2.2223 6.6779"/></svg>
Copied!