cloudsunweatherforecastpartly-cloudysky
CloudSun
Animated cloud sun SVG icon for React and Next.js. Represents partly cloudy weather, forecasts, and outdoor conditions with a lively animation.
import CloudSun from "cssvg-icons/cloud-sun";
export default function App() {
return (
<CloudSun
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Missing something?
Need a variant of CloudSun or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant