ios cloud icon
ios-cloud-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-cloud-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios cloud icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 124c30.3 0 59.3 11.2 81.8 31.5 22.3 20.1 36.3 47.6 39.5 77.3l1.2 11.1c.6 5.8 5 10.5 10.7 11.5l11 2c14 2.5 27 10.4 36.7 22.1 9.8 12 15.2 26.9 15.2 42.1 0 17-6.9 34.1-18.9 46.8C453 381 437.4 388 421.1 388H90.9c-16.3 0-31.9-7-43.9-19.7s-18.9-29.7-18.9-46.8c0-14.4 4.6-28.9 13.1-40.9 8.6-12.2 20.2-20.9 33.7-25.1l10.3-3.3c5.3-1.7 9-6.6 9.1-12.2l.2-10.8c.2-11.8 5.1-23.6 13.5-32.4 8.3-8.7 18.9-13.4 29.9-13.4 5.6 0 11.1 1.1 16.3 3.2l11.1 4.5c5.7 2.3 12.2.4 15.7-4.7l6.8-9.8C210.4 143.7 248 124 288 124m0-28c-51.2 0-96.3 25.6-123.4 64.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1 0-70.8 34.4-71.4 73.4C26.4 241.5 0 280.5 0 321.5 0 371.7 40.7 416 90.9 416h330.3c50.2 0 90.9-44.3 90.9-94.5 0-44.7-32.3-84.1-74.9-91.7C429 154.6 365.4 96 288 96z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCloudOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 124c30.3 0 59.3 11.2 81.8 31.5 22.3 20.1 36.3 47.6 39.5 77.3l1.2 11.1c.6 5.8 5 10.5 10.7 11.5l11 2c14 2.5 27 10.4 36.7 22.1 9.8 12 15.2 26.9 15.2 42.1 0 17-6.9 34.1-18.9 46.8C453 381 437.4 388 421.1 388H90.9c-16.3 0-31.9-7-43.9-19.7s-18.9-29.7-18.9-46.8c0-14.4 4.6-28.9 13.1-40.9 8.6-12.2 20.2-20.9 33.7-25.1l10.3-3.3c5.3-1.7 9-6.6 9.1-12.2l.2-10.8c.2-11.8 5.1-23.6 13.5-32.4 8.3-8.7 18.9-13.4 29.9-13.4 5.6 0 11.1 1.1 16.3 3.2l11.1 4.5c5.7 2.3 12.2.4 15.7-4.7l6.8-9.8C210.4 143.7 248 124 288 124m0-28c-51.2 0-96.3 25.6-123.4 64.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1 0-70.8 34.4-71.4 73.4C26.4 241.5 0 280.5 0 321.5 0 371.7 40.7 416 90.9 416h330.3c50.2 0 90.9-44.3 90.9-94.5 0-44.7-32.3-84.1-74.9-91.7C429 154.6 365.4 96 288 96z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 124c30.3 0 59.3 11.2 81.8 31.5 22.3 20.1 36.3 47.6 39.5 77.3l1.2 11.1c.6 5.8 5 10.5 10.7 11.5l11 2c14 2.5 27 10.4 36.7 22.1 9.8 12 15.2 26.9 15.2 42.1 0 17-6.9 34.1-18.9 46.8C453 381 437.4 388 421.1 388H90.9c-16.3 0-31.9-7-43.9-19.7s-18.9-29.7-18.9-46.8c0-14.4 4.6-28.9 13.1-40.9 8.6-12.2 20.2-20.9 33.7-25.1l10.3-3.3c5.3-1.7 9-6.6 9.1-12.2l.2-10.8c.2-11.8 5.1-23.6 13.5-32.4 8.3-8.7 18.9-13.4 29.9-13.4 5.6 0 11.1 1.1 16.3 3.2l11.1 4.5c5.7 2.3 12.2.4 15.7-4.7l6.8-9.8C210.4 143.7 248 124 288 124m0-28c-51.2 0-96.3 25.6-123.4 64.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1 0-70.8 34.4-71.4 73.4C26.4 241.5 0 280.5 0 321.5 0 371.7 40.7 416 90.9 416h330.3c50.2 0 90.9-44.3 90.9-94.5 0-44.7-32.3-84.1-74.9-91.7C429 154.6 365.4 96 288 96z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-cloud-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%22M288%20124c30.3%200%2059.3%2011.2%2081.8%2031.5%2022.3%2020.1%2036.3%2047.6%2039.5%2077.3l1.2%2011.1c.6%205.8%205%2010.5%2010.7%2011.5l11%202c14%202.5%2027%2010.4%2036.7%2022.1%209.8%2012%2015.2%2026.9%2015.2%2042.1%200%2017-6.9%2034.1-18.9%2046.8C453%20381%20437.4%20388%20421.1%20388H90.9c-16.3%200-31.9-7-43.9-19.7s-18.9-29.7-18.9-46.8c0-14.4%204.6-28.9%2013.1-40.9%208.6-12.2%2020.2-20.9%2033.7-25.1l10.3-3.3c5.3-1.7%209-6.6%209.1-12.2l.2-10.8c.2-11.8%205.1-23.6%2013.5-32.4%208.3-8.7%2018.9-13.4%2029.9-13.4%205.6%200%2011.1%201.1%2016.3%203.2l11.1%204.5c5.7%202.3%2012.2.4%2015.7-4.7l6.8-9.8C210.4%20143.7%20248%20124%20288%20124m0-28c-51.2%200-96.3%2025.6-123.4%2064.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1%200-70.8%2034.4-71.4%2073.4C26.4%20241.5%200%20280.5%200%20321.5%200%20371.7%2040.7%20416%2090.9%20416h330.3c50.2%200%2090.9-44.3%2090.9-94.5%200-44.7-32.3-84.1-74.9-91.7C429%20154.6%20365.4%2096%20288%2096z%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%22M288%20124c30.3%200%2059.3%2011.2%2081.8%2031.5%2022.3%2020.1%2036.3%2047.6%2039.5%2077.3l1.2%2011.1c.6%205.8%205%2010.5%2010.7%2011.5l11%202c14%202.5%2027%2010.4%2036.7%2022.1%209.8%2012%2015.2%2026.9%2015.2%2042.1%200%2017-6.9%2034.1-18.9%2046.8C453%20381%20437.4%20388%20421.1%20388H90.9c-16.3%200-31.9-7-43.9-19.7s-18.9-29.7-18.9-46.8c0-14.4%204.6-28.9%2013.1-40.9%208.6-12.2%2020.2-20.9%2033.7-25.1l10.3-3.3c5.3-1.7%209-6.6%209.1-12.2l.2-10.8c.2-11.8%205.1-23.6%2013.5-32.4%208.3-8.7%2018.9-13.4%2029.9-13.4%205.6%200%2011.1%201.1%2016.3%203.2l11.1%204.5c5.7%202.3%2012.2.4%2015.7-4.7l6.8-9.8C210.4%20143.7%20248%20124%20288%20124m0-28c-51.2%200-96.3%2025.6-123.4%2064.7-8.3-3.4-17.4-5.3-26.9-5.3-39.1%200-70.8%2034.4-71.4%2073.4C26.4%20241.5%200%20280.5%200%20321.5%200%20371.7%2040.7%20416%2090.9%20416h330.3c50.2%200%2090.9-44.3%2090.9-94.5%200-44.7-32.3-84.1-74.9-91.7C429%20154.6%20365.4%2096%20288%2096z%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-cloud-outline.svg?color=%231a73e8&size=48