Heise Online Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Heise Online 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/341522.svg" alt="Heise Online icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341522.svg" alt="Heise Online icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341522.svg" alt="Heise Online icon" :width="24" :height="24" />
CSS background
.icon-heise-online {
background-image: url('https://proicons.com/icon/341522.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="M37.6563,29.9639l1.8042,1.5035a19.5329,19.5329,0,0,0,4.31-13.4313C43.0689,9.2156,36.7542,2.5,25.3276,2.5,10.6936,2.5,4.1784,13.4254,4.1784,24.3508c0,9.4219,6.8159,21.1492,21.1492,21.1492,12.028,0,16.4383-7.4173,16.4383-7.4173l-1.2028-1.7039s-4.31,6.1142-15.2355,6.1142S9.591,32.67,9.591,24.3508C9.591,14.7284,14.5025,6.61,25.3276,6.61c12.4289,0,15.2355,8.42,15.3357,12.3286C40.6633,22.9476,40.4628,26.6562,37.6563,29.9639Z"/><path class="a" d="M17.81,35.6772h0A2.3837,2.3837,0,0,1,16.6073,32.47l8.72-19.7459a2.3837,2.3837,0,0,1,3.2075-1.2028h0a2.3836,2.3836,0,0,1,1.2028,3.2074l-8.72,19.8462A2.4609,2.4609,0,0,1,17.81,35.6772Zm9.422-.401h0a2.3836,2.3836,0,0,1-1.2028-3.2074l4.41-10.0233a2.3837,2.3837,0,0,1,3.2075-1.2028h0A2.3836,2.3836,0,0,1,34.85,24.05L30.44,34.0734A2.5036,2.5036,0,0,1,27.2321,35.2762Z"/></svg>
Copied!