Tv4play Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tv4play 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/316426.svg" alt="Tv4play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316426.svg" alt="Tv4play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316426.svg" alt="Tv4play icon" :width="24" :height="24" />
CSS background
.icon-tv4play {
background-image: url('https://proicons.com/icon/316426.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>TV4 Play</title><path d="M10.374 15.93V3.718c0-.209-.279-.307-.402-.12L.037 18.289a.199.199 0 0 0-.006.223c.036.072.108.12.192.12h7.331v1.656c0 .113.102.215.222.215h2.376c.12 0 .222-.102.222-.215v-1.656h1.435c.12 0 .222-.096.222-.222v-2.257a.22.22 0 0 0-.224-.222zm-2.826.008H4.795l2.753-4.073zm16.313-3.744L16.704 8.06c-.078-.049-.169.035-.132.12a10.53 10.53 0 0 1 .894 4.26c0 1.512-.317 2.952-.888 4.248-.036.083.053.161.131.12l7.152-4.127a.283.283 0 0 0 0-.487z"/></svg>
Copied!