cloud icon

cloud-linear from Solar by 480 Design · Linear · Weather · CC-BY-4.0 Attribution required.

Name
cloud-linear
Set
Solar
Style
Linear
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More weather icons from Solar

Use the cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M14.381 9.02721C14.9767 8.81911 15.6178 8.70588 16.2857 8.70588C16.9404 8.70588 17.5693 8.81468 18.1551 9.01498M8.66667 12.2426C8.20528 11.9374 7.68059 11.7184 7.11616 11.6089C6.8475 11.5567 6.56983 11.5294 6.28571 11.5294C3.91878 11.5294 2 13.4256 2 15.7647C2 18.1038 3.91878 20 6.28571 20H16.2857C19.4416 20 22 17.4717 22 14.3529C22 11.8811 20.393 9.78024 18.1551 9.01498M7.11616 11.6089C6.88706 10.9978 6.7619 10.3369 6.7619 9.64706C6.7619 6.52827 9.32028 4 12.4762 4C15.4159 4 17.8371 6.19371 18.1551 9.01498"/></svg>

React

import type { SVGProps } from "react";

export function SolarCloudLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M14.381 9.02721C14.9767 8.81911 15.6178 8.70588 16.2857 8.70588C16.9404 8.70588 17.5693 8.81468 18.1551 9.01498M8.66667 12.2426C8.20528 11.9374 7.68059 11.7184 7.11616 11.6089C6.8475 11.5567 6.56983 11.5294 6.28571 11.5294C3.91878 11.5294 2 13.4256 2 15.7647C2 18.1038 3.91878 20 6.28571 20H16.2857C19.4416 20 22 17.4717 22 14.3529C22 11.8811 20.393 9.78024 18.1551 9.01498M7.11616 11.6089C6.88706 10.9978 6.7619 10.3369 6.7619 9.64706C6.7619 6.52827 9.32028 4 12.4762 4C15.4159 4 17.8371 6.19371 18.1551 9.01498"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M14.381 9.02721C14.9767 8.81911 15.6178 8.70588 16.2857 8.70588C16.9404 8.70588 17.5693 8.81468 18.1551 9.01498M8.66667 12.2426C8.20528 11.9374 7.68059 11.7184 7.11616 11.6089C6.8475 11.5567 6.56983 11.5294 6.28571 11.5294C3.91878 11.5294 2 13.4256 2 15.7647C2 18.1038 3.91878 20 6.28571 20H16.2857C19.4416 20 22 17.4717 22 14.3529C22 11.8811 20.393 9.78024 18.1551 9.01498M7.11616 11.6089C6.88706 10.9978 6.7619 10.3369 6.7619 9.64706C6.7619 6.52827 9.32028 4 12.4762 4C15.4159 4 17.8371 6.19371 18.1551 9.01498"/></svg>
</template>

CSS

.icon-cloud-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.381%209.02721C14.9767%208.81911%2015.6178%208.70588%2016.2857%208.70588C16.9404%208.70588%2017.5693%208.81468%2018.1551%209.01498M8.66667%2012.2426C8.20528%2011.9374%207.68059%2011.7184%207.11616%2011.6089C6.8475%2011.5567%206.56983%2011.5294%206.28571%2011.5294C3.91878%2011.5294%202%2013.4256%202%2015.7647C2%2018.1038%203.91878%2020%206.28571%2020H16.2857C19.4416%2020%2022%2017.4717%2022%2014.3529C22%2011.8811%2020.393%209.78024%2018.1551%209.01498M7.11616%2011.6089C6.88706%2010.9978%206.7619%2010.3369%206.7619%209.64706C6.7619%206.52827%209.32028%204%2012.4762%204C15.4159%204%2017.8371%206.19371%2018.1551%209.01498%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.381%209.02721C14.9767%208.81911%2015.6178%208.70588%2016.2857%208.70588C16.9404%208.70588%2017.5693%208.81468%2018.1551%209.01498M8.66667%2012.2426C8.20528%2011.9374%207.68059%2011.7184%207.11616%2011.6089C6.8475%2011.5567%206.56983%2011.5294%206.28571%2011.5294C3.91878%2011.5294%202%2013.4256%202%2015.7647C2%2018.1038%203.91878%2020%206.28571%2020H16.2857C19.4416%2020%2022%2017.4717%2022%2014.3529C22%2011.8811%2020.393%209.78024%2018.1551%209.01498M7.11616%2011.6089C6.88706%2010.9978%206.7619%2010.3369%206.7619%209.64706C6.7619%206.52827%209.32028%204%2012.4762%204C15.4159%204%2017.8371%206.19371%2018.1551%209.01498%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/cloud-linear.svg?color=%231a73e8&size=48