sync-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
sync-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.66 10.37a.6.6 0 0 0 .07-.19l.75-4a1 1 0 0 0-2-.36l-.37 2a9.22 9.22 0 0 0-16.58.84a1 1 0 0 0 .55 1.3a1 1 0 0 0 1.31-.55A7.08 7.08 0 0 1 12.07 5a7.17 7.17 0 0 1 6.24 3.58l-1.65-.27a1 1 0 1 0-.32 2l4.25.71h.16a.9.9 0 0 0 .34-.06a.3.3 0 0 0 .1-.06a.8.8 0 0 0 .2-.11l.08-.1a1 1 0 0 0 .14-.16a.6.6 0 0 0 .05-.16m-1.78 3.7a1 1 0 0 0-1.31.56A7.08 7.08 0 0 1 11.93 19a7.17 7.17 0 0 1-6.24-3.58l1.65.27h.16a1 1 0 0 0 .16-2L3.41 13a.9.9 0 0 0-.33 0H3a1.2 1.2 0 0 0-.32.14a1 1 0 0 0-.18.18l-.09.1a1 1 0 0 0-.07.19a.4.4 0 0 0-.07.17l-.75 4a1 1 0 0 0 .8 1.22h.18a1 1 0 0 0 1-.82l.37-2a9.22 9.22 0 0 0 16.58-.83a1 1 0 0 0-.57-1.28"/></svg>

React

import type { SVGProps } from "react";

export function EvaSyncOutline(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="M21.66 10.37a.6.6 0 0 0 .07-.19l.75-4a1 1 0 0 0-2-.36l-.37 2a9.22 9.22 0 0 0-16.58.84a1 1 0 0 0 .55 1.3a1 1 0 0 0 1.31-.55A7.08 7.08 0 0 1 12.07 5a7.17 7.17 0 0 1 6.24 3.58l-1.65-.27a1 1 0 1 0-.32 2l4.25.71h.16a.9.9 0 0 0 .34-.06a.3.3 0 0 0 .1-.06a.8.8 0 0 0 .2-.11l.08-.1a1 1 0 0 0 .14-.16a.6.6 0 0 0 .05-.16m-1.78 3.7a1 1 0 0 0-1.31.56A7.08 7.08 0 0 1 11.93 19a7.17 7.17 0 0 1-6.24-3.58l1.65.27h.16a1 1 0 0 0 .16-2L3.41 13a.9.9 0 0 0-.33 0H3a1.2 1.2 0 0 0-.32.14a1 1 0 0 0-.18.18l-.09.1a1 1 0 0 0-.07.19a.4.4 0 0 0-.07.17l-.75 4a1 1 0 0 0 .8 1.22h.18a1 1 0 0 0 1-.82l.37-2a9.22 9.22 0 0 0 16.58-.83a1 1 0 0 0-.57-1.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.66 10.37a.6.6 0 0 0 .07-.19l.75-4a1 1 0 0 0-2-.36l-.37 2a9.22 9.22 0 0 0-16.58.84a1 1 0 0 0 .55 1.3a1 1 0 0 0 1.31-.55A7.08 7.08 0 0 1 12.07 5a7.17 7.17 0 0 1 6.24 3.58l-1.65-.27a1 1 0 1 0-.32 2l4.25.71h.16a.9.9 0 0 0 .34-.06a.3.3 0 0 0 .1-.06a.8.8 0 0 0 .2-.11l.08-.1a1 1 0 0 0 .14-.16a.6.6 0 0 0 .05-.16m-1.78 3.7a1 1 0 0 0-1.31.56A7.08 7.08 0 0 1 11.93 19a7.17 7.17 0 0 1-6.24-3.58l1.65.27h.16a1 1 0 0 0 .16-2L3.41 13a.9.9 0 0 0-.33 0H3a1.2 1.2 0 0 0-.32.14a1 1 0 0 0-.18.18l-.09.1a1 1 0 0 0-.07.19a.4.4 0 0 0-.07.17l-.75 4a1 1 0 0 0 .8 1.22h.18a1 1 0 0 0 1-.82l.37-2a9.22 9.22 0 0 0 16.58-.83a1 1 0 0 0-.57-1.28"/></svg>
</template>

CSS

.icon-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%22M21.66%2010.37a.6.6%200%200%200%20.07-.19l.75-4a1%201%200%200%200-2-.36l-.37%202a9.22%209.22%200%200%200-16.58.84a1%201%200%200%200%20.55%201.3a1%201%200%200%200%201.31-.55A7.08%207.08%200%200%201%2012.07%205a7.17%207.17%200%200%201%206.24%203.58l-1.65-.27a1%201%200%201%200-.32%202l4.25.71h.16a.9.9%200%200%200%20.34-.06a.3.3%200%200%200%20.1-.06a.8.8%200%200%200%20.2-.11l.08-.1a1%201%200%200%200%20.14-.16a.6.6%200%200%200%20.05-.16m-1.78%203.7a1%201%200%200%200-1.31.56A7.08%207.08%200%200%201%2011.93%2019a7.17%207.17%200%200%201-6.24-3.58l1.65.27h.16a1%201%200%200%200%20.16-2L3.41%2013a.9.9%200%200%200-.33%200H3a1.2%201.2%200%200%200-.32.14a1%201%200%200%200-.18.18l-.09.1a1%201%200%200%200-.07.19a.4.4%200%200%200-.07.17l-.75%204a1%201%200%200%200%20.8%201.22h.18a1%201%200%200%200%201-.82l.37-2a9.22%209.22%200%200%200%2016.58-.83a1%201%200%200%200-.57-1.28%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%22M21.66%2010.37a.6.6%200%200%200%20.07-.19l.75-4a1%201%200%200%200-2-.36l-.37%202a9.22%209.22%200%200%200-16.58.84a1%201%200%200%200%20.55%201.3a1%201%200%200%200%201.31-.55A7.08%207.08%200%200%201%2012.07%205a7.17%207.17%200%200%201%206.24%203.58l-1.65-.27a1%201%200%201%200-.32%202l4.25.71h.16a.9.9%200%200%200%20.34-.06a.3.3%200%200%200%20.1-.06a.8.8%200%200%200%20.2-.11l.08-.1a1%201%200%200%200%20.14-.16a.6.6%200%200%200%20.05-.16m-1.78%203.7a1%201%200%200%200-1.31.56A7.08%207.08%200%200%201%2011.93%2019a7.17%207.17%200%200%201-6.24-3.58l1.65.27h.16a1%201%200%200%200%20.16-2L3.41%2013a.9.9%200%200%200-.33%200H3a1.2%201.2%200%200%200-.32.14a1%201%200%200%200-.18.18l-.09.1a1%201%200%200%200-.07.19a.4.4%200%200%200-.07.17l-.75%204a1%201%200%200%200%20.8%201.22h.18a1%201%200%200%200%201-.82l.37-2a9.22%209.22%200%200%200%2016.58-.83a1%201%200%200%200-.57-1.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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