Kids Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kids Space 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/342493.svg" alt="Kids Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342493.svg" alt="Kids Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342493.svg" alt="Kids Space icon" :width="24" :height="24" />
CSS background
.icon-kids-space {
background-image: url('https://proicons.com/icon/342493.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="m10.8968,16.1792c4.8401,2.3872,9.6801,4.7853,15.1991,6.1541,5.508,1.3688,11.6731,1.7192,12.7243,1.2374,1.0512-.4928-3.0333-1.8287-4.9277-4.5225-1.8944-2.6938-1.5988-6.7454-2.0477-9.4392-.4599-2.7047-1.6645-4.0516-3.2851-4.1064-1.6316-.0657-3.6793,1.1498-4.9277,2.869-1.2593,1.7192-1.7083,3.9531-3.7012,5.3438-1.993,1.3797-5.508,1.9163-9.0341,2.4638Z"/><path class="b" d="m6.7904,17.4056c2.4967,2.2448,5.0043,4.5006,10.6766,6.5702,5.6723,2.0696,14.5202,3.964,19.3055,4.1064,4.7744.1424,5.4752-1.4783,5.7489-.8213.2628.657.0767,3.5917-2.4638,4.5225-2.5514.9198-7.4682-.1533-10.6766,1.6426-3.2194,1.7849-4.7525,6.4388-6.9863,8.2128-2.2339,1.763-5.1905.6242-6.1541-1.6535-.9746-2.2667.0329-5.6832-.657-8.2456-.6899-2.5514-3.0771-4.2597-5.2671-5.727-2.201-1.4674-4.2049-2.6938-4.7525-4.0845-.5585-1.4016.3285-2.9566,1.2264-4.5225Z"/><path class="b" d="m27.7385,34.6524c-4.3802,0-8.4427-1.0768-12.1878-3.2304"/><path class="b" d="m32.6661,16.5843c-4.11.5475-8.2164-.4088-12.3192-2.869"/></svg>
Copied!