Programming Hero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Programming Hero 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/331637.svg" alt="Programming Hero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331637.svg" alt="Programming Hero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331637.svg" alt="Programming Hero icon" :width="24" :height="24" />
CSS background
.icon-programming-hero {
background-image: url('https://proicons.com/icon/331637.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.9119,7.4929,8.24,22.1646"/><path class="a" d="M19.4465,27.9356l-7.2929,7.2928"/><path class="a" d="M19.4539,16.3263,10.892,24.8882"/><path class="a" d="M19.2254,22.6021,6.7305,35.0969"/><path class="a" d="M17.4127,34.5832c2.4354-2.4354,5.4808-8.44,12.99-8.44S41.27,21.3675,41.27,15.3663a10.871,10.871,0,0,0-21.742-.0224L19.52,40.7573a2.7005,2.7005,0,0,0,1.3318,2.3862,2.6607,2.6607,0,0,0,3.991-2.3042V27.9374"/></svg>
Copied!