cloud-sync-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
cloud-sync-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cloud sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.851 5.742C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16q.001.696-.124 1.342A9 9 0 0 0 13.514 22H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305M30 22.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-3.75-4.75a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.734a3 3 0 0 0-1.984-.75c-.973 0-1.837.463-2.385 1.18a.77.77 0 0 1-.6.32c-.614 0-1.036-.613-.679-1.114A4.5 4.5 0 0 1 22.5 18c1.152 0 2.204.433 3 1.146V18.5a.75.75 0 0 1 .75-.75m-6.75 8.104v.396a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-.986a2.998 2.998 0 0 0 4.621-.18c.144-.19.36-.32.599-.32c.615 0 1.037.613.68 1.114A4.5 4.5 0 0 1 22.5 27a4.48 4.48 0 0 1-3-1.146"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudSync32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.851 5.742C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16q.001.696-.124 1.342A9 9 0 0 0 13.514 22H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305M30 22.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-3.75-4.75a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.734a3 3 0 0 0-1.984-.75c-.973 0-1.837.463-2.385 1.18a.77.77 0 0 1-.6.32c-.614 0-1.036-.613-.679-1.114A4.5 4.5 0 0 1 22.5 18c1.152 0 2.204.433 3 1.146V18.5a.75.75 0 0 1 .75-.75m-6.75 8.104v.396a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-.986a2.998 2.998 0 0 0 4.621-.18c.144-.19.36-.32.599-.32c.615 0 1.037.613.68 1.114A4.5 4.5 0 0 1 22.5 27a4.48 4.48 0 0 1-3-1.146"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.851 5.742C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16q.001.696-.124 1.342A9 9 0 0 0 13.514 22H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305M30 22.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-3.75-4.75a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.734a3 3 0 0 0-1.984-.75c-.973 0-1.837.463-2.385 1.18a.77.77 0 0 1-.6.32c-.614 0-1.036-.613-.679-1.114A4.5 4.5 0 0 1 22.5 18c1.152 0 2.204.433 3 1.146V18.5a.75.75 0 0 1 .75-.75m-6.75 8.104v.396a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-.986a2.998 2.998 0 0 0 4.621-.18c.144-.19.36-.32.599-.32c.615 0 1.037.613.68 1.114A4.5 4.5 0 0 1 22.5 27a4.48 4.48 0 0 1-3-1.146"/></svg>
</template>

CSS

.icon-cloud-sync-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.851%205.742C11.166%204.134%2013.201%203%2016%203c1.7%200%203.682.562%205.258%201.851c1.421%201.163%202.473%202.887%202.697%205.206c1.378.165%202.714.683%203.781%201.508C29.063%2012.589%2030%2014.114%2030%2016q.001.696-.124%201.342A9%209%200%200%200%2013.514%2022H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2018.665%202%2017.145%202%2016c0-2.356%201.93-5.53%206.057-5.953c.172-1.456.74-3.016%201.794-4.305M30%2022.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-3.75-4.75a.75.75%200%200%201%20.75.75V21a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.734a3%203%200%200%200-1.984-.75c-.973%200-1.837.463-2.385%201.18a.77.77%200%200%201-.6.32c-.614%200-1.036-.613-.679-1.114A4.5%204.5%200%200%201%2022.5%2018c1.152%200%202.204.433%203%201.146V18.5a.75.75%200%200%201%20.75-.75m-6.75%208.104v.396a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-.986a2.998%202.998%200%200%200%204.621-.18c.144-.19.36-.32.599-.32c.615%200%201.037.613.68%201.114A4.5%204.5%200%200%201%2022.5%2027a4.48%204.48%200%200%201-3-1.146%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.851%205.742C11.166%204.134%2013.201%203%2016%203c1.7%200%203.682.562%205.258%201.851c1.421%201.163%202.473%202.887%202.697%205.206c1.378.165%202.714.683%203.781%201.508C29.063%2012.589%2030%2014.114%2030%2016q.001.696-.124%201.342A9%209%200%200%200%2013.514%2022H9c-2.707%200-4.515-.82-5.628-2.091C2.284%2018.665%202%2017.145%202%2016c0-2.356%201.93-5.53%206.057-5.953c.172-1.456.74-3.016%201.794-4.305M30%2022.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-3.75-4.75a.75.75%200%200%201%20.75.75V21a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.734a3%203%200%200%200-1.984-.75c-.973%200-1.837.463-2.385%201.18a.77.77%200%200%201-.6.32c-.614%200-1.036-.613-.679-1.114A4.5%204.5%200%200%201%2022.5%2018c1.152%200%202.204.433%203%201.146V18.5a.75.75%200%200%201%20.75-.75m-6.75%208.104v.396a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-.986a2.998%202.998%200%200%200%204.621-.18c.144-.19.36-.32.599-.32c.615%200%201.037.613.68%201.114A4.5%204.5%200%200%201%2022.5%2027a4.48%204.48%200%200%201-3-1.146%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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