bitcoin convert icon

bitcoin-convert from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
bitcoin-convert
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the bitcoin convert 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="M23 15.97c0 3.87-3.13 7-7 7l1.05-1.75M1 7.97c0-3.87 3.13-7 7-7L6.95 2.72"/><path stroke-miterlimit="10" d="M6.62 13.07h2.81c.62 0 1.13.56 1.13 1.13c0 .62-.5 1.13-1.13 1.13H6.62zm0 2.26h3.22c.71 0 1.29.5 1.29 1.13c0 .62-.58 1.13-1.29 1.13H6.62zm1.8 2.25v1.12m0-6.75v1.12"/><path stroke-miterlimit="10" d="M14.85 15.33c0 3.41-2.76 6.17-6.17 6.17s-6.17-2.76-6.17-6.17s2.76-6.17 6.17-6.17c.16 0 .31.01.48.02c3.03.23 5.45 2.65 5.68 5.68c0 .15.01.3.01.47"/><path stroke-miterlimit="10" d="M21.5 8.67c0 3.41-2.76 6.17-6.17 6.17h-.49a6.174 6.174 0 0 0-5.68-5.68v-.49c0-3.41 2.76-6.17 6.17-6.17s6.17 2.76 6.17 6.17"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBitcoinConvert(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="M23 15.97c0 3.87-3.13 7-7 7l1.05-1.75M1 7.97c0-3.87 3.13-7 7-7L6.95 2.72"/><path strokeMiterlimit="10" d="M6.62 13.07h2.81c.62 0 1.13.56 1.13 1.13c0 .62-.5 1.13-1.13 1.13H6.62zm0 2.26h3.22c.71 0 1.29.5 1.29 1.13c0 .62-.58 1.13-1.29 1.13H6.62zm1.8 2.25v1.12m0-6.75v1.12"/><path strokeMiterlimit="10" d="M14.85 15.33c0 3.41-2.76 6.17-6.17 6.17s-6.17-2.76-6.17-6.17s2.76-6.17 6.17-6.17c.16 0 .31.01.48.02c3.03.23 5.45 2.65 5.68 5.68c0 .15.01.3.01.47"/><path strokeMiterlimit="10" d="M21.5 8.67c0 3.41-2.76 6.17-6.17 6.17h-.49a6.174 6.174 0 0 0-5.68-5.68v-.49c0-3.41 2.76-6.17 6.17-6.17s6.17 2.76 6.17 6.17"/></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="M23 15.97c0 3.87-3.13 7-7 7l1.05-1.75M1 7.97c0-3.87 3.13-7 7-7L6.95 2.72"/><path stroke-miterlimit="10" d="M6.62 13.07h2.81c.62 0 1.13.56 1.13 1.13c0 .62-.5 1.13-1.13 1.13H6.62zm0 2.26h3.22c.71 0 1.29.5 1.29 1.13c0 .62-.58 1.13-1.29 1.13H6.62zm1.8 2.25v1.12m0-6.75v1.12"/><path stroke-miterlimit="10" d="M14.85 15.33c0 3.41-2.76 6.17-6.17 6.17s-6.17-2.76-6.17-6.17s2.76-6.17 6.17-6.17c.16 0 .31.01.48.02c3.03.23 5.45 2.65 5.68 5.68c0 .15.01.3.01.47"/><path stroke-miterlimit="10" d="M21.5 8.67c0 3.41-2.76 6.17-6.17 6.17h-.49a6.174 6.174 0 0 0-5.68-5.68v-.49c0-3.41 2.76-6.17 6.17-6.17s6.17 2.76 6.17 6.17"/></g></svg>
</template>

CSS

.icon-bitcoin-convert {
  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%22M23%2015.97c0%203.87-3.13%207-7%207l1.05-1.75M1%207.97c0-3.87%203.13-7%207-7L6.95%202.72%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.62%2013.07h2.81c.62%200%201.13.56%201.13%201.13c0%20.62-.5%201.13-1.13%201.13H6.62zm0%202.26h3.22c.71%200%201.29.5%201.29%201.13c0%20.62-.58%201.13-1.29%201.13H6.62zm1.8%202.25v1.12m0-6.75v1.12%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.85%2015.33c0%203.41-2.76%206.17-6.17%206.17s-6.17-2.76-6.17-6.17s2.76-6.17%206.17-6.17c.16%200%20.31.01.48.02c3.03.23%205.45%202.65%205.68%205.68c0%20.15.01.3.01.47%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.5%208.67c0%203.41-2.76%206.17-6.17%206.17h-.49a6.174%206.174%200%200%200-5.68-5.68v-.49c0-3.41%202.76-6.17%206.17-6.17s6.17%202.76%206.17%206.17%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%22M23%2015.97c0%203.87-3.13%207-7%207l1.05-1.75M1%207.97c0-3.87%203.13-7%207-7L6.95%202.72%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.62%2013.07h2.81c.62%200%201.13.56%201.13%201.13c0%20.62-.5%201.13-1.13%201.13H6.62zm0%202.26h3.22c.71%200%201.29.5%201.29%201.13c0%20.62-.58%201.13-1.29%201.13H6.62zm1.8%202.25v1.12m0-6.75v1.12%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.85%2015.33c0%203.41-2.76%206.17-6.17%206.17s-6.17-2.76-6.17-6.17s2.76-6.17%206.17-6.17c.16%200%20.31.01.48.02c3.03.23%205.45%202.65%205.68%205.68c0%20.15.01.3.01.47%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.5%208.67c0%203.41-2.76%206.17-6.17%206.17h-.49a6.174%206.174%200%200%200-5.68-5.68v-.49c0-3.41%202.76-6.17%206.17-6.17s6.17%202.76%206.17%206.17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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