Tata Play Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tata 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/348257.svg" alt="Tata Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348257.svg" alt="Tata Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348257.svg" alt="Tata Play icon" :width="24" :height="24" />
CSS background
.icon-tata-play {
background-image: url('https://proicons.com/icon/348257.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="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><line class="c" x1="10.25" y1="14.2591" x2="16.7994" y2="14.2591"/><line class="c" x1="13.5247" y1="21.974" x2="13.5247" y2="14.2591"/><line class="c" x1="16.7994" y1="21.9511" x2="20.0107" y2="14.2591"/><line class="c" x1="23.2253" y1="21.9741" x2="20.0107" y2="14.2591"/><line class="c" x1="23.2747" y1="14.2591" x2="29.8242" y2="14.2591"/><line class="c" x1="26.5494" y1="21.974" x2="26.5494" y2="14.2591"/><line class="c" x1="29.8242" y1="21.9511" x2="33.0354" y2="14.2591"/><line class="c" x1="36.25" y1="21.9741" x2="33.0354" y2="14.2591"/><polyline class="c" points="18.3883 26.0523 18.3883 33.7409 23.2186 33.7409"/><path class="c" d="M10.75,33.7409v-7.6886h3.1894c1.423,0,2.5766,1.1561,2.5766,2.5822s-1.1536,2.5822-2.5766,2.5822h-3.1894"/><polyline class="c" points="37.75 26.0523 34.55 29.8966 31.3499 26.0523"/><line class="c" x1="34.55" y1="33.7409" x2="34.55" y2="29.8966"/><polyline class="c" points="25.5915 33.718 28.7312 26.0522 31.8708 33.7409"/></svg>
Copied!