cloud fog icon

cloud-fog from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
cloud-fog
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All cloud fog icons →

More newicons icons from Reicon

Use the cloud fog 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-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M4.29 11.62C1.09 2.69 14.62-.87 16.17 8.5c1.93.24 3.34 1.52 4.03 3.12"/><path d="M14.54 8.93c.52-.26 1.09-.4 1.67-.41M4 15.03h16m-14 3h12m-9 3h6"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudFog(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" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path d="M4.29 11.62C1.09 2.69 14.62-.87 16.17 8.5c1.93.24 3.34 1.52 4.03 3.12"/><path d="M14.54 8.93c.52-.26 1.09-.4 1.67-.41M4 15.03h16m-14 3h12m-9 3h6"/></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-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M4.29 11.62C1.09 2.69 14.62-.87 16.17 8.5c1.93.24 3.34 1.52 4.03 3.12"/><path d="M14.54 8.93c.52-.26 1.09-.4 1.67-.41M4 15.03h16m-14 3h12m-9 3h6"/></g></svg>
</template>

CSS

.icon-cloud-fog {
  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-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.29%2011.62C1.09%202.69%2014.62-.87%2016.17%208.5c1.93.24%203.34%201.52%204.03%203.12%22%2F%3E%3Cpath%20d%3D%22M14.54%208.93c.52-.26%201.09-.4%201.67-.41M4%2015.03h16m-14%203h12m-9%203h6%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-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.29%2011.62C1.09%202.69%2014.62-.87%2016.17%208.5c1.93.24%203.34%201.52%204.03%203.12%22%2F%3E%3Cpath%20d%3D%22M14.54%208.93c.52-.26%201.09-.4%201.67-.41M4%2015.03h16m-14%203h12m-9%203h6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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