Free Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Free 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/340788.svg" alt="Free Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340788.svg" alt="Free Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340788.svg" alt="Free Browser icon" :width="24" :height="24" />
CSS background
.icon-free-browser {
background-image: url('https://proicons.com/icon/340788.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M5.3834,13.2514C11.3166,2.965,24.4622-.5498,34.7486,5.3834s13.8012,19.0788,7.868,29.3652c-5.9332,10.2864-19.0788,13.8012-29.3652,7.868C2.965,36.6834-.5498,23.5378,5.3834,13.2514ZM13.2514,42.6166c-5.1605-2.934-6.9654-9.496-4.0314-14.6565,2.934-5.1605,9.496-6.9654,14.6565-4.0314.0413.0235.0825.0473.1235.0713,5.1605-2.934,6.9654-9.496,4.0314-14.6565-2.934-5.1605-9.496-6.9654-14.6565-4.0314-.0413.0235-.0825.0473-.1235.0713M45.4972,24c0,5.9363-4.8123,10.7486-10.7486,10.7486s-10.7486-4.8123-10.7486-10.7486"/><path id="c" class="f" d="M18.142,29.858c2.6979,0,4.8799,2.1927,4.8799,4.8906s-2.182,4.8906-4.8799,4.8906-4.8906-2.1927-4.8906-4.8906,2.1927-4.8906,4.8906-4.8906Z"/><path id="d" class="f" d="M17.6476,7.8771c2.6979,0,4.8906,2.1927,4.8906,4.8906s-2.1927,4.8799-4.8906,4.8799-4.8799-2.182-4.8799-4.8799,2.182-4.8906,4.8799-4.8906Z"/><path id="e" class="f" d="M36.7048,19.1094c2.6979,0,4.8799,2.1927,4.8799,4.8906s-2.182,4.8906-4.8799,4.8906-4.8906-2.1927-4.8906-4.8906,2.1927-4.8906,4.8906-4.8906Z"/></svg>
Copied!