Zhihu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zhihu icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/350152.svg" alt="Zhihu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350152.svg" alt="Zhihu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350152.svg" alt="Zhihu icon" :width="24" :height="24" />
CSS background
.icon-zhihu {
background-image: url('https://proicons.com/icon/350152.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M10.0973,11.6029H23.89"/><path class="a" d="M11.3565,6.5676c-.3,4.9314-2.2363,7.2666-5.8565,9.36"/><path class="a" d="M16.7731,11.6029c-.356,10.3632,2.2056,20.9925-11.0543,29.83"/><path class="a" d="M16.6341,30.2091l6.7635,9.3631"/><path class="a" d="M6.4851,23.9733H25.4233"/><path class="a" d="M28.8165,10.1257V36.6168h2.5178V40.886l5.4186-4.2692H42.5V10.1257Z"/><path class="a" d="M37.4645,15.2153V26.3806"/></svg>
Copied!