Samsung Kids Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Kids 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/332375.svg" alt="Samsung Kids icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332375.svg" alt="Samsung Kids icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332375.svg" alt="Samsung Kids icon" :width="24" :height="24" />
CSS background
.icon-samsung-kids {
background-image: url('https://proicons.com/icon/332375.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M11.0335,7.8527c1.4523,3.0779,3.7579,2.0915,6.7844,1.1755,11.8095-3.5742,20.7757,3.291,21.6353,12.1292,1.4065-.6048,3.1093.5959,3.045,1.9236-.0644,1.3277-1.1999,2.498-3.045,2.0839.0146,2.9762-3.5292,6.2489,2.671,8.7095-1.9529,1.1991-3.7379,2.8178-6.7844,1.2824-4.1736,4.7395-9.9194,6.3249-16.9877,3.7937-7.3186-2.6208-9.6157-9.7131-10.0431-14.694-1.3484-.1716-2.7435-.8893-2.8074-2.5686-.0638-1.6793,1.7144-2.7492,3.2348-1.4656.1593-2.5168,1.7089-4.825,3.2587-7.1332-2.0398-1.8274-1.898-3.5508-.9616-5.2364Z"/><path id="c" class="h" d="M14.6127,15.0661c5.1928.5683,9.814.0648,13.3017-2.5648,1.8252,3.2857,3.6504,4.2637,5.4756,5.1028"/><path id="d" class="h" d="M31.0929,26.4739c1.3197-.2678,1.4535.6074,1.3355,1.1221-1.9788,8.6345-13.6253,7.9912-15.9727,1.1221-.3211-.9395.3346-1.5146,1.3622-1.3625,4.3822.6484,8.8223.0219,13.275-.8816Z"/><circle id="e" class="h" cx="17.4841" cy="20.9303" r="1.0679"/><circle id="f" class="h" cx="29.7143" cy="20.7714" r="1.0679"/><path id="g" class="h" d="M21.7327,23.5485c0-.8848.7171-1.6021,1.6018-1.6021h0c.8846,0,1.6018.7173,1.6018,1.6021h-3.2036Z"/></svg>
Copied!