Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/337538.svg" alt="Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337538.svg" alt="Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337538.svg" alt="Browser icon" :width="24" :height="24" />
CSS background
.icon-browser {
background-image: url('https://proicons.com/icon/337538.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,2.5A21.51,21.51,0,0,0,2.5,24h0A21.51,21.51,0,0,0,24,45.5h0A21.51,21.51,0,0,0,45.5,24h0A21.51,21.51,0,0,0,24,2.5ZM19.54,6.6,22,9.29l-1.52,2.85-5,2.92L13.6,21.48l8.61,2.73L13,38.19a18.08,18.08,0,0,1-2.75-2.64L8.87,24l4.73-2.49L6.87,18.56a18,18,0,0,1,12.66-12ZM32,7.92a17.88,17.88,0,0,1,5.74,4.51L29,12.75Zm6.76,5.84a17.91,17.91,0,0,1-3,23.82l-.92-10.21-6-1.7-1.39-6.8Z"/></svg>
Browser in other icon packs
Copied!