Hanju Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hanju 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/341448.svg" alt="Hanju Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341448.svg" alt="Hanju Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341448.svg" alt="Hanju Tv icon" :width="24" :height="24" />
CSS background
.icon-hanju-tv {
background-image: url('https://proicons.com/icon/341448.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="4.5" y="9" width="39" height="30" rx="2"/><rect class="a" x="8.2857" y="13" width="31.4286" height="22" rx="1"/><line class="a" x1="15.0952" y1="18.3968" x2="22.5195" y2="18.3968"/><line class="a" x1="18.8073" y1="29.6032" x2="18.8073" y2="18.3968"/><polyline class="a" points="32.905 18.397 29.193 29.603 25.481 18.397"/><line class="a" x1="24.2576" y1="9" x2="27.3084" y2="4.972"/><line class="a" x1="22.5195" y1="6.0654" x2="24.2576" y2="9"/></svg>
Copied!