Bergfex Weather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bergfex Weather 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/322535.svg" alt="Bergfex Weather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322535.svg" alt="Bergfex Weather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322535.svg" alt="Bergfex Weather icon" :width="24" :height="24" />
CSS background
.icon-bergfex-weather {
background-image: url('https://proicons.com/icon/322535.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M7.7009,24.2543C7.7009,14.3702,15.7153,6.1004,25.6004,6.1004s17.8996,8.0144,17.8996,17.8985-8.0144,17.9006-17.8996,17.9006c-5.2586,0-9.9149-1.9154-13.1902-5.5263"/><path class="d" d="M33.3418,25.1473c-1.0656-1.0019-2.4177-1.6303-3.8614-1.8341-.3513-4.5031-4.1088-8.05-8.7021-8.05-4.5623,0-8.3028,3.4982-8.6974,7.958h-.6522c-1.8368,0-3.6003.6927-4.8996,1.926-1.2993,1.2334-2.0291,2.9077-2.0291,4.651s.7298,3.4165,2.0291,4.6488c1.2993,1.2334,3.0617,1.926,4.8996,1.926h17.0136c1.8368,0,3.6003-.6937,4.8996-1.926,1.2992-1.2323,2.0291-2.9045,2.0291-4.6488s-.7298-3.4176-2.0291-4.651Z"/></svg>
Copied!