sync-alt from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.

Name
sync-alt
Set
Font Awesome Solid
Style
Solid
Category
Arrows
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More arrows icons from Font Awesome Solid

Use the sync alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M544.1 256h7.9c13.3 0 24-10.7 24-24V88c0-9.7-5.8-18.5-14.8-22.2S541.9 64.2 535 71l-51.7 51.8C439 86.1 382 64 320 64C191 64 84.3 159.4 66.6 283.5c-2.5 17.5 9.6 33.7 27.1 36.2s33.7-9.7 36.2-27.1C143.2 199.5 223.3 128 320 128c44.4 0 85.2 15 117.7 40.3L391 215c-6.9 6.9-8.9 17.2-5.2 26.2S398.3 256 408 256zm29.4 100.5c2.5-17.5-9.7-33.7-27.1-36.2s-33.7 9.7-36.2 27.1c-13.3 93-93.4 164.5-190.1 164.5c-44.4 0-85.2-15-117.7-40.3L249 425c6.9-6.9 8.9-17.2 5.2-26.2S241.7 384 232 384H88c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.6 26.2-5.2l51.8-51.8C201 553.9 258 576 320 576c129 0 235.7-95.4 253.4-219.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSyncAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M544.1 256h7.9c13.3 0 24-10.7 24-24V88c0-9.7-5.8-18.5-14.8-22.2S541.9 64.2 535 71l-51.7 51.8C439 86.1 382 64 320 64C191 64 84.3 159.4 66.6 283.5c-2.5 17.5 9.6 33.7 27.1 36.2s33.7-9.7 36.2-27.1C143.2 199.5 223.3 128 320 128c44.4 0 85.2 15 117.7 40.3L391 215c-6.9 6.9-8.9 17.2-5.2 26.2S398.3 256 408 256zm29.4 100.5c2.5-17.5-9.7-33.7-27.1-36.2s-33.7 9.7-36.2 27.1c-13.3 93-93.4 164.5-190.1 164.5c-44.4 0-85.2-15-117.7-40.3L249 425c6.9-6.9 8.9-17.2 5.2-26.2S241.7 384 232 384H88c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.6 26.2-5.2l51.8-51.8C201 553.9 258 576 320 576c129 0 235.7-95.4 253.4-219.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M544.1 256h7.9c13.3 0 24-10.7 24-24V88c0-9.7-5.8-18.5-14.8-22.2S541.9 64.2 535 71l-51.7 51.8C439 86.1 382 64 320 64C191 64 84.3 159.4 66.6 283.5c-2.5 17.5 9.6 33.7 27.1 36.2s33.7-9.7 36.2-27.1C143.2 199.5 223.3 128 320 128c44.4 0 85.2 15 117.7 40.3L391 215c-6.9 6.9-8.9 17.2-5.2 26.2S398.3 256 408 256zm29.4 100.5c2.5-17.5-9.7-33.7-27.1-36.2s-33.7 9.7-36.2 27.1c-13.3 93-93.4 164.5-190.1 164.5c-44.4 0-85.2-15-117.7-40.3L249 425c6.9-6.9 8.9-17.2 5.2-26.2S241.7 384 232 384H88c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.6 26.2-5.2l51.8-51.8C201 553.9 258 576 320 576c129 0 235.7-95.4 253.4-219.5z"/></svg>
</template>

CSS

.icon-sync-alt {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M544.1%20256h7.9c13.3%200%2024-10.7%2024-24V88c0-9.7-5.8-18.5-14.8-22.2S541.9%2064.2%20535%2071l-51.7%2051.8C439%2086.1%20382%2064%20320%2064C191%2064%2084.3%20159.4%2066.6%20283.5c-2.5%2017.5%209.6%2033.7%2027.1%2036.2s33.7-9.7%2036.2-27.1C143.2%20199.5%20223.3%20128%20320%20128c44.4%200%2085.2%2015%20117.7%2040.3L391%20215c-6.9%206.9-8.9%2017.2-5.2%2026.2S398.3%20256%20408%20256zm29.4%20100.5c2.5-17.5-9.7-33.7-27.1-36.2s-33.7%209.7-36.2%2027.1c-13.3%2093-93.4%20164.5-190.1%20164.5c-44.4%200-85.2-15-117.7-40.3L249%20425c6.9-6.9%208.9-17.2%205.2-26.2S241.7%20384%20232%20384H88c-13.3%200-24%2010.7-24%2024v144c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.6%2026.2-5.2l51.8-51.8C201%20553.9%20258%20576%20320%20576c129%200%20235.7-95.4%20253.4-219.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M544.1%20256h7.9c13.3%200%2024-10.7%2024-24V88c0-9.7-5.8-18.5-14.8-22.2S541.9%2064.2%20535%2071l-51.7%2051.8C439%2086.1%20382%2064%20320%2064C191%2064%2084.3%20159.4%2066.6%20283.5c-2.5%2017.5%209.6%2033.7%2027.1%2036.2s33.7-9.7%2036.2-27.1C143.2%20199.5%20223.3%20128%20320%20128c44.4%200%2085.2%2015%20117.7%2040.3L391%20215c-6.9%206.9-8.9%2017.2-5.2%2026.2S398.3%20256%20408%20256zm29.4%20100.5c2.5-17.5-9.7-33.7-27.1-36.2s-33.7%209.7-36.2%2027.1c-13.3%2093-93.4%20164.5-190.1%20164.5c-44.4%200-85.2-15-117.7-40.3L249%20425c6.9-6.9%208.9-17.2%205.2-26.2S241.7%20384%20232%20384H88c-13.3%200-24%2010.7-24%2024v144c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.6%2026.2-5.2l51.8-51.8C201%20553.9%20258%20576%20320%20576c129%200%20235.7-95.4%20253.4-219.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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