Kiwi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kiwi 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/342535.svg" alt="Kiwi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342535.svg" alt="Kiwi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342535.svg" alt="Kiwi icon" :width="24" :height="24" />
CSS background
.icon-kiwi {
background-image: url('https://proicons.com/icon/342535.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>.e{fill:#fff;}.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m41.85,15.4693s-4.9567-8.3356-17.7259-8.309c-12.7693.0265-20.2741,7.9678-20.2741,16.8396s7.6412,16.7915,20.2741,16.8397c12.6328.0482,17.7259-8.309,17.7259-8.309"/><g><path id="c" class="f" d="m19.0489,17.6576v12.6848"/><path id="d" class="f" d="m28.6679,17.7879l-6.0847,6.0847,6.3679,6.3679"/></g><circle class="e" cx="42.1" cy="24" r=".75"/></svg>
Copied!