partly cloudy night icon

partly-cloudy-night-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
partly-cloudy-night-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
nights-stay-rounded

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the partly 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="M6 13q1.2 0 2.2.65t1.475 1.775l.25.575h.625q1.05 0 1.75.738T13 18.5q0 1.05-.725 1.775T10.5 21H6q-1.65 0-2.825-1.175T2 17q0-1.675 1.175-2.838T6 13m8.025-2.025q1.5 1.5 3.463 2.263t4.087.612q.275-.025.488.075t.362.3t.2.425t-.025.475q-.875 3.025-3.512 4.925T13.325 22q.8-.65 1.238-1.562T15 18.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6 11q-.8 0-1.562.2T3 11.8Q3.05 8.525 4.913 6T9.85 2.45q.25-.075.488-.025t.437.2t.313.363t.087.487q-.125 2.15.6 4.063t2.25 3.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPartlyCloudyNightRounded(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="M6 13q1.2 0 2.2.65t1.475 1.775l.25.575h.625q1.05 0 1.75.738T13 18.5q0 1.05-.725 1.775T10.5 21H6q-1.65 0-2.825-1.175T2 17q0-1.675 1.175-2.838T6 13m8.025-2.025q1.5 1.5 3.463 2.263t4.087.612q.275-.025.488.075t.362.3t.2.425t-.025.475q-.875 3.025-3.512 4.925T13.325 22q.8-.65 1.238-1.562T15 18.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6 11q-.8 0-1.562.2T3 11.8Q3.05 8.525 4.913 6T9.85 2.45q.25-.075.488-.025t.437.2t.313.363t.087.487q-.125 2.15.6 4.063t2.25 3.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 13q1.2 0 2.2.65t1.475 1.775l.25.575h.625q1.05 0 1.75.738T13 18.5q0 1.05-.725 1.775T10.5 21H6q-1.65 0-2.825-1.175T2 17q0-1.675 1.175-2.838T6 13m8.025-2.025q1.5 1.5 3.463 2.263t4.087.612q.275-.025.488.075t.362.3t.2.425t-.025.475q-.875 3.025-3.512 4.925T13.325 22q.8-.65 1.238-1.562T15 18.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6 11q-.8 0-1.562.2T3 11.8Q3.05 8.525 4.913 6T9.85 2.45q.25-.075.488-.025t.437.2t.313.363t.087.487q-.125 2.15.6 4.063t2.25 3.437"/></svg>
</template>

CSS

.icon-partly-cloudy-night-rounded {
  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%22M6%2013q1.2%200%202.2.65t1.475%201.775l.25.575h.625q1.05%200%201.75.738T13%2018.5q0%201.05-.725%201.775T10.5%2021H6q-1.65%200-2.825-1.175T2%2017q0-1.675%201.175-2.838T6%2013m8.025-2.025q1.5%201.5%203.463%202.263t4.087.612q.275-.025.488.075t.362.3t.2.425t-.025.475q-.875%203.025-3.512%204.925T13.325%2022q.8-.65%201.238-1.562T15%2018.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6%2011q-.8%200-1.562.2T3%2011.8Q3.05%208.525%204.913%206T9.85%202.45q.25-.075.488-.025t.437.2t.313.363t.087.487q-.125%202.15.6%204.063t2.25%203.437%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%22M6%2013q1.2%200%202.2.65t1.475%201.775l.25.575h.625q1.05%200%201.75.738T13%2018.5q0%201.05-.725%201.775T10.5%2021H6q-1.65%200-2.825-1.175T2%2017q0-1.675%201.175-2.838T6%2013m8.025-2.025q1.5%201.5%203.463%202.263t4.087.612q.275-.025.488.075t.362.3t.2.425t-.025.475q-.875%203.025-3.512%204.925T13.325%2022q.8-.65%201.238-1.562T15%2018.5q0-1.7-1.062-2.937t-2.713-1.488q-.8-1.425-2.187-2.25T6%2011q-.8%200-1.562.2T3%2011.8Q3.05%208.525%204.913%206T9.85%202.45q.25-.075.488-.025t.437.2t.313.363t.087.487q-.125%202.15.6%204.063t2.25%203.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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