Hydrotracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hydrotracker 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/327236.svg" alt="Hydrotracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327236.svg" alt="Hydrotracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327236.svg" alt="Hydrotracker icon" :width="24" :height="24" />
CSS background
.icon-hydrotracker {
background-image: url('https://proicons.com/icon/327236.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.5178,22.516s1.4689-5.981,14.4805-18.016M38.4777,22.5025s-1.4667-5.9698-14.4513-17.9801M9.6591,22.091c.3133-.8013.6913-1.5751,1.1303-2.3132M37.3048,19.9381c.4054.7008.7563,1.4327,1.0495,2.1888M38.3543,22.1269c.708,1.8242,1.0717,3.7672,1.072,5.7276h0c.0006,8.6402-6.9052,15.6449-15.4246,15.6455h-.0022c-8.5194,0-15.4258-7.0042-15.4258-15.6444v-.0022c.0001-1.9734.3684-3.9289,1.0854-5.7635"/><path class="c" d="M15.4686,29.2326s1.2895,7.321,8.9188,7.321"/></svg>
Copied!