Hi Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hi Browser 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/327013.svg" alt="Hi Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327013.svg" alt="Hi Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327013.svg" alt="Hi Browser icon" :width="24" :height="24" />
CSS background
.icon-hi-browser {
background-image: url('https://proicons.com/icon/327013.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="24" cy="24" r="21.5"/><circle class="cls-1" cx="24" cy="24" r="8.8723"/><path class="cls-1" d="m24.3502,45.4971c-8.386.1366-15.2949-6.5508-15.4315-14.9368-.1366-8.386,6.5508-15.2949,14.9368-15.4315"/><path class="cls-1" d="m3.6577,30.9779c-2.7213-7.9333,1.5038-16.5706,9.4372-19.292,7.9333-2.7213,16.5706,1.5038,19.292,9.4371"/><path class="cls-1" d="m11.0801,6.8131c6.7041-5.0397,16.2243-3.6904,21.264,3.0137,5.0397,6.7041,3.6904,16.2243-3.0137,21.264"/><path class="cls-1" d="m36.3533,6.4014c6.8647,4.8186,8.5233,14.2898,3.7047,21.1545-4.8186,6.8647-14.2898,8.5233-21.1545,3.7047"/><path class="cls-1" d="m44.5588,30.3116c-2.4615,8.0178-10.9566,12.522-18.9743,10.0605-8.0178-2.4615-12.522-10.9566-10.0605-18.9743"/></svg>
Copied!