G Web Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The G Web 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/326340.svg" alt="G Web Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326340.svg" alt="G Web Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326340.svg" alt="G Web Browser icon" :width="24" :height="24" />
CSS background
.icon-g-web-browser {
background-image: url('https://proicons.com/icon/326340.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M28.324,5.5c5.2051,2.2587,6.9777,12.41,4.0646,23.282-1.4546,5.4283-3.9141,10.336-6.8518,13.708"/><path class="e" d="M11.952,42.49c-2.1796-4.5794-2.3055-11.903-.331-19.272,2.3759-8.8673,7.3047-15.958,12.27-17.718"/><path class="e" d="M42.506,32.319c-2.2587,5.2051-12.41,6.9777-23.283,4.0646-5.4283-1.4546-10.357-3.9141-13.729-6.8518"/><path class="e" d="M5.505,15.947c4.5794-2.1796,11.913-2.3055,19.282-.331,8.7933,2.356,15.889,7.2257,17.719,12.157"/><path class="e" d="M5.4943,26.384c2.526-3.5505,6.4849-7.0085,11.135-9.6935,10.284-5.9373,21.027-6.5821,23.995-1.4402,2.9685,5.1417-2.9615,14.123-13.245,20.06-8.3575,4.8252-17.291,6.2749-21.859,3.5455"/><path class="e" d="M22.389,42.49c-3.5505-2.526-7.0085-6.4646-9.6935-11.115-5.9373-10.284-6.5821-21.027-1.4402-23.995,5.1417-2.9685,14.123,2.9615,20.06,13.245,4.8295,8.3648,6.2772,17.3,3.5393,21.865"/><rect class="e" x="5.505" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M26.23,23.9c0-2.2869-1.8915-4.1406-4.225-4.1406h0c-2.3335,0-4.225,1.8538-4.225,4.1406v4.2188c0,2.2869,1.8915,4.1406,4.225,4.1406h0c2.3335,0,4.225-1.8538,4.225-4.1406h-4.225"/></svg>
Copied!