cloud-refresh from Material Design Icons by Pictogrammers · Filled · Cloud · Apache-2.0 Free for personal and commercial use.

Name
cloud-refresh
Set
Material Design Icons
Style
Filled
Category
Cloud
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More cloud icons from Material Design Icons

Use the cloud refresh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.5c0 .5.07 1 .18 1.5H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5c.24.26.43.55.6.86A6.37 6.37 0 0 0 18.5 12a6.5 6.5 0 0 0-6.5 6.5m6-4c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiCloudRefresh(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" d="M12 18.5c0 .5.07 1 .18 1.5H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5c.24.26.43.55.6.86A6.37 6.37 0 0 0 18.5 12a6.5 6.5 0 0 0-6.5 6.5m6-4c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.5c0 .5.07 1 .18 1.5H6.5c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11c1.15.13 2.1.63 2.86 1.5c.24.26.43.55.6.86A6.37 6.37 0 0 0 18.5 12a6.5 6.5 0 0 0-6.5 6.5m6-4c-2.21 0-4 1.79-4 4s1.79 4 4 4c1.68 0 3.12-1.03 3.71-2.5H20a2.5 2.5 0 1 1-.23-3.27L18 18.5h4v-4l-1.17 1.17A4 4 0 0 0 18 14.5"/></svg>
</template>

CSS

.icon-cloud-refresh {
  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%20d%3D%22M12%2018.5c0%20.5.07%201%20.18%201.5H6.5c-1.5%200-2.81-.5-3.89-1.57C1.54%2017.38%201%2016.09%201%2014.58q0-1.95%201.17-3.48C3.34%209.57%204%209.43%205.25%209.15c.42-1.53%201.25-2.77%202.5-3.72S10.42%204%2012%204c1.95%200%203.6.68%204.96%202.04S19%209.05%2019%2011c1.15.13%202.1.63%202.86%201.5c.24.26.43.55.6.86A6.37%206.37%200%200%200%2018.5%2012a6.5%206.5%200%200%200-6.5%206.5m6-4c-2.21%200-4%201.79-4%204s1.79%204%204%204c1.68%200%203.12-1.03%203.71-2.5H20a2.5%202.5%200%201%201-.23-3.27L18%2018.5h4v-4l-1.17%201.17A4%204%200%200%200%2018%2014.5%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%20d%3D%22M12%2018.5c0%20.5.07%201%20.18%201.5H6.5c-1.5%200-2.81-.5-3.89-1.57C1.54%2017.38%201%2016.09%201%2014.58q0-1.95%201.17-3.48C3.34%209.57%204%209.43%205.25%209.15c.42-1.53%201.25-2.77%202.5-3.72S10.42%204%2012%204c1.95%200%203.6.68%204.96%202.04S19%209.05%2019%2011c1.15.13%202.1.63%202.86%201.5c.24.26.43.55.6.86A6.37%206.37%200%200%200%2018.5%2012a6.5%206.5%200%200%200-6.5%206.5m6-4c-2.21%200-4%201.79-4%204s1.79%204%204%204c1.68%200%203.12-1.03%203.71-2.5H20a2.5%202.5%200%201%201-.23-3.27L18%2018.5h4v-4l-1.17%201.17A4%204%200%200%200%2018%2014.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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