Tv Fritz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tv Fritz 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/348951.svg" alt="Tv Fritz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348951.svg" alt="Tv Fritz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348951.svg" alt="Tv Fritz icon" :width="24" :height="24" />
CSS background
.icon-tv-fritz {
background-image: url('https://proicons.com/icon/348951.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="5.4962" y="9.4436" width="37.0077" height="25.2325" rx="1.6822"/><path class="a" d="M15.1,38.5564H32.9"/><line class="a" x1="23.46" y1="18.0998" x2="23.46" y2="26.0198"/><line class="a" x1="10" y1="18.0998" x2="13.96" y2="18.0998"/><line class="a" x1="10" y1="22.0598" x2="12.57" y2="22.0598"/><line class="a" x1="10" y1="18.0998" x2="10" y2="26.0198"/><path class="a" d="M16.08,26.02V18.1h2.59a2.66,2.66,0,0,1,0,5.32H16.08"/><line class="a" x1="18.67" y1="23.4198" x2="21.26" y2="26.0198"/><line class="a" x1="25.61" y1="18.0998" x2="30.85" y2="18.0998"/><line class="a" x1="28.23" y1="26.0198" x2="28.23" y2="18.0998"/><polyline class="a" points="32.76 18.1 38 18.1 32.76 26.02 38 26.02"/></svg>
Copied!