Emoji Sun Behind Cloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Sun Behind Cloud icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/325402.svg" alt="Emoji Sun Behind Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325402.svg" alt="Emoji Sun Behind Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325402.svg" alt="Emoji Sun Behind Cloud icon" :width="24" :height="24" />
CSS background
.icon-emoji-sun-behind-cloud {
background-image: url('https://proicons.com/icon/325402.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m12.9026,26.0663c-2.1269-1.0224-3.5948-3.1957-3.5948-5.7115,0-3.4986,2.8388-6.3346,6.3405-6.3346,3.2872,0,5.9901,2.4992,6.309,5.6995.0639.8504.083,1.6739-.0157,2.4269"/><path id="d" class="g" d="m17.6145,26.0839c-.0185.2107-.1893.3811-.4009.4037-2.5646.2745-4.5372,2.7974-4.5372,5.8683,0,3.2542,2.2589,5.8923,5.0454,5.8923h19.2351c3.0614,0,5.5431-2.7879,5.5431-6.2269,0-3.2957-2.2792-5.9935-5.1636-6.2125-.2206-.0167-.3996-.1711-.4417-.387-.6443-3.3057-3.6168-5.7899-7.131-5.7899-2.2839,0-4.3184,1.033-5.6396,2.6764-.1291.1606-.3458.2342-.5364.1543-.5084-.213-1.0453-.3161-1.6461-.3161-2.2702,0-4.1336,1.7309-4.3271,3.9374"/><path id="e" class="g" d="m12.9026,26.0663c.8923.354,1.9109.5889,2.8022.868"/><path id="f" class="g" d="m13.5668,26.304l-4.3042,2.5194.9796-4.6862-4.7422-.6827,3.5494-3.2154-3.435-3.3379,4.7654-.5151-.8194-4.7183,4.1589,2.3834,2.114-4.2994,1.9616,4.3694,4.239-2.2352-.9796,4.6862,4.7422.6827-3.798,3.1659"/></svg>
Copied!