bitcoin icon
bitcoin from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- bitcoin
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
bitcoin-fillAkar IconsbitcoinBoxIcons v2bitcoinCoreUI BrandsbitcoinFramework7 IconsbitcoinFont Awesome 6 BrandsbitcoinFont Awesome Brandsbitcoin-solidFlowbite IconsbitcoinHuge IconsbitcoinIconParkbitcoinIconPark OutlinebitcoinIconPark SolidbitcoinIconPark TwoTonebitcoinLine AwesomebitcoinSVG LogosbitcoinLucidebitcoinMaterial Design IconsbitcoinMyna UI IconsbitcoinPixelarticonsbitcoinPrime IconsbitcoinSimple Iconsbitcoin-outlineTeenyiconsbitcoinWeb3 IconsbitcoinWeb3 Icons BrandedbitcoinUnicons
More brand logos icons from Unicons Monochrome
Use the bitcoin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.358 10.575c.197-1.33-.805-2.046-2.175-2.523l.445-1.802l-1.085-.274l-.433 1.755c-.285-.072-.578-.14-.869-.207l.436-1.766l-1.085-.274l-.444 1.802a36 36 0 0 1-.693-.164l.001-.006l-1.496-.378l-.288 1.172s.804.187.788.198c.313.04.537.324.505.638l-1.217 4.938a.394.394 0 0 1-.498.26c.011.017-.788-.198-.788-.198l-.539 1.256l1.412.356c.263.066.52.136.773.201l-.449 1.824l1.084.273l.445-1.804q.443.123.864.227l-.443 1.795l1.085.274l.449-1.82c1.85.354 3.241.211 3.827-1.48a1.933 1.933 0 0 0-.997-2.662a1.74 1.74 0 0 0 1.385-1.61zm-2.479 3.516c-.335 1.362-2.603.626-3.339.44l.596-2.414c.735.185 3.094.553 2.743 1.974m.336-3.535c-.306 1.239-2.194.61-2.806.455l.54-2.19c.612.154 2.584.442 2.266 1.735" opacity=".5"/><path fill="currentColor" d="m11.949 8.82l-.54 2.191c.612.154 2.5.784 2.806-.455c.318-1.293-1.654-1.581-2.266-1.736m-.813 3.297l-.596 2.415c.736.185 3.004.921 3.34-.441c.35-1.421-2.009-1.789-2.744-1.974"/><path fill="currentColor" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m4.358 8.575a1.74 1.74 0 0 1-1.385 1.611a1.933 1.933 0 0 1 .997 2.66c-.586 1.693-1.977 1.836-3.827 1.482l-.449 1.82l-1.085-.274l.443-1.795a35 35 0 0 1-.864-.227l-.445 1.804l-1.084-.273l.45-1.824c-.254-.065-.511-.135-.774-.201l-1.412-.356l.539-1.256s.8.215.788.199l.005.001a.394.394 0 0 0 .493-.262l1.217-4.938a.583.583 0 0 0-.505-.638c.016-.011-.788-.198-.788-.198l.288-1.172l1.496.378l-.001.006q.338.084.693.164l.444-1.802l1.085.274l-.436 1.766c.291.068.584.135.87.207l.432-1.755l1.085.274l-.445 1.802c1.37.477 2.372 1.193 2.175 2.523"/></svg>
React
import type { SVGProps } from "react";
export function UimBitcoin(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="M16.358 10.575c.197-1.33-.805-2.046-2.175-2.523l.445-1.802l-1.085-.274l-.433 1.755c-.285-.072-.578-.14-.869-.207l.436-1.766l-1.085-.274l-.444 1.802a36 36 0 0 1-.693-.164l.001-.006l-1.496-.378l-.288 1.172s.804.187.788.198c.313.04.537.324.505.638l-1.217 4.938a.394.394 0 0 1-.498.26c.011.017-.788-.198-.788-.198l-.539 1.256l1.412.356c.263.066.52.136.773.201l-.449 1.824l1.084.273l.445-1.804q.443.123.864.227l-.443 1.795l1.085.274l.449-1.82c1.85.354 3.241.211 3.827-1.48a1.933 1.933 0 0 0-.997-2.662a1.74 1.74 0 0 0 1.385-1.61zm-2.479 3.516c-.335 1.362-2.603.626-3.339.44l.596-2.414c.735.185 3.094.553 2.743 1.974m.336-3.535c-.306 1.239-2.194.61-2.806.455l.54-2.19c.612.154 2.584.442 2.266 1.735" opacity=".5"/><path fill="currentColor" d="m11.949 8.82l-.54 2.191c.612.154 2.5.784 2.806-.455c.318-1.293-1.654-1.581-2.266-1.736m-.813 3.297l-.596 2.415c.736.185 3.004.921 3.34-.441c.35-1.421-2.009-1.789-2.744-1.974"/><path fill="currentColor" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m4.358 8.575a1.74 1.74 0 0 1-1.385 1.611a1.933 1.933 0 0 1 .997 2.66c-.586 1.693-1.977 1.836-3.827 1.482l-.449 1.82l-1.085-.274l.443-1.795a35 35 0 0 1-.864-.227l-.445 1.804l-1.084-.273l.45-1.824c-.254-.065-.511-.135-.774-.201l-1.412-.356l.539-1.256s.8.215.788.199l.005.001a.394.394 0 0 0 .493-.262l1.217-4.938a.583.583 0 0 0-.505-.638c.016-.011-.788-.198-.788-.198l.288-1.172l1.496.378l-.001.006q.338.084.693.164l.444-1.802l1.085.274l-.436 1.766c.291.068.584.135.87.207l.432-1.755l1.085.274l-.445 1.802c1.37.477 2.372 1.193 2.175 2.523"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.358 10.575c.197-1.33-.805-2.046-2.175-2.523l.445-1.802l-1.085-.274l-.433 1.755c-.285-.072-.578-.14-.869-.207l.436-1.766l-1.085-.274l-.444 1.802a36 36 0 0 1-.693-.164l.001-.006l-1.496-.378l-.288 1.172s.804.187.788.198c.313.04.537.324.505.638l-1.217 4.938a.394.394 0 0 1-.498.26c.011.017-.788-.198-.788-.198l-.539 1.256l1.412.356c.263.066.52.136.773.201l-.449 1.824l1.084.273l.445-1.804q.443.123.864.227l-.443 1.795l1.085.274l.449-1.82c1.85.354 3.241.211 3.827-1.48a1.933 1.933 0 0 0-.997-2.662a1.74 1.74 0 0 0 1.385-1.61zm-2.479 3.516c-.335 1.362-2.603.626-3.339.44l.596-2.414c.735.185 3.094.553 2.743 1.974m.336-3.535c-.306 1.239-2.194.61-2.806.455l.54-2.19c.612.154 2.584.442 2.266 1.735" opacity=".5"/><path fill="currentColor" d="m11.949 8.82l-.54 2.191c.612.154 2.5.784 2.806-.455c.318-1.293-1.654-1.581-2.266-1.736m-.813 3.297l-.596 2.415c.736.185 3.004.921 3.34-.441c.35-1.421-2.009-1.789-2.744-1.974"/><path fill="currentColor" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m4.358 8.575a1.74 1.74 0 0 1-1.385 1.611a1.933 1.933 0 0 1 .997 2.66c-.586 1.693-1.977 1.836-3.827 1.482l-.449 1.82l-1.085-.274l.443-1.795a35 35 0 0 1-.864-.227l-.445 1.804l-1.084-.273l.45-1.824c-.254-.065-.511-.135-.774-.201l-1.412-.356l.539-1.256s.8.215.788.199l.005.001a.394.394 0 0 0 .493-.262l1.217-4.938a.583.583 0 0 0-.505-.638c.016-.011-.788-.198-.788-.198l.288-1.172l1.496.378l-.001.006q.338.084.693.164l.444-1.802l1.085.274l-.436 1.766c.291.068.584.135.87.207l.432-1.755l1.085.274l-.445 1.802c1.37.477 2.372 1.193 2.175 2.523"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.358%2010.575c.197-1.33-.805-2.046-2.175-2.523l.445-1.802l-1.085-.274l-.433%201.755c-.285-.072-.578-.14-.869-.207l.436-1.766l-1.085-.274l-.444%201.802a36%2036%200%200%201-.693-.164l.001-.006l-1.496-.378l-.288%201.172s.804.187.788.198c.313.04.537.324.505.638l-1.217%204.938a.394.394%200%200%201-.498.26c.011.017-.788-.198-.788-.198l-.539%201.256l1.412.356c.263.066.52.136.773.201l-.449%201.824l1.084.273l.445-1.804q.443.123.864.227l-.443%201.795l1.085.274l.449-1.82c1.85.354%203.241.211%203.827-1.48a1.933%201.933%200%200%200-.997-2.662a1.74%201.74%200%200%200%201.385-1.61zm-2.479%203.516c-.335%201.362-2.603.626-3.339.44l.596-2.414c.735.185%203.094.553%202.743%201.974m.336-3.535c-.306%201.239-2.194.61-2.806.455l.54-2.19c.612.154%202.584.442%202.266%201.735%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.949%208.82l-.54%202.191c.612.154%202.5.784%202.806-.455c.318-1.293-1.654-1.581-2.266-1.736m-.813%203.297l-.596%202.415c.736.185%203.004.921%203.34-.441c.35-1.421-2.009-1.789-2.744-1.974%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m4.358%208.575a1.74%201.74%200%200%201-1.385%201.611a1.933%201.933%200%200%201%20.997%202.66c-.586%201.693-1.977%201.836-3.827%201.482l-.449%201.82l-1.085-.274l.443-1.795a35%2035%200%200%201-.864-.227l-.445%201.804l-1.084-.273l.45-1.824c-.254-.065-.511-.135-.774-.201l-1.412-.356l.539-1.256s.8.215.788.199l.005.001a.394.394%200%200%200%20.493-.262l1.217-4.938a.583.583%200%200%200-.505-.638c.016-.011-.788-.198-.788-.198l.288-1.172l1.496.378l-.001.006q.338.084.693.164l.444-1.802l1.085.274l-.436%201.766c.291.068.584.135.87.207l.432-1.755l1.085.274l-.445%201.802c1.37.477%202.372%201.193%202.175%202.523%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%22M16.358%2010.575c.197-1.33-.805-2.046-2.175-2.523l.445-1.802l-1.085-.274l-.433%201.755c-.285-.072-.578-.14-.869-.207l.436-1.766l-1.085-.274l-.444%201.802a36%2036%200%200%201-.693-.164l.001-.006l-1.496-.378l-.288%201.172s.804.187.788.198c.313.04.537.324.505.638l-1.217%204.938a.394.394%200%200%201-.498.26c.011.017-.788-.198-.788-.198l-.539%201.256l1.412.356c.263.066.52.136.773.201l-.449%201.824l1.084.273l.445-1.804q.443.123.864.227l-.443%201.795l1.085.274l.449-1.82c1.85.354%203.241.211%203.827-1.48a1.933%201.933%200%200%200-.997-2.662a1.74%201.74%200%200%200%201.385-1.61zm-2.479%203.516c-.335%201.362-2.603.626-3.339.44l.596-2.414c.735.185%203.094.553%202.743%201.974m.336-3.535c-.306%201.239-2.194.61-2.806.455l.54-2.19c.612.154%202.584.442%202.266%201.735%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.949%208.82l-.54%202.191c.612.154%202.5.784%202.806-.455c.318-1.293-1.654-1.581-2.266-1.736m-.813%203.297l-.596%202.415c.736.185%203.004.921%203.34-.441c.35-1.421-2.009-1.789-2.744-1.974%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m4.358%208.575a1.74%201.74%200%200%201-1.385%201.611a1.933%201.933%200%200%201%20.997%202.66c-.586%201.693-1.977%201.836-3.827%201.482l-.449%201.82l-1.085-.274l.443-1.795a35%2035%200%200%201-.864-.227l-.445%201.804l-1.084-.273l.45-1.824c-.254-.065-.511-.135-.774-.201l-1.412-.356l.539-1.256s.8.215.788.199l.005.001a.394.394%200%200%200%20.493-.262l1.217-4.938a.583.583%200%200%200-.505-.638c.016-.011-.788-.198-.788-.198l.288-1.172l1.496.378l-.001.006q.338.084.693.164l.444-1.802l1.085.274l-.436%201.766c.291.068.584.135.87.207l.432-1.755l1.085.274l-.445%201.802c1.37.477%202.372%201.193%202.175%202.523%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/bitcoin.svg?color=%231a73e8&size=48