Tata Play Binge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tata Play Binge 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/333699.svg" alt="Tata Play Binge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333699.svg" alt="Tata Play Binge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333699.svg" alt="Tata Play Binge icon" :width="24" :height="24" />
CSS background
.icon-tata-play-binge {
background-image: url('https://proicons.com/icon/333699.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="f" x1="5.5" y1="5.5357" x2="33.2634" y2="5.5357"/><path class="f" d="M33.2633,5.5325c5.1029,0,9.2367,4.1337,9.2367,9.2367,0,3.7484-2.2304,6.9713-5.4416,8.4193"/><polygon class="f" points="5.5 5.5357 5.5 17.8459 21.2806 24.001 5.5 30.1561 5.5 42.4664 37.0613 30.1561 37.0613 17.8459 5.5 5.5357"/><line class="f" x1="5.5" y1="42.4663" x2="33.2634" y2="42.4663"/><path class="f" d="M37.0584,24.8232c3.2112,1.448,5.4416,4.6709,5.4416,8.4076,0,5.1029-4.1337,9.2367-9.2367,9.2367"/></svg>
Copied!