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

Name
sync-16
Set
Octicons
Style
16
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M1.705 8.005a.75.75 0 0 1 .834.656a5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.5 5.5 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSync16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.705 8.005a.75.75 0 0 1 .834.656a5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.5 5.5 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.705 8.005a.75.75 0 0 1 .834.656a5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.5 5.5 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5"/></svg>
</template>

CSS

.icon-sync-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.705%208.005a.75.75%200%200%201%20.834.656a5.5%205.5%200%200%200%209.592%202.97l-1.204-1.204a.25.25%200%200%201%20.177-.427h3.646a.25.25%200%200%201%20.25.25v3.646a.25.25%200%200%201-.427.177l-1.38-1.38A7.002%207.002%200%200%201%201.05%208.84a.75.75%200%200%201%20.656-.834ZM8%202.5a5.5%205.5%200%200%200-4.131%201.869l1.204%201.204A.25.25%200%200%201%204.896%206H1.25A.25.25%200%200%201%201%205.75V2.104a.25.25%200%200%201%20.427-.177l1.38%201.38A7.002%207.002%200%200%201%2014.95%207.16a.75.75%200%200%201-1.49.178A5.5%205.5%200%200%200%208%202.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.705%208.005a.75.75%200%200%201%20.834.656a5.5%205.5%200%200%200%209.592%202.97l-1.204-1.204a.25.25%200%200%201%20.177-.427h3.646a.25.25%200%200%201%20.25.25v3.646a.25.25%200%200%201-.427.177l-1.38-1.38A7.002%207.002%200%200%201%201.05%208.84a.75.75%200%200%201%20.656-.834ZM8%202.5a5.5%205.5%200%200%200-4.131%201.869l1.204%201.204A.25.25%200%200%201%204.896%206H1.25A.25.25%200%200%201%201%205.75V2.104a.25.25%200%200%201%20.427-.177l1.38%201.38A7.002%207.002%200%200%201%2014.95%207.16a.75.75%200%200%201-1.49.178A5.5%205.5%200%200%200%208%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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