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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 2v7a3 3 0 0 0 3 3h7v15a3 3 0 0 1-3 3h-8.843A9 9 0 0 0 5 15.204V5a3 3 0 0 1 3-3zm2 .117V9a1 1 0 0 0 1 1h6.883a3 3 0 0 0-.762-1.293L20.293 2.88A3 3 0 0 0 19 2.117M17 23a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-2.75 0h-3a.75.75 0 0 1 0-1.5h.849a3 3 0 0 0-4.4-.899c-.23.172-.534.231-.79.104c-.493-.247-.635-.89-.204-1.232a4.5 4.5 0 0 1 6.795 1.463V19.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75m-2.174 2.576c.335.335.338.886-.054 1.151A4.5 4.5 0 0 1 5.5 25.063v1.187a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-.849a3 3 0 0 0 4.22 1.024c.3-.192.704-.2.955.052"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSync32Filled(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="M17 2v7a3 3 0 0 0 3 3h7v15a3 3 0 0 1-3 3h-8.843A9 9 0 0 0 5 15.204V5a3 3 0 0 1 3-3zm2 .117V9a1 1 0 0 0 1 1h6.883a3 3 0 0 0-.762-1.293L20.293 2.88A3 3 0 0 0 19 2.117M17 23a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-2.75 0h-3a.75.75 0 0 1 0-1.5h.849a3 3 0 0 0-4.4-.899c-.23.172-.534.231-.79.104c-.493-.247-.635-.89-.204-1.232a4.5 4.5 0 0 1 6.795 1.463V19.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75m-2.174 2.576c.335.335.338.886-.054 1.151A4.5 4.5 0 0 1 5.5 25.063v1.187a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-.849a3 3 0 0 0 4.22 1.024c.3-.192.704-.2.955.052"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 2v7a3 3 0 0 0 3 3h7v15a3 3 0 0 1-3 3h-8.843A9 9 0 0 0 5 15.204V5a3 3 0 0 1 3-3zm2 .117V9a1 1 0 0 0 1 1h6.883a3 3 0 0 0-.762-1.293L20.293 2.88A3 3 0 0 0 19 2.117M17 23a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-2.75 0h-3a.75.75 0 0 1 0-1.5h.849a3 3 0 0 0-4.4-.899c-.23.172-.534.231-.79.104c-.493-.247-.635-.89-.204-1.232a4.5 4.5 0 0 1 6.795 1.463V19.75a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75m-2.174 2.576c.335.335.338.886-.054 1.151A4.5 4.5 0 0 1 5.5 25.063v1.187a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-.849a3 3 0 0 0 4.22 1.024c.3-.192.704-.2.955.052"/></svg>
</template>

CSS

.icon-document-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%22M17%202v7a3%203%200%200%200%203%203h7v15a3%203%200%200%201-3%203h-8.843A9%209%200%200%200%205%2015.204V5a3%203%200%200%201%203-3zm2%20.117V9a1%201%200%200%200%201%201h6.883a3%203%200%200%200-.762-1.293L20.293%202.88A3%203%200%200%200%2019%202.117M17%2023a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-2.75%200h-3a.75.75%200%200%201%200-1.5h.849a3%203%200%200%200-4.4-.899c-.23.172-.534.231-.79.104c-.493-.247-.635-.89-.204-1.232a4.5%204.5%200%200%201%206.795%201.463V19.75a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75m-2.174%202.576c.335.335.338.886-.054%201.151A4.5%204.5%200%200%201%205.5%2025.063v1.187a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-.849a3%203%200%200%200%204.22%201.024c.3-.192.704-.2.955.052%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%22M17%202v7a3%203%200%200%200%203%203h7v15a3%203%200%200%201-3%203h-8.843A9%209%200%200%200%205%2015.204V5a3%203%200%200%201%203-3zm2%20.117V9a1%201%200%200%200%201%201h6.883a3%203%200%200%200-.762-1.293L20.293%202.88A3%203%200%200%200%2019%202.117M17%2023a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-2.75%200h-3a.75.75%200%200%201%200-1.5h.849a3%203%200%200%200-4.4-.899c-.23.172-.534.231-.79.104c-.493-.247-.635-.89-.204-1.232a4.5%204.5%200%200%201%206.795%201.463V19.75a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75m-2.174%202.576c.335.335.338.886-.054%201.151A4.5%204.5%200%200%201%205.5%2025.063v1.187a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-.849a3%203%200%200%200%204.22%201.024c.3-.192.704-.2.955.052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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