weibo circle icon
weibo-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- weibo-circle-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- weibo-circle, weibo-circle-fill, weibo-circle-outline
1 other variant in Ant Design Icons
Related icons in Ant Design Icons
Use the weibo circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3c69.5-69.6 150.6-101.4 181.1-70.8c13.5 13.5 14.8 36.8 6.1 64.6c-4.5 14 13.1 6.3 13.1 6.3c56.2-23.6 105.2-25 123.1.7c9.6 13.7 8.6 32.8-.2 55.1c-4.1 10.2 1.3 11.8 9 14.1c31.7 9.8 66.9 33.6 66.9 75.5c.2 69.5-99.7 156.9-249.8 156.9m207.3-290.8a34.9 34.9 0 0 0-7.2-34.1a34.68 34.68 0 0 0-33.1-10.7a18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9c17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7a18.18 18.18 0 0 1-11.8-22.9m106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7a21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1a21.14 21.14 0 0 1-25.1-16.3a21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1c36.3 40.2 46.1 95.1 30.6 143.2m-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2c5.9 60.1 84.8 101.5 176.2 92.5c91.4-9.1 160.7-65.1 154.7-125.3c-5.9-60.1-84.8-101.5-176.2-92.4m80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1c-43.9-14.2-62.5-57.7-43.3-96.8c18.9-38.4 68-60.1 111.5-48.8c45 11.7 68 54.2 49.6 95.5m-93-32.2c-14.2-5.9-32.4.2-41.2 13.9c-8.8 13.8-4.7 30.2 9.3 36.6c14.3 6.5 33.2.3 42-13.8c8.8-14.3 4.2-30.6-10.1-36.7m34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8c-3.1 5.4-1.4 11.5 4.1 13.8s12.6-.3 15.8-5.8c3-5.6 1-11.8-4.5-13.8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignWeiboCircleFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3c69.5-69.6 150.6-101.4 181.1-70.8c13.5 13.5 14.8 36.8 6.1 64.6c-4.5 14 13.1 6.3 13.1 6.3c56.2-23.6 105.2-25 123.1.7c9.6 13.7 8.6 32.8-.2 55.1c-4.1 10.2 1.3 11.8 9 14.1c31.7 9.8 66.9 33.6 66.9 75.5c.2 69.5-99.7 156.9-249.8 156.9m207.3-290.8a34.9 34.9 0 0 0-7.2-34.1a34.68 34.68 0 0 0-33.1-10.7a18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9c17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7a18.18 18.18 0 0 1-11.8-22.9m106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7a21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1a21.14 21.14 0 0 1-25.1-16.3a21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1c36.3 40.2 46.1 95.1 30.6 143.2m-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2c5.9 60.1 84.8 101.5 176.2 92.5c91.4-9.1 160.7-65.1 154.7-125.3c-5.9-60.1-84.8-101.5-176.2-92.4m80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1c-43.9-14.2-62.5-57.7-43.3-96.8c18.9-38.4 68-60.1 111.5-48.8c45 11.7 68 54.2 49.6 95.5m-93-32.2c-14.2-5.9-32.4.2-41.2 13.9c-8.8 13.8-4.7 30.2 9.3 36.6c14.3 6.5 33.2.3 42-13.8c8.8-14.3 4.2-30.6-10.1-36.7m34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8c-3.1 5.4-1.4 11.5 4.1 13.8s12.6-.3 15.8-5.8c3-5.6 1-11.8-4.5-13.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3c69.5-69.6 150.6-101.4 181.1-70.8c13.5 13.5 14.8 36.8 6.1 64.6c-4.5 14 13.1 6.3 13.1 6.3c56.2-23.6 105.2-25 123.1.7c9.6 13.7 8.6 32.8-.2 55.1c-4.1 10.2 1.3 11.8 9 14.1c31.7 9.8 66.9 33.6 66.9 75.5c.2 69.5-99.7 156.9-249.8 156.9m207.3-290.8a34.9 34.9 0 0 0-7.2-34.1a34.68 34.68 0 0 0-33.1-10.7a18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9c17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7a18.18 18.18 0 0 1-11.8-22.9m106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7a21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1a21.14 21.14 0 0 1-25.1-16.3a21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1c36.3 40.2 46.1 95.1 30.6 143.2m-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2c5.9 60.1 84.8 101.5 176.2 92.5c91.4-9.1 160.7-65.1 154.7-125.3c-5.9-60.1-84.8-101.5-176.2-92.4m80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1c-43.9-14.2-62.5-57.7-43.3-96.8c18.9-38.4 68-60.1 111.5-48.8c45 11.7 68 54.2 49.6 95.5m-93-32.2c-14.2-5.9-32.4.2-41.2 13.9c-8.8 13.8-4.7 30.2 9.3 36.6c14.3 6.5 33.2.3 42-13.8c8.8-14.3 4.2-30.6-10.1-36.7m34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8c-3.1 5.4-1.4 11.5 4.1 13.8s12.6-.3 15.8-5.8c3-5.6 1-11.8-4.5-13.8"/></svg> </template>
CSS
.icon-weibo-circle-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m-44.4%20672C353.1%20736%20236%20680.4%20236%20588.9c0-47.8%2030.2-103.1%2082.3-155.3c69.5-69.6%20150.6-101.4%20181.1-70.8c13.5%2013.5%2014.8%2036.8%206.1%2064.6c-4.5%2014%2013.1%206.3%2013.1%206.3c56.2-23.6%20105.2-25%20123.1.7c9.6%2013.7%208.6%2032.8-.2%2055.1c-4.1%2010.2%201.3%2011.8%209%2014.1c31.7%209.8%2066.9%2033.6%2066.9%2075.5c.2%2069.5-99.7%20156.9-249.8%20156.9m207.3-290.8a34.9%2034.9%200%200%200-7.2-34.1a34.68%2034.68%200%200%200-33.1-10.7a18.24%2018.24%200%200%201-7.6-35.7c24.1-5.1%2050.1%202.3%2067.7%2021.9c17.7%2019.6%2022.4%2046.3%2014.9%2069.8a18.13%2018.13%200%200%201-22.9%2011.7a18.18%2018.18%200%200%201-11.8-22.9m106%2034.3s0%20.1%200%200a21.1%2021.1%200%200%201-26.6%2013.7a21.19%2021.19%200%200%201-13.6-26.7c11-34.2%204-73.2-21.7-101.8a104.04%20104.04%200%200%200-98.9-32.1a21.14%2021.14%200%200%201-25.1-16.3a21.07%2021.07%200%200%201%2016.2-25.1c49.4-10.5%20102.8%204.8%20139.1%2045.1c36.3%2040.2%2046.1%2095.1%2030.6%20143.2m-334.5%206.1c-91.4%209-160.7%2065.1-154.7%20125.2c5.9%2060.1%2084.8%20101.5%20176.2%2092.5c91.4-9.1%20160.7-65.1%20154.7-125.3c-5.9-60.1-84.8-101.5-176.2-92.4m80.2%20141.7c-18.7%2042.3-72.3%2064.8-117.8%2050.1c-43.9-14.2-62.5-57.7-43.3-96.8c18.9-38.4%2068-60.1%20111.5-48.8c45%2011.7%2068%2054.2%2049.6%2095.5m-93-32.2c-14.2-5.9-32.4.2-41.2%2013.9c-8.8%2013.8-4.7%2030.2%209.3%2036.6c14.3%206.5%2033.2.3%2042-13.8c8.8-14.3%204.2-30.6-10.1-36.7m34.9-14.5c-5.4-2.2-12.2.5-15.4%205.8c-3.1%205.4-1.4%2011.5%204.1%2013.8s12.6-.3%2015.8-5.8c3-5.6%201-11.8-4.5-13.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m-44.4%20672C353.1%20736%20236%20680.4%20236%20588.9c0-47.8%2030.2-103.1%2082.3-155.3c69.5-69.6%20150.6-101.4%20181.1-70.8c13.5%2013.5%2014.8%2036.8%206.1%2064.6c-4.5%2014%2013.1%206.3%2013.1%206.3c56.2-23.6%20105.2-25%20123.1.7c9.6%2013.7%208.6%2032.8-.2%2055.1c-4.1%2010.2%201.3%2011.8%209%2014.1c31.7%209.8%2066.9%2033.6%2066.9%2075.5c.2%2069.5-99.7%20156.9-249.8%20156.9m207.3-290.8a34.9%2034.9%200%200%200-7.2-34.1a34.68%2034.68%200%200%200-33.1-10.7a18.24%2018.24%200%200%201-7.6-35.7c24.1-5.1%2050.1%202.3%2067.7%2021.9c17.7%2019.6%2022.4%2046.3%2014.9%2069.8a18.13%2018.13%200%200%201-22.9%2011.7a18.18%2018.18%200%200%201-11.8-22.9m106%2034.3s0%20.1%200%200a21.1%2021.1%200%200%201-26.6%2013.7a21.19%2021.19%200%200%201-13.6-26.7c11-34.2%204-73.2-21.7-101.8a104.04%20104.04%200%200%200-98.9-32.1a21.14%2021.14%200%200%201-25.1-16.3a21.07%2021.07%200%200%201%2016.2-25.1c49.4-10.5%20102.8%204.8%20139.1%2045.1c36.3%2040.2%2046.1%2095.1%2030.6%20143.2m-334.5%206.1c-91.4%209-160.7%2065.1-154.7%20125.2c5.9%2060.1%2084.8%20101.5%20176.2%2092.5c91.4-9.1%20160.7-65.1%20154.7-125.3c-5.9-60.1-84.8-101.5-176.2-92.4m80.2%20141.7c-18.7%2042.3-72.3%2064.8-117.8%2050.1c-43.9-14.2-62.5-57.7-43.3-96.8c18.9-38.4%2068-60.1%20111.5-48.8c45%2011.7%2068%2054.2%2049.6%2095.5m-93-32.2c-14.2-5.9-32.4.2-41.2%2013.9c-8.8%2013.8-4.7%2030.2%209.3%2036.6c14.3%206.5%2033.2.3%2042-13.8c8.8-14.3%204.2-30.6-10.1-36.7m34.9-14.5c-5.4-2.2-12.2.5-15.4%205.8c-3.1%205.4-1.4%2011.5%204.1%2013.8s12.6-.3%2015.8-5.8c3-5.6%201-11.8-4.5-13.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/weibo-circle-filled.svg?color=%231a73e8&size=48