Hermes Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Hermes 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/314649.svg" alt="Hermes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314649.svg" alt="Hermes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314649.svg" alt="Hermes icon" :width="24" :height="24" />
CSS background
.icon-hermes {
background-image: url('https://proicons.com/icon/314649.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>Hermes</title><path d="m21.818 4.516-1.05 4.148h2.175L24 4.516M19.41 14.04h2.17l1.04-4.08h-2.178m-2.41 9.523h2.154l1.056-4.147h-2.16m.193-5.377H5.55v.92l3.341 3.161h9.349m2.41-9.525H0v1.116l3.206 3.032H19.6m-8.372 7.58 3.43 3.24h2.205l1.05-4.147h-6.685"/></svg>
Copied!