weibo icon
weibo-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- weibo-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- weibo, weibo-outline
The same icon in other sets
Related icons in Ant Design Icons
Use the weibo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M457.3 543c-68.1-17.7-145 16.2-174.6 76.2c-30.1 61.2-1 129.1 67.8 151.3c71.2 23 155.2-12.2 184.4-78.3c28.7-64.6-7.2-131-77.6-149.2m-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6c-22-10-28.5-35.7-14.6-57.2c13.7-21.4 42.3-31 64.4-21.7c22.4 9.5 29.6 35 16 57.3m45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1c-8.5-3.5-11.2-13.1-6.4-21.5c5-8.4 15.6-12.4 24.1-9.1c8.7 3.2 11.8 12.9 7 21.5m334.5-197.2c15 4.8 31-3.4 35.9-18.3c11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3a28.45 28.45 0 0 0-21.9 33.8a28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3a28.45 28.45 0 0 0 18.2 36m99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3a33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1c40.3 44.7 51.2 105.7 34 159.1c-5.6 17.4 3.9 36 21.3 41.7c17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9M729 499c-12.2-3.6-20.5-6.1-14.1-22.1c13.8-34.7 15.2-64.7.3-86c-28-40.1-104.8-37.9-192.8-1.1c0 0-27.6 12.1-20.6-9.8c13.5-43.5 11.5-79.9-9.6-101c-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2C80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245c0-65.5-55.2-102.6-104.8-118M443 810.8c-143 14.1-266.5-50.5-275.8-144.5c-9.3-93.9 99.2-181.5 242.2-195.6c143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignWeiboOutlined(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="M457.3 543c-68.1-17.7-145 16.2-174.6 76.2c-30.1 61.2-1 129.1 67.8 151.3c71.2 23 155.2-12.2 184.4-78.3c28.7-64.6-7.2-131-77.6-149.2m-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6c-22-10-28.5-35.7-14.6-57.2c13.7-21.4 42.3-31 64.4-21.7c22.4 9.5 29.6 35 16 57.3m45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1c-8.5-3.5-11.2-13.1-6.4-21.5c5-8.4 15.6-12.4 24.1-9.1c8.7 3.2 11.8 12.9 7 21.5m334.5-197.2c15 4.8 31-3.4 35.9-18.3c11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3a28.45 28.45 0 0 0-21.9 33.8a28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3a28.45 28.45 0 0 0 18.2 36m99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3a33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1c40.3 44.7 51.2 105.7 34 159.1c-5.6 17.4 3.9 36 21.3 41.7c17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9M729 499c-12.2-3.6-20.5-6.1-14.1-22.1c13.8-34.7 15.2-64.7.3-86c-28-40.1-104.8-37.9-192.8-1.1c0 0-27.6 12.1-20.6-9.8c13.5-43.5 11.5-79.9-9.6-101c-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2C80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245c0-65.5-55.2-102.6-104.8-118M443 810.8c-143 14.1-266.5-50.5-275.8-144.5c-9.3-93.9 99.2-181.5 242.2-195.6c143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.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="M457.3 543c-68.1-17.7-145 16.2-174.6 76.2c-30.1 61.2-1 129.1 67.8 151.3c71.2 23 155.2-12.2 184.4-78.3c28.7-64.6-7.2-131-77.6-149.2m-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6c-22-10-28.5-35.7-14.6-57.2c13.7-21.4 42.3-31 64.4-21.7c22.4 9.5 29.6 35 16 57.3m45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1c-8.5-3.5-11.2-13.1-6.4-21.5c5-8.4 15.6-12.4 24.1-9.1c8.7 3.2 11.8 12.9 7 21.5m334.5-197.2c15 4.8 31-3.4 35.9-18.3c11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3a28.45 28.45 0 0 0-21.9 33.8a28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3a28.45 28.45 0 0 0 18.2 36m99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3a33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1c40.3 44.7 51.2 105.7 34 159.1c-5.6 17.4 3.9 36 21.3 41.7c17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9M729 499c-12.2-3.6-20.5-6.1-14.1-22.1c13.8-34.7 15.2-64.7.3-86c-28-40.1-104.8-37.9-192.8-1.1c0 0-27.6 12.1-20.6-9.8c13.5-43.5 11.5-79.9-9.6-101c-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2C80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245c0-65.5-55.2-102.6-104.8-118M443 810.8c-143 14.1-266.5-50.5-275.8-144.5c-9.3-93.9 99.2-181.5 242.2-195.6c143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8"/></svg> </template>
CSS
.icon-weibo-outlined {
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%22M457.3%20543c-68.1-17.7-145%2016.2-174.6%2076.2c-30.1%2061.2-1%20129.1%2067.8%20151.3c71.2%2023%20155.2-12.2%20184.4-78.3c28.7-64.6-7.2-131-77.6-149.2m-52%20156.2c-13.8%2022.1-43.5%2031.7-65.8%2021.6c-22-10-28.5-35.7-14.6-57.2c13.7-21.4%2042.3-31%2064.4-21.7c22.4%209.5%2029.6%2035%2016%2057.3m45.5-58.5c-5%208.6-16.1%2012.7-24.7%209.1c-8.5-3.5-11.2-13.1-6.4-21.5c5-8.4%2015.6-12.4%2024.1-9.1c8.7%203.2%2011.8%2012.9%207%2021.5m334.5-197.2c15%204.8%2031-3.4%2035.9-18.3c11.8-36.6%204.4-78.4-23.2-109a111.39%20111.39%200%200%200-106-34.3a28.45%2028.45%200%200%200-21.9%2033.8a28.39%2028.39%200%200%200%2033.8%2021.8c18.4-3.9%2038.3%201.8%2051.9%2016.7a54.2%2054.2%200%200%201%2011.3%2053.3a28.45%2028.45%200%200%200%2018.2%2036m99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98%2032.98%200%200%200-25.4%2039.3a33.12%2033.12%200%200%200%2039.3%2025.5c55-11.7%20114.4%205.4%20154.8%2050.1c40.3%2044.7%2051.2%20105.7%2034%20159.1c-5.6%2017.4%203.9%2036%2021.3%2041.7c17.4%205.6%2036-3.9%2041.6-21.2v-.1c24.1-75.4%208.9-161.1-47.9-223.9M729%20499c-12.2-3.6-20.5-6.1-14.1-22.1c13.8-34.7%2015.2-64.7.3-86c-28-40.1-104.8-37.9-192.8-1.1c0%200-27.6%2012.1-20.6-9.8c13.5-43.5%2011.5-79.9-9.6-101c-47.7-47.8-174.6%201.8-283.5%20110.6C127.3%20471.1%2080%20557.5%2080%20632.2C80%20775.1%20263.2%20862%20442.5%20862c235%200%20391.3-136.5%20391.3-245c0-65.5-55.2-102.6-104.8-118M443%20810.8c-143%2014.1-266.5-50.5-275.8-144.5c-9.3-93.9%2099.2-181.5%20242.2-195.6c143-14.2%20266.5%2050.5%20275.8%20144.4C694.4%20709%20586%20796.6%20443%20810.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%22M457.3%20543c-68.1-17.7-145%2016.2-174.6%2076.2c-30.1%2061.2-1%20129.1%2067.8%20151.3c71.2%2023%20155.2-12.2%20184.4-78.3c28.7-64.6-7.2-131-77.6-149.2m-52%20156.2c-13.8%2022.1-43.5%2031.7-65.8%2021.6c-22-10-28.5-35.7-14.6-57.2c13.7-21.4%2042.3-31%2064.4-21.7c22.4%209.5%2029.6%2035%2016%2057.3m45.5-58.5c-5%208.6-16.1%2012.7-24.7%209.1c-8.5-3.5-11.2-13.1-6.4-21.5c5-8.4%2015.6-12.4%2024.1-9.1c8.7%203.2%2011.8%2012.9%207%2021.5m334.5-197.2c15%204.8%2031-3.4%2035.9-18.3c11.8-36.6%204.4-78.4-23.2-109a111.39%20111.39%200%200%200-106-34.3a28.45%2028.45%200%200%200-21.9%2033.8a28.39%2028.39%200%200%200%2033.8%2021.8c18.4-3.9%2038.3%201.8%2051.9%2016.7a54.2%2054.2%200%200%201%2011.3%2053.3a28.45%2028.45%200%200%200%2018.2%2036m99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98%2032.98%200%200%200-25.4%2039.3a33.12%2033.12%200%200%200%2039.3%2025.5c55-11.7%20114.4%205.4%20154.8%2050.1c40.3%2044.7%2051.2%20105.7%2034%20159.1c-5.6%2017.4%203.9%2036%2021.3%2041.7c17.4%205.6%2036-3.9%2041.6-21.2v-.1c24.1-75.4%208.9-161.1-47.9-223.9M729%20499c-12.2-3.6-20.5-6.1-14.1-22.1c13.8-34.7%2015.2-64.7.3-86c-28-40.1-104.8-37.9-192.8-1.1c0%200-27.6%2012.1-20.6-9.8c13.5-43.5%2011.5-79.9-9.6-101c-47.7-47.8-174.6%201.8-283.5%20110.6C127.3%20471.1%2080%20557.5%2080%20632.2C80%20775.1%20263.2%20862%20442.5%20862c235%200%20391.3-136.5%20391.3-245c0-65.5-55.2-102.6-104.8-118M443%20810.8c-143%2014.1-266.5-50.5-275.8-144.5c-9.3-93.9%2099.2-181.5%20242.2-195.6c143-14.2%20266.5%2050.5%20275.8%20144.4C694.4%20709%20586%20796.6%20443%20810.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-outlined.svg?color=%231a73e8&size=48