Kiwi Upi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kiwi Upi 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/342537.svg" alt="Kiwi Upi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342537.svg" alt="Kiwi Upi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342537.svg" alt="Kiwi Upi icon" :width="24" :height="24" />
CSS background
.icon-kiwi-upi {
background-image: url('https://proicons.com/icon/342537.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.1019,11.3609c-.6781,3.2019-1.2684,6.4226-1.9355,9.6245-.0549.4793-.2663,1.1606.2554,1.4676,1.8668,1.5081,3.7364,3.0133,5.6032,4.5268.516.3985.9745.9721,1.6829,1.0017.7605-4.5914,1.8201-9.1289,2.6766-13.7014.2114-1.2011.5546-2.386.5684-3.6112-2.8525-.0512-5.7076-.0243-8.5601-.0108-.1098.2289-.2059.4632-.291.7028ZM31.4627,19.5743c-3.5195,2.3805-7.0446,4.753-10.5668,7.1282-.744.5116-1.5375.9641-2.1854,1.5942,3.5223,2.9244,7.1215,5.7574,10.6794,8.6389.4969.5224,1.2518.4093,1.908.4254,3.223-.0404,6.4488.0485,9.6691-.0484-.5958-.7378-1.4084-1.2549-2.1359-1.8581-2.8634-2.3213-5.7432-4.6291-8.6121-6.945-.3954-.1993-.206-.719.1454-.8537,3.9039-2.6202,7.7913-5.2646,11.698-7.8821.2937-.1428.4749-.3824.4309-.7136-2.9018.0269-5.8063.0135-8.7109.008-.7934.0108-1.6554.0216-2.3198.5063ZM5.6949,36.9086c-.0467.1104-.1455.3285-.1949.4389,3.7035.0135,7.4097.0028,11.1159.0054.4639-.9022.5134-1.9281.7439-2.8976.335-2.0358.8675-4.0366,1.1366-6.0832-4.3184,2.7682-8.4886,5.7601-12.8015,8.5365Z"/></svg>
Copied!