ios cloudy night icon

ios-cloudy-night-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-cloudy-night-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios cloudy night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M189 223.8c14.5 0 28.1 4.8 39.3 13.9 10.9 8.9 18.6 21.3 21.7 34.9l3.1 14 14.2-1.8c2.1-.3 4.1-.4 6.1-.4 26.9 0 48.8 22.1 48.8 49.2s-21.9 49.2-48.8 49.2H115.7c-9.5 0-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9 0-18.6 14.5-33.8 33.2-36.9 1.6-.3 8.8-1.2 14.2-1.7 0 0-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4 28.1-62.6 62.6-62.6m0-15.8c-43.3 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.4-47.1 25.5-47.1 52.6 0 28.6 23.2 53.1 51.7 53.1h157.7c35.7 0 64.6-29.9 64.6-65.7 0-35.8-28.9-65.3-64.6-65.3-2.7 0-5.4 0-8 .3-7.9-35-39.1-61.3-76.4-61.3z" fill="currentColor"/><path d="M424.6 305.6c-2 .1-3.9.1-5.9.1-32.3 0-62.7-12.6-85.5-35.5-22.8-22.9-35.4-53.3-35.4-85.7 0-18.4 4.1-36.2 11.8-52.4 3.4-7.1 7.5-13.9 12.3-20.2-8.4.9-16.6 2.7-24.4 5.1-37.2 11.8-67.1 40.2-81 76.5 5.9 1.2 11.6 3 17 5.4 10.1-25.5 29.4-46.4 53.8-58.6-4.6 13.9-7.1 28.7-7.1 44.1 0 27.3 7.9 52.8 21.4 74.2 13.8 21.8 33.5 39.5 56.8 50.9 15.3 7.4 32.2 12.1 50 13.5-14 12.2-31.2 20.9-50 24.8-1.9 6.9-4.9 13.4-8.6 19.3 33.6-3.6 63.3-20.1 84-44.6 5.4-6.3 10.2-13.2 14.2-20.5-7.6 2.1-15.4 3.2-23.4 3.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosCloudyNightOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M189 223.8c14.5 0 28.1 4.8 39.3 13.9 10.9 8.9 18.6 21.3 21.7 34.9l3.1 14 14.2-1.8c2.1-.3 4.1-.4 6.1-.4 26.9 0 48.8 22.1 48.8 49.2s-21.9 49.2-48.8 49.2H115.7c-9.5 0-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9 0-18.6 14.5-33.8 33.2-36.9 1.6-.3 8.8-1.2 14.2-1.7 0 0-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4 28.1-62.6 62.6-62.6m0-15.8c-43.3 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.4-47.1 25.5-47.1 52.6 0 28.6 23.2 53.1 51.7 53.1h157.7c35.7 0 64.6-29.9 64.6-65.7 0-35.8-28.9-65.3-64.6-65.3-2.7 0-5.4 0-8 .3-7.9-35-39.1-61.3-76.4-61.3z" fill="currentColor"/><path d="M424.6 305.6c-2 .1-3.9.1-5.9.1-32.3 0-62.7-12.6-85.5-35.5-22.8-22.9-35.4-53.3-35.4-85.7 0-18.4 4.1-36.2 11.8-52.4 3.4-7.1 7.5-13.9 12.3-20.2-8.4.9-16.6 2.7-24.4 5.1-37.2 11.8-67.1 40.2-81 76.5 5.9 1.2 11.6 3 17 5.4 10.1-25.5 29.4-46.4 53.8-58.6-4.6 13.9-7.1 28.7-7.1 44.1 0 27.3 7.9 52.8 21.4 74.2 13.8 21.8 33.5 39.5 56.8 50.9 15.3 7.4 32.2 12.1 50 13.5-14 12.2-31.2 20.9-50 24.8-1.9 6.9-4.9 13.4-8.6 19.3 33.6-3.6 63.3-20.1 84-44.6 5.4-6.3 10.2-13.2 14.2-20.5-7.6 2.1-15.4 3.2-23.4 3.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M189 223.8c14.5 0 28.1 4.8 39.3 13.9 10.9 8.9 18.6 21.3 21.7 34.9l3.1 14 14.2-1.8c2.1-.3 4.1-.4 6.1-.4 26.9 0 48.8 22.1 48.8 49.2s-21.9 49.2-48.8 49.2H115.7c-9.5 0-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9 0-18.6 14.5-33.8 33.2-36.9 1.6-.3 8.8-1.2 14.2-1.7 0 0-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4 28.1-62.6 62.6-62.6m0-15.8c-43.3 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.4-47.1 25.5-47.1 52.6 0 28.6 23.2 53.1 51.7 53.1h157.7c35.7 0 64.6-29.9 64.6-65.7 0-35.8-28.9-65.3-64.6-65.3-2.7 0-5.4 0-8 .3-7.9-35-39.1-61.3-76.4-61.3z" fill="currentColor"/><path d="M424.6 305.6c-2 .1-3.9.1-5.9.1-32.3 0-62.7-12.6-85.5-35.5-22.8-22.9-35.4-53.3-35.4-85.7 0-18.4 4.1-36.2 11.8-52.4 3.4-7.1 7.5-13.9 12.3-20.2-8.4.9-16.6 2.7-24.4 5.1-37.2 11.8-67.1 40.2-81 76.5 5.9 1.2 11.6 3 17 5.4 10.1-25.5 29.4-46.4 53.8-58.6-4.6 13.9-7.1 28.7-7.1 44.1 0 27.3 7.9 52.8 21.4 74.2 13.8 21.8 33.5 39.5 56.8 50.9 15.3 7.4 32.2 12.1 50 13.5-14 12.2-31.2 20.9-50 24.8-1.9 6.9-4.9 13.4-8.6 19.3 33.6-3.6 63.3-20.1 84-44.6 5.4-6.3 10.2-13.2 14.2-20.5-7.6 2.1-15.4 3.2-23.4 3.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M189%20223.8c14.5%200%2028.1%204.8%2039.3%2013.9%2010.9%208.9%2018.6%2021.3%2021.7%2034.9l3.1%2014%2014.2-1.8c2.1-.3%204.1-.4%206.1-.4%2026.9%200%2048.8%2022.1%2048.8%2049.2s-21.9%2049.2-48.8%2049.2H115.7c-9.5%200-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9%200-18.6%2014.5-33.8%2033.2-36.9%201.6-.3%208.8-1.2%2014.2-1.7%200%200-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4%2028.1-62.6%2062.6-62.6m0-15.8c-43.3%200-78.3%2035.2-78.3%2078.5%200%202.6.1%205.2.4%207.8-26.4%202.4-47.1%2025.5-47.1%2052.6%200%2028.6%2023.2%2053.1%2051.7%2053.1h157.7c35.7%200%2064.6-29.9%2064.6-65.7%200-35.8-28.9-65.3-64.6-65.3-2.7%200-5.4%200-8%20.3-7.9-35-39.1-61.3-76.4-61.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M424.6%20305.6c-2%20.1-3.9.1-5.9.1-32.3%200-62.7-12.6-85.5-35.5-22.8-22.9-35.4-53.3-35.4-85.7%200-18.4%204.1-36.2%2011.8-52.4%203.4-7.1%207.5-13.9%2012.3-20.2-8.4.9-16.6%202.7-24.4%205.1-37.2%2011.8-67.1%2040.2-81%2076.5%205.9%201.2%2011.6%203%2017%205.4%2010.1-25.5%2029.4-46.4%2053.8-58.6-4.6%2013.9-7.1%2028.7-7.1%2044.1%200%2027.3%207.9%2052.8%2021.4%2074.2%2013.8%2021.8%2033.5%2039.5%2056.8%2050.9%2015.3%207.4%2032.2%2012.1%2050%2013.5-14%2012.2-31.2%2020.9-50%2024.8-1.9%206.9-4.9%2013.4-8.6%2019.3%2033.6-3.6%2063.3-20.1%2084-44.6%205.4-6.3%2010.2-13.2%2014.2-20.5-7.6%202.1-15.4%203.2-23.4%203.6z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M189%20223.8c14.5%200%2028.1%204.8%2039.3%2013.9%2010.9%208.9%2018.6%2021.3%2021.7%2034.9l3.1%2014%2014.2-1.8c2.1-.3%204.1-.4%206.1-.4%2026.9%200%2048.8%2022.1%2048.8%2049.2s-21.9%2049.2-48.8%2049.2H115.7c-9.5%200-18.5-3.9-25.4-10.8-6.8-7-10.6-16.2-10.6-25.9%200-18.6%2014.5-33.8%2033.2-36.9%201.6-.3%208.8-1.2%2014.2-1.7%200%200-.5-5.3-.6-9.6-.1-4.3-.1-9.4-.1-11.5.1-34.4%2028.1-62.6%2062.6-62.6m0-15.8c-43.3%200-78.3%2035.2-78.3%2078.5%200%202.6.1%205.2.4%207.8-26.4%202.4-47.1%2025.5-47.1%2052.6%200%2028.6%2023.2%2053.1%2051.7%2053.1h157.7c35.7%200%2064.6-29.9%2064.6-65.7%200-35.8-28.9-65.3-64.6-65.3-2.7%200-5.4%200-8%20.3-7.9-35-39.1-61.3-76.4-61.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M424.6%20305.6c-2%20.1-3.9.1-5.9.1-32.3%200-62.7-12.6-85.5-35.5-22.8-22.9-35.4-53.3-35.4-85.7%200-18.4%204.1-36.2%2011.8-52.4%203.4-7.1%207.5-13.9%2012.3-20.2-8.4.9-16.6%202.7-24.4%205.1-37.2%2011.8-67.1%2040.2-81%2076.5%205.9%201.2%2011.6%203%2017%205.4%2010.1-25.5%2029.4-46.4%2053.8-58.6-4.6%2013.9-7.1%2028.7-7.1%2044.1%200%2027.3%207.9%2052.8%2021.4%2074.2%2013.8%2021.8%2033.5%2039.5%2056.8%2050.9%2015.3%207.4%2032.2%2012.1%2050%2013.5-14%2012.2-31.2%2020.9-50%2024.8-1.9%206.9-4.9%2013.4-8.6%2019.3%2033.6-3.6%2063.3-20.1%2084-44.6%205.4-6.3%2010.2-13.2%2014.2-20.5-7.6%202.1-15.4%203.2-23.4%203.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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