currency bitcoin icon

currency-bitcoin-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
currency-bitcoin-rounded
Set
Material Symbols
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
currency-bitcoin-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the currency bitcoin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20v-1H7q-.425 0-.712-.288T6 18t.288-.712T7 17h1V7H7q-.425 0-.712-.288T6 6t.288-.712T7 5h2V4q0-.425.288-.712T10 3t.713.288T11 4v1h2V4q0-.425.288-.712T14 3t.713.288T15 4v1.125q1.3.35 2.15 1.413T18 9q0 .725-.25 1.388t-.7 1.187q.875.525 1.413 1.425T19 15q0 1.65-1.175 2.825T15 19v1q0 .425-.287.713T14 21t-.712-.288T13 20v-1h-2v1q0 .425-.288.713T10 21t-.712-.288T9 20m1-9h4q.825 0 1.413-.587T16 9t-.587-1.412T14 7h-4zm0 6h5q.825 0 1.413-.587T17 15t-.587-1.412T15 13h-5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCurrencyBitcoinRounded(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="M9 20v-1H7q-.425 0-.712-.288T6 18t.288-.712T7 17h1V7H7q-.425 0-.712-.288T6 6t.288-.712T7 5h2V4q0-.425.288-.712T10 3t.713.288T11 4v1h2V4q0-.425.288-.712T14 3t.713.288T15 4v1.125q1.3.35 2.15 1.413T18 9q0 .725-.25 1.388t-.7 1.187q.875.525 1.413 1.425T19 15q0 1.65-1.175 2.825T15 19v1q0 .425-.287.713T14 21t-.712-.288T13 20v-1h-2v1q0 .425-.288.713T10 21t-.712-.288T9 20m1-9h4q.825 0 1.413-.587T16 9t-.587-1.412T14 7h-4zm0 6h5q.825 0 1.413-.587T17 15t-.587-1.412T15 13h-5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20v-1H7q-.425 0-.712-.288T6 18t.288-.712T7 17h1V7H7q-.425 0-.712-.288T6 6t.288-.712T7 5h2V4q0-.425.288-.712T10 3t.713.288T11 4v1h2V4q0-.425.288-.712T14 3t.713.288T15 4v1.125q1.3.35 2.15 1.413T18 9q0 .725-.25 1.388t-.7 1.187q.875.525 1.413 1.425T19 15q0 1.65-1.175 2.825T15 19v1q0 .425-.287.713T14 21t-.712-.288T13 20v-1h-2v1q0 .425-.288.713T10 21t-.712-.288T9 20m1-9h4q.825 0 1.413-.587T16 9t-.587-1.412T14 7h-4zm0 6h5q.825 0 1.413-.587T17 15t-.587-1.412T15 13h-5z"/></svg>
</template>

CSS

.icon-currency-bitcoin-rounded {
  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%22M9%2020v-1H7q-.425%200-.712-.288T6%2018t.288-.712T7%2017h1V7H7q-.425%200-.712-.288T6%206t.288-.712T7%205h2V4q0-.425.288-.712T10%203t.713.288T11%204v1h2V4q0-.425.288-.712T14%203t.713.288T15%204v1.125q1.3.35%202.15%201.413T18%209q0%20.725-.25%201.388t-.7%201.187q.875.525%201.413%201.425T19%2015q0%201.65-1.175%202.825T15%2019v1q0%20.425-.287.713T14%2021t-.712-.288T13%2020v-1h-2v1q0%20.425-.288.713T10%2021t-.712-.288T9%2020m1-9h4q.825%200%201.413-.587T16%209t-.587-1.412T14%207h-4zm0%206h5q.825%200%201.413-.587T17%2015t-.587-1.412T15%2013h-5z%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%22M9%2020v-1H7q-.425%200-.712-.288T6%2018t.288-.712T7%2017h1V7H7q-.425%200-.712-.288T6%206t.288-.712T7%205h2V4q0-.425.288-.712T10%203t.713.288T11%204v1h2V4q0-.425.288-.712T14%203t.713.288T15%204v1.125q1.3.35%202.15%201.413T18%209q0%20.725-.25%201.388t-.7%201.187q.875.525%201.413%201.425T19%2015q0%201.65-1.175%202.825T15%2019v1q0%20.425-.287.713T14%2021t-.712-.288T13%2020v-1h-2v1q0%20.425-.288.713T10%2021t-.712-.288T9%2020m1-9h4q.825%200%201.413-.587T16%209t-.587-1.412T14%207h-4zm0%206h5q.825%200%201.413-.587T17%2015t-.587-1.412T15%2013h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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