cloud sun icon

cloud-sun-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
cloud-sun-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the cloud sun icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 68a80.4 80.4 0 0 0-18.46 2.15a60 60 0 0 0-6-7.42l7.57-10.82a12 12 0 0 0-19.66-13.77L119.87 49a59.9 59.9 0 0 0-22.26-5l-2.3-13a12 12 0 0 0-23.63 4.17l2.3 13a60 60 0 0 0-19.21 12.3l-10.86-7.61a12 12 0 0 0-13.77 19.66L41 80.11a59.5 59.5 0 0 0-5 22.25l-13 2.3a12 12 0 0 0 2.07 23.82a12.6 12.6 0 0 0 2.1-.18l13-2.3a59 59 0 0 0 3.44 7.25A56 56 0 0 0 84 228h80a80 80 0 0 0 0-160m-68 0a36 36 0 0 1 26.45 11.61a80.37 80.37 0 0 0-32.06 36.75A57 57 0 0 0 84 116a55.8 55.8 0 0 0-20.33 3.83A36 36 0 0 1 96 68m68 136H84a32 32 0 0 1 0-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 0 0 24 1.4a56 56 0 0 1 1.74-11l.15-.55A56.06 56.06 0 1 1 164 204"/></svg>

React

import type { SVGProps } from "react";

export function PhCloudSunBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 68a80.4 80.4 0 0 0-18.46 2.15a60 60 0 0 0-6-7.42l7.57-10.82a12 12 0 0 0-19.66-13.77L119.87 49a59.9 59.9 0 0 0-22.26-5l-2.3-13a12 12 0 0 0-23.63 4.17l2.3 13a60 60 0 0 0-19.21 12.3l-10.86-7.61a12 12 0 0 0-13.77 19.66L41 80.11a59.5 59.5 0 0 0-5 22.25l-13 2.3a12 12 0 0 0 2.07 23.82a12.6 12.6 0 0 0 2.1-.18l13-2.3a59 59 0 0 0 3.44 7.25A56 56 0 0 0 84 228h80a80 80 0 0 0 0-160m-68 0a36 36 0 0 1 26.45 11.61a80.37 80.37 0 0 0-32.06 36.75A57 57 0 0 0 84 116a55.8 55.8 0 0 0-20.33 3.83A36 36 0 0 1 96 68m68 136H84a32 32 0 0 1 0-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 0 0 24 1.4a56 56 0 0 1 1.74-11l.15-.55A56.06 56.06 0 1 1 164 204"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 68a80.4 80.4 0 0 0-18.46 2.15a60 60 0 0 0-6-7.42l7.57-10.82a12 12 0 0 0-19.66-13.77L119.87 49a59.9 59.9 0 0 0-22.26-5l-2.3-13a12 12 0 0 0-23.63 4.17l2.3 13a60 60 0 0 0-19.21 12.3l-10.86-7.61a12 12 0 0 0-13.77 19.66L41 80.11a59.5 59.5 0 0 0-5 22.25l-13 2.3a12 12 0 0 0 2.07 23.82a12.6 12.6 0 0 0 2.1-.18l13-2.3a59 59 0 0 0 3.44 7.25A56 56 0 0 0 84 228h80a80 80 0 0 0 0-160m-68 0a36 36 0 0 1 26.45 11.61a80.37 80.37 0 0 0-32.06 36.75A57 57 0 0 0 84 116a55.8 55.8 0 0 0-20.33 3.83A36 36 0 0 1 96 68m68 136H84a32 32 0 0 1 0-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 0 0 24 1.4a56 56 0 0 1 1.74-11l.15-.55A56.06 56.06 0 1 1 164 204"/></svg>
</template>

CSS

.icon-cloud-sun-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%2068a80.4%2080.4%200%200%200-18.46%202.15a60%2060%200%200%200-6-7.42l7.57-10.82a12%2012%200%200%200-19.66-13.77L119.87%2049a59.9%2059.9%200%200%200-22.26-5l-2.3-13a12%2012%200%200%200-23.63%204.17l2.3%2013a60%2060%200%200%200-19.21%2012.3l-10.86-7.61a12%2012%200%200%200-13.77%2019.66L41%2080.11a59.5%2059.5%200%200%200-5%2022.25l-13%202.3a12%2012%200%200%200%202.07%2023.82a12.6%2012.6%200%200%200%202.1-.18l13-2.3a59%2059%200%200%200%203.44%207.25A56%2056%200%200%200%2084%20228h80a80%2080%200%200%200%200-160m-68%200a36%2036%200%200%201%2026.45%2011.61a80.37%2080.37%200%200%200-32.06%2036.75A57%2057%200%200%200%2084%20116a55.8%2055.8%200%200%200-20.33%203.83A36%2036%200%200%201%2096%2068m68%20136H84a32%2032%200%200%201%200-64h.28c-.11%201.1-.2%202.2-.26%203.3a12%2012%200%200%200%2024%201.4a56%2056%200%200%201%201.74-11l.15-.55A56.06%2056.06%200%201%201%20164%20204%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%2068a80.4%2080.4%200%200%200-18.46%202.15a60%2060%200%200%200-6-7.42l7.57-10.82a12%2012%200%200%200-19.66-13.77L119.87%2049a59.9%2059.9%200%200%200-22.26-5l-2.3-13a12%2012%200%200%200-23.63%204.17l2.3%2013a60%2060%200%200%200-19.21%2012.3l-10.86-7.61a12%2012%200%200%200-13.77%2019.66L41%2080.11a59.5%2059.5%200%200%200-5%2022.25l-13%202.3a12%2012%200%200%200%202.07%2023.82a12.6%2012.6%200%200%200%202.1-.18l13-2.3a59%2059%200%200%200%203.44%207.25A56%2056%200%200%200%2084%20228h80a80%2080%200%200%200%200-160m-68%200a36%2036%200%200%201%2026.45%2011.61a80.37%2080.37%200%200%200-32.06%2036.75A57%2057%200%200%200%2084%20116a55.8%2055.8%200%200%200-20.33%203.83A36%2036%200%200%201%2096%2068m68%20136H84a32%2032%200%200%201%200-64h.28c-.11%201.1-.2%202.2-.26%203.3a12%2012%200%200%200%2024%201.4a56%2056%200%200%201%201.74-11l.15-.55A56.06%2056.06%200%201%201%20164%20204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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