weibo-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
weibo-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the weibo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16 4a1 1 0 0 1 1-1a6 6 0 0 1 6 6a1 1 0 1 1-2 0a4 4 0 0 0-4-4a1 1 0 0 1-1-1m-2.017 3.807c-.037-.753-.314-1.455-.863-1.992c-1.06-1.038-2.712-1.057-4.347-.21A14.6 14.6 0 0 0 4.05 9.56C2.842 11.126 2 12.953 2 14.715c0 1.93 1.256 3.526 2.962 4.586C6.682 20.371 8.996 21 11.5 21s4.818-.63 6.538-1.699C19.744 18.241 21 16.646 21 14.715c0-1.657-1.099-2.754-2.463-3.444c.32-.997.23-2.145-.617-2.964c-.892-.862-2.263-1.002-3.937-.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWeiboFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M16 4a1 1 0 0 1 1-1a6 6 0 0 1 6 6a1 1 0 1 1-2 0a4 4 0 0 0-4-4a1 1 0 0 1-1-1m-2.017 3.807c-.037-.753-.314-1.455-.863-1.992c-1.06-1.038-2.712-1.057-4.347-.21A14.6 14.6 0 0 0 4.05 9.56C2.842 11.126 2 12.953 2 14.715c0 1.93 1.256 3.526 2.962 4.586C6.682 20.371 8.996 21 11.5 21s4.818-.63 6.538-1.699C19.744 18.241 21 16.646 21 14.715c0-1.657-1.099-2.754-2.463-3.444c.32-.997.23-2.145-.617-2.964c-.892-.862-2.263-1.002-3.937-.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16 4a1 1 0 0 1 1-1a6 6 0 0 1 6 6a1 1 0 1 1-2 0a4 4 0 0 0-4-4a1 1 0 0 1-1-1m-2.017 3.807c-.037-.753-.314-1.455-.863-1.992c-1.06-1.038-2.712-1.057-4.347-.21A14.6 14.6 0 0 0 4.05 9.56C2.842 11.126 2 12.953 2 14.715c0 1.93 1.256 3.526 2.962 4.586C6.682 20.371 8.996 21 11.5 21s4.818-.63 6.538-1.699C19.744 18.241 21 16.646 21 14.715c0-1.657-1.099-2.754-2.463-3.444c.32-.997.23-2.145-.617-2.964c-.892-.862-2.263-1.002-3.937-.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-weibo-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%204a1%201%200%200%201%201-1a6%206%200%200%201%206%206a1%201%200%201%201-2%200a4%204%200%200%200-4-4a1%201%200%200%201-1-1m-2.017%203.807c-.037-.753-.314-1.455-.863-1.992c-1.06-1.038-2.712-1.057-4.347-.21A14.6%2014.6%200%200%200%204.05%209.56C2.842%2011.126%202%2012.953%202%2014.715c0%201.93%201.256%203.526%202.962%204.586C6.682%2020.371%208.996%2021%2011.5%2021s4.818-.63%206.538-1.699C19.744%2018.241%2021%2016.646%2021%2014.715c0-1.657-1.099-2.754-2.463-3.444c.32-.997.23-2.145-.617-2.964c-.892-.862-2.263-1.002-3.937-.5%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%204a1%201%200%200%201%201-1a6%206%200%200%201%206%206a1%201%200%201%201-2%200a4%204%200%200%200-4-4a1%201%200%200%201-1-1m-2.017%203.807c-.037-.753-.314-1.455-.863-1.992c-1.06-1.038-2.712-1.057-4.347-.21A14.6%2014.6%200%200%200%204.05%209.56C2.842%2011.126%202%2012.953%202%2014.715c0%201.93%201.256%203.526%202.962%204.586C6.682%2020.371%208.996%2021%2011.5%2021s4.818-.63%206.538-1.699C19.744%2018.241%2021%2016.646%2021%2014.715c0-1.657-1.099-2.754-2.463-3.444c.32-.997.23-2.145-.617-2.964c-.892-.862-2.263-1.002-3.937-.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/weibo-fill.svg?color=%231a73e8&size=48