sync-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
sync-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

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="M3.38 8A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.215 7.182a.75.75 0 1 0 1.456-.364C21.473 4.539 17.15 1 12 1a11 11 0 0 0-9.5 5.452V4.75a.75.75 0 0 0-1.5 0V8.5a1 1 0 0 0 1 1h3.75a.75.75 0 0 0 0-1.5zm-.595 6.318a.75.75 0 0 0-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 0 0 1.5 0V15.5a1 1 0 0 0-1-1h-3.75a.75.75 0 0 0 0 1.5h2.37A9.5 9.5 0 0 1 12 21.5c-4.446 0-8.181-3.055-9.215-7.182"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSync24(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="M3.38 8A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.215 7.182a.75.75 0 1 0 1.456-.364C21.473 4.539 17.15 1 12 1a11 11 0 0 0-9.5 5.452V4.75a.75.75 0 0 0-1.5 0V8.5a1 1 0 0 0 1 1h3.75a.75.75 0 0 0 0-1.5zm-.595 6.318a.75.75 0 0 0-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 0 0 1.5 0V15.5a1 1 0 0 0-1-1h-3.75a.75.75 0 0 0 0 1.5h2.37A9.5 9.5 0 0 1 12 21.5c-4.446 0-8.181-3.055-9.215-7.182"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.38 8A9.5 9.5 0 0 1 12 2.5a9.5 9.5 0 0 1 9.215 7.182a.75.75 0 1 0 1.456-.364C21.473 4.539 17.15 1 12 1a11 11 0 0 0-9.5 5.452V4.75a.75.75 0 0 0-1.5 0V8.5a1 1 0 0 0 1 1h3.75a.75.75 0 0 0 0-1.5zm-.595 6.318a.75.75 0 0 0-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 0 0 1.5 0V15.5a1 1 0 0 0-1-1h-3.75a.75.75 0 0 0 0 1.5h2.37A9.5 9.5 0 0 1 12 21.5c-4.446 0-8.181-3.055-9.215-7.182"/></svg>
</template>

CSS

.icon-sync-24 {
  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%22M3.38%208A9.5%209.5%200%200%201%2012%202.5a9.5%209.5%200%200%201%209.215%207.182a.75.75%200%201%200%201.456-.364C21.473%204.539%2017.15%201%2012%201a11%2011%200%200%200-9.5%205.452V4.75a.75.75%200%200%200-1.5%200V8.5a1%201%200%200%200%201%201h3.75a.75.75%200%200%200%200-1.5zm-.595%206.318a.75.75%200%200%200-1.455.364C2.527%2019.461%206.85%2023%2012%2023c4.052%200%207.592-2.191%209.5-5.451v1.701a.75.75%200%200%200%201.5%200V15.5a1%201%200%200%200-1-1h-3.75a.75.75%200%200%200%200%201.5h2.37A9.5%209.5%200%200%201%2012%2021.5c-4.446%200-8.181-3.055-9.215-7.182%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%22M3.38%208A9.5%209.5%200%200%201%2012%202.5a9.5%209.5%200%200%201%209.215%207.182a.75.75%200%201%200%201.456-.364C21.473%204.539%2017.15%201%2012%201a11%2011%200%200%200-9.5%205.452V4.75a.75.75%200%200%200-1.5%200V8.5a1%201%200%200%200%201%201h3.75a.75.75%200%200%200%200-1.5zm-.595%206.318a.75.75%200%200%200-1.455.364C2.527%2019.461%206.85%2023%2012%2023c4.052%200%207.592-2.191%209.5-5.451v1.701a.75.75%200%200%200%201.5%200V15.5a1%201%200%200%200-1-1h-3.75a.75.75%200%200%200%200%201.5h2.37A9.5%209.5%200%200%201%2012%2021.5c-4.446%200-8.181-3.055-9.215-7.182%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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