round cloud sync icon

round-cloud-sync from Google Material Icons by Material Design Authors · Baseline · File · Apache-2.0 Free for personal and commercial use.

Name
round-cloud-sync
Set
Google Material Icons
Style
Baseline
Category
File
Viewbox
24×24
License
Apache 2.0

More file icons from Google Material Icons

Use the round cloud sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 17.48a2.5 2.5 0 0 1-2.5 2.5L15 20c-1.66 0-3-1.34-3-3c0-1.6 1.26-2.9 2.84-2.98A3.5 3.5 0 0 1 18 12c1.76 0 3.2 1.3 3.45 2.99c.02 0 .03-.01.05-.01a2.5 2.5 0 0 1 2.5 2.5M10 15c0-.55-.45-1-1-1s-1 .45-1 1v1.44c-1.22-1.1-2-2.67-2-4.44c0-2.38 1.39-4.43 3.4-5.4c.37-.18.6-.56.6-.97c0-.71-.73-1.18-1.37-.88C5.89 6.03 4 8.79 4 12c0 2.4 1.06 4.54 2.73 6H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1zm9-9c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V7.56c.98.89 1.68 2.08 1.92 3.44h2.02a7.98 7.98 0 0 0-2.66-5z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundCloudSync(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="M24 17.48a2.5 2.5 0 0 1-2.5 2.5L15 20c-1.66 0-3-1.34-3-3c0-1.6 1.26-2.9 2.84-2.98A3.5 3.5 0 0 1 18 12c1.76 0 3.2 1.3 3.45 2.99c.02 0 .03-.01.05-.01a2.5 2.5 0 0 1 2.5 2.5M10 15c0-.55-.45-1-1-1s-1 .45-1 1v1.44c-1.22-1.1-2-2.67-2-4.44c0-2.38 1.39-4.43 3.4-5.4c.37-.18.6-.56.6-.97c0-.71-.73-1.18-1.37-.88C5.89 6.03 4 8.79 4 12c0 2.4 1.06 4.54 2.73 6H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1zm9-9c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V7.56c.98.89 1.68 2.08 1.92 3.44h2.02a7.98 7.98 0 0 0-2.66-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 17.48a2.5 2.5 0 0 1-2.5 2.5L15 20c-1.66 0-3-1.34-3-3c0-1.6 1.26-2.9 2.84-2.98A3.5 3.5 0 0 1 18 12c1.76 0 3.2 1.3 3.45 2.99c.02 0 .03-.01.05-.01a2.5 2.5 0 0 1 2.5 2.5M10 15c0-.55-.45-1-1-1s-1 .45-1 1v1.44c-1.22-1.1-2-2.67-2-4.44c0-2.38 1.39-4.43 3.4-5.4c.37-.18.6-.56.6-.97c0-.71-.73-1.18-1.37-.88C5.89 6.03 4 8.79 4 12c0 2.4 1.06 4.54 2.73 6H5c-.55 0-1 .45-1 1s.45 1 1 1h4c.55 0 1-.45 1-1zm9-9c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1V7.56c.98.89 1.68 2.08 1.92 3.44h2.02a7.98 7.98 0 0 0-2.66-5z"/></svg>
</template>

CSS

.icon-round-cloud-sync {
  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%22M24%2017.48a2.5%202.5%200%200%201-2.5%202.5L15%2020c-1.66%200-3-1.34-3-3c0-1.6%201.26-2.9%202.84-2.98A3.5%203.5%200%200%201%2018%2012c1.76%200%203.2%201.3%203.45%202.99c.02%200%20.03-.01.05-.01a2.5%202.5%200%200%201%202.5%202.5M10%2015c0-.55-.45-1-1-1s-1%20.45-1%201v1.44c-1.22-1.1-2-2.67-2-4.44c0-2.38%201.39-4.43%203.4-5.4c.37-.18.6-.56.6-.97c0-.71-.73-1.18-1.37-.88C5.89%206.03%204%208.79%204%2012c0%202.4%201.06%204.54%202.73%206H5c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1zm9-9c.55%200%201-.45%201-1s-.45-1-1-1h-4c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1V7.56c.98.89%201.68%202.08%201.92%203.44h2.02a7.98%207.98%200%200%200-2.66-5z%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%22M24%2017.48a2.5%202.5%200%200%201-2.5%202.5L15%2020c-1.66%200-3-1.34-3-3c0-1.6%201.26-2.9%202.84-2.98A3.5%203.5%200%200%201%2018%2012c1.76%200%203.2%201.3%203.45%202.99c.02%200%20.03-.01.05-.01a2.5%202.5%200%200%201%202.5%202.5M10%2015c0-.55-.45-1-1-1s-1%20.45-1%201v1.44c-1.22-1.1-2-2.67-2-4.44c0-2.38%201.39-4.43%203.4-5.4c.37-.18.6-.56.6-.97c0-.71-.73-1.18-1.37-.88C5.89%206.03%204%208.79%204%2012c0%202.4%201.06%204.54%202.73%206H5c-.55%200-1%20.45-1%201s.45%201%201%201h4c.55%200%201-.45%201-1zm9-9c.55%200%201-.45%201-1s-.45-1-1-1h-4c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201s1-.45%201-1V7.56c.98.89%201.68%202.08%201.92%203.44h2.02a7.98%207.98%200%200%200-2.66-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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