cloud icon
cloud-outline from Solar by 480 Design · Outline · Weather · CC-BY-4.0 Attribution required.
- Name
- cloud-outline
- Set
- Solar
- Style
- Outline
- Category
- Weather
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
cloudAkar Iconscloud-filledAnt Design IconscloudBootstrap IconscloudBoxIcons v2cloudBoxIcons v2 SolidcloudCarboncloudCodiconscloudEmoji One (Colored)cloudFramework7 IconscloudFont Awesome 6 SolidcloudFont Awesome RegularcloudFont Awesome SolidcloudFeather Iconscloud-16-filledFluent UI System Iconscloud-16Fluent UI System Color IconscloudFluent EmojicloudFluent Emoji FlatcloudFluent Emoji High ContrastcloudFirefox OS Emojicloudcss.ggcloudHeroIconscloudHuge IconscloudHumbleiconscloudIconoir
More weather icons from Solar
cloud-bolt-boldcloud-bolt-minimalistic-boldcloud-check-boldcloud-cross-boldcloud-download-boldcloud-minus-boldcloud-plus-boldcloud-rain-boldcloud-snowfall-boldcloud-snowfall-minimalistic-boldcloud-storm-boldcloud-sun-2-boldcloud-sun-boldcloud-upload-boldcloud-waterdrop-boldcloud-waterdrops-boldclouds-boldcloudy-moon-boldfog-boldmoon-boldmoon-fog-boldmoon-sleep-boldmoon-stars-boldsnowflake-bold
Use the cloud icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.4762 4.75C9.7261 4.75 7.5119 6.95083 7.5119 9.64706C7.5119 10.1092 7.5766 10.5555 7.69729 10.9781C8.19449 11.1216 8.65991 11.3389 9.08045 11.6171C9.42592 11.8456 9.52072 12.3109 9.29219 12.6564C9.06366 13.0019 8.59835 13.0967 8.25288 12.8681C7.87207 12.6162 7.43917 12.4355 6.97329 12.3451C6.75148 12.3021 6.52165 12.2794 6.28571 12.2794C4.3246 12.2794 2.75 13.8482 2.75 15.7647C2.75 17.6812 4.3246 19.25 6.28571 19.25H16.2857C19.0358 19.25 21.25 17.0492 21.25 14.3529C21.25 12.2162 19.8607 10.3909 17.9124 9.72463C17.4038 9.55072 16.8568 9.45588 16.2857 9.45588C15.7031 9.45588 15.1455 9.55458 14.6283 9.73526C14.2372 9.87185 13.8095 9.66557 13.6729 9.27453C13.5363 8.88348 13.7426 8.45575 14.1336 8.31916C14.8079 8.08364 15.5326 7.95588 16.2857 7.95588C16.5812 7.95588 16.8723 7.97555 17.1577 8.01367C16.477 6.11631 14.6422 4.75 12.4762 4.75ZM18.8314 8.47127C18.2724 5.49369 15.6343 3.25 12.4762 3.25C8.91446 3.25 6.0119 6.10572 6.0119 9.64706C6.0119 10.0341 6.04673 10.4136 6.11351 10.7823C3.41987 10.8721 1.25 13.0605 1.25 15.7647C1.25 18.5264 3.51296 20.75 6.28571 20.75H16.2857C19.8474 20.75 22.75 17.8943 22.75 14.3529C22.75 11.7093 21.1313 9.44751 18.8314 8.47127Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarCloudOutline(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" fillRule="evenodd" d="M12.4762 4.75C9.7261 4.75 7.5119 6.95083 7.5119 9.64706C7.5119 10.1092 7.5766 10.5555 7.69729 10.9781C8.19449 11.1216 8.65991 11.3389 9.08045 11.6171C9.42592 11.8456 9.52072 12.3109 9.29219 12.6564C9.06366 13.0019 8.59835 13.0967 8.25288 12.8681C7.87207 12.6162 7.43917 12.4355 6.97329 12.3451C6.75148 12.3021 6.52165 12.2794 6.28571 12.2794C4.3246 12.2794 2.75 13.8482 2.75 15.7647C2.75 17.6812 4.3246 19.25 6.28571 19.25H16.2857C19.0358 19.25 21.25 17.0492 21.25 14.3529C21.25 12.2162 19.8607 10.3909 17.9124 9.72463C17.4038 9.55072 16.8568 9.45588 16.2857 9.45588C15.7031 9.45588 15.1455 9.55458 14.6283 9.73526C14.2372 9.87185 13.8095 9.66557 13.6729 9.27453C13.5363 8.88348 13.7426 8.45575 14.1336 8.31916C14.8079 8.08364 15.5326 7.95588 16.2857 7.95588C16.5812 7.95588 16.8723 7.97555 17.1577 8.01367C16.477 6.11631 14.6422 4.75 12.4762 4.75ZM18.8314 8.47127C18.2724 5.49369 15.6343 3.25 12.4762 3.25C8.91446 3.25 6.0119 6.10572 6.0119 9.64706C6.0119 10.0341 6.04673 10.4136 6.11351 10.7823C3.41987 10.8721 1.25 13.0605 1.25 15.7647C1.25 18.5264 3.51296 20.75 6.28571 20.75H16.2857C19.8474 20.75 22.75 17.8943 22.75 14.3529C22.75 11.7093 21.1313 9.44751 18.8314 8.47127Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.4762 4.75C9.7261 4.75 7.5119 6.95083 7.5119 9.64706C7.5119 10.1092 7.5766 10.5555 7.69729 10.9781C8.19449 11.1216 8.65991 11.3389 9.08045 11.6171C9.42592 11.8456 9.52072 12.3109 9.29219 12.6564C9.06366 13.0019 8.59835 13.0967 8.25288 12.8681C7.87207 12.6162 7.43917 12.4355 6.97329 12.3451C6.75148 12.3021 6.52165 12.2794 6.28571 12.2794C4.3246 12.2794 2.75 13.8482 2.75 15.7647C2.75 17.6812 4.3246 19.25 6.28571 19.25H16.2857C19.0358 19.25 21.25 17.0492 21.25 14.3529C21.25 12.2162 19.8607 10.3909 17.9124 9.72463C17.4038 9.55072 16.8568 9.45588 16.2857 9.45588C15.7031 9.45588 15.1455 9.55458 14.6283 9.73526C14.2372 9.87185 13.8095 9.66557 13.6729 9.27453C13.5363 8.88348 13.7426 8.45575 14.1336 8.31916C14.8079 8.08364 15.5326 7.95588 16.2857 7.95588C16.5812 7.95588 16.8723 7.97555 17.1577 8.01367C16.477 6.11631 14.6422 4.75 12.4762 4.75ZM18.8314 8.47127C18.2724 5.49369 15.6343 3.25 12.4762 3.25C8.91446 3.25 6.0119 6.10572 6.0119 9.64706C6.0119 10.0341 6.04673 10.4136 6.11351 10.7823C3.41987 10.8721 1.25 13.0605 1.25 15.7647C1.25 18.5264 3.51296 20.75 6.28571 20.75H16.2857C19.8474 20.75 22.75 17.8943 22.75 14.3529C22.75 11.7093 21.1313 9.44751 18.8314 8.47127Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.4762%204.75C9.7261%204.75%207.5119%206.95083%207.5119%209.64706C7.5119%2010.1092%207.5766%2010.5555%207.69729%2010.9781C8.19449%2011.1216%208.65991%2011.3389%209.08045%2011.6171C9.42592%2011.8456%209.52072%2012.3109%209.29219%2012.6564C9.06366%2013.0019%208.59835%2013.0967%208.25288%2012.8681C7.87207%2012.6162%207.43917%2012.4355%206.97329%2012.3451C6.75148%2012.3021%206.52165%2012.2794%206.28571%2012.2794C4.3246%2012.2794%202.75%2013.8482%202.75%2015.7647C2.75%2017.6812%204.3246%2019.25%206.28571%2019.25H16.2857C19.0358%2019.25%2021.25%2017.0492%2021.25%2014.3529C21.25%2012.2162%2019.8607%2010.3909%2017.9124%209.72463C17.4038%209.55072%2016.8568%209.45588%2016.2857%209.45588C15.7031%209.45588%2015.1455%209.55458%2014.6283%209.73526C14.2372%209.87185%2013.8095%209.66557%2013.6729%209.27453C13.5363%208.88348%2013.7426%208.45575%2014.1336%208.31916C14.8079%208.08364%2015.5326%207.95588%2016.2857%207.95588C16.5812%207.95588%2016.8723%207.97555%2017.1577%208.01367C16.477%206.11631%2014.6422%204.75%2012.4762%204.75ZM18.8314%208.47127C18.2724%205.49369%2015.6343%203.25%2012.4762%203.25C8.91446%203.25%206.0119%206.10572%206.0119%209.64706C6.0119%2010.0341%206.04673%2010.4136%206.11351%2010.7823C3.41987%2010.8721%201.25%2013.0605%201.25%2015.7647C1.25%2018.5264%203.51296%2020.75%206.28571%2020.75H16.2857C19.8474%2020.75%2022.75%2017.8943%2022.75%2014.3529C22.75%2011.7093%2021.1313%209.44751%2018.8314%208.47127Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.4762%204.75C9.7261%204.75%207.5119%206.95083%207.5119%209.64706C7.5119%2010.1092%207.5766%2010.5555%207.69729%2010.9781C8.19449%2011.1216%208.65991%2011.3389%209.08045%2011.6171C9.42592%2011.8456%209.52072%2012.3109%209.29219%2012.6564C9.06366%2013.0019%208.59835%2013.0967%208.25288%2012.8681C7.87207%2012.6162%207.43917%2012.4355%206.97329%2012.3451C6.75148%2012.3021%206.52165%2012.2794%206.28571%2012.2794C4.3246%2012.2794%202.75%2013.8482%202.75%2015.7647C2.75%2017.6812%204.3246%2019.25%206.28571%2019.25H16.2857C19.0358%2019.25%2021.25%2017.0492%2021.25%2014.3529C21.25%2012.2162%2019.8607%2010.3909%2017.9124%209.72463C17.4038%209.55072%2016.8568%209.45588%2016.2857%209.45588C15.7031%209.45588%2015.1455%209.55458%2014.6283%209.73526C14.2372%209.87185%2013.8095%209.66557%2013.6729%209.27453C13.5363%208.88348%2013.7426%208.45575%2014.1336%208.31916C14.8079%208.08364%2015.5326%207.95588%2016.2857%207.95588C16.5812%207.95588%2016.8723%207.97555%2017.1577%208.01367C16.477%206.11631%2014.6422%204.75%2012.4762%204.75ZM18.8314%208.47127C18.2724%205.49369%2015.6343%203.25%2012.4762%203.25C8.91446%203.25%206.0119%206.10572%206.0119%209.64706C6.0119%2010.0341%206.04673%2010.4136%206.11351%2010.7823C3.41987%2010.8721%201.25%2013.0605%201.25%2015.7647C1.25%2018.5264%203.51296%2020.75%206.28571%2020.75H16.2857C19.8474%2020.75%2022.75%2017.8943%2022.75%2014.3529C22.75%2011.7093%2021.1313%209.44751%2018.8314%208.47127Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/cloud-outline.svg?color=%231a73e8&size=48