weibo icon
weibo from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the weibo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.938 6.281a6.3 6.3 0 0 0-1.625.125a.93.93 0 0 0-.72 1.094a.93.93 0 0 0 1.095.719c1.527-.324 3.19.136 4.312 1.375a4.55 4.55 0 0 1 .938 4.437a.916.916 0 0 0 .593 1.156c.48.157 1-.113 1.157-.593c.671-2.09.265-4.473-1.313-6.219a6.4 6.4 0 0 0-4.438-2.094zm-8.282 2.75c-1.676.18-4.015 1.485-6.094 3.563C5.301 14.859 4 17.27 4 19.344c0 3.968 5.082 6.375 10.063 6.375c6.527 0 10.874-3.801 10.874-6.813c0-1.82-1.527-2.855-2.906-3.281c-.34-.102-.582-.148-.406-.594c.383-.965.445-1.812.031-2.406c-.777-1.113-2.933-1.055-5.375-.031c0 0-.758.36-.562-.25c.375-1.207.304-2.227-.281-2.813c-.415-.414-1.02-.582-1.782-.5m8.125.5a3 3 0 0 0-.781.063a.827.827 0 0 0-.625.969a.78.78 0 0 0 .938.593a1.57 1.57 0 0 1 1.468.469c.375.414.473.973.313 1.469a.794.794 0 0 0 .5 1a.793.793 0 0 0 1-.5a3.1 3.1 0 0 0-.657-3.031a3.1 3.1 0 0 0-2.156-1.032m-7.187 5.281c3.32.118 5.992 1.782 6.219 4.063c.257 2.61-2.747 5.047-6.72 5.438c-3.972.39-7.429-1.422-7.687-4.032s2.778-5.047 6.75-5.437c.496-.051.965-.047 1.438-.031zM13.03 16.75c-1.437.137-2.789.969-3.406 2.219c-.836 1.699-.035 3.601 1.875 4.218c1.98.637 4.313-.351 5.125-2.187c.8-1.793-.2-3.621-2.156-4.125a4.2 4.2 0 0 0-1.438-.125m.906 2.188a.4.4 0 0 1 .157.03c.242.09.351.356.219.595a.58.58 0 0 1-.688.25c-.238-.098-.32-.36-.188-.594a.61.61 0 0 1 .5-.282zm-1.843.562c.168.004.347.027.5.094c.62.265.816.976.437 1.593c-.383.614-1.191.907-1.812.625c-.61-.277-.79-.996-.406-1.593c.285-.446.78-.727 1.28-.719z"/></svg>
React
import type { SVGProps } from "react";
export function LaWeibo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.938 6.281a6.3 6.3 0 0 0-1.625.125a.93.93 0 0 0-.72 1.094a.93.93 0 0 0 1.095.719c1.527-.324 3.19.136 4.312 1.375a4.55 4.55 0 0 1 .938 4.437a.916.916 0 0 0 .593 1.156c.48.157 1-.113 1.157-.593c.671-2.09.265-4.473-1.313-6.219a6.4 6.4 0 0 0-4.438-2.094zm-8.282 2.75c-1.676.18-4.015 1.485-6.094 3.563C5.301 14.859 4 17.27 4 19.344c0 3.968 5.082 6.375 10.063 6.375c6.527 0 10.874-3.801 10.874-6.813c0-1.82-1.527-2.855-2.906-3.281c-.34-.102-.582-.148-.406-.594c.383-.965.445-1.812.031-2.406c-.777-1.113-2.933-1.055-5.375-.031c0 0-.758.36-.562-.25c.375-1.207.304-2.227-.281-2.813c-.415-.414-1.02-.582-1.782-.5m8.125.5a3 3 0 0 0-.781.063a.827.827 0 0 0-.625.969a.78.78 0 0 0 .938.593a1.57 1.57 0 0 1 1.468.469c.375.414.473.973.313 1.469a.794.794 0 0 0 .5 1a.793.793 0 0 0 1-.5a3.1 3.1 0 0 0-.657-3.031a3.1 3.1 0 0 0-2.156-1.032m-7.187 5.281c3.32.118 5.992 1.782 6.219 4.063c.257 2.61-2.747 5.047-6.72 5.438c-3.972.39-7.429-1.422-7.687-4.032s2.778-5.047 6.75-5.437c.496-.051.965-.047 1.438-.031zM13.03 16.75c-1.437.137-2.789.969-3.406 2.219c-.836 1.699-.035 3.601 1.875 4.218c1.98.637 4.313-.351 5.125-2.187c.8-1.793-.2-3.621-2.156-4.125a4.2 4.2 0 0 0-1.438-.125m.906 2.188a.4.4 0 0 1 .157.03c.242.09.351.356.219.595a.58.58 0 0 1-.688.25c-.238-.098-.32-.36-.188-.594a.61.61 0 0 1 .5-.282zm-1.843.562c.168.004.347.027.5.094c.62.265.816.976.437 1.593c-.383.614-1.191.907-1.812.625c-.61-.277-.79-.996-.406-1.593c.285-.446.78-.727 1.28-.719z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.938 6.281a6.3 6.3 0 0 0-1.625.125a.93.93 0 0 0-.72 1.094a.93.93 0 0 0 1.095.719c1.527-.324 3.19.136 4.312 1.375a4.55 4.55 0 0 1 .938 4.437a.916.916 0 0 0 .593 1.156c.48.157 1-.113 1.157-.593c.671-2.09.265-4.473-1.313-6.219a6.4 6.4 0 0 0-4.438-2.094zm-8.282 2.75c-1.676.18-4.015 1.485-6.094 3.563C5.301 14.859 4 17.27 4 19.344c0 3.968 5.082 6.375 10.063 6.375c6.527 0 10.874-3.801 10.874-6.813c0-1.82-1.527-2.855-2.906-3.281c-.34-.102-.582-.148-.406-.594c.383-.965.445-1.812.031-2.406c-.777-1.113-2.933-1.055-5.375-.031c0 0-.758.36-.562-.25c.375-1.207.304-2.227-.281-2.813c-.415-.414-1.02-.582-1.782-.5m8.125.5a3 3 0 0 0-.781.063a.827.827 0 0 0-.625.969a.78.78 0 0 0 .938.593a1.57 1.57 0 0 1 1.468.469c.375.414.473.973.313 1.469a.794.794 0 0 0 .5 1a.793.793 0 0 0 1-.5a3.1 3.1 0 0 0-.657-3.031a3.1 3.1 0 0 0-2.156-1.032m-7.187 5.281c3.32.118 5.992 1.782 6.219 4.063c.257 2.61-2.747 5.047-6.72 5.438c-3.972.39-7.429-1.422-7.687-4.032s2.778-5.047 6.75-5.437c.496-.051.965-.047 1.438-.031zM13.03 16.75c-1.437.137-2.789.969-3.406 2.219c-.836 1.699-.035 3.601 1.875 4.218c1.98.637 4.313-.351 5.125-2.187c.8-1.793-.2-3.621-2.156-4.125a4.2 4.2 0 0 0-1.438-.125m.906 2.188a.4.4 0 0 1 .157.03c.242.09.351.356.219.595a.58.58 0 0 1-.688.25c-.238-.098-.32-.36-.188-.594a.61.61 0 0 1 .5-.282zm-1.843.562c.168.004.347.027.5.094c.62.265.816.976.437 1.593c-.383.614-1.191.907-1.812.625c-.61-.277-.79-.996-.406-1.593c.285-.446.78-.727 1.28-.719z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.938%206.281a6.3%206.3%200%200%200-1.625.125a.93.93%200%200%200-.72%201.094a.93.93%200%200%200%201.095.719c1.527-.324%203.19.136%204.312%201.375a4.55%204.55%200%200%201%20.938%204.437a.916.916%200%200%200%20.593%201.156c.48.157%201-.113%201.157-.593c.671-2.09.265-4.473-1.313-6.219a6.4%206.4%200%200%200-4.438-2.094zm-8.282%202.75c-1.676.18-4.015%201.485-6.094%203.563C5.301%2014.859%204%2017.27%204%2019.344c0%203.968%205.082%206.375%2010.063%206.375c6.527%200%2010.874-3.801%2010.874-6.813c0-1.82-1.527-2.855-2.906-3.281c-.34-.102-.582-.148-.406-.594c.383-.965.445-1.812.031-2.406c-.777-1.113-2.933-1.055-5.375-.031c0%200-.758.36-.562-.25c.375-1.207.304-2.227-.281-2.813c-.415-.414-1.02-.582-1.782-.5m8.125.5a3%203%200%200%200-.781.063a.827.827%200%200%200-.625.969a.78.78%200%200%200%20.938.593a1.57%201.57%200%200%201%201.468.469c.375.414.473.973.313%201.469a.794.794%200%200%200%20.5%201a.793.793%200%200%200%201-.5a3.1%203.1%200%200%200-.657-3.031a3.1%203.1%200%200%200-2.156-1.032m-7.187%205.281c3.32.118%205.992%201.782%206.219%204.063c.257%202.61-2.747%205.047-6.72%205.438c-3.972.39-7.429-1.422-7.687-4.032s2.778-5.047%206.75-5.437c.496-.051.965-.047%201.438-.031zM13.03%2016.75c-1.437.137-2.789.969-3.406%202.219c-.836%201.699-.035%203.601%201.875%204.218c1.98.637%204.313-.351%205.125-2.187c.8-1.793-.2-3.621-2.156-4.125a4.2%204.2%200%200%200-1.438-.125m.906%202.188a.4.4%200%200%201%20.157.03c.242.09.351.356.219.595a.58.58%200%200%201-.688.25c-.238-.098-.32-.36-.188-.594a.61.61%200%200%201%20.5-.282zm-1.843.562c.168.004.347.027.5.094c.62.265.816.976.437%201.593c-.383.614-1.191.907-1.812.625c-.61-.277-.79-.996-.406-1.593c.285-.446.78-.727%201.28-.719z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.938%206.281a6.3%206.3%200%200%200-1.625.125a.93.93%200%200%200-.72%201.094a.93.93%200%200%200%201.095.719c1.527-.324%203.19.136%204.312%201.375a4.55%204.55%200%200%201%20.938%204.437a.916.916%200%200%200%20.593%201.156c.48.157%201-.113%201.157-.593c.671-2.09.265-4.473-1.313-6.219a6.4%206.4%200%200%200-4.438-2.094zm-8.282%202.75c-1.676.18-4.015%201.485-6.094%203.563C5.301%2014.859%204%2017.27%204%2019.344c0%203.968%205.082%206.375%2010.063%206.375c6.527%200%2010.874-3.801%2010.874-6.813c0-1.82-1.527-2.855-2.906-3.281c-.34-.102-.582-.148-.406-.594c.383-.965.445-1.812.031-2.406c-.777-1.113-2.933-1.055-5.375-.031c0%200-.758.36-.562-.25c.375-1.207.304-2.227-.281-2.813c-.415-.414-1.02-.582-1.782-.5m8.125.5a3%203%200%200%200-.781.063a.827.827%200%200%200-.625.969a.78.78%200%200%200%20.938.593a1.57%201.57%200%200%201%201.468.469c.375.414.473.973.313%201.469a.794.794%200%200%200%20.5%201a.793.793%200%200%200%201-.5a3.1%203.1%200%200%200-.657-3.031a3.1%203.1%200%200%200-2.156-1.032m-7.187%205.281c3.32.118%205.992%201.782%206.219%204.063c.257%202.61-2.747%205.047-6.72%205.438c-3.972.39-7.429-1.422-7.687-4.032s2.778-5.047%206.75-5.437c.496-.051.965-.047%201.438-.031zM13.03%2016.75c-1.437.137-2.789.969-3.406%202.219c-.836%201.699-.035%203.601%201.875%204.218c1.98.637%204.313-.351%205.125-2.187c.8-1.793-.2-3.621-2.156-4.125a4.2%204.2%200%200%200-1.438-.125m.906%202.188a.4.4%200%200%201%20.157.03c.242.09.351.356.219.595a.58.58%200%200%201-.688.25c-.238-.098-.32-.36-.188-.594a.61.61%200%200%201%20.5-.282zm-1.843.562c.168.004.347.027.5.094c.62.265.816.976.437%201.593c-.383.614-1.191.907-1.812.625c-.61-.277-.79-.996-.406-1.593c.285-.446.78-.727%201.28-.719z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/weibo.svg?color=%231a73e8&size=48