cloudy sunny icon

cloudy-sunny from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
cloudy-sunny
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the cloudy sunny icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2 16.533C2 18.448 3.612 20 5.6 20h9.9c2.485 0 4.5-1.94 4.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6 4.6 0 0 0-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6 5.6 0 0 0 10.1 7c-2.982 0-5.4 2.328-5.4 5.2q0 .49.09.955C3.193 13.508 2 14.887 2 16.533"/><path d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19.002 9a4 4 0 0 1-1.256 2.91a4.6 4.6 0 0 0-2.244-.577Zm-5.444-7.281l-.002.002l-.003-.003l.002-.002zM15 2h.004v.004h-.003zm4.952 2.049l.002.002l-.003.003l-.002-.002zM22.005 9v.004H22V9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M2 16.533C2 18.448 3.612 20 5.6 20h9.9c2.485 0 4.5-1.94 4.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6 4.6 0 0 0-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6 5.6 0 0 0 10.1 7c-2.982 0-5.4 2.328-5.4 5.2q0 .49.09.955C3.193 13.508 2 14.887 2 16.533Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignCloudySunny(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2 16.533C2 18.448 3.612 20 5.6 20h9.9c2.485 0 4.5-1.94 4.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6 4.6 0 0 0-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6 5.6 0 0 0 10.1 7c-2.982 0-5.4 2.328-5.4 5.2q0 .49.09.955C3.193 13.508 2 14.887 2 16.533"/><path d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19.002 9a4 4 0 0 1-1.256 2.91a4.6 4.6 0 0 0-2.244-.577Zm-5.444-7.281l-.002.002l-.003-.003l.002-.002zM15 2h.004v.004h-.003zm4.952 2.049l.002.002l-.003.003l-.002-.002zM22.005 9v.004H22V9z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M2 16.533C2 18.448 3.612 20 5.6 20h9.9c2.485 0 4.5-1.94 4.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6 4.6 0 0 0-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6 5.6 0 0 0 10.1 7c-2.982 0-5.4 2.328-5.4 5.2q0 .49.09.955C3.193 13.508 2 14.887 2 16.533Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2 16.533C2 18.448 3.612 20 5.6 20h9.9c2.485 0 4.5-1.94 4.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6 4.6 0 0 0-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6 5.6 0 0 0 10.1 7c-2.982 0-5.4 2.328-5.4 5.2q0 .49.09.955C3.193 13.508 2 14.887 2 16.533"/><path d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19 9a4 4 0 0 1-1.255 2.91a4.6 4.6 0 0 0-2.245-.577"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M15.5 11.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4 4 0 0 1 19.002 9a4 4 0 0 1-1.256 2.91a4.6 4.6 0 0 0-2.244-.577Zm-5.444-7.281l-.002.002l-.003-.003l.002-.002zM15 2h.004v.004h-.003zm4.952 2.049l.002.002l-.003.003l-.002-.002zM22.005 9v.004H22V9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M2 16.533C2 18.448 3.612 20 5.6 20h9.9c2.485 0 4.5-1.94 4.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6 4.6 0 0 0-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6 5.6 0 0 0 10.1 7c-2.982 0-5.4 2.328-5.4 5.2q0 .49.09.955C3.193 13.508 2 14.887 2 16.533Z"/></g></svg>
</template>

CSS

.icon-cloudy-sunny {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2016.533C2%2018.448%203.612%2020%205.6%2020h9.9c2.485%200%204.5-1.94%204.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6%204.6%200%200%200-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6%205.6%200%200%200%2010.1%207c-2.982%200-5.4%202.328-5.4%205.2q0%20.49.09.955C3.193%2013.508%202%2014.887%202%2016.533%22%2F%3E%3Cpath%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019%209a4%204%200%200%201-1.255%202.91a4.6%204.6%200%200%200-2.245-.577%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019.002%209a4%204%200%200%201-1.256%202.91a4.6%204.6%200%200%200-2.244-.577Zm-5.444-7.281l-.002.002l-.003-.003l.002-.002zM15%202h.004v.004h-.003zm4.952%202.049l.002.002l-.003.003l-.002-.002zM22.005%209v.004H22V9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M2%2016.533C2%2018.448%203.612%2020%205.6%2020h9.9c2.485%200%204.5-1.94%204.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6%204.6%200%200%200-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6%205.6%200%200%200%2010.1%207c-2.982%200-5.4%202.328-5.4%205.2q0%20.49.09.955C3.193%2013.508%202%2014.887%202%2016.533Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2016.533C2%2018.448%203.612%2020%205.6%2020h9.9c2.485%200%204.5-1.94%204.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6%204.6%200%200%200-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6%205.6%200%200%200%2010.1%207c-2.982%200-5.4%202.328-5.4%205.2q0%20.49.09.955C3.193%2013.508%202%2014.887%202%2016.533%22%2F%3E%3Cpath%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019%209a4%204%200%200%201-1.255%202.91a4.6%204.6%200%200%200-2.245-.577%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M15.5%2011.333h-.074c-.354-2.032-1.932-3.664-3.98-4.17A4%204%200%200%201%2019.002%209a4%204%200%200%201-1.256%202.91a4.6%204.6%200%200%200-2.244-.577Zm-5.444-7.281l-.002.002l-.003-.003l.002-.002zM15%202h.004v.004h-.003zm4.952%202.049l.002.002l-.003.003l-.002-.002zM22.005%209v.004H22V9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M2%2016.533C2%2018.448%203.612%2020%205.6%2020h9.9c2.485%200%204.5-1.94%204.5-4.333c0-1.607-.907-3.008-2.256-3.757a4.6%204.6%200%200%200-2.319-.576c-.353-2.033-1.932-3.665-3.98-4.171A5.6%205.6%200%200%200%2010.1%207c-2.982%200-5.4%202.328-5.4%205.2q0%20.49.09.955C3.193%2013.508%202%2014.887%202%2016.533Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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