currency bitcoin icon
currency-bitcoin-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- currency-bitcoin-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- currency-bitcoin-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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.808 19.5V18h-2.5q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h1.5V7h-1.5q-.214 0-.357-.143T6.808 6.5t.143-.357T7.308 6h2.5V4.5q0-.213.143-.357T10.308 4t.357.143t.143.357V6H13V4.5q0-.213.143-.357T13.5 4t.357.143T14 4.5v1.529q1.32.08 2.16.97T17 9.25q0 .802-.308 1.436q-.307.633-.796 1.043q.99.333 1.547 1.146T18 14.75q0 1.42-.915 2.335q-.916.915-2.335.915H14v1.5q0 .214-.143.357T13.5 20t-.357-.143T13 19.5V18h-2.192v1.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m0-8h3.942q.979 0 1.615-.636Q16 10.23 16 9.25t-.636-1.614Q14.73 7 13.75 7H9.808zm0 5.5h4.942q.979 0 1.615-.636Q17 15.73 17 14.75t-.636-1.614t-1.614-.636H9.808z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCurrencyBitcoinRounded(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.808 19.5V18h-2.5q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h1.5V7h-1.5q-.214 0-.357-.143T6.808 6.5t.143-.357T7.308 6h2.5V4.5q0-.213.143-.357T10.308 4t.357.143t.143.357V6H13V4.5q0-.213.143-.357T13.5 4t.357.143T14 4.5v1.529q1.32.08 2.16.97T17 9.25q0 .802-.308 1.436q-.307.633-.796 1.043q.99.333 1.547 1.146T18 14.75q0 1.42-.915 2.335q-.916.915-2.335.915H14v1.5q0 .214-.143.357T13.5 20t-.357-.143T13 19.5V18h-2.192v1.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m0-8h3.942q.979 0 1.615-.636Q16 10.23 16 9.25t-.636-1.614Q14.73 7 13.75 7H9.808zm0 5.5h4.942q.979 0 1.615-.636Q17 15.73 17 14.75t-.636-1.614t-1.614-.636H9.808z"/></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.808 19.5V18h-2.5q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h1.5V7h-1.5q-.214 0-.357-.143T6.808 6.5t.143-.357T7.308 6h2.5V4.5q0-.213.143-.357T10.308 4t.357.143t.143.357V6H13V4.5q0-.213.143-.357T13.5 4t.357.143T14 4.5v1.529q1.32.08 2.16.97T17 9.25q0 .802-.308 1.436q-.307.633-.796 1.043q.99.333 1.547 1.146T18 14.75q0 1.42-.915 2.335q-.916.915-2.335.915H14v1.5q0 .214-.143.357T13.5 20t-.357-.143T13 19.5V18h-2.192v1.5q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m0-8h3.942q.979 0 1.615-.636Q16 10.23 16 9.25t-.636-1.614Q14.73 7 13.75 7H9.808zm0 5.5h4.942q.979 0 1.615-.636Q17 15.73 17 14.75t-.636-1.614t-1.614-.636H9.808z"/></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.808%2019.5V18h-2.5q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h1.5V7h-1.5q-.214%200-.357-.143T6.808%206.5t.143-.357T7.308%206h2.5V4.5q0-.213.143-.357T10.308%204t.357.143t.143.357V6H13V4.5q0-.213.143-.357T13.5%204t.357.143T14%204.5v1.529q1.32.08%202.16.97T17%209.25q0%20.802-.308%201.436q-.307.633-.796%201.043q.99.333%201.547%201.146T18%2014.75q0%201.42-.915%202.335q-.916.915-2.335.915H14v1.5q0%20.214-.143.357T13.5%2020t-.357-.143T13%2019.5V18h-2.192v1.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357m0-8h3.942q.979%200%201.615-.636Q16%2010.23%2016%209.25t-.636-1.614Q14.73%207%2013.75%207H9.808zm0%205.5h4.942q.979%200%201.615-.636Q17%2015.73%2017%2014.75t-.636-1.614t-1.614-.636H9.808z%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.808%2019.5V18h-2.5q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h1.5V7h-1.5q-.214%200-.357-.143T6.808%206.5t.143-.357T7.308%206h2.5V4.5q0-.213.143-.357T10.308%204t.357.143t.143.357V6H13V4.5q0-.213.143-.357T13.5%204t.357.143T14%204.5v1.529q1.32.08%202.16.97T17%209.25q0%20.802-.308%201.436q-.307.633-.796%201.043q.99.333%201.547%201.146T18%2014.75q0%201.42-.915%202.335q-.916.915-2.335.915H14v1.5q0%20.214-.143.357T13.5%2020t-.357-.143T13%2019.5V18h-2.192v1.5q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357m0-8h3.942q.979%200%201.615-.636Q16%2010.23%2016%209.25t-.636-1.614Q14.73%207%2013.75%207H9.808zm0%205.5h4.942q.979%200%201.615-.636Q17%2015.73%2017%2014.75t-.636-1.614t-1.614-.636H9.808z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/currency-bitcoin-rounded.svg?color=%231a73e8&size=48