Bttv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bttv 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/322993.svg" alt="Bttv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322993.svg" alt="Bttv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322993.svg" alt="Bttv icon" :width="24" :height="24" />
CSS background
.icon-bttv {
background-image: url('https://proicons.com/icon/322993.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="M23.962,39.5032c.8275,0,1.4984.6708,1.4984,1.4984s-.6708,1.4984-1.4984,1.4984h-2.4723v-5.9935h2.4723c.8275,0,1.4984.6708,1.4984,1.4984s-.6708,1.4984-1.4984,1.4984Z"/><line class="b" x1="23.962" y1="39.5032" x2="21.4897" y2="39.5032"/><line class="b" x1="27.1585" y1="36.5064" x2="31.1292" y2="36.5064"/><line class="b" x1="29.1433" y1="42.4999" x2="29.1433" y2="36.5064"/><line class="b" x1="32.8273" y1="36.5064" x2="36.798" y2="36.5064"/><line class="b" x1="34.8122" y1="42.4999" x2="34.8122" y2="36.5064"/><polyline class="b" points="42.4599 36.5064 40.4745 42.5 38.4892 36.5064"/><polygon class="b" points="11.3032 5.5 5.5401 11.2296 5.5401 32.2717 12.4927 32.2717 12.4927 38.1354 18.4066 32.2717 23.1059 32.2717 33.6353 21.8344 33.6353 5.5 11.3032 5.5"/><polygon class="b" points="12.4927 7.9208 31.315 7.9208 31.315 20.6533 26.7497 25.1851 22.0504 25.1851 17.7616 29.4823 17.7616 25.1851 12.4927 25.1851 12.4927 7.9208"/><line class="b" x1="20.1783" y1="12.4149" x2="20.1783" y2="18.2722"/><line class="b" x1="26.6199" y1="18.2786" x2="26.6199" y2="12.4149"/></svg>
Copied!