Free Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Free 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/340795.svg" alt="Free Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340795.svg" alt="Free Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340795.svg" alt="Free Tv icon" :width="24" :height="24" />
CSS background
.icon-free-tv {
background-image: url('https://proicons.com/icon/340795.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M40.2318,36.0259c0,3.5755-2.8986,6.4741-6.4741,6.4741s-6.4741-2.8986-6.4741-6.4741,2.8986-6.4741,6.4741-6.4741,6.4741,2.8986,6.4741,6.4741Z"/><line class="c" x1="29.559" y1="33.8079" x2="33.0189" y2="33.8079"/><line class="c" x1="31.2889" y1="38.9209" x2="31.2889" y2="33.8079"/><path class="c" d="M37.9568,33.8079l-1.7299,5.1132-1.7299-5.1132"/><path class="c" d="M7.7682,42.4998l13.9458-27.9716c2.4695-4.955,9.0512-11.0098,16.8517-8.4003"/><path class="c" d="M10.7543,18.1192h20.1927"/></svg>
Copied!