Code icon
development
programming
html
css
script
source
embed
tags
SVG inline
Simply copy/paste this into your HTML:
copy
copied!
<svg class="humbleicons hi-code" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m7 8-4 4 4 4"/><path d="m10.5 18 3-12"/><path stroke-linejoin="round" d="m17 8 4 4-4 4"/></g></svg>
SVG sprite
Download the sprite file and address the icon by its slug:
copy
copied!
<svg class="humbleicons"><use xlink:href="humbleicons.svg#code"/></svg>