Frogweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Frogweather 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/340841.svg" alt="Frogweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340841.svg" alt="Frogweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340841.svg" alt="Frogweather icon" :width="24" :height="24" />
CSS background
.icon-frogweather {
background-image: url('https://proicons.com/icon/340841.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:1px;}</style></defs><path class="b" d="m17.3545,26.2802c3.9674-1.3886,9.3235-1.3886,13.2909,0"/><path class="b" d="m36.5966,29.8509c1.2894,1.3886,1.9837,3.0748,1.9837,4.8601,0,14.6795-38.385,10.7121-27.177-4.8601"/><path class="b" d="m17.3545,25.8834c.0992,5.5544-8.6292,5.5544-8.53,0-.0992-5.5544,8.6292-5.5544,8.53,0Z"/><path class="b" d="m39.1755,25.8834c.0992,5.5544-8.6292,5.5544-8.53,0-.0992-5.5544,8.6292-5.5544,8.53,0Z"/><circle class="c" cx="13.0895" cy="25.8834" r=".75"/><circle class="c" cx="34.9105" cy="25.8834" r=".75"/><circle class="c" cx="25.2894" cy="33.2232" r=".75"/><circle class="c" cx="22.7106" cy="33.2232" r=".75"/><path class="b" d="m10.0148,37.5874c9.3235,2.7772,18.5478,2.7772,27.8713,0"/><line class="b" x1="24" y1="22.9078" x2="24" y2="17.1551"/><path class="b" d="m16.6602,16.5599c1.091-5.6536,3.5707-9.9186,7.3398-12.6958,3.7691,2.7772,6.2487,6.943,7.3398,12.6958-4.8601-1.3886-9.8194-1.3886-14.6795,0Z"/><path class="b" d="m16.6602,16.5599c-2.678-.9919-5.1577-.9919-7.5381,0,1.7853-8.4308,7.6373-11.4064,14.8779-12.6958,7.2406,1.1902,13.0925,4.1658,14.8779,12.6958-2.4796-.9919-4.8601-.9919-7.5381,0"/></svg>
Copied!