cloud icon

cloud-line-duotone from Solar by 480 Design · Line Duotone · Weather · CC-BY-4.0 Attribution required.

Name
cloud-line-duotone
Set
Solar
Style
Line Duotone
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.381 9.02738C14.9767 8.81929 15.6178 8.70605 16.2857 8.70605C16.9404 8.70605 17.5693 8.81485 18.1551 9.01515C20.393 9.78041 22 11.8813 22 14.3531C22 17.4719 19.4416 20.0002 16.2857 20.0002H6.28571C3.91878 20.0002 2 18.104 2 15.7649C2 13.4258 3.91878 11.5296 6.28571 11.5296C6.56983 11.5296 6.8475 11.5569 7.11616 11.609C7.68059 11.7186 8.20528 11.9376 8.66667 12.2428"/><path d="M7.11622 11.6089C6.88712 10.9978 6.76196 10.3369 6.76196 9.64706C6.76196 6.52827 9.32034 4 12.4762 4C15.4159 4 17.8372 6.19371 18.1551 9.01498" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCloudLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M14.381 9.02738C14.9767 8.81929 15.6178 8.70605 16.2857 8.70605C16.9404 8.70605 17.5693 8.81485 18.1551 9.01515C20.393 9.78041 22 11.8813 22 14.3531C22 17.4719 19.4416 20.0002 16.2857 20.0002H6.28571C3.91878 20.0002 2 18.104 2 15.7649C2 13.4258 3.91878 11.5296 6.28571 11.5296C6.56983 11.5296 6.8475 11.5569 7.11616 11.609C7.68059 11.7186 8.20528 11.9376 8.66667 12.2428"/><path d="M7.11622 11.6089C6.88712 10.9978 6.76196 10.3369 6.76196 9.64706C6.76196 6.52827 9.32034 4 12.4762 4C15.4159 4 17.8372 6.19371 18.1551 9.01498" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.381 9.02738C14.9767 8.81929 15.6178 8.70605 16.2857 8.70605C16.9404 8.70605 17.5693 8.81485 18.1551 9.01515C20.393 9.78041 22 11.8813 22 14.3531C22 17.4719 19.4416 20.0002 16.2857 20.0002H6.28571C3.91878 20.0002 2 18.104 2 15.7649C2 13.4258 3.91878 11.5296 6.28571 11.5296C6.56983 11.5296 6.8475 11.5569 7.11616 11.609C7.68059 11.7186 8.20528 11.9376 8.66667 12.2428"/><path d="M7.11622 11.6089C6.88712 10.9978 6.76196 10.3369 6.76196 9.64706C6.76196 6.52827 9.32034 4 12.4762 4C15.4159 4 17.8372 6.19371 18.1551 9.01498" opacity=".5"/></g></svg>
</template>

CSS

.icon-cloud-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.381%209.02738C14.9767%208.81929%2015.6178%208.70605%2016.2857%208.70605C16.9404%208.70605%2017.5693%208.81485%2018.1551%209.01515C20.393%209.78041%2022%2011.8813%2022%2014.3531C22%2017.4719%2019.4416%2020.0002%2016.2857%2020.0002H6.28571C3.91878%2020.0002%202%2018.104%202%2015.7649C2%2013.4258%203.91878%2011.5296%206.28571%2011.5296C6.56983%2011.5296%206.8475%2011.5569%207.11616%2011.609C7.68059%2011.7186%208.20528%2011.9376%208.66667%2012.2428%22%2F%3E%3Cpath%20d%3D%22M7.11622%2011.6089C6.88712%2010.9978%206.76196%2010.3369%206.76196%209.64706C6.76196%206.52827%209.32034%204%2012.4762%204C15.4159%204%2017.8372%206.19371%2018.1551%209.01498%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.381%209.02738C14.9767%208.81929%2015.6178%208.70605%2016.2857%208.70605C16.9404%208.70605%2017.5693%208.81485%2018.1551%209.01515C20.393%209.78041%2022%2011.8813%2022%2014.3531C22%2017.4719%2019.4416%2020.0002%2016.2857%2020.0002H6.28571C3.91878%2020.0002%202%2018.104%202%2015.7649C2%2013.4258%203.91878%2011.5296%206.28571%2011.5296C6.56983%2011.5296%206.8475%2011.5569%207.11616%2011.609C7.68059%2011.7186%208.20528%2011.9376%208.66667%2012.2428%22%2F%3E%3Cpath%20d%3D%22M7.11622%2011.6089C6.88712%2010.9978%206.76196%2010.3369%206.76196%209.64706C6.76196%206.52827%209.32034%204%2012.4762%204C15.4159%204%2017.8372%206.19371%2018.1551%209.01498%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Cloud line duotone icon — Solar · IconsDB