Tplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tplayer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/334174.svg" alt="Tplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334174.svg" alt="Tplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334174.svg" alt="Tplayer icon" :width="24" :height="24" />
CSS background
.icon-tplayer {
background-image: url('https://proicons.com/icon/334174.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m37.5551,33.151h-19.145c-1.4526,0-2.4894-1.4075-2.0587-2.7948l4.3437-13.9907c.28-.9018,1.1144-1.5164,2.0587-1.5164h19.1955c1.4556,0,2.4927,1.4129,2.0565,2.8015l-4.3942,13.9907c-.2822.8984-1.1149,1.5097-2.0566,1.5097Z"/><path class="c" d="m27.6396,18.4501l-2.6945,9.1501c-.1279.4342.3066.8217.7234.6452l9.6721-4.0955c.3844-.1628.4436-.683.1055-.9279l-6.9776-5.0547c-.2998-.2172-.7243-.0724-.8289.2827Z"/><line class="c" x1="7.957" y1="24" x2="15.4066" y2="24"/><line class="c" x1="6.041" y1="30.7944" x2="13.441" y2="30.7944"/><line class="c" x1="3.8936" y1="27.5238" x2="11.178" y2="27.5238"/></svg>
Copied!