circle transfer diag icon

circle-transfer-diag-filled from Reicon by REICON · Filled · Arrows · MIT Free for personal and commercial use.

Name
circle-transfer-diag-filled
Set
Reicon
Style
Filled
Category
Arrows
Viewbox
24×24
License
MIT

2 other variants in Reicon

More arrows icons from Reicon

Use the circle transfer diag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22C6.477 22 2 17.523 2 12a9.98 9.98 0 0 1 3.676-7.747l7.652 8.257a.75.75 0 0 0 1.3-.51V7.5a.75.75 0 0 0-1.5 0v2.588l-6.21-6.702A9.95 9.95 0 0 1 12 2c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.68 7.75l-7.9-8.268A.75.75 0 0 0 9.129 12v4.5a.75.75 0 0 0 1.5 0v-2.63l6.447 6.748A9.95 9.95 0 0 1 12 22"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCircleTransferDiagFilled(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="M12 22C6.477 22 2 17.523 2 12a9.98 9.98 0 0 1 3.676-7.747l7.652 8.257a.75.75 0 0 0 1.3-.51V7.5a.75.75 0 0 0-1.5 0v2.588l-6.21-6.702A9.95 9.95 0 0 1 12 2c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.68 7.75l-7.9-8.268A.75.75 0 0 0 9.129 12v4.5a.75.75 0 0 0 1.5 0v-2.63l6.447 6.748A9.95 9.95 0 0 1 12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22C6.477 22 2 17.523 2 12a9.98 9.98 0 0 1 3.676-7.747l7.652 8.257a.75.75 0 0 0 1.3-.51V7.5a.75.75 0 0 0-1.5 0v2.588l-6.21-6.702A9.95 9.95 0 0 1 12 2c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.68 7.75l-7.9-8.268A.75.75 0 0 0 9.129 12v4.5a.75.75 0 0 0 1.5 0v-2.63l6.447 6.748A9.95 9.95 0 0 1 12 22"/></svg>
</template>

CSS

.icon-circle-transfer-diag-filled {
  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%22M12%2022C6.477%2022%202%2017.523%202%2012a9.98%209.98%200%200%201%203.676-7.747l7.652%208.257a.75.75%200%200%200%201.3-.51V7.5a.75.75%200%200%200-1.5%200v2.588l-6.21-6.702A9.95%209.95%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.68%207.75l-7.9-8.268A.75.75%200%200%200%209.129%2012v4.5a.75.75%200%200%200%201.5%200v-2.63l6.447%206.748A9.95%209.95%200%200%201%2012%2022%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%22M12%2022C6.477%2022%202%2017.523%202%2012a9.98%209.98%200%200%201%203.676-7.747l7.652%208.257a.75.75%200%200%200%201.3-.51V7.5a.75.75%200%200%200-1.5%200v2.588l-6.21-6.702A9.95%209.95%200%200%201%2012%202c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.68%207.75l-7.9-8.268A.75.75%200%200%200%209.129%2012v4.5a.75.75%200%200%200%201.5%200v-2.63l6.447%206.748A9.95%209.95%200%200%201%2012%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/circle-transfer-diag-filled.svg?color=%231a73e8&size=48