Waterydroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Waterydroid 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/335005.svg" alt="Waterydroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335005.svg" alt="Waterydroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335005.svg" alt="Waterydroid icon" :width="24" :height="24" />
CSS background
.icon-waterydroid {
background-image: url('https://proicons.com/icon/335005.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m12.3106,16.643c-1.0733-1.0448-1.0964-2.7617-.0516-3.835,1.0448-1.0733,2.7617-1.0964,3.835-.0516.0174.017.0346.0342.0516.0516m14.711-1.268v-1.95m0,4.603v-2.653h-11.076v-3.116m0,.28l11.076,1.166m0-.28v-2.29c0-1.551-1.248-2.8-2.8-2.8h-5.477c-1.55,0-2.8,1.249-2.8,2.8v1.124m0,3.116v2.654m11.077,0h-11.076m.36-7.692l3.54.373m2.386.252l4.79.505m-1.14,22.646c0,2.4289-1.9691,4.398-4.398,4.398s-4.398-1.9691-4.398-4.398,3.183-6.917,4.398-6.917,4.398,4.488,4.398,6.917Zm6.792-.36v8.683c.0055,2.7001-2.1789,4.8935-4.879,4.899-.007,0-.014,0-.021,0h-12.58c-2.6996.0066-4.8934-2.1764-4.9-4.876,0-.008,0-.016,0-.024v-19.507c-.0055-2.6996,2.1784-4.8925,4.878-4.898.0073,0,.0147,0,.022,0l12.582-.001c2.7001-.0055,4.8935,2.1789,4.899,4.879,0,.007,0,.014,0,.021v7.993"/></svg>
Copied!