Little Nightmares Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Little Nightmares 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/343152.svg" alt="Little Nightmares icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343152.svg" alt="Little Nightmares icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343152.svg" alt="Little Nightmares icon" :width="24" :height="24" />
CSS background
.icon-little-nightmares {
background-image: url('https://proicons.com/icon/343152.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="M20.2785,33.2275l1.2533-2.4406.6341-5.0157-3.6276-3.2769,5.3307-7.6481,6.3705,7.4778-3.8264,4.0867.595,7.4028-.619.5998.0329,2.0341h-1.3397l.0187-2.7529-1.2321.0169v2.6907h-1.2473v-2.6017l-2.3431-.5729Z"/><path class="b" d="M21.8431,23.1295l2.3454-2.2249,2.7398,1.8363-2.4293,2.7359-2.6559-2.3473Z"/><path class="b" d="M18.9815,32.6412c.5629-.5719.9108-2.4852.9362-3.2313-.1576-.3246-.6059-.61-.9483-.99-1.5254-1.5061-2.8467-3.7932-2.6664-5.9996-.001-3.5526,1.779-6.6272,5.192-7.9494,2.1931-1.1126,4.2582-.5108,6.428.5715,3.3043,1.7046,4.3746,5.8499,3.9508,9.2235-.2877,1.393-1.084,2.4938-2.032,3.6185-.5269.635-1.2733,1.0447-1.5813,1.5454-.0734.5749.0428,2.0883.1179,2.7686.0745.5078.1891.6299.2783.7361.0892.1062.153.1965.3429.1952,3.0126-.7502,6.5894-3.0952,9.5669-5.231,2.258-1.6908,4.3574-3.3493,5.6934-4.7759.3395-.4846.324-.4755-.0794-.9015-4.5961-4.0435-10.8766-8.7564-17.0099-10.3281-4.1127-1.0229-8.4053.4204-12.1976,2.1867-3.8669,2.1743-7.947,5.3241-11.1794,7.9898-.2891.2778-.3894.3087-.1889.6444,3.3744,3.6504,9.3827,7.9453,14.0798,9.7875.7733.2875.9842.2752,1.0896.269s.1056-.0062.2074-.1293v-.0002Z"/></svg>
Copied!