currency bitcoin icon

currency-bitcoin from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
currency-bitcoin
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Bootstrap Icons

Use the currency bitcoin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82c0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312c0 .871-.575 1.362-1.877 1.362h-1.28zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524c0 .953-.626 1.45-2.158 1.45H6.927z"/></svg>

React

import type { SVGProps } from "react";

export function BiCurrencyBitcoin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82c0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312c0 .871-.575 1.362-1.877 1.362h-1.28zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524c0 .953-.626 1.45-2.158 1.45H6.927z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82c0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312c0 .871-.575 1.362-1.877 1.362h-1.28zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524c0 .953-.626 1.45-2.158 1.45H6.927z"/></svg>
</template>

CSS

.icon-currency-bitcoin {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2013v1.25c0%20.138.112.25.25.25h1a.25.25%200%200%200%20.25-.25V13h.5v1.25c0%20.138.112.25.25.25h1a.25.25%200%200%200%20.25-.25V13h.084c1.992%200%203.416-1.033%203.416-2.82c0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242%201.683-.974%201.683-2.19C11.997%203.93%2010.847%203%209.092%203H9V1.75a.25.25%200%200%200-.25-.25h-1a.25.25%200%200%200-.25.25V3h-.573V1.75a.25.25%200%200%200-.25-.25H5.75a.25.25%200%200%200-.25.25V3l-1.998.011a.25.25%200%200%200-.25.25v.989c0%20.137.11.25.248.25l.755-.005a.75.75%200%200%201%20.745.75v5.505a.75.75%200%200%201-.75.75l-.748.011a.25.25%200%200%200-.25.25v1c0%20.138.112.25.25.25zm1.427-8.513h1.719c.906%200%201.438.498%201.438%201.312c0%20.871-.575%201.362-1.877%201.362h-1.28zm0%204.051h1.84c1.137%200%201.756.58%201.756%201.524c0%20.953-.626%201.45-2.158%201.45H6.927z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%2013v1.25c0%20.138.112.25.25.25h1a.25.25%200%200%200%20.25-.25V13h.5v1.25c0%20.138.112.25.25.25h1a.25.25%200%200%200%20.25-.25V13h.084c1.992%200%203.416-1.033%203.416-2.82c0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242%201.683-.974%201.683-2.19C11.997%203.93%2010.847%203%209.092%203H9V1.75a.25.25%200%200%200-.25-.25h-1a.25.25%200%200%200-.25.25V3h-.573V1.75a.25.25%200%200%200-.25-.25H5.75a.25.25%200%200%200-.25.25V3l-1.998.011a.25.25%200%200%200-.25.25v.989c0%20.137.11.25.248.25l.755-.005a.75.75%200%200%201%20.745.75v5.505a.75.75%200%200%201-.75.75l-.748.011a.25.25%200%200%200-.25.25v1c0%20.138.112.25.25.25zm1.427-8.513h1.719c.906%200%201.438.498%201.438%201.312c0%20.871-.575%201.362-1.877%201.362h-1.28zm0%204.051h1.84c1.137%200%201.756.58%201.756%201.524c0%20.953-.626%201.45-2.158%201.45H6.927z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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