Kiwibrowser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kiwibrowser 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/327980.svg" alt="Kiwibrowser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327980.svg" alt="Kiwibrowser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327980.svg" alt="Kiwibrowser icon" :width="24" :height="24" />
CSS background
.icon-kiwibrowser {
background-image: url('https://proicons.com/icon/327980.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:#000;}.cls-2{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M17.92,21.67A1.28,1.28,0,1,0,19.2,23h0A1.28,1.28,0,0,0,17.92,21.67Z"/><path class="cls-2" d="M45.5,24a21.5,21.5,0,1,0-37,14.87A14.69,14.69,0,0,1,9.17,36a2.66,2.66,0,0,0-.52-2.72A9.94,9.94,0,0,1,21.72,18.36a1.88,1.88,0,0,0,2.05.09,30.3,30.3,0,0,1,15.73-4,.35.35,0,0,1,.33.37.34.34,0,0,1-.27.32A30.14,30.14,0,0,0,25.88,22.7,1.35,1.35,0,0,0,25.51,24h0a2.76,2.76,0,0,0,2,2A15.26,15.26,0,0,1,38.86,39.52,21.35,21.35,0,0,0,45.5,24Z"/></svg>
Copied!