weather cloudy loop icon

weather-cloudy-loop from Material Line Icons by Vjacheslav Trushkin · Line · Weather · MIT Free for personal and commercial use.

Name
weather-cloudy-loop
Set
Material Line Icons
Style
Line
Category
Weather
Viewbox
24×24
License
MIT

More weather icons from Material Line Icons

Use the weather cloudy loop 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-linejoin="round" stroke-width="2" d="M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z"><animate attributeName="d" dur="15s" keyTimes="0;0.25;0.5;0.75;1" repeatCount="indefinite" values="M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M6.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h3c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-14c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h3c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-15c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M8.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-14c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z"/></path></svg>

React

import type { SVGProps } from "react";

export function LineMdWeatherCloudyLoop(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" strokeLinejoin="round" strokeWidth="2" d="M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z"><animate attributeName="d" dur="15s" keyTimes="0;0.25;0.5;0.75;1" repeatCount="indefinite" values="M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M6.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h3c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-14c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h3c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-15c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M8.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-14c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z"/></path></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-linejoin="round" stroke-width="2" d="M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z"><animate attributeName="d" dur="15s" keyTimes="0;0.25;0.5;0.75;1" repeatCount="indefinite" values="M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M6.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h3c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-14c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h3c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-15c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M8.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-14c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z;M7.1 10c0.46 -2.28 2.48 -4 4.9 -4c2.76 0 5 2.24 5 5v1h2c1.66 0 3 1.34 3 3c0 1.66 -1.34 3 -3 3h-13c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4Z"/></path></svg>
</template>

CSS

.icon-weather-cloudy-loop {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-13c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%22%3E%3Canimate%20attributeName%3D%22d%22%20dur%3D%2215s%22%20keyTimes%3D%220%3B0.25%3B0.5%3B0.75%3B1%22%20repeatCount%3D%22indefinite%22%20values%3D%22M7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-13c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM6.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h3c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-14c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h3c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-15c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM8.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-14c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-13c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%22%2F%3E%3C%2Fpath%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-13c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%22%3E%3Canimate%20attributeName%3D%22d%22%20dur%3D%2215s%22%20keyTimes%3D%220%3B0.25%3B0.5%3B0.75%3B1%22%20repeatCount%3D%22indefinite%22%20values%3D%22M7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-13c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM6.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h3c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-14c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h3c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-15c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM8.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-14c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%3BM7.1%2010c0.46%20-2.28%202.48%20-4%204.9%20-4c2.76%200%205%202.24%205%205v1h2c1.66%200%203%201.34%203%203c0%201.66%20-1.34%203%20-3%203h-13c-2.21%200%20-4%20-1.79%20-4%20-4c0%20-2.21%201.79%20-4%204%20-4Z%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/weather-cloudy-loop.svg?color=%231a73e8&size=48