coins swap icon

coins-swap from Iconoir by Luca Burgio · Regular · Finance · MIT Free for personal and commercial use.

Name
coins-swap
Set
Iconoir
Style
Regular
Category
Finance
Viewbox
24×24
License
MIT

The same icon in other sets

More finance icons from Iconoir

Use the coins swap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.019 9A6.5 6.5 0 1 1 15 14.981"/><path d="M8.5 22a6.5 6.5 0 1 1 0-13a6.5 6.5 0 0 1 0 13M22 17a3 3 0 0 1-3 3h-2m0 0l2-2m-2 2l2 2M2 7a3 3 0 0 1 3-3h2m0 0L5 6m2-2L5 2"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirCoinsSwap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.019 9A6.5 6.5 0 1 1 15 14.981"/><path d="M8.5 22a6.5 6.5 0 1 1 0-13a6.5 6.5 0 0 1 0 13M22 17a3 3 0 0 1-3 3h-2m0 0l2-2m-2 2l2 2M2 7a3 3 0 0 1 3-3h2m0 0L5 6m2-2L5 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.019 9A6.5 6.5 0 1 1 15 14.981"/><path d="M8.5 22a6.5 6.5 0 1 1 0-13a6.5 6.5 0 0 1 0 13M22 17a3 3 0 0 1-3 3h-2m0 0l2-2m-2 2l2 2M2 7a3 3 0 0 1 3-3h2m0 0L5 6m2-2L5 2"/></g></svg>
</template>

CSS

.icon-coins-swap {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.019%209A6.5%206.5%200%201%201%2015%2014.981%22%2F%3E%3Cpath%20d%3D%22M8.5%2022a6.5%206.5%200%201%201%200-13a6.5%206.5%200%200%201%200%2013M22%2017a3%203%200%200%201-3%203h-2m0%200l2-2m-2%202l2%202M2%207a3%203%200%200%201%203-3h2m0%200L5%206m2-2L5%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.019%209A6.5%206.5%200%201%201%2015%2014.981%22%2F%3E%3Cpath%20d%3D%22M8.5%2022a6.5%206.5%200%201%201%200-13a6.5%206.5%200%200%201%200%2013M22%2017a3%203%200%200%201-3%203h-2m0%200l2-2m-2%202l2%202M2%207a3%203%200%200%201%203-3h2m0%200L5%206m2-2L5%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/coins-swap.svg?color=%231a73e8&size=48