Kideapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kideapp 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/342491.svg" alt="Kideapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342491.svg" alt="Kideapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342491.svg" alt="Kideapp icon" :width="24" :height="24" />
CSS background
.icon-kideapp {
background-image: url('https://proicons.com/icon/342491.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><g><path class="b" d="m16.5737,12.0609l2.3784-3.2827,2.4003,3.2817v11.5437l6.8166-6.7782h3.0406v3.1485l-8.4608,8.4132-3.1703.8447-3.0174-3.0005.0127-14.1705Z"/><path class="b" d="m19.5784,29.2318l8.6043,9.9894h3.2561s0-3.1346,0-3.1346l-7.9027-8.4824"/></g><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!