Showtv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Showtv 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/332718.svg" alt="Showtv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332718.svg" alt="Showtv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332718.svg" alt="Showtv icon" :width="24" :height="24" />
CSS background
.icon-showtv {
background-image: url('https://proicons.com/icon/332718.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"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m22,20.5295c-.61.35-1.12.86-1.47,1.47l-13.319-7.6975c-1.0097-.5835-1.3307-1.9197-.6491-2.866,1.3509-1.8754,2.9991-3.5237,4.8745-4.8745.9463-.6816,2.2824-.3606,2.866.6491l7.6975,13.3189Z"/><path class="b" d="m20.53,21.9996c-.3401.58-.53,1.26-.53,1.99v.01H4.6046c-1.1678,0-2.1134-.9995-1.9972-2.1615.2361-2.3605.8551-4.6069,1.7955-6.6778.4808-1.0589,1.7959-1.4432,2.8028-.8613l13.3242,7.7006Z"/><path class="b" d="m20.54,25.9996l-13.3345,7.7014c-1.0069.5815-2.3216.1971-2.8023-.8616-.9405-2.071-1.5596-4.3177-1.7958-6.6783-.1162-1.162.8293-2.1615,1.9972-2.1615h15.3954c0,.73.2,1.42.54,2Z"/><path class="b" d="m22.01,27.4496l-7.7077,13.3476c-.5834,1.0103-1.9202,1.3316-2.8667.6495-1.8774-1.353-3.5293-3.0059-4.8782-4.8837-.6799-.9464-.3578-2.2811.6513-2.8639l13.3313-7.6996c.35.6.86,1.11,1.47,1.45Z"/><path class="b" d="m24,27.9895v15.4063c0,1.1673-.9986,2.1125-2.1602,1.9973-2.3606-.2341-4.6072-.8487-6.6782-1.7871-1.0595-.4801-1.4444-1.7954-.8628-2.8027l7.7112-13.3537c.59.35,1.27.54,1.99.54Z"/><path class="b" d="m32.8384,43.606c-2.071.9384-4.3176,1.553-6.6782,1.7871-1.1616.1152-2.1602-.83-2.1602-1.9973v-15.4063c.72,0,1.4-.19,1.99-.54l7.7112,13.3537c.5817,1.0073.1967,2.3227-.8628,2.8027Z"/><path class="b" d="m41.4425,36.5631c-1.3489,1.8777-3.0007,3.5306-4.8782,4.8837-.9465.6821-2.2833.3607-2.8667-.6495l-7.7077-13.3476c.61-.34,1.12-.85,1.47-1.45l13.3313,7.6996c1.0091.5828,1.3311,1.9175.6513,2.8639Z"/><path class="b" d="m45.3925,26.161c-.2361,2.3607-.8552,4.6073-1.7958,6.6783-.4808,1.0587-1.7955,1.4431-2.8023.8616l-13.3345-7.7014c.3401-.58.54-1.27.54-2h15.3954c1.1678,0,2.1134.9995,1.9972,2.1615Z"/><path class="b" d="m28,23.9996v-.01c0-.73-.1899-1.41-.53-1.99l13.3242-7.7006c1.0069-.5819,2.322-.1976,2.8028.8613.9404,2.0709,1.5594,4.3173,1.7955,6.6778.1162,1.162-.8293,2.1615-1.9972,2.1615h-15.3954Z"/><path class="b" d="m40.7889,14.302l-13.319,7.6975c-.35-.61-.86-1.12-1.47-1.47l7.6975-13.3189c.5835-1.0097,1.9197-1.3307,2.866-.6491,1.8754,1.3509,3.5237,2.9991,4.8745,4.8745.6816.9463.3605,2.2824-.6491,2.866Z"/><path class="b" d="m33.7006,7.2054l-7.7006,13.3242c-.5901-.34-1.27-.54-2-.54V4.6042c0-1.1678.9994-2.1134,2.1615-1.9972,2.3605.2361,4.6069.8551,6.6778,1.7955,1.0589.4808,1.4432,1.7959.8613,2.8028Z"/><path class="b" d="m24,4.6042v15.3853c-.73,0-1.4099.2-2,.54l-7.7006-13.3242c-.5819-1.0069-.1976-2.322.8613-2.8028,2.0709-.9404,4.3174-1.5594,6.6778-1.7955,1.162-.1162,2.1615.8293,2.1615,1.9972Z"/><circle class="b" cx="24" cy="23.9895" r="1.5"/></svg>
Copied!