Tokuplay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tokuplay 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/334082.svg" alt="Tokuplay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334082.svg" alt="Tokuplay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334082.svg" alt="Tokuplay icon" :width="24" :height="24" />
CSS background
.icon-tokuplay {
background-image: url('https://proicons.com/icon/334082.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"><path d="M24,5.5003C13.7827,5.5003,5.5,13.783,5.5,24.0003c.0156,5.6336,2.5974,10.9532,7.0137,14.451l-7.0137,4.0488h18.5c10.2173,0,18.5-8.2827,18.5-18.5-.0021-5.6343-2.5717-10.9606-6.9805-14.469l6.9805-4.0312h-18.5v.0004Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M34.157,24.0003l-15.236,8.7964V15.2037l15.236,8.7966Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!