Switch Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Switch Tv 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/348109.svg" alt="Switch Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348109.svg" alt="Switch Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348109.svg" alt="Switch Tv icon" :width="24" :height="24" />
CSS background
.icon-switch-tv {
background-image: url('https://proicons.com/icon/348109.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><line class="b" x1="31.9089" y1="31.2612" x2="33.5834" y2="31.2612"/><path class="b" d="M32.7461,29.9732v4.6449c.0043.4355.3608.7851.7963.7808.0007,0,.0014,0,.002,0h.2385"/><polyline class="b" points="38.5 31.2612 36.9053 35.3989 35.3096 31.2612"/><path class="b" d="M19.0411,26.3904c.5148-.8877,1.4642-1.4333,2.4904-1.4312h0c1.584,0,2.8682,1.2725,2.8682,2.8419v1.8469c0,1.5684-1.2851,2.8409-2.8682,2.8409h0c-1.0242.0021-1.9719-.5414-2.4875-1.4263"/><line class="b" x1="29.8478" y1="32.4889" x2="26.8365" y2="32.4889"/><path class="b" d="M28.3427,34.8323v-8.4516c0-.7847-.6426-1.4214-1.4341-1.4214h-.4303"/><path class="b" d="M9.6811,22.0502c.5238.4362,1.0885.6357,2.358.6357h.6435c1.0431.0038,1.8918-.8388,1.8956-1.8819,0-.0003,0-.0007,0-.001h0c-.0038-1.0431-.8524-1.8857-1.8955-1.8819h-1.2871c-1.0431.0038-1.8918-.8388-1.8956-1.8819h0c.0032-1.0431.8514-1.8862,1.8946-1.8829.0003,0,.0007,0,.001,0h.6435c1.2695,0,1.8352.1996,2.359.6357"/><path class="c" d="M29.1861,12.4266c0,.4141-.3354.7496-.7493.7496-.4146,0-.7507-.3355-.7507-.7496s.3361-.7504.75-.7504c.4146,0,.75.3363.75.7504Z"/><line class="b" x1="28.4371" y1="15.1563" x2="28.4371" y2="22.6859"/><path class="b" d="M16.3608,29.648c0,1.5684-1.2832,2.8409-2.8672,2.8409h0c-1.584,0-2.8682-1.2725-2.8682-2.8409v-4.6878"/><line class="b" x1="16.3608" y1="36.3238" x2="16.3608" y2="24.9602"/><polyline class="b" points="25.8707 15.1047 23.5049 22.6333 21.1391 15.1047 18.7733 22.6333 16.4075 15.1047"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!