Weibo Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Weibo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306908.svg" alt="Weibo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306908.svg" alt="Weibo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306908.svg" alt="Weibo icon" :width="24" :height="24" />
CSS background
.icon-weibo {
background-image: url('https://proicons.com/icon/306908.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M937 358c-10-129-117-227-260-208-18 3-37 2-41 24-9 51 47 35 71 35 84 0 170 70 169 171-1 35-29 93 24 88 32-3 40-61 37-110zM704 475c14-34 22-80 0-105-49-57-160 2-212 5 24-74-3-150-93-127-84 21-145 66-203 125-61 61-123 132-132 225-11 107 57 161 122 198 194 110 506 49 609-96 14-20 29-52 32-75 12-100-62-116-123-150zm-66 235c-53 61-166 101-278 93-98-6-231-64-206-186 11-54 55-90 93-112 46-27 91-41 157-47 120-10 273 35 273 157 1 39-19 73-39 95zm152-281c21-1 32-34 27-71-7-52-53-95-115-90-14 1-39-2-39 26 0 39 43 17 71 30 14 6 30 29 32 49 2 32-12 58 24 56zm-399 98c-83 8-162 80-129 171 49 135 321 62 269-95-16-48-69-84-140-76zm-29 186c-64 15-75-68-17-81 69-16 63 70 17 81zm44-84c0-24 32-27 34-9 2 15-23 29-34 9z"/></svg>
Copied!