arrows to circle icon

arrows-to-circle from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
arrows-to-circle
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the arrows to circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M9.4 9.4c12.5-12.5 32.7-12.5 45.2 0L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1.1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4M256 256a64 64 0 1 1 128 0a64 64 0 1 1-128 0m-141.3 96H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96.1c8.8 0 16.7 3.6 22.5 9.3l.1.1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-18.7L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2zm109.3 256l105.3 105.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96.1c0-4.3.9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4h96.1c17.7 0 32 14.3 32 32s-14.3 32-32 32h-18.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidArrowsToCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M9.4 9.4c12.5-12.5 32.7-12.5 45.2 0L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1.1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4M256 256a64 64 0 1 1 128 0a64 64 0 1 1-128 0m-141.3 96H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96.1c8.8 0 16.7 3.6 22.5 9.3l.1.1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-18.7L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2zm109.3 256l105.3 105.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96.1c0-4.3.9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4h96.1c17.7 0 32 14.3 32 32s-14.3 32-32 32h-18.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M9.4 9.4c12.5-12.5 32.7-12.5 45.2 0L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1.1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4h-96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4M256 256a64 64 0 1 1 128 0a64 64 0 1 1-128 0m-141.3 96H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96.1c8.8 0 16.7 3.6 22.5 9.3l.1.1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-18.7L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-96c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2zm109.3 256l105.3 105.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96.1c0-4.3.9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4h96.1c17.7 0 32 14.3 32 32s-14.3 32-32 32h-18.7z"/></svg>
</template>

CSS

.icon-arrows-to-circle {
  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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.4%209.4c12.5-12.5%2032.7-12.5%2045.2%200L160%20114.7V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v96c0%204.3-.9%208.5-2.4%2012.2c-1.6%203.7-3.8%207.3-6.9%2010.3l-.1.1c-3.1%203-6.6%205.3-10.3%206.9c-3.8%201.6-7.9%202.4-12.2%202.4h-96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h18.7L9.4%2054.6C-3.1%2042.1-3.1%2021.9%209.4%209.4M256%20256a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m-141.3%2096H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h96.1c8.8%200%2016.7%203.6%2022.5%209.3l.1.1c3%203.1%205.3%206.6%206.9%2010.3c1.6%203.8%202.4%207.9%202.4%2012.2v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-18.7L54.6%20502.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3zM416%2096c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v18.7L585.4%209.4c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3L525.3%20160H544c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-96c-8.8%200-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2zm109.3%20256l105.3%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L480%20397.3V416c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96.1c0-4.3.9-8.4%202.4-12.2c1.6-3.8%203.9-7.3%206.9-10.4c5.8-5.8%2013.7-9.3%2022.5-9.4h96.1c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-18.7z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.4%209.4c12.5-12.5%2032.7-12.5%2045.2%200L160%20114.7V96c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v96c0%204.3-.9%208.5-2.4%2012.2c-1.6%203.7-3.8%207.3-6.9%2010.3l-.1.1c-3.1%203-6.6%205.3-10.3%206.9c-3.8%201.6-7.9%202.4-12.2%202.4h-96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h18.7L9.4%2054.6C-3.1%2042.1-3.1%2021.9%209.4%209.4M256%20256a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m-141.3%2096H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h96.1c8.8%200%2016.7%203.6%2022.5%209.3l.1.1c3%203.1%205.3%206.6%206.9%2010.3c1.6%203.8%202.4%207.9%202.4%2012.2v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-18.7L54.6%20502.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3zM416%2096c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v18.7L585.4%209.4c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3L525.3%20160H544c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-96c-8.8%200-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2zm109.3%20256l105.3%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L480%20397.3V416c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96.1c0-4.3.9-8.4%202.4-12.2c1.6-3.8%203.9-7.3%206.9-10.4c5.8-5.8%2013.7-9.3%2022.5-9.4h96.1c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-18.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/arrows-to-circle.svg?color=%231a73e8&size=48