zhihu-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
zhihu-circle-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
zhihu-circle, zhihu-circle-fill

Related icons in Ant Design Icons

Use the zhihu circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7c-22.6 45.7-55.2 54.7-89.5 57.7c-34.4 3-23.3-5.3-23.3-5.3c68-55.5 78-87.8 96.8-123.1c11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1c-7 3.4-23.6 7.1-21.1 0c2.6-7.1 27-46.2 43.2-110.7c16.3-64.6 63.9-62 63.9-62c-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7zm346.5 167h-87.6l-69.5 46.6l-16.4-46.6h-40.1V321.5h213.6zM408.2 611s0-.1 0 0m216 94.3l56.8-38.1h45.6h-.1V364.7H596.7v302.5h14.1z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignZhihuCircleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7c-22.6 45.7-55.2 54.7-89.5 57.7c-34.4 3-23.3-5.3-23.3-5.3c68-55.5 78-87.8 96.8-123.1c11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1c-7 3.4-23.6 7.1-21.1 0c2.6-7.1 27-46.2 43.2-110.7c16.3-64.6 63.9-62 63.9-62c-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7zm346.5 167h-87.6l-69.5 46.6l-16.4-46.6h-40.1V321.5h213.6zM408.2 611s0-.1 0 0m216 94.3l56.8-38.1h45.6h-.1V364.7H596.7v302.5h14.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7c-22.6 45.7-55.2 54.7-89.5 57.7c-34.4 3-23.3-5.3-23.3-5.3c68-55.5 78-87.8 96.8-123.1c11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1c-7 3.4-23.6 7.1-21.1 0c2.6-7.1 27-46.2 43.2-110.7c16.3-64.6 63.9-62 63.9-62c-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7zm346.5 167h-87.6l-69.5 46.6l-16.4-46.6h-40.1V321.5h213.6zM408.2 611s0-.1 0 0m216 94.3l56.8-38.1h45.6h-.1V364.7H596.7v302.5h14.1z"/></svg>
</template>

CSS

.icon-zhihu-circle-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m-90.7%20477.8l-.1%201.5c-1.5%2020.4-6.3%2043.9-12.9%2067.6l24-18.1l71%2080.7c9.2%2033-3.3%2063.1-3.3%2063.1l-95.7-111.9v-.1c-8.9%2029-20.1%2057.3-33.3%2084.7c-22.6%2045.7-55.2%2054.7-89.5%2057.7c-34.4%203-23.3-5.3-23.3-5.3c68-55.5%2078-87.8%2096.8-123.1c11.9-22.3%2020.4-64.3%2025.3-96.8H264.1s4.8-31.2%2019.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2%2045-41%2056.7-48.1%2060.1c-7%203.4-23.6%207.1-21.1%200c2.6-7.1%2027-46.2%2043.2-110.7c16.3-64.6%2063.9-62%2063.9-62c-12.8%2022.5-22.4%2073.6-22.4%2073.6h159.7c10.1%200%2010.6%2039%2010.6%2039h-90.8c-.7%2022.7-2.8%2083.8-5%20131.4H519s12.2%2015.4%2012.2%2041.7zm346.5%20167h-87.6l-69.5%2046.6l-16.4-46.6h-40.1V321.5h213.6zM408.2%20611s0-.1%200%200m216%2094.3l56.8-38.1h45.6h-.1V364.7H596.7v302.5h14.1z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m-90.7%20477.8l-.1%201.5c-1.5%2020.4-6.3%2043.9-12.9%2067.6l24-18.1l71%2080.7c9.2%2033-3.3%2063.1-3.3%2063.1l-95.7-111.9v-.1c-8.9%2029-20.1%2057.3-33.3%2084.7c-22.6%2045.7-55.2%2054.7-89.5%2057.7c-34.4%203-23.3-5.3-23.3-5.3c68-55.5%2078-87.8%2096.8-123.1c11.9-22.3%2020.4-64.3%2025.3-96.8H264.1s4.8-31.2%2019.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2%2045-41%2056.7-48.1%2060.1c-7%203.4-23.6%207.1-21.1%200c2.6-7.1%2027-46.2%2043.2-110.7c16.3-64.6%2063.9-62%2063.9-62c-12.8%2022.5-22.4%2073.6-22.4%2073.6h159.7c10.1%200%2010.6%2039%2010.6%2039h-90.8c-.7%2022.7-2.8%2083.8-5%20131.4H519s12.2%2015.4%2012.2%2041.7zm346.5%20167h-87.6l-69.5%2046.6l-16.4-46.6h-40.1V321.5h213.6zM408.2%20611s0-.1%200%200m216%2094.3l56.8-38.1h45.6h-.1V364.7H596.7v302.5h14.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/zhihu-circle-filled.svg?color=%231a73e8&size=48