bilibili from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
bilibili
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the bilibili logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552.6 168.1c16.7 18.1 24.4 39.7 23.3 65.7v202.4c-.4 26.4-9.2 48.1-26.5 65.1c-17.2 17-39.1 25.9-65.5 26.7H156c-26.4-.8-48.2-9.8-65.3-27.2s-26-40.3-26.7-68.6V233.8c.8-26 9.7-47.6 26.7-65.7c17.1-16.3 38.8-25.3 65.3-26.1h29.4L160 116.2c-5.7-5.7-8.6-13-8.6-21.8s2.9-16.1 8.6-21.8s13-8.6 21.9-8.6s16.1 2.9 21.9 8.6l73.3 69.4h88l74.5-69.4c6.1-5.7 13.6-8.6 22.4-8.6s16.1 2.9 21.9 8.6c5.7 5.7 8.6 13 8.6 21.8s-2.9 16.1-8.6 21.8L458.6 142h29.3c26.4.8 48 9.8 64.7 26.1m-38.8 69.7c-.4-9.6-3.7-17.4-10.7-23.5c-5.2-6.1-14-9.4-22.7-9.8H160c-9.6.4-17.4 3.7-23.6 9.8c-6.1 6.1-9.4 13.9-9.8 23.5v194.4c0 9.2 3.3 17 9.8 23.5s14.4 9.8 23.6 9.8h320.4c9.2 0 17-3.3 23.3-9.8s9.7-14.3 10.1-23.5zm-264.3 42.7c6.3 6.3 9.7 14.1 10.1 23.2V337c-.4 9.2-3.7 16.9-9.8 23.2c-6.2 6.3-14 9.5-23.6 9.5s-17.5-3.2-23.6-9.5s-9.4-14-9.8-23.2v-33.3c.4-9.1 3.8-16.9 10.1-23.2s13.2-9.6 23.3-10c9.2.4 17 3.7 23.3 10m191.5 0c6.3 6.3 9.7 14.1 10.1 23.2V337c-.4 9.2-3.7 16.9-9.8 23.2s-14 9.5-23.6 9.5s-17.4-3.2-23.6-9.5c-7-6.3-9.4-14-9.7-23.2v-33.3c.3-9.1 3.7-16.9 10-23.2s14.1-9.6 23.3-10c9.2.4 17 3.7 23.3 10"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsBilibili(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552.6 168.1c16.7 18.1 24.4 39.7 23.3 65.7v202.4c-.4 26.4-9.2 48.1-26.5 65.1c-17.2 17-39.1 25.9-65.5 26.7H156c-26.4-.8-48.2-9.8-65.3-27.2s-26-40.3-26.7-68.6V233.8c.8-26 9.7-47.6 26.7-65.7c17.1-16.3 38.8-25.3 65.3-26.1h29.4L160 116.2c-5.7-5.7-8.6-13-8.6-21.8s2.9-16.1 8.6-21.8s13-8.6 21.9-8.6s16.1 2.9 21.9 8.6l73.3 69.4h88l74.5-69.4c6.1-5.7 13.6-8.6 22.4-8.6s16.1 2.9 21.9 8.6c5.7 5.7 8.6 13 8.6 21.8s-2.9 16.1-8.6 21.8L458.6 142h29.3c26.4.8 48 9.8 64.7 26.1m-38.8 69.7c-.4-9.6-3.7-17.4-10.7-23.5c-5.2-6.1-14-9.4-22.7-9.8H160c-9.6.4-17.4 3.7-23.6 9.8c-6.1 6.1-9.4 13.9-9.8 23.5v194.4c0 9.2 3.3 17 9.8 23.5s14.4 9.8 23.6 9.8h320.4c9.2 0 17-3.3 23.3-9.8s9.7-14.3 10.1-23.5zm-264.3 42.7c6.3 6.3 9.7 14.1 10.1 23.2V337c-.4 9.2-3.7 16.9-9.8 23.2c-6.2 6.3-14 9.5-23.6 9.5s-17.5-3.2-23.6-9.5s-9.4-14-9.8-23.2v-33.3c.4-9.1 3.8-16.9 10.1-23.2s13.2-9.6 23.3-10c9.2.4 17 3.7 23.3 10m191.5 0c6.3 6.3 9.7 14.1 10.1 23.2V337c-.4 9.2-3.7 16.9-9.8 23.2s-14 9.5-23.6 9.5s-17.4-3.2-23.6-9.5c-7-6.3-9.4-14-9.7-23.2v-33.3c.3-9.1 3.7-16.9 10-23.2s14.1-9.6 23.3-10c9.2.4 17 3.7 23.3 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M552.6 168.1c16.7 18.1 24.4 39.7 23.3 65.7v202.4c-.4 26.4-9.2 48.1-26.5 65.1c-17.2 17-39.1 25.9-65.5 26.7H156c-26.4-.8-48.2-9.8-65.3-27.2s-26-40.3-26.7-68.6V233.8c.8-26 9.7-47.6 26.7-65.7c17.1-16.3 38.8-25.3 65.3-26.1h29.4L160 116.2c-5.7-5.7-8.6-13-8.6-21.8s2.9-16.1 8.6-21.8s13-8.6 21.9-8.6s16.1 2.9 21.9 8.6l73.3 69.4h88l74.5-69.4c6.1-5.7 13.6-8.6 22.4-8.6s16.1 2.9 21.9 8.6c5.7 5.7 8.6 13 8.6 21.8s-2.9 16.1-8.6 21.8L458.6 142h29.3c26.4.8 48 9.8 64.7 26.1m-38.8 69.7c-.4-9.6-3.7-17.4-10.7-23.5c-5.2-6.1-14-9.4-22.7-9.8H160c-9.6.4-17.4 3.7-23.6 9.8c-6.1 6.1-9.4 13.9-9.8 23.5v194.4c0 9.2 3.3 17 9.8 23.5s14.4 9.8 23.6 9.8h320.4c9.2 0 17-3.3 23.3-9.8s9.7-14.3 10.1-23.5zm-264.3 42.7c6.3 6.3 9.7 14.1 10.1 23.2V337c-.4 9.2-3.7 16.9-9.8 23.2c-6.2 6.3-14 9.5-23.6 9.5s-17.5-3.2-23.6-9.5s-9.4-14-9.8-23.2v-33.3c.4-9.1 3.8-16.9 10.1-23.2s13.2-9.6 23.3-10c9.2.4 17 3.7 23.3 10m191.5 0c6.3 6.3 9.7 14.1 10.1 23.2V337c-.4 9.2-3.7 16.9-9.8 23.2s-14 9.5-23.6 9.5s-17.4-3.2-23.6-9.5c-7-6.3-9.4-14-9.7-23.2v-33.3c.3-9.1 3.7-16.9 10-23.2s14.1-9.6 23.3-10c9.2.4 17 3.7 23.3 10"/></svg>
</template>

CSS

.icon-bilibili {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M552.6%20168.1c16.7%2018.1%2024.4%2039.7%2023.3%2065.7v202.4c-.4%2026.4-9.2%2048.1-26.5%2065.1c-17.2%2017-39.1%2025.9-65.5%2026.7H156c-26.4-.8-48.2-9.8-65.3-27.2s-26-40.3-26.7-68.6V233.8c.8-26%209.7-47.6%2026.7-65.7c17.1-16.3%2038.8-25.3%2065.3-26.1h29.4L160%20116.2c-5.7-5.7-8.6-13-8.6-21.8s2.9-16.1%208.6-21.8s13-8.6%2021.9-8.6s16.1%202.9%2021.9%208.6l73.3%2069.4h88l74.5-69.4c6.1-5.7%2013.6-8.6%2022.4-8.6s16.1%202.9%2021.9%208.6c5.7%205.7%208.6%2013%208.6%2021.8s-2.9%2016.1-8.6%2021.8L458.6%20142h29.3c26.4.8%2048%209.8%2064.7%2026.1m-38.8%2069.7c-.4-9.6-3.7-17.4-10.7-23.5c-5.2-6.1-14-9.4-22.7-9.8H160c-9.6.4-17.4%203.7-23.6%209.8c-6.1%206.1-9.4%2013.9-9.8%2023.5v194.4c0%209.2%203.3%2017%209.8%2023.5s14.4%209.8%2023.6%209.8h320.4c9.2%200%2017-3.3%2023.3-9.8s9.7-14.3%2010.1-23.5zm-264.3%2042.7c6.3%206.3%209.7%2014.1%2010.1%2023.2V337c-.4%209.2-3.7%2016.9-9.8%2023.2c-6.2%206.3-14%209.5-23.6%209.5s-17.5-3.2-23.6-9.5s-9.4-14-9.8-23.2v-33.3c.4-9.1%203.8-16.9%2010.1-23.2s13.2-9.6%2023.3-10c9.2.4%2017%203.7%2023.3%2010m191.5%200c6.3%206.3%209.7%2014.1%2010.1%2023.2V337c-.4%209.2-3.7%2016.9-9.8%2023.2s-14%209.5-23.6%209.5s-17.4-3.2-23.6-9.5c-7-6.3-9.4-14-9.7-23.2v-33.3c.3-9.1%203.7-16.9%2010-23.2s14.1-9.6%2023.3-10c9.2.4%2017%203.7%2023.3%2010%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M552.6%20168.1c16.7%2018.1%2024.4%2039.7%2023.3%2065.7v202.4c-.4%2026.4-9.2%2048.1-26.5%2065.1c-17.2%2017-39.1%2025.9-65.5%2026.7H156c-26.4-.8-48.2-9.8-65.3-27.2s-26-40.3-26.7-68.6V233.8c.8-26%209.7-47.6%2026.7-65.7c17.1-16.3%2038.8-25.3%2065.3-26.1h29.4L160%20116.2c-5.7-5.7-8.6-13-8.6-21.8s2.9-16.1%208.6-21.8s13-8.6%2021.9-8.6s16.1%202.9%2021.9%208.6l73.3%2069.4h88l74.5-69.4c6.1-5.7%2013.6-8.6%2022.4-8.6s16.1%202.9%2021.9%208.6c5.7%205.7%208.6%2013%208.6%2021.8s-2.9%2016.1-8.6%2021.8L458.6%20142h29.3c26.4.8%2048%209.8%2064.7%2026.1m-38.8%2069.7c-.4-9.6-3.7-17.4-10.7-23.5c-5.2-6.1-14-9.4-22.7-9.8H160c-9.6.4-17.4%203.7-23.6%209.8c-6.1%206.1-9.4%2013.9-9.8%2023.5v194.4c0%209.2%203.3%2017%209.8%2023.5s14.4%209.8%2023.6%209.8h320.4c9.2%200%2017-3.3%2023.3-9.8s9.7-14.3%2010.1-23.5zm-264.3%2042.7c6.3%206.3%209.7%2014.1%2010.1%2023.2V337c-.4%209.2-3.7%2016.9-9.8%2023.2c-6.2%206.3-14%209.5-23.6%209.5s-17.5-3.2-23.6-9.5s-9.4-14-9.8-23.2v-33.3c.4-9.1%203.8-16.9%2010.1-23.2s13.2-9.6%2023.3-10c9.2.4%2017%203.7%2023.3%2010m191.5%200c6.3%206.3%209.7%2014.1%2010.1%2023.2V337c-.4%209.2-3.7%2016.9-9.8%2023.2s-14%209.5-23.6%209.5s-17.4-3.2-23.6-9.5c-7-6.3-9.4-14-9.7-23.2v-33.3c.3-9.1%203.7-16.9%2010-23.2s14.1-9.6%2023.3-10c9.2.4%2017%203.7%2023.3%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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