Hathway Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hathway 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/326920.svg" alt="Hathway icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326920.svg" alt="Hathway icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326920.svg" alt="Hathway icon" :width="24" :height="24" />
CSS background
.icon-hathway {
background-image: url('https://proicons.com/icon/326920.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.226,20.545c.5-1.31,1.988-2.373,3.321-2.373h0c1.334,0,2.01,1.062,1.51,2.373l-1.496,3.916M24.355,14.967l-3.623,9.494M20.028,26.43h4.88M18.806,29.454c-2.9381-1.6144-4.7639-4.7006-4.764-8.053-.0006-5.0749,4.1131-9.1894,9.188-9.19h.002c5.0749,0,9.189,4.1141,9.189,9.189v.001c0,3.7706-2.3036,7.1585-5.81,8.545M18.807,32.292c-4.4317-1.8007-7.3303-6.1074-7.33-10.891-.0006-6.4917,5.2613-11.7549,11.753-11.756,6.4921-.0006,11.7554,5.2619,11.756,11.754v.002h0c.0002,4.8259-2.9493,9.1617-7.438,10.934M23.618,34.038c0-.775.573-1.4,1.286-1.4.712,0,1.286.625,1.286,1.4l.03,1.647c0-.776.574-1.4,1.287-1.4s1.287.624,1.287,1.4v1.11c0-.775.655-1.399,1.368-1.399.712,0,1.286.624,1.286,1.4v5.704M23.648,36.22v-6.599c0-.775-.573-1.399-1.286-1.399s-1.286.624-1.286,1.4v8.362l-1.915-1.917c-.327-.327-1.27-.308-1.663.145-.395.452-.337.998.025,1.488,1.515,2.056,2.447,3.456,3.084,4.8M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!