zhihu logo
zhihu from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- zhihu
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the zhihu logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M170.5 212.1v217.5h23.4l7.7 26.4l42-26.4h49.5V212.1H170.4zM268.3 406h-27.9l-27.9 17.5l-5.1-17.5h-11.9V235.7h72.8zm-118.5-94.3H97.5c1.7-27.1 2.2-51.6 2.2-73.5h51.2s2-22.6-8.6-22.3H53.8c3.5-13.1 7.9-26.7 13.1-40.7c0 0-24.1 0-32.3 21.6c-3.4 8.9-13.2 43.1-30.7 78.1c5.9-.6 25.4-1.2 36.8-22.2c2.1-5.9 2.5-6.7 5.1-14.5h28.9c0 10.5-1.2 66.9-1.7 73.4H20.7c-11.7 0-15.6 23.6-15.6 23.6h65.6c-4.4 49.9-28 91.9-70.8 125.1c20.5 5.9 40.9-.9 51-9.9c0 0 23-20.9 35.6-69.3l54 64.9s7.9-26.9-1.2-40c-7.6-8.9-28.1-33.1-36.8-41.8L87.9 376c4.4-14 7-27.6 7.9-40.7h61.6s-.1-23.6-7.6-23.6m412-1.6c20.8-25.6 45-58.6 45-58.6s-18.6-14.8-27.4-4.1c-6 8.2-36.8 48.2-36.8 48.2l19.2 14.4zm-150-59.1c-9-8.2-25.9 2.1-25.9 2.1s39.5 55 41.1 57.4l19.5-13.7s-25.7-37.6-34.7-45.9zM640 322.4c-19.8 0-130.9.9-131.1.9v-101q7.2 0 22.8-1.2c40.9-2.4 70.1-4 87.8-4.8c0 0 12.2-27.2-.6-33.4c-3.1-1.2-23.2 4.6-23.2 4.6s-165.2 16.5-232.4 18c1.6 8.8 7.6 17.1 15.8 19.6c13.3 3.5 22.7 1.7 49.2.9c24.8-1.6 43.7-2.4 56.5-2.4v99.8H351.3s2.8 22.3 25.5 22.9h107.9v70.9c0 14-11.2 22-24.5 21.1c-14.1.1-26.1-1.1-41.7-1.8c2 4 6.3 14.4 19.3 21.8c9.9 4.8 16.2 6.6 26 6.6c29.6 0 45.7-17.3 44.9-45.3v-73.3h122.4c9.7 0 8.7-23.8 8.7-23.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsZhihu(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M170.5 212.1v217.5h23.4l7.7 26.4l42-26.4h49.5V212.1H170.4zM268.3 406h-27.9l-27.9 17.5l-5.1-17.5h-11.9V235.7h72.8zm-118.5-94.3H97.5c1.7-27.1 2.2-51.6 2.2-73.5h51.2s2-22.6-8.6-22.3H53.8c3.5-13.1 7.9-26.7 13.1-40.7c0 0-24.1 0-32.3 21.6c-3.4 8.9-13.2 43.1-30.7 78.1c5.9-.6 25.4-1.2 36.8-22.2c2.1-5.9 2.5-6.7 5.1-14.5h28.9c0 10.5-1.2 66.9-1.7 73.4H20.7c-11.7 0-15.6 23.6-15.6 23.6h65.6c-4.4 49.9-28 91.9-70.8 125.1c20.5 5.9 40.9-.9 51-9.9c0 0 23-20.9 35.6-69.3l54 64.9s7.9-26.9-1.2-40c-7.6-8.9-28.1-33.1-36.8-41.8L87.9 376c4.4-14 7-27.6 7.9-40.7h61.6s-.1-23.6-7.6-23.6m412-1.6c20.8-25.6 45-58.6 45-58.6s-18.6-14.8-27.4-4.1c-6 8.2-36.8 48.2-36.8 48.2l19.2 14.4zm-150-59.1c-9-8.2-25.9 2.1-25.9 2.1s39.5 55 41.1 57.4l19.5-13.7s-25.7-37.6-34.7-45.9zM640 322.4c-19.8 0-130.9.9-131.1.9v-101q7.2 0 22.8-1.2c40.9-2.4 70.1-4 87.8-4.8c0 0 12.2-27.2-.6-33.4c-3.1-1.2-23.2 4.6-23.2 4.6s-165.2 16.5-232.4 18c1.6 8.8 7.6 17.1 15.8 19.6c13.3 3.5 22.7 1.7 49.2.9c24.8-1.6 43.7-2.4 56.5-2.4v99.8H351.3s2.8 22.3 25.5 22.9h107.9v70.9c0 14-11.2 22-24.5 21.1c-14.1.1-26.1-1.1-41.7-1.8c2 4 6.3 14.4 19.3 21.8c9.9 4.8 16.2 6.6 26 6.6c29.6 0 45.7-17.3 44.9-45.3v-73.3h122.4c9.7 0 8.7-23.8 8.7-23.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M170.5 212.1v217.5h23.4l7.7 26.4l42-26.4h49.5V212.1H170.4zM268.3 406h-27.9l-27.9 17.5l-5.1-17.5h-11.9V235.7h72.8zm-118.5-94.3H97.5c1.7-27.1 2.2-51.6 2.2-73.5h51.2s2-22.6-8.6-22.3H53.8c3.5-13.1 7.9-26.7 13.1-40.7c0 0-24.1 0-32.3 21.6c-3.4 8.9-13.2 43.1-30.7 78.1c5.9-.6 25.4-1.2 36.8-22.2c2.1-5.9 2.5-6.7 5.1-14.5h28.9c0 10.5-1.2 66.9-1.7 73.4H20.7c-11.7 0-15.6 23.6-15.6 23.6h65.6c-4.4 49.9-28 91.9-70.8 125.1c20.5 5.9 40.9-.9 51-9.9c0 0 23-20.9 35.6-69.3l54 64.9s7.9-26.9-1.2-40c-7.6-8.9-28.1-33.1-36.8-41.8L87.9 376c4.4-14 7-27.6 7.9-40.7h61.6s-.1-23.6-7.6-23.6m412-1.6c20.8-25.6 45-58.6 45-58.6s-18.6-14.8-27.4-4.1c-6 8.2-36.8 48.2-36.8 48.2l19.2 14.4zm-150-59.1c-9-8.2-25.9 2.1-25.9 2.1s39.5 55 41.1 57.4l19.5-13.7s-25.7-37.6-34.7-45.9zM640 322.4c-19.8 0-130.9.9-131.1.9v-101q7.2 0 22.8-1.2c40.9-2.4 70.1-4 87.8-4.8c0 0 12.2-27.2-.6-33.4c-3.1-1.2-23.2 4.6-23.2 4.6s-165.2 16.5-232.4 18c1.6 8.8 7.6 17.1 15.8 19.6c13.3 3.5 22.7 1.7 49.2.9c24.8-1.6 43.7-2.4 56.5-2.4v99.8H351.3s2.8 22.3 25.5 22.9h107.9v70.9c0 14-11.2 22-24.5 21.1c-14.1.1-26.1-1.1-41.7-1.8c2 4 6.3 14.4 19.3 21.8c9.9 4.8 16.2 6.6 26 6.6c29.6 0 45.7-17.3 44.9-45.3v-73.3h122.4c9.7 0 8.7-23.8 8.7-23.8z"/></svg> </template>
CSS
.icon-zhihu {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.5%20212.1v217.5h23.4l7.7%2026.4l42-26.4h49.5V212.1H170.4zM268.3%20406h-27.9l-27.9%2017.5l-5.1-17.5h-11.9V235.7h72.8zm-118.5-94.3H97.5c1.7-27.1%202.2-51.6%202.2-73.5h51.2s2-22.6-8.6-22.3H53.8c3.5-13.1%207.9-26.7%2013.1-40.7c0%200-24.1%200-32.3%2021.6c-3.4%208.9-13.2%2043.1-30.7%2078.1c5.9-.6%2025.4-1.2%2036.8-22.2c2.1-5.9%202.5-6.7%205.1-14.5h28.9c0%2010.5-1.2%2066.9-1.7%2073.4H20.7c-11.7%200-15.6%2023.6-15.6%2023.6h65.6c-4.4%2049.9-28%2091.9-70.8%20125.1c20.5%205.9%2040.9-.9%2051-9.9c0%200%2023-20.9%2035.6-69.3l54%2064.9s7.9-26.9-1.2-40c-7.6-8.9-28.1-33.1-36.8-41.8L87.9%20376c4.4-14%207-27.6%207.9-40.7h61.6s-.1-23.6-7.6-23.6m412-1.6c20.8-25.6%2045-58.6%2045-58.6s-18.6-14.8-27.4-4.1c-6%208.2-36.8%2048.2-36.8%2048.2l19.2%2014.4zm-150-59.1c-9-8.2-25.9%202.1-25.9%202.1s39.5%2055%2041.1%2057.4l19.5-13.7s-25.7-37.6-34.7-45.9zM640%20322.4c-19.8%200-130.9.9-131.1.9v-101q7.2%200%2022.8-1.2c40.9-2.4%2070.1-4%2087.8-4.8c0%200%2012.2-27.2-.6-33.4c-3.1-1.2-23.2%204.6-23.2%204.6s-165.2%2016.5-232.4%2018c1.6%208.8%207.6%2017.1%2015.8%2019.6c13.3%203.5%2022.7%201.7%2049.2.9c24.8-1.6%2043.7-2.4%2056.5-2.4v99.8H351.3s2.8%2022.3%2025.5%2022.9h107.9v70.9c0%2014-11.2%2022-24.5%2021.1c-14.1.1-26.1-1.1-41.7-1.8c2%204%206.3%2014.4%2019.3%2021.8c9.9%204.8%2016.2%206.6%2026%206.6c29.6%200%2045.7-17.3%2044.9-45.3v-73.3h122.4c9.7%200%208.7-23.8%208.7-23.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M170.5%20212.1v217.5h23.4l7.7%2026.4l42-26.4h49.5V212.1H170.4zM268.3%20406h-27.9l-27.9%2017.5l-5.1-17.5h-11.9V235.7h72.8zm-118.5-94.3H97.5c1.7-27.1%202.2-51.6%202.2-73.5h51.2s2-22.6-8.6-22.3H53.8c3.5-13.1%207.9-26.7%2013.1-40.7c0%200-24.1%200-32.3%2021.6c-3.4%208.9-13.2%2043.1-30.7%2078.1c5.9-.6%2025.4-1.2%2036.8-22.2c2.1-5.9%202.5-6.7%205.1-14.5h28.9c0%2010.5-1.2%2066.9-1.7%2073.4H20.7c-11.7%200-15.6%2023.6-15.6%2023.6h65.6c-4.4%2049.9-28%2091.9-70.8%20125.1c20.5%205.9%2040.9-.9%2051-9.9c0%200%2023-20.9%2035.6-69.3l54%2064.9s7.9-26.9-1.2-40c-7.6-8.9-28.1-33.1-36.8-41.8L87.9%20376c4.4-14%207-27.6%207.9-40.7h61.6s-.1-23.6-7.6-23.6m412-1.6c20.8-25.6%2045-58.6%2045-58.6s-18.6-14.8-27.4-4.1c-6%208.2-36.8%2048.2-36.8%2048.2l19.2%2014.4zm-150-59.1c-9-8.2-25.9%202.1-25.9%202.1s39.5%2055%2041.1%2057.4l19.5-13.7s-25.7-37.6-34.7-45.9zM640%20322.4c-19.8%200-130.9.9-131.1.9v-101q7.2%200%2022.8-1.2c40.9-2.4%2070.1-4%2087.8-4.8c0%200%2012.2-27.2-.6-33.4c-3.1-1.2-23.2%204.6-23.2%204.6s-165.2%2016.5-232.4%2018c1.6%208.8%207.6%2017.1%2015.8%2019.6c13.3%203.5%2022.7%201.7%2049.2.9c24.8-1.6%2043.7-2.4%2056.5-2.4v99.8H351.3s2.8%2022.3%2025.5%2022.9h107.9v70.9c0%2014-11.2%2022-24.5%2021.1c-14.1.1-26.1-1.1-41.7-1.8c2%204%206.3%2014.4%2019.3%2021.8c9.9%204.8%2016.2%206.6%2026%206.6c29.6%200%2045.7-17.3%2044.9-45.3v-73.3h122.4c9.7%200%208.7-23.8%208.7-23.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/zhihu.svg?color=%231a73e8&size=48