weibo icon
weibo from IconPark Solid by ByteDance · Solid · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- Set
- IconPark Solid
- Style
- Solid
- Category
- Brand
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More brand icons from IconPark Solid
Use the weibo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGe29Xbbzw"><g fill="none"><path fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="4.159" d="M12.562 16.41c-3.344 3.25-10.399 12.736-5.2 19.522c5.2 6.785 19.92 4.168 25.997-.613c6.077-4.78 5.477-7.734 4.16-9.036s-5.163.014-6.24-1.757s1.917-6.195-.634-7.595c-2.55-1.4-6.954 3.65-8.943 2.338c-1.99-1.312 2.189-5.596 0-6.83c-2.19-1.235-5.796.722-9.14 3.972Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4.159" d="M43.379 16.516a12.95 12.95 0 0 0-3.642-8.073a12.96 12.96 0 0 0-7.723-3.84m5.278 12.328c-.13-1.64-.867-3.117-2-4.228a7.25 7.25 0 0 0-4.24-2.01"/><path fill="#000" d="M25 30c0 2.21-2.686 4-6 4s-6-1.79-6-4s2.686-4 6-4s6 1.79 6 4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGe29Xbbzw)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidWeibo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGe29Xbbzw"><g fill="none"><path fill="#fff" stroke="#fff" strokeLinejoin="round" strokeWidth="4.159" d="M12.562 16.41c-3.344 3.25-10.399 12.736-5.2 19.522c5.2 6.785 19.92 4.168 25.997-.613c6.077-4.78 5.477-7.734 4.16-9.036s-5.163.014-6.24-1.757s1.917-6.195-.634-7.595c-2.55-1.4-6.954 3.65-8.943 2.338c-1.99-1.312 2.189-5.596 0-6.83c-2.19-1.235-5.796.722-9.14 3.972Z"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4.159" d="M43.379 16.516a12.95 12.95 0 0 0-3.642-8.073a12.96 12.96 0 0 0-7.723-3.84m5.278 12.328c-.13-1.64-.867-3.117-2-4.228a7.25 7.25 0 0 0-4.24-2.01"/><path fill="#000" d="M25 30c0 2.21-2.686 4-6 4s-6-1.79-6-4s2.686-4 6-4s6 1.79 6 4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGe29Xbbzw)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGe29Xbbzw"><g fill="none"><path fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="4.159" d="M12.562 16.41c-3.344 3.25-10.399 12.736-5.2 19.522c5.2 6.785 19.92 4.168 25.997-.613c6.077-4.78 5.477-7.734 4.16-9.036s-5.163.014-6.24-1.757s1.917-6.195-.634-7.595c-2.55-1.4-6.954 3.65-8.943 2.338c-1.99-1.312 2.189-5.596 0-6.83c-2.19-1.235-5.796.722-9.14 3.972Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4.159" d="M43.379 16.516a12.95 12.95 0 0 0-3.642-8.073a12.96 12.96 0 0 0-7.723-3.84m5.278 12.328c-.13-1.64-.867-3.117-2-4.228a7.25 7.25 0 0 0-4.24-2.01"/><path fill="#000" d="M25 30c0 2.21-2.686 4-6 4s-6-1.79-6-4s2.686-4 6-4s6 1.79 6 4"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGe29Xbbzw)"/></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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGe29Xbbzw%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.159%22%20d%3D%22M12.562%2016.41c-3.344%203.25-10.399%2012.736-5.2%2019.522c5.2%206.785%2019.92%204.168%2025.997-.613c6.077-4.78%205.477-7.734%204.16-9.036s-5.163.014-6.24-1.757s1.917-6.195-.634-7.595c-2.55-1.4-6.954%203.65-8.943%202.338c-1.99-1.312%202.189-5.596%200-6.83c-2.19-1.235-5.796.722-9.14%203.972Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224.159%22%20d%3D%22M43.379%2016.516a12.95%2012.95%200%200%200-3.642-8.073a12.96%2012.96%200%200%200-7.723-3.84m5.278%2012.328c-.13-1.64-.867-3.117-2-4.228a7.25%207.25%200%200%200-4.24-2.01%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M25%2030c0%202.21-2.686%204-6%204s-6-1.79-6-4s2.686-4%206-4s6%201.79%206%204%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGe29Xbbzw)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGe29Xbbzw%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.159%22%20d%3D%22M12.562%2016.41c-3.344%203.25-10.399%2012.736-5.2%2019.522c5.2%206.785%2019.92%204.168%2025.997-.613c6.077-4.78%205.477-7.734%204.16-9.036s-5.163.014-6.24-1.757s1.917-6.195-.634-7.595c-2.55-1.4-6.954%203.65-8.943%202.338c-1.99-1.312%202.189-5.596%200-6.83c-2.19-1.235-5.796.722-9.14%203.972Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224.159%22%20d%3D%22M43.379%2016.516a12.95%2012.95%200%200%200-3.642-8.073a12.96%2012.96%200%200%200-7.723-3.84m5.278%2012.328c-.13-1.64-.867-3.117-2-4.228a7.25%207.25%200%200%200-4.24-2.01%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M25%2030c0%202.21-2.686%204-6%204s-6-1.79-6-4s2.686-4%206-4s6%201.79%206%204%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGe29Xbbzw)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/weibo.svg?color=%231a73e8&size=48