bitcomet from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
bitcomet
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the bitcomet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.996 0C5.37.002.002 5.375.004 12v.009c.003 6.625 5.375 11.993 12 11.991s11.994-5.375 11.992-12v-.009C23.993 5.366 18.62-.002 11.996 0M3.008 14.396c.235-2.436.696-4.614 1.422-6.467a15.3 15.3 0 0 1 2.238-2.406a16.6 16.6 0 0 0-1.68 4.674c-.731 1.4-1.4 2.88-1.98 4.199m6.06 2.862c-.833-2.164-.764-4.942-.452-7.522a17 17 0 0 1 1.661-2.777c.13.721.246 1.49.356 2.28c-.841 2.033-1.457 4.722-1.564 8.019zm6.64 0c-.117-3.624-.853-6.498-1.824-8.587c.087-.589.176-1.165.274-1.712c.883 1.19 1.561 2.484 2.114 3.82c.204 2.268.159 4.604-.564 6.479m3.464-8.188a16.7 16.7 0 0 0-1.404-3.547c1.088.933 2.054 2.054 2.928 3.383c.527 1.629.878 3.47 1.073 5.49c-.739-1.68-1.621-3.623-2.597-5.326m.83-1.945a17 17 0 0 0-.84-.953l-.06-.057a15 15 0 0 0-.87-.839c-.1-.087-.209-.167-.311-.253c-.238-.2-.474-.4-.73-.587a15 15 0 0 0-1.176-.779q.327.46.616.917l.048.081q.263.418.497.834l.017.033q.498.896.869 1.792c1.494 3.606 1.508 7.26.81 11.522c-.562-3.39-1.284-6.707-2.781-9.661a20 20 0 0 0-1.028-1.783c-.088-.134-.184-.266-.277-.398a16 16 0 0 0-.913-1.194c-.08.387-.154.8-.227 1.214q-.076.43-.146.875c-.587 3.696-.938 8.202-1.282 12.078c-.329-3.698-.664-7.967-1.203-11.562a66 66 0 0 0-.205-1.283c-.079-.453-.16-.9-.247-1.322c-.347.405-.66.825-.958 1.252q-.424.617-.792 1.26c-1.823 3.163-2.632 6.799-3.25 10.524c-.622-3.798-.672-7.112.38-10.34q.382-1.181.975-2.355l.091-.173q.243-.466.52-.933l.16-.268c.228-.369.468-.738.731-1.11a15 15 0 0 0-1.433.982q-.314.241-.61.496c-.134.115-.272.229-.4.347q-.379.348-.728.715l-.007.007C3.63 7.897 2.472 9.86 1.575 11.811C1.903 4.493 6.516.324 12.218.324s10.315 4.169 10.643 11.488c-.739-1.608-1.658-3.22-2.858-4.687z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBitcomet(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="M11.996 0C5.37.002.002 5.375.004 12v.009c.003 6.625 5.375 11.993 12 11.991s11.994-5.375 11.992-12v-.009C23.993 5.366 18.62-.002 11.996 0M3.008 14.396c.235-2.436.696-4.614 1.422-6.467a15.3 15.3 0 0 1 2.238-2.406a16.6 16.6 0 0 0-1.68 4.674c-.731 1.4-1.4 2.88-1.98 4.199m6.06 2.862c-.833-2.164-.764-4.942-.452-7.522a17 17 0 0 1 1.661-2.777c.13.721.246 1.49.356 2.28c-.841 2.033-1.457 4.722-1.564 8.019zm6.64 0c-.117-3.624-.853-6.498-1.824-8.587c.087-.589.176-1.165.274-1.712c.883 1.19 1.561 2.484 2.114 3.82c.204 2.268.159 4.604-.564 6.479m3.464-8.188a16.7 16.7 0 0 0-1.404-3.547c1.088.933 2.054 2.054 2.928 3.383c.527 1.629.878 3.47 1.073 5.49c-.739-1.68-1.621-3.623-2.597-5.326m.83-1.945a17 17 0 0 0-.84-.953l-.06-.057a15 15 0 0 0-.87-.839c-.1-.087-.209-.167-.311-.253c-.238-.2-.474-.4-.73-.587a15 15 0 0 0-1.176-.779q.327.46.616.917l.048.081q.263.418.497.834l.017.033q.498.896.869 1.792c1.494 3.606 1.508 7.26.81 11.522c-.562-3.39-1.284-6.707-2.781-9.661a20 20 0 0 0-1.028-1.783c-.088-.134-.184-.266-.277-.398a16 16 0 0 0-.913-1.194c-.08.387-.154.8-.227 1.214q-.076.43-.146.875c-.587 3.696-.938 8.202-1.282 12.078c-.329-3.698-.664-7.967-1.203-11.562a66 66 0 0 0-.205-1.283c-.079-.453-.16-.9-.247-1.322c-.347.405-.66.825-.958 1.252q-.424.617-.792 1.26c-1.823 3.163-2.632 6.799-3.25 10.524c-.622-3.798-.672-7.112.38-10.34q.382-1.181.975-2.355l.091-.173q.243-.466.52-.933l.16-.268c.228-.369.468-.738.731-1.11a15 15 0 0 0-1.433.982q-.314.241-.61.496c-.134.115-.272.229-.4.347q-.379.348-.728.715l-.007.007C3.63 7.897 2.472 9.86 1.575 11.811C1.903 4.493 6.516.324 12.218.324s10.315 4.169 10.643 11.488c-.739-1.608-1.658-3.22-2.858-4.687z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.996 0C5.37.002.002 5.375.004 12v.009c.003 6.625 5.375 11.993 12 11.991s11.994-5.375 11.992-12v-.009C23.993 5.366 18.62-.002 11.996 0M3.008 14.396c.235-2.436.696-4.614 1.422-6.467a15.3 15.3 0 0 1 2.238-2.406a16.6 16.6 0 0 0-1.68 4.674c-.731 1.4-1.4 2.88-1.98 4.199m6.06 2.862c-.833-2.164-.764-4.942-.452-7.522a17 17 0 0 1 1.661-2.777c.13.721.246 1.49.356 2.28c-.841 2.033-1.457 4.722-1.564 8.019zm6.64 0c-.117-3.624-.853-6.498-1.824-8.587c.087-.589.176-1.165.274-1.712c.883 1.19 1.561 2.484 2.114 3.82c.204 2.268.159 4.604-.564 6.479m3.464-8.188a16.7 16.7 0 0 0-1.404-3.547c1.088.933 2.054 2.054 2.928 3.383c.527 1.629.878 3.47 1.073 5.49c-.739-1.68-1.621-3.623-2.597-5.326m.83-1.945a17 17 0 0 0-.84-.953l-.06-.057a15 15 0 0 0-.87-.839c-.1-.087-.209-.167-.311-.253c-.238-.2-.474-.4-.73-.587a15 15 0 0 0-1.176-.779q.327.46.616.917l.048.081q.263.418.497.834l.017.033q.498.896.869 1.792c1.494 3.606 1.508 7.26.81 11.522c-.562-3.39-1.284-6.707-2.781-9.661a20 20 0 0 0-1.028-1.783c-.088-.134-.184-.266-.277-.398a16 16 0 0 0-.913-1.194c-.08.387-.154.8-.227 1.214q-.076.43-.146.875c-.587 3.696-.938 8.202-1.282 12.078c-.329-3.698-.664-7.967-1.203-11.562a66 66 0 0 0-.205-1.283c-.079-.453-.16-.9-.247-1.322c-.347.405-.66.825-.958 1.252q-.424.617-.792 1.26c-1.823 3.163-2.632 6.799-3.25 10.524c-.622-3.798-.672-7.112.38-10.34q.382-1.181.975-2.355l.091-.173q.243-.466.52-.933l.16-.268c.228-.369.468-.738.731-1.11a15 15 0 0 0-1.433.982q-.314.241-.61.496c-.134.115-.272.229-.4.347q-.379.348-.728.715l-.007.007C3.63 7.897 2.472 9.86 1.575 11.811C1.903 4.493 6.516.324 12.218.324s10.315 4.169 10.643 11.488c-.739-1.608-1.658-3.22-2.858-4.687z"/></svg>
</template>

CSS

.icon-bitcomet {
  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%22M11.996%200C5.37.002.002%205.375.004%2012v.009c.003%206.625%205.375%2011.993%2012%2011.991s11.994-5.375%2011.992-12v-.009C23.993%205.366%2018.62-.002%2011.996%200M3.008%2014.396c.235-2.436.696-4.614%201.422-6.467a15.3%2015.3%200%200%201%202.238-2.406a16.6%2016.6%200%200%200-1.68%204.674c-.731%201.4-1.4%202.88-1.98%204.199m6.06%202.862c-.833-2.164-.764-4.942-.452-7.522a17%2017%200%200%201%201.661-2.777c.13.721.246%201.49.356%202.28c-.841%202.033-1.457%204.722-1.564%208.019zm6.64%200c-.117-3.624-.853-6.498-1.824-8.587c.087-.589.176-1.165.274-1.712c.883%201.19%201.561%202.484%202.114%203.82c.204%202.268.159%204.604-.564%206.479m3.464-8.188a16.7%2016.7%200%200%200-1.404-3.547c1.088.933%202.054%202.054%202.928%203.383c.527%201.629.878%203.47%201.073%205.49c-.739-1.68-1.621-3.623-2.597-5.326m.83-1.945a17%2017%200%200%200-.84-.953l-.06-.057a15%2015%200%200%200-.87-.839c-.1-.087-.209-.167-.311-.253c-.238-.2-.474-.4-.73-.587a15%2015%200%200%200-1.176-.779q.327.46.616.917l.048.081q.263.418.497.834l.017.033q.498.896.869%201.792c1.494%203.606%201.508%207.26.81%2011.522c-.562-3.39-1.284-6.707-2.781-9.661a20%2020%200%200%200-1.028-1.783c-.088-.134-.184-.266-.277-.398a16%2016%200%200%200-.913-1.194c-.08.387-.154.8-.227%201.214q-.076.43-.146.875c-.587%203.696-.938%208.202-1.282%2012.078c-.329-3.698-.664-7.967-1.203-11.562a66%2066%200%200%200-.205-1.283c-.079-.453-.16-.9-.247-1.322c-.347.405-.66.825-.958%201.252q-.424.617-.792%201.26c-1.823%203.163-2.632%206.799-3.25%2010.524c-.622-3.798-.672-7.112.38-10.34q.382-1.181.975-2.355l.091-.173q.243-.466.52-.933l.16-.268c.228-.369.468-.738.731-1.11a15%2015%200%200%200-1.433.982q-.314.241-.61.496c-.134.115-.272.229-.4.347q-.379.348-.728.715l-.007.007C3.63%207.897%202.472%209.86%201.575%2011.811C1.903%204.493%206.516.324%2012.218.324s10.315%204.169%2010.643%2011.488c-.739-1.608-1.658-3.22-2.858-4.687z%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%22M11.996%200C5.37.002.002%205.375.004%2012v.009c.003%206.625%205.375%2011.993%2012%2011.991s11.994-5.375%2011.992-12v-.009C23.993%205.366%2018.62-.002%2011.996%200M3.008%2014.396c.235-2.436.696-4.614%201.422-6.467a15.3%2015.3%200%200%201%202.238-2.406a16.6%2016.6%200%200%200-1.68%204.674c-.731%201.4-1.4%202.88-1.98%204.199m6.06%202.862c-.833-2.164-.764-4.942-.452-7.522a17%2017%200%200%201%201.661-2.777c.13.721.246%201.49.356%202.28c-.841%202.033-1.457%204.722-1.564%208.019zm6.64%200c-.117-3.624-.853-6.498-1.824-8.587c.087-.589.176-1.165.274-1.712c.883%201.19%201.561%202.484%202.114%203.82c.204%202.268.159%204.604-.564%206.479m3.464-8.188a16.7%2016.7%200%200%200-1.404-3.547c1.088.933%202.054%202.054%202.928%203.383c.527%201.629.878%203.47%201.073%205.49c-.739-1.68-1.621-3.623-2.597-5.326m.83-1.945a17%2017%200%200%200-.84-.953l-.06-.057a15%2015%200%200%200-.87-.839c-.1-.087-.209-.167-.311-.253c-.238-.2-.474-.4-.73-.587a15%2015%200%200%200-1.176-.779q.327.46.616.917l.048.081q.263.418.497.834l.017.033q.498.896.869%201.792c1.494%203.606%201.508%207.26.81%2011.522c-.562-3.39-1.284-6.707-2.781-9.661a20%2020%200%200%200-1.028-1.783c-.088-.134-.184-.266-.277-.398a16%2016%200%200%200-.913-1.194c-.08.387-.154.8-.227%201.214q-.076.43-.146.875c-.587%203.696-.938%208.202-1.282%2012.078c-.329-3.698-.664-7.967-1.203-11.562a66%2066%200%200%200-.205-1.283c-.079-.453-.16-.9-.247-1.322c-.347.405-.66.825-.958%201.252q-.424.617-.792%201.26c-1.823%203.163-2.632%206.799-3.25%2010.524c-.622-3.798-.672-7.112.38-10.34q.382-1.181.975-2.355l.091-.173q.243-.466.52-.933l.16-.268c.228-.369.468-.738.731-1.11a15%2015%200%200%200-1.433.982q-.314.241-.61.496c-.134.115-.272.229-.4.347q-.379.348-.728.715l-.007.007C3.63%207.897%202.472%209.86%201.575%2011.811C1.903%204.493%206.516.324%2012.218.324s10.315%204.169%2010.643%2011.488c-.739-1.608-1.658-3.22-2.858-4.687z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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