cloudy from IconPark by ByteDance · Color · Weather · Apache-2.0 Free for personal and commercial use.

Name
cloudy
Set
IconPark
Style
Color
Category
Weather
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More weather icons from IconPark

Use the cloudy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M9.45455 30.9942C6.14242 28.461 4 24.4278 4 19.8851C4 12.2166 10.1052 6 17.6364 6C23.9334 6 29.2336 10.3462 30.8015 16.2533C32.0353 15.6159 33.431 15.2567 34.9091 15.2567C39.9299 15.2567 44 19.4011 44 24.5135C44 28.3094 41.7562 31.5716 38.5455 33"/><path fill="#2F88FF" d="M26 42C29.3137 42 32 39.3137 32 36C32 32.6863 29.3137 30 26 30C22.6863 30 20 32.6863 20 36C20 39.3137 22.6863 42 26 42Z"/><path stroke-linecap="round" d="M22.2426 15.7574C21.1569 14.6716 19.6569 14 18 14C14.6863 14 12 16.6863 12 20C12 21.6569 12.6716 23.1569 13.7574 24.2426"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCloudy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M9.45455 30.9942C6.14242 28.461 4 24.4278 4 19.8851C4 12.2166 10.1052 6 17.6364 6C23.9334 6 29.2336 10.3462 30.8015 16.2533C32.0353 15.6159 33.431 15.2567 34.9091 15.2567C39.9299 15.2567 44 19.4011 44 24.5135C44 28.3094 41.7562 31.5716 38.5455 33"/><path fill="#2F88FF" d="M26 42C29.3137 42 32 39.3137 32 36C32 32.6863 29.3137 30 26 30C22.6863 30 20 32.6863 20 36C20 39.3137 22.6863 42 26 42Z"/><path strokeLinecap="round" d="M22.2426 15.7574C21.1569 14.6716 19.6569 14 18 14C14.6863 14 12 16.6863 12 20C12 21.6569 12.6716 23.1569 13.7574 24.2426"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M9.45455 30.9942C6.14242 28.461 4 24.4278 4 19.8851C4 12.2166 10.1052 6 17.6364 6C23.9334 6 29.2336 10.3462 30.8015 16.2533C32.0353 15.6159 33.431 15.2567 34.9091 15.2567C39.9299 15.2567 44 19.4011 44 24.5135C44 28.3094 41.7562 31.5716 38.5455 33"/><path fill="#2F88FF" d="M26 42C29.3137 42 32 39.3137 32 36C32 32.6863 29.3137 30 26 30C22.6863 30 20 32.6863 20 36C20 39.3137 22.6863 42 26 42Z"/><path stroke-linecap="round" d="M22.2426 15.7574C21.1569 14.6716 19.6569 14 18 14C14.6863 14 12 16.6863 12 20C12 21.6569 12.6716 23.1569 13.7574 24.2426"/></g></svg>
</template>

CSS

.icon-cloudy {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.45455%2030.9942C6.14242%2028.461%204%2024.4278%204%2019.8851C4%2012.2166%2010.1052%206%2017.6364%206C23.9334%206%2029.2336%2010.3462%2030.8015%2016.2533C32.0353%2015.6159%2033.431%2015.2567%2034.9091%2015.2567C39.9299%2015.2567%2044%2019.4011%2044%2024.5135C44%2028.3094%2041.7562%2031.5716%2038.5455%2033%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M26%2042C29.3137%2042%2032%2039.3137%2032%2036C32%2032.6863%2029.3137%2030%2026%2030C22.6863%2030%2020%2032.6863%2020%2036C20%2039.3137%2022.6863%2042%2026%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22.2426%2015.7574C21.1569%2014.6716%2019.6569%2014%2018%2014C14.6863%2014%2012%2016.6863%2012%2020C12%2021.6569%2012.6716%2023.1569%2013.7574%2024.2426%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.45455%2030.9942C6.14242%2028.461%204%2024.4278%204%2019.8851C4%2012.2166%2010.1052%206%2017.6364%206C23.9334%206%2029.2336%2010.3462%2030.8015%2016.2533C32.0353%2015.6159%2033.431%2015.2567%2034.9091%2015.2567C39.9299%2015.2567%2044%2019.4011%2044%2024.5135C44%2028.3094%2041.7562%2031.5716%2038.5455%2033%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M26%2042C29.3137%2042%2032%2039.3137%2032%2036C32%2032.6863%2029.3137%2030%2026%2030C22.6863%2030%2020%2032.6863%2020%2036C20%2039.3137%2022.6863%2042%2026%2042Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22.2426%2015.7574C21.1569%2014.6716%2019.6569%2014%2018%2014C14.6863%2014%2012%2016.6863%2012%2020C12%2021.6569%2012.6716%2023.1569%2013.7574%2024.2426%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/cloudy.svg?color=%231a73e8&size=48