Weibo Icon
Free SVG icon from the Arcticons 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/335078.svg" alt="Weibo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335078.svg" alt="Weibo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335078.svg" alt="Weibo icon" :width="24" :height="24" />
CSS background
.icon-weibo {
background-image: url('https://proicons.com/icon/335078.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{stroke-linecap:round;}.c,.d{fill:none;stroke:#000;stroke-linejoin:round;}.e{fill:#000;stroke-width:0px;}</style></defs><path class="d" d="m19.989,12.67c-2.2413,0-5.3973,2.08-8.4659,5.4394-3.0933,3.3851-6.0231,7.9695-6.0231,12.8643,0,6.7045,7.4629,9.62,14.1324,9.62,8.4977,0,18.7127-5.5216,18.7127-12.9136,0-2.636-2.6175-4.5752-6.9768-4.5587.6957-1.8899,1.2445-4.0747-.2004-4.905-1.784-1.0256-5.2031-.8129-8.916,1.8724-.1809-.2651-.2189-1.3771-.1141-2.2156.407-3.2772-.0051-5.202-2.1478-5.202l-.001-.001Zm2.1673,10.4853c6.1585.0466,10.7623,3.0182,10.7627,6.947-.0001,4.3239-5.5418,8.2489-12.3782,8.767-6.8362.5181-12.3788-2.5667-12.3803-6.8905.0003-4.3242,5.5428-8.2493,12.3796-8.7669.0002,0,.0004,0,.0007,0,.5402-.0413,1.0798-.0602,1.6155-.0565Zm-2.2824,3.2659c-.2692-.0064-.5409.0057-.8129.036-3.1471.3532-5.6984,3.0297-5.6984,5.9782v.0007c.0004,2.9482,2.5515,5.0516,5.6984,4.6985,3.1471-.3521,5.6993-3.0279,5.7005-5.9765v-.0004c.0004-2.6553-2.0822-4.6735-4.8876-4.7365Zm-2.2136,4.6122c.889.0222,1.5486.7349,1.5477,1.672,0,1.0396-.8077,1.9832-1.8041,2.1077-.0001,0-.0003,0-.0004,0-.9965.1246-1.8044-.6171-1.8046-1.6566,0-.0003,0-.0007,0-.001,0-1.0396.8077-1.9832,1.8041-2.1077.0002,0,.0003,0,.0005,0,.0859-.0112.1718-.016.2569-.0144Z"/><path class="c" d="m32.2532,11.7605c3.1816.2199,5.7138,2.7552,5.9296,5.9368m4.3172,0c-.0452-5.647-4.5998-10.2211-10.2468-10.291m2.5332,10.291c-.2488-1.284-1.2502-2.2895-2.5332-2.5435"/><circle class="e" cx="19.8164" cy="31.3005" r=".75"/></svg>
Copied!