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

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

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the cloudy day icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.414 6.005A5 5 0 0 1 18.584 6A4.5 4.5 0 0 1 23 10.5c0 1.216-.617 2.33-1.387 3.113a5 5 0 0 1-1.69 1.139q.076.446.077.915C20 18.594 17.668 21 14.75 21H5.4C2.952 21 1 18.982 1 16.533a4.47 4.47 0 0 1 2.556-4.056a6 6 0 0 1-.006-.277c0-3.326 2.588-6.07 5.864-6.195M9.65 8c-2.246 0-4.1 1.862-4.1 4.2q0 .4.07.776l.17.935l-.926.217C3.808 14.375 3 15.348 3 16.533C3 17.914 4.093 19 5.4 19h9.35c1.777 0 3.25-1.474 3.25-3.333c0-.46-.09-.894-.251-1.288c-.496-1.212-1.66-2.046-2.999-2.046h-.054l-.863.015l-.14-.852c-.308-1.872-1.82-3.306-3.665-3.478A4 4 0 0 0 9.65 8"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCloudyDayFilled(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="M9.414 6.005A5 5 0 0 1 18.584 6A4.5 4.5 0 0 1 23 10.5c0 1.216-.617 2.33-1.387 3.113a5 5 0 0 1-1.69 1.139q.076.446.077.915C20 18.594 17.668 21 14.75 21H5.4C2.952 21 1 18.982 1 16.533a4.47 4.47 0 0 1 2.556-4.056a6 6 0 0 1-.006-.277c0-3.326 2.588-6.07 5.864-6.195M9.65 8c-2.246 0-4.1 1.862-4.1 4.2q0 .4.07.776l.17.935l-.926.217C3.808 14.375 3 15.348 3 16.533C3 17.914 4.093 19 5.4 19h9.35c1.777 0 3.25-1.474 3.25-3.333c0-.46-.09-.894-.251-1.288c-.496-1.212-1.66-2.046-2.999-2.046h-.054l-.863.015l-.14-.852c-.308-1.872-1.82-3.306-3.665-3.478A4 4 0 0 0 9.65 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.414 6.005A5 5 0 0 1 18.584 6A4.5 4.5 0 0 1 23 10.5c0 1.216-.617 2.33-1.387 3.113a5 5 0 0 1-1.69 1.139q.076.446.077.915C20 18.594 17.668 21 14.75 21H5.4C2.952 21 1 18.982 1 16.533a4.47 4.47 0 0 1 2.556-4.056a6 6 0 0 1-.006-.277c0-3.326 2.588-6.07 5.864-6.195M9.65 8c-2.246 0-4.1 1.862-4.1 4.2q0 .4.07.776l.17.935l-.926.217C3.808 14.375 3 15.348 3 16.533C3 17.914 4.093 19 5.4 19h9.35c1.777 0 3.25-1.474 3.25-3.333c0-.46-.09-.894-.251-1.288c-.496-1.212-1.66-2.046-2.999-2.046h-.054l-.863.015l-.14-.852c-.308-1.872-1.82-3.306-3.665-3.478A4 4 0 0 0 9.65 8"/></svg>
</template>

CSS

.icon-cloudy-day-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%22M9.414%206.005A5%205%200%200%201%2018.584%206A4.5%204.5%200%200%201%2023%2010.5c0%201.216-.617%202.33-1.387%203.113a5%205%200%200%201-1.69%201.139q.076.446.077.915C20%2018.594%2017.668%2021%2014.75%2021H5.4C2.952%2021%201%2018.982%201%2016.533a4.47%204.47%200%200%201%202.556-4.056a6%206%200%200%201-.006-.277c0-3.326%202.588-6.07%205.864-6.195M9.65%208c-2.246%200-4.1%201.862-4.1%204.2q0%20.4.07.776l.17.935l-.926.217C3.808%2014.375%203%2015.348%203%2016.533C3%2017.914%204.093%2019%205.4%2019h9.35c1.777%200%203.25-1.474%203.25-3.333c0-.46-.09-.894-.251-1.288c-.496-1.212-1.66-2.046-2.999-2.046h-.054l-.863.015l-.14-.852c-.308-1.872-1.82-3.306-3.665-3.478A4%204%200%200%200%209.65%208%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%22M9.414%206.005A5%205%200%200%201%2018.584%206A4.5%204.5%200%200%201%2023%2010.5c0%201.216-.617%202.33-1.387%203.113a5%205%200%200%201-1.69%201.139q.076.446.077.915C20%2018.594%2017.668%2021%2014.75%2021H5.4C2.952%2021%201%2018.982%201%2016.533a4.47%204.47%200%200%201%202.556-4.056a6%206%200%200%201-.006-.277c0-3.326%202.588-6.07%205.864-6.195M9.65%208c-2.246%200-4.1%201.862-4.1%204.2q0%20.4.07.776l.17.935l-.926.217C3.808%2014.375%203%2015.348%203%2016.533C3%2017.914%204.093%2019%205.4%2019h9.35c1.777%200%203.25-1.474%203.25-3.333c0-.46-.09-.894-.251-1.288c-.496-1.212-1.66-2.046-2.999-2.046h-.054l-.863.015l-.14-.852c-.308-1.872-1.82-3.306-3.665-3.478A4%204%200%200%200%209.65%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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