Hitv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hitv 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/341613.svg" alt="Hitv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341613.svg" alt="Hitv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341613.svg" alt="Hitv icon" :width="24" :height="24" />
CSS background
.icon-hitv {
background-image: url('https://proicons.com/icon/341613.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="c" d="M43.5,14.3555c0-2.0898-2.0618-2.0868-2.9197-.9859l-4.9744,4.3245c-.7599.6599-1.2029,1.6448-1.1729,3.3756.023,1.3049.411,2.5277,1.0169,3.1506,1.5421,1.5909,3.2269,3.0368,5.0334,4.3195,1.2189.8699,3.0167.9649,3.0167-1.1099v-13.0745ZM23.5163,19.4609l-.43,5.4674M13.4814,20.7867h5.4844M19.2888,16.6772l-.6479,8.2511M13.8044,16.6762l-.6479,8.2521M15.1362,13.0996c-2.0468.406-3.6796.8989-5.0274,3.1516-1.3268,2.2167-1.4678,6.6062-.168,9.4909.4899,1.0849,1.3998,2.0248,2.7167,2.5227,3.8316,1.4468,7.9561,1.4798,11.5087,0,1.5608-.6509,2.8197-2.0088,3.3796-3.3386,1.4428-3.4216.7019-7.0512-.223-8.965-1.4418-2.9857-3.5576-3.0107-5.5404-3.1526-3.0367-.216-5.0694-.023-6.6472.29l.001.001ZM12.3135,32.9714c.9699.121,1.4638.6649,1.6118,1.6138v3.2336c0,.9549,1.1639,2.1238,2.1898,1.2859,3.0796-2.5167,4.2045-3.9645,6.8632-5.4614,2.6547-1.4948,7.2232-1.8528,8.69-6.1093,1.1959-3.4696,1.6498-8.0091,0-12.5876-1.6058-4.4595-5.4024-6.3383-13.0595-6.3383s-11.4537,1.8798-13.0595,6.3393c-1.6498,4.5775-1.1239,8.548,0,12.5866.7359,2.6467,3.2196,5.2574,6.7642,5.4374"/><circle class="d" cx="23.7148" cy="16.9342" r=".75"/></svg>
Copied!