H3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The H3 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/341403.svg" alt="H3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341403.svg" alt="H3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341403.svg" alt="H3 icon" :width="24" :height="24" />
CSS background
.icon-h3 {
background-image: url('https://proicons.com/icon/341403.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M24.3998,21.2678l-3.5223.0218-.0149,9.1037,3.0535.0109M11.1991,16.1292l-.0115,3.3129,9.2421-.0478-.0012-3.3391M32.7917,43.5c2.566-2.4207,4.0205-5.7922,4.0207-9.3198.0001-3.1113-1.1318-6.1165-3.1846-8.4545,2.0308-2.3324,3.1495-5.3205,3.1497-8.4131-.0004-7.0761-5.7366-12.8123-12.8127-12.8126h0c-6.6684.0003-12.2218,5.1152-12.7694,11.7611M20.4094,16.2024c.4639-1.7852,2.0755-3.0315,3.92-3.0315,2.2369,0,4.0502,1.8133,4.0502,4.0502h0c0,2.212-1.7747,4.0105-3.9865,4.0453M23.8591,30.4024c2.0969.1775,3.7086,1.9313,3.7086,4.0358h0c0,.8884-.2921,1.7521-.8313,2.4582l6.0554,6.6036"/></svg>
Copied!