zhihu-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
zhihu-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
zhihu, zhihu-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the zhihu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1zm247.7 497h-59.9l-75.1 50.4l-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1c-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2l-12.9-.7c-.8 0-19.6-.9-41.4 10.6c-35.7 19-51.7 56.4-58.7 84.4c-18.4 73.1-44.6 123.9-55.7 145.6c-3.3 6.4-5.3 10.2-6.2 12.8c-1.8 4.9-.8 9.8 2.8 13c10.5 9.5 38.2-2.9 38.5-3c.6-.3 1.3-.6 2.2-1c13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4c-3.7 7-7.3 14-10.7 20.8c-21.3 42.2-43.4 85.8-126.3 153.6c-3.6 2.8-7 8-4.8 13.7c2.4 6.3 9.3 9.1 24.6 9.1c5.4 0 11.8-.3 19.4-1c49.9-4.4 100.8-18 135.1-87.6c17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8l-108.1-123l-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignZhihuOutlined(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="M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1zm247.7 497h-59.9l-75.1 50.4l-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1c-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2l-12.9-.7c-.8 0-19.6-.9-41.4 10.6c-35.7 19-51.7 56.4-58.7 84.4c-18.4 73.1-44.6 123.9-55.7 145.6c-3.3 6.4-5.3 10.2-6.2 12.8c-1.8 4.9-.8 9.8 2.8 13c10.5 9.5 38.2-2.9 38.5-3c.6-.3 1.3-.6 2.2-1c13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4c-3.7 7-7.3 14-10.7 20.8c-21.3 42.2-43.4 85.8-126.3 153.6c-3.6 2.8-7 8-4.8 13.7c2.4 6.3 9.3 9.1 24.6 9.1c5.4 0 11.8-.3 19.4-1c49.9-4.4 100.8-18 135.1-87.6c17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8l-108.1-123l-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1zm247.7 497h-59.9l-75.1 50.4l-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1c-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2l-12.9-.7c-.8 0-19.6-.9-41.4 10.6c-35.7 19-51.7 56.4-58.7 84.4c-18.4 73.1-44.6 123.9-55.7 145.6c-3.3 6.4-5.3 10.2-6.2 12.8c-1.8 4.9-.8 9.8 2.8 13c10.5 9.5 38.2-2.9 38.5-3c.6-.3 1.3-.6 2.2-1c13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4c-3.7 7-7.3 14-10.7 20.8c-21.3 42.2-43.4 85.8-126.3 153.6c-3.6 2.8-7 8-4.8 13.7c2.4 6.3 9.3 9.1 24.6 9.1c5.4 0 11.8-.3 19.4-1c49.9-4.4 100.8-18 135.1-87.6c17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8l-108.1-123l-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9z"/></svg>
</template>

CSS

.icon-zhihu-outlined {
  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%22M564.7%20230.1V803h60l25.2%2071.4L756.3%20803h131.5V230.1zm247.7%20497h-59.9l-75.1%2050.4l-17.8-50.4h-18V308.3h170.7v418.8zM526.1%20486.9H393.3c2.1-44.9%204.3-104.3%206.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1c-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6%2015.7-69.7%2029.4-93.8l6.4-11.2l-12.9-.7c-.8%200-19.6-.9-41.4%2010.6c-35.7%2019-51.7%2056.4-58.7%2084.4c-18.4%2073.1-44.6%20123.9-55.7%20145.6c-3.3%206.4-5.3%2010.2-6.2%2012.8c-1.8%204.9-.8%209.8%202.8%2013c10.5%209.5%2038.2-2.9%2038.5-3c.6-.3%201.3-.6%202.2-1c13.9-6.3%2055.1-25%2069.8-84.5h56.7c.7%2032.2%203.1%20138.4%202.9%20172.9h-141l-2.1%201.5c-23.1%2016.9-30.5%2063.2-30.8%2065.2l-1.4%209.2h167c-12.3%2078.3-26.5%20113.4-34%20127.4c-3.7%207-7.3%2014-10.7%2020.8c-21.3%2042.2-43.4%2085.8-126.3%20153.6c-3.6%202.8-7%208-4.8%2013.7c2.4%206.3%209.3%209.1%2024.6%209.1c5.4%200%2011.8-.3%2019.4-1c49.9-4.4%20100.8-18%20135.1-87.6c17-35.1%2031.7-71.7%2043.9-108.9L497%20850l5-12c.8-1.9%2019-46.3%205.1-95.9l-.5-1.8l-108.1-123l-22%2016.6c6.4-26.1%2010.6-49.9%2012.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9z%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%22M564.7%20230.1V803h60l25.2%2071.4L756.3%20803h131.5V230.1zm247.7%20497h-59.9l-75.1%2050.4l-17.8-50.4h-18V308.3h170.7v418.8zM526.1%20486.9H393.3c2.1-44.9%204.3-104.3%206.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1c-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6%2015.7-69.7%2029.4-93.8l6.4-11.2l-12.9-.7c-.8%200-19.6-.9-41.4%2010.6c-35.7%2019-51.7%2056.4-58.7%2084.4c-18.4%2073.1-44.6%20123.9-55.7%20145.6c-3.3%206.4-5.3%2010.2-6.2%2012.8c-1.8%204.9-.8%209.8%202.8%2013c10.5%209.5%2038.2-2.9%2038.5-3c.6-.3%201.3-.6%202.2-1c13.9-6.3%2055.1-25%2069.8-84.5h56.7c.7%2032.2%203.1%20138.4%202.9%20172.9h-141l-2.1%201.5c-23.1%2016.9-30.5%2063.2-30.8%2065.2l-1.4%209.2h167c-12.3%2078.3-26.5%20113.4-34%20127.4c-3.7%207-7.3%2014-10.7%2020.8c-21.3%2042.2-43.4%2085.8-126.3%20153.6c-3.6%202.8-7%208-4.8%2013.7c2.4%206.3%209.3%209.1%2024.6%209.1c5.4%200%2011.8-.3%2019.4-1c49.9-4.4%20100.8-18%20135.1-87.6c17-35.1%2031.7-71.7%2043.9-108.9L497%20850l5-12c.8-1.9%2019-46.3%205.1-95.9l-.5-1.8l-108.1-123l-22%2016.6c6.4-26.1%2010.6-49.9%2012.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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