Mint Browser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mint 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/343911.svg" alt="Mint Browser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343911.svg" alt="Mint Browser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343911.svg" alt="Mint Browser icon" :width="24" :height="24" />
CSS background
.icon-mint-browser {
background-image: url('https://proicons.com/icon/343911.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m38.466,8.094c7.117,14.179-2.83,22.36-11.14,24.2m-16.375,8.644c-8.368-14.918,1.82-23.53,10.36-25.47m-3.28-12.12c23.828,2.069,16.49,28.311,9.222,29.019m3.443,12.026c-15.246-1.325-17.73-12.55-15.636-20.646m-12.274-3.142c8.733-14.715,21.763-9.595,27.466-3.01m15.05,9.24c-8.11,13.91-20.006,10.478-26.254,4.62m13.902-7.455c0,4.9429-4.007,8.95-8.95,8.95h0c-4.9429,0-8.95-4.0071-8.95-8.95h0c0-4.943,4.0071-8.95,8.95-8.95h0c4.9429,0,8.95,4.0071,8.95,8.95h0Zm12.55,0c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!