Hedera Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hedera 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/314638.svg" alt="Hedera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314638.svg" alt="Hedera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314638.svg" alt="Hedera icon" :width="24" :height="24" />
CSS background
.icon-hedera {
background-image: url('https://proicons.com/icon/314638.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>Hedera</title><path d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24Zm4.9571 17.3963h-1.5812V14.01H8.6224v3.3777H7.0498V6.6037H8.631v3.3845h6.7535V6.6037h1.5812zm-1.5812-6.2592H8.6224v1.7241h6.7535Z"/></svg>
Copied!