Hackerearth Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hackerearth 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/314604.svg" alt="Hackerearth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314604.svg" alt="Hackerearth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314604.svg" alt="Hackerearth icon" :width="24" :height="24" />
CSS background
.icon-hackerearth {
background-image: url('https://proicons.com/icon/314604.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>HackerEarth</title><path d="M18.447 20.936H5.553V19.66h12.894zM20.973 0H9.511v6.51h.104c.986-1.276 2.206-1.4 3.538-1.306 1.967.117 3.89 1.346 4.017 5.169v7.322c0 .089-.05.177-.138.177h-2.29c-.09 0-.253-.082-.253-.177V10.6c0-1.783-.58-3.115-2.341-3.115-1.282 0-2.637.892-2.637 2.77v7.417c0 .089-.008.072-.102.072h-2.29c-.09 0-.29.022-.29-.072V0H3.178c-.843 0-1.581.673-1.581 1.515v20.996c0 .843.738 1.489 1.58 1.489h17.797c.843 0 1.431-.646 1.431-1.489V1.515c0-.842-.588-1.515-1.43-1.515"/></svg>
Copied!