partly cloudy night icon

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

Name
partly-cloudy-night-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
nights-stay-outline, partly-cloudy-night-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M13.1 21h-2.6l.212-.155q.212-.155.462-.348t.462-.348l.212-.155h1.385q2.16-.034 3.997-1.128q1.837-1.095 2.895-2.991q-2.15-.201-4.075-1.094q-1.925-.892-3.45-2.425q-1.506-1.525-2.415-3.45Q9.275 6.98 9.1 4.85Q7.175 5.925 6.088 7.813T5 11.9q0 .3.029.64t.086.622l-.146.05q-.146.052-.335.115q-.19.064-.336.124l-.146.06q-.07-.39-.11-.795Q4 12.31 4 11.9q0-2.92 1.68-5.265t4.436-3.27q-.104 2.34.717 4.501q.82 2.161 2.48 3.82q1.66 1.66 3.82 2.481t4.502.717q-.92 2.754-3.268 4.435T13.1 21M6 20h4.5q.625 0 1.063-.437T12 18.5t-.425-1.062T10.55 17h-1.3l-.5-1.2q-.35-.825-1.1-1.312T6 14q-1.25 0-2.125.863T3 17q0 1.25.875 2.125T6 20m0 1q-1.671-.039-2.835-1.193Q2 18.652 2 16.994q0-1.657 1.165-2.826Q4.329 13 6.002 13q1.21 0 2.2.656t1.47 1.767l.25.577h.615q1.02.012 1.742.742q.721.73.721 1.758q0 1.046-.727 1.773T10.5 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPartlyCloudyNightOutline(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="M13.1 21h-2.6l.212-.155q.212-.155.462-.348t.462-.348l.212-.155h1.385q2.16-.034 3.997-1.128q1.837-1.095 2.895-2.991q-2.15-.201-4.075-1.094q-1.925-.892-3.45-2.425q-1.506-1.525-2.415-3.45Q9.275 6.98 9.1 4.85Q7.175 5.925 6.088 7.813T5 11.9q0 .3.029.64t.086.622l-.146.05q-.146.052-.335.115q-.19.064-.336.124l-.146.06q-.07-.39-.11-.795Q4 12.31 4 11.9q0-2.92 1.68-5.265t4.436-3.27q-.104 2.34.717 4.501q.82 2.161 2.48 3.82q1.66 1.66 3.82 2.481t4.502.717q-.92 2.754-3.268 4.435T13.1 21M6 20h4.5q.625 0 1.063-.437T12 18.5t-.425-1.062T10.55 17h-1.3l-.5-1.2q-.35-.825-1.1-1.312T6 14q-1.25 0-2.125.863T3 17q0 1.25.875 2.125T6 20m0 1q-1.671-.039-2.835-1.193Q2 18.652 2 16.994q0-1.657 1.165-2.826Q4.329 13 6.002 13q1.21 0 2.2.656t1.47 1.767l.25.577h.615q1.02.012 1.742.742q.721.73.721 1.758q0 1.046-.727 1.773T10.5 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.1 21h-2.6l.212-.155q.212-.155.462-.348t.462-.348l.212-.155h1.385q2.16-.034 3.997-1.128q1.837-1.095 2.895-2.991q-2.15-.201-4.075-1.094q-1.925-.892-3.45-2.425q-1.506-1.525-2.415-3.45Q9.275 6.98 9.1 4.85Q7.175 5.925 6.088 7.813T5 11.9q0 .3.029.64t.086.622l-.146.05q-.146.052-.335.115q-.19.064-.336.124l-.146.06q-.07-.39-.11-.795Q4 12.31 4 11.9q0-2.92 1.68-5.265t4.436-3.27q-.104 2.34.717 4.501q.82 2.161 2.48 3.82q1.66 1.66 3.82 2.481t4.502.717q-.92 2.754-3.268 4.435T13.1 21M6 20h4.5q.625 0 1.063-.437T12 18.5t-.425-1.062T10.55 17h-1.3l-.5-1.2q-.35-.825-1.1-1.312T6 14q-1.25 0-2.125.863T3 17q0 1.25.875 2.125T6 20m0 1q-1.671-.039-2.835-1.193Q2 18.652 2 16.994q0-1.657 1.165-2.826Q4.329 13 6.002 13q1.21 0 2.2.656t1.47 1.767l.25.577h.615q1.02.012 1.742.742q.721.73.721 1.758q0 1.046-.727 1.773T10.5 21z"/></svg>
</template>

CSS

.icon-partly-cloudy-night-outline {
  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%22M13.1%2021h-2.6l.212-.155q.212-.155.462-.348t.462-.348l.212-.155h1.385q2.16-.034%203.997-1.128q1.837-1.095%202.895-2.991q-2.15-.201-4.075-1.094q-1.925-.892-3.45-2.425q-1.506-1.525-2.415-3.45Q9.275%206.98%209.1%204.85Q7.175%205.925%206.088%207.813T5%2011.9q0%20.3.029.64t.086.622l-.146.05q-.146.052-.335.115q-.19.064-.336.124l-.146.06q-.07-.39-.11-.795Q4%2012.31%204%2011.9q0-2.92%201.68-5.265t4.436-3.27q-.104%202.34.717%204.501q.82%202.161%202.48%203.82q1.66%201.66%203.82%202.481t4.502.717q-.92%202.754-3.268%204.435T13.1%2021M6%2020h4.5q.625%200%201.063-.437T12%2018.5t-.425-1.062T10.55%2017h-1.3l-.5-1.2q-.35-.825-1.1-1.312T6%2014q-1.25%200-2.125.863T3%2017q0%201.25.875%202.125T6%2020m0%201q-1.671-.039-2.835-1.193Q2%2018.652%202%2016.994q0-1.657%201.165-2.826Q4.329%2013%206.002%2013q1.21%200%202.2.656t1.47%201.767l.25.577h.615q1.02.012%201.742.742q.721.73.721%201.758q0%201.046-.727%201.773T10.5%2021z%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%22M13.1%2021h-2.6l.212-.155q.212-.155.462-.348t.462-.348l.212-.155h1.385q2.16-.034%203.997-1.128q1.837-1.095%202.895-2.991q-2.15-.201-4.075-1.094q-1.925-.892-3.45-2.425q-1.506-1.525-2.415-3.45Q9.275%206.98%209.1%204.85Q7.175%205.925%206.088%207.813T5%2011.9q0%20.3.029.64t.086.622l-.146.05q-.146.052-.335.115q-.19.064-.336.124l-.146.06q-.07-.39-.11-.795Q4%2012.31%204%2011.9q0-2.92%201.68-5.265t4.436-3.27q-.104%202.34.717%204.501q.82%202.161%202.48%203.82q1.66%201.66%203.82%202.481t4.502.717q-.92%202.754-3.268%204.435T13.1%2021M6%2020h4.5q.625%200%201.063-.437T12%2018.5t-.425-1.062T10.55%2017h-1.3l-.5-1.2q-.35-.825-1.1-1.312T6%2014q-1.25%200-2.125.863T3%2017q0%201.25.875%202.125T6%2020m0%201q-1.671-.039-2.835-1.193Q2%2018.652%202%2016.994q0-1.657%201.165-2.826Q4.329%2013%206.002%2013q1.21%200%202.2.656t1.47%201.767l.25.577h.615q1.02.012%201.742.742q.721.73.721%201.758q0%201.046-.727%201.773T10.5%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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