cloudy night icon

cloudy-night-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
cloudy-night-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the cloudy night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.133.92l-.102 1.186q-.017.194-.017.393a4.506 4.506 0 0 0 4.9 4.49l1.185-.103l-.103 1.185a6.5 6.5 0 0 1-2.162 4.3a5.2 5.2 0 0 1 1.186 3.31c0 2.983-2.501 5.338-5.505 5.338H5.604C3.097 21.019 1 19.052 1 16.549c0-1.833 1.126-3.38 2.709-4.076a6 6 0 0 1-.006-.263c0-3.147 2.399-5.7 5.464-6.139a6.51 6.51 0 0 1 5.782-5.048zM10.11 8.005h-.064c-2.44.034-4.342 1.938-4.342 4.206q0 .395.073.766l.184.956l-.95.21C3.833 14.402 3 15.403 3 16.548c0 1.33 1.13 2.47 2.604 2.47h9.91c1.972 0 3.506-1.53 3.506-3.338c0-1.052-.512-2-1.333-2.62a3.6 3.6 0 0 0-2.231-.718l-.855.014l-.146-.841c-.283-1.624-1.553-2.96-3.239-3.377a4.6 4.6 0 0 0-1.107-.134"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCloudyNightFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.133.92l-.102 1.186q-.017.194-.017.393a4.506 4.506 0 0 0 4.9 4.49l1.185-.103l-.103 1.185a6.5 6.5 0 0 1-2.162 4.3a5.2 5.2 0 0 1 1.186 3.31c0 2.983-2.501 5.338-5.505 5.338H5.604C3.097 21.019 1 19.052 1 16.549c0-1.833 1.126-3.38 2.709-4.076a6 6 0 0 1-.006-.263c0-3.147 2.399-5.7 5.464-6.139a6.51 6.51 0 0 1 5.782-5.048zM10.11 8.005h-.064c-2.44.034-4.342 1.938-4.342 4.206q0 .395.073.766l.184.956l-.95.21C3.833 14.402 3 15.403 3 16.548c0 1.33 1.13 2.47 2.604 2.47h9.91c1.972 0 3.506-1.53 3.506-3.338c0-1.052-.512-2-1.333-2.62a3.6 3.6 0 0 0-2.231-.718l-.855.014l-.146-.841c-.283-1.624-1.553-2.96-3.239-3.377a4.6 4.6 0 0 0-1.107-.134"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.133.92l-.102 1.186q-.017.194-.017.393a4.506 4.506 0 0 0 4.9 4.49l1.185-.103l-.103 1.185a6.5 6.5 0 0 1-2.162 4.3a5.2 5.2 0 0 1 1.186 3.31c0 2.983-2.501 5.338-5.505 5.338H5.604C3.097 21.019 1 19.052 1 16.549c0-1.833 1.126-3.38 2.709-4.076a6 6 0 0 1-.006-.263c0-3.147 2.399-5.7 5.464-6.139a6.51 6.51 0 0 1 5.782-5.048zM10.11 8.005h-.064c-2.44.034-4.342 1.938-4.342 4.206q0 .395.073.766l.184.956l-.95.21C3.833 14.402 3 15.403 3 16.548c0 1.33 1.13 2.47 2.604 2.47h9.91c1.972 0 3.506-1.53 3.506-3.338c0-1.052-.512-2-1.333-2.62a3.6 3.6 0 0 0-2.231-.718l-.855.014l-.146-.841c-.283-1.624-1.553-2.96-3.239-3.377a4.6 4.6 0 0 0-1.107-.134"/></svg>
</template>

CSS

.icon-cloudy-night-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.133.92l-.102%201.186q-.017.194-.017.393a4.506%204.506%200%200%200%204.9%204.49l1.185-.103l-.103%201.185a6.5%206.5%200%200%201-2.162%204.3a5.2%205.2%200%200%201%201.186%203.31c0%202.983-2.501%205.338-5.505%205.338H5.604C3.097%2021.019%201%2019.052%201%2016.549c0-1.833%201.126-3.38%202.709-4.076a6%206%200%200%201-.006-.263c0-3.147%202.399-5.7%205.464-6.139a6.51%206.51%200%200%201%205.782-5.048zM10.11%208.005h-.064c-2.44.034-4.342%201.938-4.342%204.206q0%20.395.073.766l.184.956l-.95.21C3.833%2014.402%203%2015.403%203%2016.548c0%201.33%201.13%202.47%202.604%202.47h9.91c1.972%200%203.506-1.53%203.506-3.338c0-1.052-.512-2-1.333-2.62a3.6%203.6%200%200%200-2.231-.718l-.855.014l-.146-.841c-.283-1.624-1.553-2.96-3.239-3.377a4.6%204.6%200%200%200-1.107-.134%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.133.92l-.102%201.186q-.017.194-.017.393a4.506%204.506%200%200%200%204.9%204.49l1.185-.103l-.103%201.185a6.5%206.5%200%200%201-2.162%204.3a5.2%205.2%200%200%201%201.186%203.31c0%202.983-2.501%205.338-5.505%205.338H5.604C3.097%2021.019%201%2019.052%201%2016.549c0-1.833%201.126-3.38%202.709-4.076a6%206%200%200%201-.006-.263c0-3.147%202.399-5.7%205.464-6.139a6.51%206.51%200%200%201%205.782-5.048zM10.11%208.005h-.064c-2.44.034-4.342%201.938-4.342%204.206q0%20.395.073.766l.184.956l-.95.21C3.833%2014.402%203%2015.403%203%2016.548c0%201.33%201.13%202.47%202.604%202.47h9.91c1.972%200%203.506-1.53%203.506-3.338c0-1.052-.512-2-1.333-2.62a3.6%203.6%200%200%200-2.231-.718l-.855.014l-.146-.841c-.283-1.624-1.553-2.96-3.239-3.377a4.6%204.6%200%200%200-1.107-.134%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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