folder sync icon

folder-sync from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
folder-sync
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the folder sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.002 6.5h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691 2.5 8.11 2.5 6.946 2.5c-1.817 0-2.726 0-3.408.38A3 3 0 0 0 2.38 4.038C2 4.72 2 5.628 2 7.444V10.5c0 4.714 0 7.072 1.465 8.536c1.357 1.357 3.481 1.457 7.538 1.464M21.465 15a4 4 0 0 0-6.994.115M14.535 19a3.999 3.999 0 0 0 6.987-.103M17 15.5h-1c-.943 0-1.414 0-1.707-.293S14 14.443 14 13.5v-1m5 6h1c.943 0 1.414 0 1.707.293S22 19.557 22 20.5v1"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderSync(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.002 6.5h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691 2.5 8.11 2.5 6.946 2.5c-1.817 0-2.726 0-3.408.38A3 3 0 0 0 2.38 4.038C2 4.72 2 5.628 2 7.444V10.5c0 4.714 0 7.072 1.465 8.536c1.357 1.357 3.481 1.457 7.538 1.464M21.465 15a4 4 0 0 0-6.994.115M14.535 19a3.999 3.999 0 0 0 6.987-.103M17 15.5h-1c-.943 0-1.414 0-1.707-.293S14 14.443 14 13.5v-1m5 6h1c.943 0 1.414 0 1.707.293S22 19.557 22 20.5v1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.002 6.5h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691 2.5 8.11 2.5 6.946 2.5c-1.817 0-2.726 0-3.408.38A3 3 0 0 0 2.38 4.038C2 4.72 2 5.628 2 7.444V10.5c0 4.714 0 7.072 1.465 8.536c1.357 1.357 3.481 1.457 7.538 1.464M21.465 15a4 4 0 0 0-6.994.115M14.535 19a3.999 3.999 0 0 0 6.987-.103M17 15.5h-1c-.943 0-1.414 0-1.707-.293S14 14.443 14 13.5v-1m5 6h1c.943 0 1.414 0 1.707.293S22 19.557 22 20.5v1"/></svg>
</template>

CSS

.icon-folder-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.002%206.5h8.752c2.107%200%203.16%200%203.918.506a3%203%200%200%201%20.828.827c.394.59.48%201.36.5%202.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691%202.5%208.11%202.5%206.946%202.5c-1.817%200-2.726%200-3.408.38A3%203%200%200%200%202.38%204.038C2%204.72%202%205.628%202%207.444V10.5c0%204.714%200%207.072%201.465%208.536c1.357%201.357%203.481%201.457%207.538%201.464M21.465%2015a4%204%200%200%200-6.994.115M14.535%2019a3.999%203.999%200%200%200%206.987-.103M17%2015.5h-1c-.943%200-1.414%200-1.707-.293S14%2014.443%2014%2013.5v-1m5%206h1c.943%200%201.414%200%201.707.293S22%2019.557%2022%2020.5v1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.002%206.5h8.752c2.107%200%203.16%200%203.918.506a3%203%200%200%201%20.828.827c.394.59.48%201.36.5%202.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691%202.5%208.11%202.5%206.946%202.5c-1.817%200-2.726%200-3.408.38A3%203%200%200%200%202.38%204.038C2%204.72%202%205.628%202%207.444V10.5c0%204.714%200%207.072%201.465%208.536c1.357%201.357%203.481%201.457%207.538%201.464M21.465%2015a4%204%200%200%200-6.994.115M14.535%2019a3.999%203.999%200%200%200%206.987-.103M17%2015.5h-1c-.943%200-1.414%200-1.707-.293S14%2014.443%2014%2013.5v-1m5%206h1c.943%200%201.414%200%201.707.293S22%2019.557%2022%2020.5v1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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