bitcoin refresh icon

bitcoin-refresh-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
bitcoin-refresh-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the bitcoin refresh icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M23.53 12.048a.754.754 0 0 0-1.06 0l-.46.46v-.51c0-5.52-4.49-10.01-10.01-10.01c-3.05 0-5.9 1.37-7.81 3.75c-.26.32-.21.8.12 1.06c.32.25.79.2 1.05-.12A8.48 8.48 0 0 1 12 3.488c4.69 0 8.51 3.82 8.51 8.51v.5l-.46-.46a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.74 1.74a.78.78 0 0 0 .53.22a.75.75 0 0 0 .53-.22l1.74-1.74c.29-.28.29-.76 0-1.05M19.69 17.2a.74.74 0 0 0-1.05.12A8.48 8.48 0 0 1 12 20.51c-4.69 0-8.51-3.82-8.51-8.51v-.5l.46.46c.15.15.34.22.53.22s.38-.08.52-.23c.29-.29.29-.77 0-1.06L3.27 9.15c-.07-.06-.16-.12-.25-.16a.7.7 0 0 0-.57 0c-.09.04-.17.1-.24.16L.47 10.89c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.46-.46V12c0 5.52 4.49 10.01 10.01 10.01c3.05 0 5.9-1.37 7.81-3.75a.75.75 0 0 0-.12-1.06"/><path d="M15.45 11.64c.27-.4.42-.87.42-1.39c0-1.33-1.17-2.5-2.5-2.5h-.82v-1c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1H9c-.41 0-.75.34-.75.75v7c0 .41.34.75.75.75h2.05v1c0 .41.34.75.75.75s.75-.34.75-.75v-1H14c1.52 0 2.75-1.12 2.75-2.5c0-.89-.52-1.67-1.3-2.11m-5.7-2.39h3.62c.55 0 1 .55 1 1c0 .55-.45 1-1 1H9.75zm4.25 5.5H9.75v-2H14c.69 0 1.25.45 1.25 1s-.56 1-1.25 1"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBitcoinRefreshFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M23.53 12.048a.754.754 0 0 0-1.06 0l-.46.46v-.51c0-5.52-4.49-10.01-10.01-10.01c-3.05 0-5.9 1.37-7.81 3.75c-.26.32-.21.8.12 1.06c.32.25.79.2 1.05-.12A8.48 8.48 0 0 1 12 3.488c4.69 0 8.51 3.82 8.51 8.51v.5l-.46-.46a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.74 1.74a.78.78 0 0 0 .53.22a.75.75 0 0 0 .53-.22l1.74-1.74c.29-.28.29-.76 0-1.05M19.69 17.2a.74.74 0 0 0-1.05.12A8.48 8.48 0 0 1 12 20.51c-4.69 0-8.51-3.82-8.51-8.51v-.5l.46.46c.15.15.34.22.53.22s.38-.08.52-.23c.29-.29.29-.77 0-1.06L3.27 9.15c-.07-.06-.16-.12-.25-.16a.7.7 0 0 0-.57 0c-.09.04-.17.1-.24.16L.47 10.89c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.46-.46V12c0 5.52 4.49 10.01 10.01 10.01c3.05 0 5.9-1.37 7.81-3.75a.75.75 0 0 0-.12-1.06"/><path d="M15.45 11.64c.27-.4.42-.87.42-1.39c0-1.33-1.17-2.5-2.5-2.5h-.82v-1c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1H9c-.41 0-.75.34-.75.75v7c0 .41.34.75.75.75h2.05v1c0 .41.34.75.75.75s.75-.34.75-.75v-1H14c1.52 0 2.75-1.12 2.75-2.5c0-.89-.52-1.67-1.3-2.11m-5.7-2.39h3.62c.55 0 1 .55 1 1c0 .55-.45 1-1 1H9.75zm4.25 5.5H9.75v-2H14c.69 0 1.25.45 1.25 1s-.56 1-1.25 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M23.53 12.048a.754.754 0 0 0-1.06 0l-.46.46v-.51c0-5.52-4.49-10.01-10.01-10.01c-3.05 0-5.9 1.37-7.81 3.75c-.26.32-.21.8.12 1.06c.32.25.79.2 1.05-.12A8.48 8.48 0 0 1 12 3.488c4.69 0 8.51 3.82 8.51 8.51v.5l-.46-.46a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.74 1.74a.78.78 0 0 0 .53.22a.75.75 0 0 0 .53-.22l1.74-1.74c.29-.28.29-.76 0-1.05M19.69 17.2a.74.74 0 0 0-1.05.12A8.48 8.48 0 0 1 12 20.51c-4.69 0-8.51-3.82-8.51-8.51v-.5l.46.46c.15.15.34.22.53.22s.38-.08.52-.23c.29-.29.29-.77 0-1.06L3.27 9.15c-.07-.06-.16-.12-.25-.16a.7.7 0 0 0-.57 0c-.09.04-.17.1-.24.16L.47 10.89c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.46-.46V12c0 5.52 4.49 10.01 10.01 10.01c3.05 0 5.9-1.37 7.81-3.75a.75.75 0 0 0-.12-1.06"/><path d="M15.45 11.64c.27-.4.42-.87.42-1.39c0-1.33-1.17-2.5-2.5-2.5h-.82v-1c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1H9c-.41 0-.75.34-.75.75v7c0 .41.34.75.75.75h2.05v1c0 .41.34.75.75.75s.75-.34.75-.75v-1H14c1.52 0 2.75-1.12 2.75-2.5c0-.89-.52-1.67-1.3-2.11m-5.7-2.39h3.62c.55 0 1 .55 1 1c0 .55-.45 1-1 1H9.75zm4.25 5.5H9.75v-2H14c.69 0 1.25.45 1.25 1s-.56 1-1.25 1"/></g></svg>
</template>

CSS

.icon-bitcoin-refresh-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M23.53%2012.048a.754.754%200%200%200-1.06%200l-.46.46v-.51c0-5.52-4.49-10.01-10.01-10.01c-3.05%200-5.9%201.37-7.81%203.75c-.26.32-.21.8.12%201.06c.32.25.79.2%201.05-.12A8.48%208.48%200%200%201%2012%203.488c4.69%200%208.51%203.82%208.51%208.51v.5l-.46-.46a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.74%201.74a.78.78%200%200%200%20.53.22a.75.75%200%200%200%20.53-.22l1.74-1.74c.29-.28.29-.76%200-1.05M19.69%2017.2a.74.74%200%200%200-1.05.12A8.48%208.48%200%200%201%2012%2020.51c-4.69%200-8.51-3.82-8.51-8.51v-.5l.46.46c.15.15.34.22.53.22s.38-.08.52-.23c.29-.29.29-.77%200-1.06L3.27%209.15c-.07-.06-.16-.12-.25-.16a.7.7%200%200%200-.57%200c-.09.04-.17.1-.24.16L.47%2010.89c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.46-.46V12c0%205.52%204.49%2010.01%2010.01%2010.01c3.05%200%205.9-1.37%207.81-3.75a.75.75%200%200%200-.12-1.06%22%2F%3E%3Cpath%20d%3D%22M15.45%2011.64c.27-.4.42-.87.42-1.39c0-1.33-1.17-2.5-2.5-2.5h-.82v-1c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1H9c-.41%200-.75.34-.75.75v7c0%20.41.34.75.75.75h2.05v1c0%20.41.34.75.75.75s.75-.34.75-.75v-1H14c1.52%200%202.75-1.12%202.75-2.5c0-.89-.52-1.67-1.3-2.11m-5.7-2.39h3.62c.55%200%201%20.55%201%201c0%20.55-.45%201-1%201H9.75zm4.25%205.5H9.75v-2H14c.69%200%201.25.45%201.25%201s-.56%201-1.25%201%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%22currentColor%22%3E%3Cpath%20d%3D%22M23.53%2012.048a.754.754%200%200%200-1.06%200l-.46.46v-.51c0-5.52-4.49-10.01-10.01-10.01c-3.05%200-5.9%201.37-7.81%203.75c-.26.32-.21.8.12%201.06c.32.25.79.2%201.05-.12A8.48%208.48%200%200%201%2012%203.488c4.69%200%208.51%203.82%208.51%208.51v.5l-.46-.46a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l1.74%201.74a.78.78%200%200%200%20.53.22a.75.75%200%200%200%20.53-.22l1.74-1.74c.29-.28.29-.76%200-1.05M19.69%2017.2a.74.74%200%200%200-1.05.12A8.48%208.48%200%200%201%2012%2020.51c-4.69%200-8.51-3.82-8.51-8.51v-.5l.46.46c.15.15.34.22.53.22s.38-.08.52-.23c.29-.29.29-.77%200-1.06L3.27%209.15c-.07-.06-.16-.12-.25-.16a.7.7%200%200%200-.57%200c-.09.04-.17.1-.24.16L.47%2010.89c-.29.29-.29.77%200%201.06s.77.29%201.06%200l.46-.46V12c0%205.52%204.49%2010.01%2010.01%2010.01c3.05%200%205.9-1.37%207.81-3.75a.75.75%200%200%200-.12-1.06%22%2F%3E%3Cpath%20d%3D%22M15.45%2011.64c.27-.4.42-.87.42-1.39c0-1.33-1.17-2.5-2.5-2.5h-.82v-1c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1H9c-.41%200-.75.34-.75.75v7c0%20.41.34.75.75.75h2.05v1c0%20.41.34.75.75.75s.75-.34.75-.75v-1H14c1.52%200%202.75-1.12%202.75-2.5c0-.89-.52-1.67-1.3-2.11m-5.7-2.39h3.62c.55%200%201%20.55%201%201c0%20.55-.45%201-1%201H9.75zm4.25%205.5H9.75v-2H14c.69%200%201.25.45%201.25%201s-.56%201-1.25%201%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-refresh-filled.svg?color=%231a73e8&size=48