weibo from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
weibo
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the weibo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M407 177.6c7.6-24-13.4-46.8-37.4-41.7c-22 4.8-28.8-28.1-7.1-32.8c50.1-10.9 92.3 37.1 76.5 84.8c-6.8 21.2-38.8 10.8-32-10.3M214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6c79.5-33.6 140.5-16.8 114 51.4c-3.7 9.4 1.1 10.9 8.3 13.1c135.7 42.3 34.8 215.2-169.7 215.2m143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7c-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116M347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3c72.3-15.2 134.8 52.8 111.7 124c-7.4 24.2 29.1 37 37.4 12c31.9-99.8-55.1-195.9-157.4-174.3m-78.5 311c-17.1 38.8-66.8 60-109.1 46.3c-40.8-13.1-58-53.4-40.3-89.7c17.7-35.4 63.1-55.4 103.4-45.1c42 10.8 63.1 50.2 46 88.5m-86.3-30c-12.9-5.4-30 .3-38 12.9c-8.3 12.9-4.3 28 8.6 34c13.1 6 30.8.3 39.1-12.9c8-13.1 3.7-28.3-9.7-34m32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4c-2.9 5.1-1.4 10.6 3.7 12.9c5.1 2 11.7-.3 14.6-5.4c2.8-5.2 1.1-10.9-4-12.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsWeibo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M407 177.6c7.6-24-13.4-46.8-37.4-41.7c-22 4.8-28.8-28.1-7.1-32.8c50.1-10.9 92.3 37.1 76.5 84.8c-6.8 21.2-38.8 10.8-32-10.3M214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6c79.5-33.6 140.5-16.8 114 51.4c-3.7 9.4 1.1 10.9 8.3 13.1c135.7 42.3 34.8 215.2-169.7 215.2m143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7c-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116M347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3c72.3-15.2 134.8 52.8 111.7 124c-7.4 24.2 29.1 37 37.4 12c31.9-99.8-55.1-195.9-157.4-174.3m-78.5 311c-17.1 38.8-66.8 60-109.1 46.3c-40.8-13.1-58-53.4-40.3-89.7c17.7-35.4 63.1-55.4 103.4-45.1c42 10.8 63.1 50.2 46 88.5m-86.3-30c-12.9-5.4-30 .3-38 12.9c-8.3 12.9-4.3 28 8.6 34c13.1 6 30.8.3 39.1-12.9c8-13.1 3.7-28.3-9.7-34m32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4c-2.9 5.1-1.4 10.6 3.7 12.9c5.1 2 11.7-.3 14.6-5.4c2.8-5.2 1.1-10.9-4-12.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M407 177.6c7.6-24-13.4-46.8-37.4-41.7c-22 4.8-28.8-28.1-7.1-32.8c50.1-10.9 92.3 37.1 76.5 84.8c-6.8 21.2-38.8 10.8-32-10.3M214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6c79.5-33.6 140.5-16.8 114 51.4c-3.7 9.4 1.1 10.9 8.3 13.1c135.7 42.3 34.8 215.2-169.7 215.2m143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7c-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116M347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3c72.3-15.2 134.8 52.8 111.7 124c-7.4 24.2 29.1 37 37.4 12c31.9-99.8-55.1-195.9-157.4-174.3m-78.5 311c-17.1 38.8-66.8 60-109.1 46.3c-40.8-13.1-58-53.4-40.3-89.7c17.7-35.4 63.1-55.4 103.4-45.1c42 10.8 63.1 50.2 46 88.5m-86.3-30c-12.9-5.4-30 .3-38 12.9c-8.3 12.9-4.3 28 8.6 34c13.1 6 30.8.3 39.1-12.9c8-13.1 3.7-28.3-9.7-34m32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4c-2.9 5.1-1.4 10.6 3.7 12.9c5.1 2 11.7-.3 14.6-5.4c2.8-5.2 1.1-10.9-4-12.9"/></svg>
</template>

CSS

.icon-weibo {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407%20177.6c7.6-24-13.4-46.8-37.4-41.7c-22%204.8-28.8-28.1-7.1-32.8c50.1-10.9%2092.3%2037.1%2076.5%2084.8c-6.8%2021.2-38.8%2010.8-32-10.3M214.8%20446.7C108.5%20446.7%200%20395.3%200%20310.4c0-44.3%2028-95.4%2076.3-143.7C176%2067%20279.5%2065.8%20249.9%20161c-4%2013.1%2012.3%205.7%2012.3%206c79.5-33.6%20140.5-16.8%20114%2051.4c-3.7%209.4%201.1%2010.9%208.3%2013.1c135.7%2042.3%2034.8%20215.2-169.7%20215.2m143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7c-84.8%208.6-148.8%2060.3-143.4%20116s78.5%2094%20163.4%2085.7c84.8-8.6%20148.8-60.3%20143.4-116M347.9%2035.1c-25.9%205.6-16.8%2043.7%208.3%2038.3c72.3-15.2%20134.8%2052.8%20111.7%20124c-7.4%2024.2%2029.1%2037%2037.4%2012c31.9-99.8-55.1-195.9-157.4-174.3m-78.5%20311c-17.1%2038.8-66.8%2060-109.1%2046.3c-40.8-13.1-58-53.4-40.3-89.7c17.7-35.4%2063.1-55.4%20103.4-45.1c42%2010.8%2063.1%2050.2%2046%2088.5m-86.3-30c-12.9-5.4-30%20.3-38%2012.9c-8.3%2012.9-4.3%2028%208.6%2034c13.1%206%2030.8.3%2039.1-12.9c8-13.1%203.7-28.3-9.7-34m32.6-13.4c-5.1-1.7-11.4.6-14.3%205.4c-2.9%205.1-1.4%2010.6%203.7%2012.9c5.1%202%2011.7-.3%2014.6-5.4c2.8-5.2%201.1-10.9-4-12.9%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M407%20177.6c7.6-24-13.4-46.8-37.4-41.7c-22%204.8-28.8-28.1-7.1-32.8c50.1-10.9%2092.3%2037.1%2076.5%2084.8c-6.8%2021.2-38.8%2010.8-32-10.3M214.8%20446.7C108.5%20446.7%200%20395.3%200%20310.4c0-44.3%2028-95.4%2076.3-143.7C176%2067%20279.5%2065.8%20249.9%20161c-4%2013.1%2012.3%205.7%2012.3%206c79.5-33.6%20140.5-16.8%20114%2051.4c-3.7%209.4%201.1%2010.9%208.3%2013.1c135.7%2042.3%2034.8%20215.2-169.7%20215.2m143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7c-84.8%208.6-148.8%2060.3-143.4%20116s78.5%2094%20163.4%2085.7c84.8-8.6%20148.8-60.3%20143.4-116M347.9%2035.1c-25.9%205.6-16.8%2043.7%208.3%2038.3c72.3-15.2%20134.8%2052.8%20111.7%20124c-7.4%2024.2%2029.1%2037%2037.4%2012c31.9-99.8-55.1-195.9-157.4-174.3m-78.5%20311c-17.1%2038.8-66.8%2060-109.1%2046.3c-40.8-13.1-58-53.4-40.3-89.7c17.7-35.4%2063.1-55.4%20103.4-45.1c42%2010.8%2063.1%2050.2%2046%2088.5m-86.3-30c-12.9-5.4-30%20.3-38%2012.9c-8.3%2012.9-4.3%2028%208.6%2034c13.1%206%2030.8.3%2039.1-12.9c8-13.1%203.7-28.3-9.7-34m32.6-13.4c-5.1-1.7-11.4.6-14.3%205.4c-2.9%205.1-1.4%2010.6%203.7%2012.9c5.1%202%2011.7-.3%2014.6-5.4c2.8-5.2%201.1-10.9-4-12.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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