sina weibo icon
sina-weibo from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- sina-weibo
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the sina weibo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.878 1.093a4.23 4.23 0 0 1 4.031 1.305a4.22 4.22 0 0 1 .886 4.14v.001a.612.612 0 0 1-1.166-.377a3.01 3.01 0 0 0-3.495-3.873a.611.611 0 1 1-.256-1.196M3.753 9.465c.548-1.11 1.972-1.74 3.233-1.411c1.304.338 1.971 1.568 1.437 2.764c-.541 1.221-2.095 1.875-3.416 1.449c-1.271-.411-1.812-1.67-1.254-2.802m2.658.567c.16.066.365-.009.458-.168c.088-.16.03-.34-.129-.397c-.156-.062-.353.013-.446.168c-.09.154-.041.333.117.397m-1.607 1.314c.413.188.963.009 1.219-.4c.252-.413.12-.883-.296-1.062c-.41-.172-.94.005-1.194.402c-.256.4-.135.874.271 1.06"/><path d="m12.014 7.238l.005.001c.919.285 1.941.974 1.939 2.188c0 2.007-2.895 4.535-7.246 4.535C3.393 13.962 0 12.352 0 9.708c0-1.385.876-2.985 2.384-4.493C4.4 3.199 6.751 2.28 7.634 3.165c.39.392.427 1.065.177 1.87c-.132.405.38.182.38.182c1.63-.682 3.051-.722 3.57.02c.278.397.252.951-.004 1.594c-.116.293.035.34.257.407m-10.4 3.101c.172 1.738 2.46 2.936 5.109 2.674c2.647-.26 4.656-1.883 4.482-3.623c-.17-1.738-2.458-2.937-5.107-2.674c-2.647.263-4.656 1.883-4.484 3.623m11.681-6.484a2.06 2.06 0 0 0-1.962-.634a.526.526 0 1 0 .219 1.031a1.008 1.008 0 0 1 1.17 1.296a.528.528 0 0 0 1.005.325a2.06 2.06 0 0 0-.432-2.018"/></g></svg>
React
import type { SVGProps } from "react";
export function BiSinaWeibo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.878 1.093a4.23 4.23 0 0 1 4.031 1.305a4.22 4.22 0 0 1 .886 4.14v.001a.612.612 0 0 1-1.166-.377a3.01 3.01 0 0 0-3.495-3.873a.611.611 0 1 1-.256-1.196M3.753 9.465c.548-1.11 1.972-1.74 3.233-1.411c1.304.338 1.971 1.568 1.437 2.764c-.541 1.221-2.095 1.875-3.416 1.449c-1.271-.411-1.812-1.67-1.254-2.802m2.658.567c.16.066.365-.009.458-.168c.088-.16.03-.34-.129-.397c-.156-.062-.353.013-.446.168c-.09.154-.041.333.117.397m-1.607 1.314c.413.188.963.009 1.219-.4c.252-.413.12-.883-.296-1.062c-.41-.172-.94.005-1.194.402c-.256.4-.135.874.271 1.06"/><path d="m12.014 7.238l.005.001c.919.285 1.941.974 1.939 2.188c0 2.007-2.895 4.535-7.246 4.535C3.393 13.962 0 12.352 0 9.708c0-1.385.876-2.985 2.384-4.493C4.4 3.199 6.751 2.28 7.634 3.165c.39.392.427 1.065.177 1.87c-.132.405.38.182.38.182c1.63-.682 3.051-.722 3.57.02c.278.397.252.951-.004 1.594c-.116.293.035.34.257.407m-10.4 3.101c.172 1.738 2.46 2.936 5.109 2.674c2.647-.26 4.656-1.883 4.482-3.623c-.17-1.738-2.458-2.937-5.107-2.674c-2.647.263-4.656 1.883-4.484 3.623m11.681-6.484a2.06 2.06 0 0 0-1.962-.634a.526.526 0 1 0 .219 1.031a1.008 1.008 0 0 1 1.17 1.296a.528.528 0 0 0 1.005.325a2.06 2.06 0 0 0-.432-2.018"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.878 1.093a4.23 4.23 0 0 1 4.031 1.305a4.22 4.22 0 0 1 .886 4.14v.001a.612.612 0 0 1-1.166-.377a3.01 3.01 0 0 0-3.495-3.873a.611.611 0 1 1-.256-1.196M3.753 9.465c.548-1.11 1.972-1.74 3.233-1.411c1.304.338 1.971 1.568 1.437 2.764c-.541 1.221-2.095 1.875-3.416 1.449c-1.271-.411-1.812-1.67-1.254-2.802m2.658.567c.16.066.365-.009.458-.168c.088-.16.03-.34-.129-.397c-.156-.062-.353.013-.446.168c-.09.154-.041.333.117.397m-1.607 1.314c.413.188.963.009 1.219-.4c.252-.413.12-.883-.296-1.062c-.41-.172-.94.005-1.194.402c-.256.4-.135.874.271 1.06"/><path d="m12.014 7.238l.005.001c.919.285 1.941.974 1.939 2.188c0 2.007-2.895 4.535-7.246 4.535C3.393 13.962 0 12.352 0 9.708c0-1.385.876-2.985 2.384-4.493C4.4 3.199 6.751 2.28 7.634 3.165c.39.392.427 1.065.177 1.87c-.132.405.38.182.38.182c1.63-.682 3.051-.722 3.57.02c.278.397.252.951-.004 1.594c-.116.293.035.34.257.407m-10.4 3.101c.172 1.738 2.46 2.936 5.109 2.674c2.647-.26 4.656-1.883 4.482-3.623c-.17-1.738-2.458-2.937-5.107-2.674c-2.647.263-4.656 1.883-4.484 3.623m11.681-6.484a2.06 2.06 0 0 0-1.962-.634a.526.526 0 1 0 .219 1.031a1.008 1.008 0 0 1 1.17 1.296a.528.528 0 0 0 1.005.325a2.06 2.06 0 0 0-.432-2.018"/></g></svg> </template>
CSS
.icon-sina-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.878%201.093a4.23%204.23%200%200%201%204.031%201.305a4.22%204.22%200%200%201%20.886%204.14v.001a.612.612%200%200%201-1.166-.377a3.01%203.01%200%200%200-3.495-3.873a.611.611%200%201%201-.256-1.196M3.753%209.465c.548-1.11%201.972-1.74%203.233-1.411c1.304.338%201.971%201.568%201.437%202.764c-.541%201.221-2.095%201.875-3.416%201.449c-1.271-.411-1.812-1.67-1.254-2.802m2.658.567c.16.066.365-.009.458-.168c.088-.16.03-.34-.129-.397c-.156-.062-.353.013-.446.168c-.09.154-.041.333.117.397m-1.607%201.314c.413.188.963.009%201.219-.4c.252-.413.12-.883-.296-1.062c-.41-.172-.94.005-1.194.402c-.256.4-.135.874.271%201.06%22%2F%3E%3Cpath%20d%3D%22m12.014%207.238l.005.001c.919.285%201.941.974%201.939%202.188c0%202.007-2.895%204.535-7.246%204.535C3.393%2013.962%200%2012.352%200%209.708c0-1.385.876-2.985%202.384-4.493C4.4%203.199%206.751%202.28%207.634%203.165c.39.392.427%201.065.177%201.87c-.132.405.38.182.38.182c1.63-.682%203.051-.722%203.57.02c.278.397.252.951-.004%201.594c-.116.293.035.34.257.407m-10.4%203.101c.172%201.738%202.46%202.936%205.109%202.674c2.647-.26%204.656-1.883%204.482-3.623c-.17-1.738-2.458-2.937-5.107-2.674c-2.647.263-4.656%201.883-4.484%203.623m11.681-6.484a2.06%202.06%200%200%200-1.962-.634a.526.526%200%201%200%20.219%201.031a1.008%201.008%200%200%201%201.17%201.296a.528.528%200%200%200%201.005.325a2.06%202.06%200%200%200-.432-2.018%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.878%201.093a4.23%204.23%200%200%201%204.031%201.305a4.22%204.22%200%200%201%20.886%204.14v.001a.612.612%200%200%201-1.166-.377a3.01%203.01%200%200%200-3.495-3.873a.611.611%200%201%201-.256-1.196M3.753%209.465c.548-1.11%201.972-1.74%203.233-1.411c1.304.338%201.971%201.568%201.437%202.764c-.541%201.221-2.095%201.875-3.416%201.449c-1.271-.411-1.812-1.67-1.254-2.802m2.658.567c.16.066.365-.009.458-.168c.088-.16.03-.34-.129-.397c-.156-.062-.353.013-.446.168c-.09.154-.041.333.117.397m-1.607%201.314c.413.188.963.009%201.219-.4c.252-.413.12-.883-.296-1.062c-.41-.172-.94.005-1.194.402c-.256.4-.135.874.271%201.06%22%2F%3E%3Cpath%20d%3D%22m12.014%207.238l.005.001c.919.285%201.941.974%201.939%202.188c0%202.007-2.895%204.535-7.246%204.535C3.393%2013.962%200%2012.352%200%209.708c0-1.385.876-2.985%202.384-4.493C4.4%203.199%206.751%202.28%207.634%203.165c.39.392.427%201.065.177%201.87c-.132.405.38.182.38.182c1.63-.682%203.051-.722%203.57.02c.278.397.252.951-.004%201.594c-.116.293.035.34.257.407m-10.4%203.101c.172%201.738%202.46%202.936%205.109%202.674c2.647-.26%204.656-1.883%204.482-3.623c-.17-1.738-2.458-2.937-5.107-2.674c-2.647.263-4.656%201.883-4.484%203.623m11.681-6.484a2.06%202.06%200%200%200-1.962-.634a.526.526%200%201%200%20.219%201.031a1.008%201.008%200%200%201%201.17%201.296a.528.528%200%200%200%201.005.325a2.06%202.06%200%200%200-.432-2.018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/sina-weibo.svg?color=%231a73e8&size=48