Juejin Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Juejin 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/314851.svg" alt="Juejin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314851.svg" alt="Juejin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314851.svg" alt="Juejin icon" :width="24" :height="24" />
CSS background
.icon-juejin {
background-image: url('https://proicons.com/icon/314851.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Juejin</title><path d="m12 14.316 7.454-5.88-2.022-1.625L12 11.1l-.004.003-5.432-4.288-2.02 1.624 7.452 5.88Zm0-7.247 2.89-2.298L12 2.453l-.004-.005-2.884 2.318 2.884 2.3Zm0 11.266-.005.002-9.975-7.87L0 12.088l.194.156 11.803 9.308 7.463-5.885L24 12.085l-2.023-1.624Z"/></svg>
Copied!