Jhipster Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Jhipster 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/314828.svg" alt="Jhipster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314828.svg" alt="Jhipster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314828.svg" alt="Jhipster icon" :width="24" :height="24" />
CSS background
.icon-jhipster {
background-image: url('https://proicons.com/icon/314828.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>JHipster</title><path d="M20.709 7.171c-2.455-.029-6.332 1.749-8.684 2.962-3.434-1.75-10.178-4.729-10.942-1.54-1.03 4.297-2.187 7.563.985 8.167 2.207.42 7.122-2.43 9.912-4.205 2.78 1.771 7.746 4.66 9.96 4.231 3.168-.616 2-3.896.961-8.208-.24-1-1.067-1.394-2.192-1.407z"/></svg>
Copied!