Hvv Switch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hvv Switch 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/341792.svg" alt="Hvv Switch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341792.svg" alt="Hvv Switch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341792.svg" alt="Hvv Switch icon" :width="24" :height="24" />
CSS background
.icon-hvv-switch {
background-image: url('https://proicons.com/icon/341792.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="m21.8318,32.3839l-1.6635,5.3042"/><path id="d" class="g" d="m11.2862,32.572l-1.6635,5.3042"/><path id="e" class="g" d="m30.3812,38.5607l-1.6635,5.3042"/><path id="f" class="g" d="m26.0124,30.1995l1.6635-5.3042,3.1825.9981-2.6616,8.4867,6.365,1.9962,4.9906-15.9125-4.2433-1.3308,1.6635-5.3042-5.3042-1.6635,1.6635-5.3042-6.365-1.9962-1.6635,5.3042-5.3042-1.6635-1.6635,5.3042-4.2433-1.3308-4.9906,15.9125,6.365,1.9962,2.6616-8.4867,3.1825.9981-1.6635,5.3042,6.365,1.9962Z"/></g></svg>
Copied!