Kids Mode Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kids Mode 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/342492.svg" alt="Kids Mode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342492.svg" alt="Kids Mode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342492.svg" alt="Kids Mode icon" :width="24" :height="24" />
CSS background
.icon-kids-mode {
background-image: url('https://proicons.com/icon/342492.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M24 6.016c-10.35 0-18.742 8.391-18.742 18.742C5.258 35.108 13.649 43.5 24 43.5c10.35 0 18.742-8.391 18.742-18.742 0-5.953-2.775-11.257-7.102-14.69 1.162-1.892.537-4.815-1.324-5.568C31.941 6.536 28.122 6.016 24 6.016" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:3;stroke-opacity:1"/><path d="M33.067 21.33a2.48 2.48 0 0 0-2.272-1.49 2.48 2.48 0 0 0-2.273 1.489M18.77 20.585a1.34 1.34 0 0 1-1.343 1.342 1.34 1.34 0 0 1-1.342-1.342 1.34 1.34 0 0 1 1.342-1.342 1.34 1.34 0 0 1 1.342 1.342M15.193 27.891c-.602 0-.692 1.084-.653 1.685.255 3.873 5.606 6.646 9.46 6.646s9.205-2.773 9.46-6.646c.04-.601-.05-1.685-.653-1.685z" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:3;stroke-opacity:1"/></svg>
Copied!