ios cloudy icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios cloudy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M244 175.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.2H170.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.7-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 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.3-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.7S364.1 221 328.4 221c-2.7 0-5.4 0-8 .3-7.9-35-39.4-61.3-76.4-61.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosCloudyOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M244 175.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.2H170.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.7-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 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.3-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.7S364.1 221 328.4 221c-2.7 0-5.4 0-8 .3-7.9-35-39.4-61.3-76.4-61.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M244 175.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.2H170.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.7-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 0-78.3 35.2-78.3 78.5 0 2.6.1 5.2.4 7.8-26.4 2.3-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.7S364.1 221 328.4 221c-2.7 0-5.4 0-8 .3-7.9-35-39.4-61.3-76.4-61.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-cloudy-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%22M244%20175.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.2H170.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.7-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%200-78.3%2035.2-78.3%2078.5%200%202.6.1%205.2.4%207.8-26.4%202.3-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.7S364.1%20221%20328.4%20221c-2.7%200-5.4%200-8%20.3-7.9-35-39.4-61.3-76.4-61.3z%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%22M244%20175.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.2H170.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.7-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%200-78.3%2035.2-78.3%2078.5%200%202.6.1%205.2.4%207.8-26.4%202.3-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.7S364.1%20221%20328.4%20221c-2.7%200-5.4%200-8%20.3-7.9-35-39.4-61.3-76.4-61.3z%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-outline.svg?color=%231a73e8&size=48