arrows spin icon
arrows-spin from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- arrows-spin
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the arrows spin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9h112c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5.8-32 2.3v64.9c10.3-2.1 21-3.2 32-3.2m-123.9 58.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9.8 21.5 2.3 32h64.9c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3M477.7 224h-64.9c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v112c0 8.8 7.2 16 16 16h112c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32M256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16v112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3v-64.9c-10.3 2.1-21 3.2-32 3.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidArrowsSpin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9h112c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5.8-32 2.3v64.9c10.3-2.1 21-3.2 32-3.2m-123.9 58.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9.8 21.5 2.3 32h64.9c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3M477.7 224h-64.9c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v112c0 8.8 7.2 16 16 16h112c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32M256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16v112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3v-64.9c-10.3 2.1-21 3.2-32 3.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9h112c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5.8-32 2.3v64.9c10.3-2.1 21-3.2 32-3.2m-123.9 58.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9.8 21.5 2.3 32h64.9c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3M477.7 224h-64.9c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v112c0 8.8 7.2 16 16 16h112c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32M256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16v112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3v-64.9c-10.3 2.1-21 3.2-32 3.2"/></svg> </template>
CSS
.icon-arrows-spin {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2096c38.4%200%2073.7%2013.5%20101.3%2036.1l-32.6%2032.6c-4.6%204.6-5.9%2011.5-3.5%2017.4s8.3%209.9%2014.8%209.9h112c8.8%200%2016-7.2%2016-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4%203.5l-34%2034C363.4%2052.6%20312.1%2032%20256%2032c-10.9%200-21.5.8-32%202.3v64.9c10.3-2.1%2021-3.2%2032-3.2m-123.9%2058.7l32.6%2032.6c4.6%204.6%2011.5%205.9%2017.4%203.5s9.9-8.3%209.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5%200-12.3%203.9-14.8%209.9s-1.1%2012.9%203.5%2017.4l34%2034C52.6%20148.6%2032%20199.9%2032%20256c0%2010.9.8%2021.5%202.3%2032h64.9c-2.1-10.3-3.2-21-3.2-32c0-38.4%2013.5-73.7%2036.1-101.3M477.7%20224h-64.9c2.1%2010.3%203.2%2021%203.2%2032c0%2038.4-13.5%2073.7-36.1%20101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9%208.3-9.9%2014.8v112c0%208.8%207.2%2016%2016%2016h112c6.5%200%2012.3-3.9%2014.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4%20363.4%20480%20312.1%20480%20256c0-10.9-.8-21.5-2.3-32M256%20416c-38.4%200-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6%205.9-11.5%203.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8%200-16%207.2-16%2016v112c0%206.5%203.9%2012.3%209.9%2014.8s12.9%201.1%2017.4-3.5l34-34C148.6%20459.4%20199.9%20480%20256%20480c10.9%200%2021.5-.8%2032-2.3v-64.9c-10.3%202.1-21%203.2-32%203.2%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2096c38.4%200%2073.7%2013.5%20101.3%2036.1l-32.6%2032.6c-4.6%204.6-5.9%2011.5-3.5%2017.4s8.3%209.9%2014.8%209.9h112c8.8%200%2016-7.2%2016-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4%203.5l-34%2034C363.4%2052.6%20312.1%2032%20256%2032c-10.9%200-21.5.8-32%202.3v64.9c10.3-2.1%2021-3.2%2032-3.2m-123.9%2058.7l32.6%2032.6c4.6%204.6%2011.5%205.9%2017.4%203.5s9.9-8.3%209.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5%200-12.3%203.9-14.8%209.9s-1.1%2012.9%203.5%2017.4l34%2034C52.6%20148.6%2032%20199.9%2032%20256c0%2010.9.8%2021.5%202.3%2032h64.9c-2.1-10.3-3.2-21-3.2-32c0-38.4%2013.5-73.7%2036.1-101.3M477.7%20224h-64.9c2.1%2010.3%203.2%2021%203.2%2032c0%2038.4-13.5%2073.7-36.1%20101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9%208.3-9.9%2014.8v112c0%208.8%207.2%2016%2016%2016h112c6.5%200%2012.3-3.9%2014.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4%20363.4%20480%20312.1%20480%20256c0-10.9-.8-21.5-2.3-32M256%20416c-38.4%200-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6%205.9-11.5%203.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8%200-16%207.2-16%2016v112c0%206.5%203.9%2012.3%209.9%2014.8s12.9%201.1%2017.4-3.5l34-34C148.6%20459.4%20199.9%20480%20256%20480c10.9%200%2021.5-.8%2032-2.3v-64.9c-10.3%202.1-21%203.2-32%203.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/arrows-spin.svg?color=%231a73e8&size=48