cloud-sync-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
cloud-sync-outline
Set
Material Symbols
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
cloud-sync-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the 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="M4 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm11 0q-1.25 0-2.125-.875T12 17q0-1.2.825-2.062t2.025-.913q.425-.9 1.263-1.463T18 12q1.325 0 2.288.863T21.45 15q1.05 0 1.8.725t.75 1.75q0 1.05-.725 1.788T21.5 20zm2.9-9q-.175-1.025-.675-1.9T16 7.55V10h-2V4h6v2h-2.725q1.075.95 1.763 2.225T19.925 11zM15 18h6.5q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15h-1.75v-1.25q0-.725-.513-1.237T18 14t-1.237.513t-.513 1.237V16H15q-.425 0-.712.288T14 17t.288.713T15 18m3-2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCloudSyncOutline(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="M4 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm11 0q-1.25 0-2.125-.875T12 17q0-1.2.825-2.062t2.025-.913q.425-.9 1.263-1.463T18 12q1.325 0 2.288.863T21.45 15q1.05 0 1.8.725t.75 1.75q0 1.05-.725 1.788T21.5 20zm2.9-9q-.175-1.025-.675-1.9T16 7.55V10h-2V4h6v2h-2.725q1.075.95 1.763 2.225T19.925 11zM15 18h6.5q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15h-1.75v-1.25q0-.725-.513-1.237T18 14t-1.237.513t-.513 1.237V16H15q-.425 0-.712.288T14 17t.288.713T15 18m3-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm11 0q-1.25 0-2.125-.875T12 17q0-1.2.825-2.062t2.025-.913q.425-.9 1.263-1.463T18 12q1.325 0 2.288.863T21.45 15q1.05 0 1.8.725t.75 1.75q0 1.05-.725 1.788T21.5 20zm2.9-9q-.175-1.025-.675-1.9T16 7.55V10h-2V4h6v2h-2.725q1.075.95 1.763 2.225T19.925 11zM15 18h6.5q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15h-1.75v-1.25q0-.725-.513-1.237T18 14t-1.237.513t-.513 1.237V16H15q-.425 0-.712.288T14 17t.288.713T15 18m3-2"/></svg>
</template>

CSS

.icon-cloud-sync-outline {
  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%22M4%2020v-2h2.725q-1.275-1.1-2-2.65T4%2012q0-2.8%201.7-4.937T10%204.25v2.1q-1.75.625-2.875%202.163T6%2012q0%201.35.538%202.488T8%2016.45V14h2v6zm11%200q-1.25%200-2.125-.875T12%2017q0-1.2.825-2.062t2.025-.913q.425-.9%201.263-1.463T18%2012q1.325%200%202.288.863T21.45%2015q1.05%200%201.8.725t.75%201.75q0%201.05-.725%201.788T21.5%2020zm2.9-9q-.175-1.025-.675-1.9T16%207.55V10h-2V4h6v2h-2.725q1.075.95%201.763%202.225T19.925%2011zM15%2018h6.5q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15h-1.75v-1.25q0-.725-.513-1.237T18%2014t-1.237.513t-.513%201.237V16H15q-.425%200-.712.288T14%2017t.288.713T15%2018m3-2%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%22M4%2020v-2h2.725q-1.275-1.1-2-2.65T4%2012q0-2.8%201.7-4.937T10%204.25v2.1q-1.75.625-2.875%202.163T6%2012q0%201.35.538%202.488T8%2016.45V14h2v6zm11%200q-1.25%200-2.125-.875T12%2017q0-1.2.825-2.062t2.025-.913q.425-.9%201.263-1.463T18%2012q1.325%200%202.288.863T21.45%2015q1.05%200%201.8.725t.75%201.75q0%201.05-.725%201.788T21.5%2020zm2.9-9q-.175-1.025-.675-1.9T16%207.55V10h-2V4h6v2h-2.725q1.075.95%201.763%202.225T19.925%2011zM15%2018h6.5q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15h-1.75v-1.25q0-.725-.513-1.237T18%2014t-1.237.513t-.513%201.237V16H15q-.425%200-.712.288T14%2017t.288.713T15%2018m3-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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