Browser Icon
Free SVG icon from the VS Code Codicons 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/307016.svg" alt="Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307016.svg" alt="Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307016.svg" alt="Browser icon" :width="24" :height="24" />
CSS background
.icon-browser {
background-image: url('https://proicons.com/icon/307016.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4 1C2.34315 1 1 2.34315 1 4V12C1 13.6569 2.34315 15 4 15H12C13.6569 15 15 13.6569 15 12V4C15 2.34315 13.6569 1 12 1H4ZM2 4C2 2.89543 2.89543 2 4 2H12C13.1046 2 14 2.89543 14 4H2ZM2 5H14V12C14 13.1046 13.1046 14 12 14H4C2.89543 14 2 13.1046 2 12V5Z"/></svg>
Browser in other icon packs
Copied!