Fossbrowser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossbrowser 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/326178.svg" alt="Fossbrowser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326178.svg" alt="Fossbrowser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326178.svg" alt="Fossbrowser icon" :width="24" :height="24" />
CSS background
.icon-fossbrowser {
background-image: url('https://proicons.com/icon/326178.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,2.5A21.5,21.5,0,1,0,45.5,24,21.46,21.46,0,0,0,24,2.5Zm6,5.34a17.23,17.23,0,0,1,6.21,28.32v-.7c-.11-1.27,0-2.47-3.41-2.52h-3V27c0-1.87-.68-2.59-2.13-2.59h-13V19.91H20c.53,0,1.21-.68,1.23-1.74V13.63h6c2.79,0,2.66-2.86,2.78-5ZM7,21.34l9.84,9.23c.11,3-.37,6.52,4.47,6.49v4A17.24,17.24,0,0,1,6.76,24,16.94,16.94,0,0,1,7,21.34Zm0,0"/></svg>
Copied!