cloud sun icon
cloud-sun from Line Awesome by Icons8 · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-sun
- Set
- Line Awesome
- Style
- Line
- Category
- Weather
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- cloud-sun-solid
The same icon in other sets
More weather icons from Line Awesome
Use the cloud sun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 6v3.094a5 5 0 0 0-1.75.75L5.062 7.625L3.625 9.063l2.219 2.187a5 5 0 0 0-.75 1.75H2v2h3.125c.129.629.383 1.2.719 1.719l-2.219 2.218l.625.625C4.113 20.02 4 20.5 4 21c0 2.758 2.242 5 5 5h16c2.758 0 5-2.242 5-5a4.99 4.99 0 0 0-3.031-4.594c-.282-2.418-2.313-4.308-4.782-4.406A5.97 5.97 0 0 0 17 9c-.227 0-.438.008-.656.031l-1.407-1.406l-2.187 2.219A5.2 5.2 0 0 0 11 9.125V6zm1 5c.766 0 1.445.285 1.969.75a6 6 0 0 0-.656 1.313a4.02 4.02 0 0 0-3.22 3.03q-.08.014-.155.032C7.377 15.582 7 14.848 7 14c0-1.668 1.332-3 3-3m7 0c1.605 0 3.055.96 3.688 2.438l.28.687l.907-.094c.043-.008.078-.031.125-.031c1.652 0 2.996 1.352 3 2.938l-.031.968l.781.188A2.996 2.996 0 0 1 28 21c0 1.652-1.348 3-3 3H9c-1.652 0-3-1.348-3-3s1.348-3 3-3h1v-1c0-1.102.895-1.996 1.906-2l1 .063l.188-.844C13.469 12.359 15.102 11 17 11"/></svg>
React
import type { SVGProps } from "react";
export function LaCloudSun(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 6v3.094a5 5 0 0 0-1.75.75L5.062 7.625L3.625 9.063l2.219 2.187a5 5 0 0 0-.75 1.75H2v2h3.125c.129.629.383 1.2.719 1.719l-2.219 2.218l.625.625C4.113 20.02 4 20.5 4 21c0 2.758 2.242 5 5 5h16c2.758 0 5-2.242 5-5a4.99 4.99 0 0 0-3.031-4.594c-.282-2.418-2.313-4.308-4.782-4.406A5.97 5.97 0 0 0 17 9c-.227 0-.438.008-.656.031l-1.407-1.406l-2.187 2.219A5.2 5.2 0 0 0 11 9.125V6zm1 5c.766 0 1.445.285 1.969.75a6 6 0 0 0-.656 1.313a4.02 4.02 0 0 0-3.22 3.03q-.08.014-.155.032C7.377 15.582 7 14.848 7 14c0-1.668 1.332-3 3-3m7 0c1.605 0 3.055.96 3.688 2.438l.28.687l.907-.094c.043-.008.078-.031.125-.031c1.652 0 2.996 1.352 3 2.938l-.031.968l.781.188A2.996 2.996 0 0 1 28 21c0 1.652-1.348 3-3 3H9c-1.652 0-3-1.348-3-3s1.348-3 3-3h1v-1c0-1.102.895-1.996 1.906-2l1 .063l.188-.844C13.469 12.359 15.102 11 17 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 6v3.094a5 5 0 0 0-1.75.75L5.062 7.625L3.625 9.063l2.219 2.187a5 5 0 0 0-.75 1.75H2v2h3.125c.129.629.383 1.2.719 1.719l-2.219 2.218l.625.625C4.113 20.02 4 20.5 4 21c0 2.758 2.242 5 5 5h16c2.758 0 5-2.242 5-5a4.99 4.99 0 0 0-3.031-4.594c-.282-2.418-2.313-4.308-4.782-4.406A5.97 5.97 0 0 0 17 9c-.227 0-.438.008-.656.031l-1.407-1.406l-2.187 2.219A5.2 5.2 0 0 0 11 9.125V6zm1 5c.766 0 1.445.285 1.969.75a6 6 0 0 0-.656 1.313a4.02 4.02 0 0 0-3.22 3.03q-.08.014-.155.032C7.377 15.582 7 14.848 7 14c0-1.668 1.332-3 3-3m7 0c1.605 0 3.055.96 3.688 2.438l.28.687l.907-.094c.043-.008.078-.031.125-.031c1.652 0 2.996 1.352 3 2.938l-.031.968l.781.188A2.996 2.996 0 0 1 28 21c0 1.652-1.348 3-3 3H9c-1.652 0-3-1.348-3-3s1.348-3 3-3h1v-1c0-1.102.895-1.996 1.906-2l1 .063l.188-.844C13.469 12.359 15.102 11 17 11"/></svg> </template>
CSS
.icon-cloud-sun {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206v3.094a5%205%200%200%200-1.75.75L5.062%207.625L3.625%209.063l2.219%202.187a5%205%200%200%200-.75%201.75H2v2h3.125c.129.629.383%201.2.719%201.719l-2.219%202.218l.625.625C4.113%2020.02%204%2020.5%204%2021c0%202.758%202.242%205%205%205h16c2.758%200%205-2.242%205-5a4.99%204.99%200%200%200-3.031-4.594c-.282-2.418-2.313-4.308-4.782-4.406A5.97%205.97%200%200%200%2017%209c-.227%200-.438.008-.656.031l-1.407-1.406l-2.187%202.219A5.2%205.2%200%200%200%2011%209.125V6zm1%205c.766%200%201.445.285%201.969.75a6%206%200%200%200-.656%201.313a4.02%204.02%200%200%200-3.22%203.03q-.08.014-.155.032C7.377%2015.582%207%2014.848%207%2014c0-1.668%201.332-3%203-3m7%200c1.605%200%203.055.96%203.688%202.438l.28.687l.907-.094c.043-.008.078-.031.125-.031c1.652%200%202.996%201.352%203%202.938l-.031.968l.781.188A2.996%202.996%200%200%201%2028%2021c0%201.652-1.348%203-3%203H9c-1.652%200-3-1.348-3-3s1.348-3%203-3h1v-1c0-1.102.895-1.996%201.906-2l1%20.063l.188-.844C13.469%2012.359%2015.102%2011%2017%2011%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%206v3.094a5%205%200%200%200-1.75.75L5.062%207.625L3.625%209.063l2.219%202.187a5%205%200%200%200-.75%201.75H2v2h3.125c.129.629.383%201.2.719%201.719l-2.219%202.218l.625.625C4.113%2020.02%204%2020.5%204%2021c0%202.758%202.242%205%205%205h16c2.758%200%205-2.242%205-5a4.99%204.99%200%200%200-3.031-4.594c-.282-2.418-2.313-4.308-4.782-4.406A5.97%205.97%200%200%200%2017%209c-.227%200-.438.008-.656.031l-1.407-1.406l-2.187%202.219A5.2%205.2%200%200%200%2011%209.125V6zm1%205c.766%200%201.445.285%201.969.75a6%206%200%200%200-.656%201.313a4.02%204.02%200%200%200-3.22%203.03q-.08.014-.155.032C7.377%2015.582%207%2014.848%207%2014c0-1.668%201.332-3%203-3m7%200c1.605%200%203.055.96%203.688%202.438l.28.687l.907-.094c.043-.008.078-.031.125-.031c1.652%200%202.996%201.352%203%202.938l-.031.968l.781.188A2.996%202.996%200%200%201%2028%2021c0%201.652-1.348%203-3%203H9c-1.652%200-3-1.348-3-3s1.348-3%203-3h1v-1c0-1.102.895-1.996%201.906-2l1%20.063l.188-.844C13.469%2012.359%2015.102%2011%2017%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cloud-sun.svg?color=%231a73e8&size=48