F1 Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The F1 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/340214.svg" alt="F1 Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340214.svg" alt="F1 Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340214.svg" alt="F1 Tv icon" :width="24" :height="24" />
CSS background
.icon-f1-tv {
background-image: url('https://proicons.com/icon/340214.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{isolation:isolate;}.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g class="a"><line class="b" x1="36.7457" y1="27.335" x2="39.5362" y2="27.335"/><line class="b" x1="38.1672" y1="31.3358" x2="38.1672" y2="27.335"/></g><g class="a"><polyline class="b" points="44.177 27.335 42.808 31.336 41.386 27.335"/></g><polygon class="b" points="44.5 16.665 38.578 16.665 27.189 27.96 33.111 27.96 44.5 16.665"/><path class="b" d="M38.5779,16.6642H17.7884a7.03,7.03,0,0,0-4.95,2.0331L3.5,27.9594H9.4222L15.99,21.446a3.5147,3.5147,0,0,1,2.4749-1.0167H34.7812"/><path class="b" d="M9.4224,27.96h5.9222l3.357-3.3294a1.5064,1.5064,0,0,1,1.0607-.4357H30.9855"/></svg>
Copied!