sync icon
sync from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- sync
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
sync-outlinedAnt Design IconssyncBoxIcons v2syncCodiconssync-fillEva IconssyncFont Awesome Solidsynccss.ggsyncIconParksyncIconPark OutlinesyncIonIconssyncLine AwesomesyncMaterial SymbolssyncMaterial Symbols LightsyncMaterial Design IconssyncOcticonssyncPixelarticonssyncWeb3 IconssyncWeb3 Icons BrandedsyncUnicons
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="M18.43 4.25a.76.76 0 0 0-.75.75v2.43l-.84-.84a7.24 7.24 0 0 0-12 2.78a.74.74 0 0 0 .46 1a.7.7 0 0 0 .25 0a.76.76 0 0 0 .71-.51a5.6 5.6 0 0 1 1.37-2.2a5.76 5.76 0 0 1 8.13 0l.84.84h-2.41a.75.75 0 0 0 0 1.5h4.24a.74.74 0 0 0 .75-.75V5a.75.75 0 0 0-.75-.75m.25 9.43a.76.76 0 0 0-1 .47a5.6 5.6 0 0 1-1.37 2.2a5.76 5.76 0 0 1-8.13 0l-.84-.84h2.47a.75.75 0 0 0 0-1.5H5.57a.74.74 0 0 0-.75.75V19a.75.75 0 0 0 1.5 0v-2.43l.84.84a7.24 7.24 0 0 0 12-2.78a.74.74 0 0 0-.48-.95"/></svg>
React
import type { SVGProps } from "react";
export function PrimeSync(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="M18.43 4.25a.76.76 0 0 0-.75.75v2.43l-.84-.84a7.24 7.24 0 0 0-12 2.78a.74.74 0 0 0 .46 1a.7.7 0 0 0 .25 0a.76.76 0 0 0 .71-.51a5.6 5.6 0 0 1 1.37-2.2a5.76 5.76 0 0 1 8.13 0l.84.84h-2.41a.75.75 0 0 0 0 1.5h4.24a.74.74 0 0 0 .75-.75V5a.75.75 0 0 0-.75-.75m.25 9.43a.76.76 0 0 0-1 .47a5.6 5.6 0 0 1-1.37 2.2a5.76 5.76 0 0 1-8.13 0l-.84-.84h2.47a.75.75 0 0 0 0-1.5H5.57a.74.74 0 0 0-.75.75V19a.75.75 0 0 0 1.5 0v-2.43l.84.84a7.24 7.24 0 0 0 12-2.78a.74.74 0 0 0-.48-.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.43 4.25a.76.76 0 0 0-.75.75v2.43l-.84-.84a7.24 7.24 0 0 0-12 2.78a.74.74 0 0 0 .46 1a.7.7 0 0 0 .25 0a.76.76 0 0 0 .71-.51a5.6 5.6 0 0 1 1.37-2.2a5.76 5.76 0 0 1 8.13 0l.84.84h-2.41a.75.75 0 0 0 0 1.5h4.24a.74.74 0 0 0 .75-.75V5a.75.75 0 0 0-.75-.75m.25 9.43a.76.76 0 0 0-1 .47a5.6 5.6 0 0 1-1.37 2.2a5.76 5.76 0 0 1-8.13 0l-.84-.84h2.47a.75.75 0 0 0 0-1.5H5.57a.74.74 0 0 0-.75.75V19a.75.75 0 0 0 1.5 0v-2.43l.84.84a7.24 7.24 0 0 0 12-2.78a.74.74 0 0 0-.48-.95"/></svg> </template>
CSS
.icon-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%22currentColor%22%20d%3D%22M18.43%204.25a.76.76%200%200%200-.75.75v2.43l-.84-.84a7.24%207.24%200%200%200-12%202.78a.74.74%200%200%200%20.46%201a.7.7%200%200%200%20.25%200a.76.76%200%200%200%20.71-.51a5.6%205.6%200%200%201%201.37-2.2a5.76%205.76%200%200%201%208.13%200l.84.84h-2.41a.75.75%200%200%200%200%201.5h4.24a.74.74%200%200%200%20.75-.75V5a.75.75%200%200%200-.75-.75m.25%209.43a.76.76%200%200%200-1%20.47a5.6%205.6%200%200%201-1.37%202.2a5.76%205.76%200%200%201-8.13%200l-.84-.84h2.47a.75.75%200%200%200%200-1.5H5.57a.74.74%200%200%200-.75.75V19a.75.75%200%200%200%201.5%200v-2.43l.84.84a7.24%207.24%200%200%200%2012-2.78a.74.74%200%200%200-.48-.95%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%22M18.43%204.25a.76.76%200%200%200-.75.75v2.43l-.84-.84a7.24%207.24%200%200%200-12%202.78a.74.74%200%200%200%20.46%201a.7.7%200%200%200%20.25%200a.76.76%200%200%200%20.71-.51a5.6%205.6%200%200%201%201.37-2.2a5.76%205.76%200%200%201%208.13%200l.84.84h-2.41a.75.75%200%200%200%200%201.5h4.24a.74.74%200%200%200%20.75-.75V5a.75.75%200%200%200-.75-.75m.25%209.43a.76.76%200%200%200-1%20.47a5.6%205.6%200%200%201-1.37%202.2a5.76%205.76%200%200%201-8.13%200l-.84-.84h2.47a.75.75%200%200%200%200-1.5H5.57a.74.74%200%200%200-.75.75V19a.75.75%200%200%200%201.5%200v-2.43l.84.84a7.24%207.24%200%200%200%2012-2.78a.74.74%200%200%200-.48-.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/sync.svg?color=%231a73e8&size=48