Meteogram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meteogram 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/329124.svg" alt="Meteogram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329124.svg" alt="Meteogram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329124.svg" alt="Meteogram icon" :width="24" :height="24" />
CSS background
.icon-meteogram {
background-image: url('https://proicons.com/icon/329124.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="layer1"><circle id="path1" class="cls-1" cx="23.8734" cy="24.004" r="11.091"/><path id="path2" class="cls-1" d="M35.1466,35.917c-1.0172,1.0183.7497,5.8753-.4858,6.5981-1.2996.7603-4.8678-3.0669-6.3019-2.627-1.3634.4182-2.0059,5.5586-3.4284,5.6114-1.4962.0555-2.9166-5.0292-4.3863-5.3213-1.3972-.2777-4.302,3.9685-5.5855,3.3392-1.35-.6619-.2973-5.8393-1.4659-6.7965-1.111-.91-5.6125,1.4693-6.4631.3021-.8946-1.2277,2.3901-5.3118,1.7903-6.7147-.5702-1.3338-5.6373-1.3665-5.86-2.8043-.2343-1.5123,4.53-3.5673,4.6364-5.0946.1011-1.452-4.3706-3.8893-3.9145-5.2682.4798-1.4504,5.6321-1.0057,6.4203-2.3075.7494-1.2376-2.1027-5.5211-1.0723-6.5253,1.0839-1.0563,5.444,1.7863,6.7335,1.0083,1.2259-.7397.6469-5.8881,2.0157-6.2875,1.4397-.4201,4.0087,4.1692,5.504,4.0931,1.4216-.0723,3.2484-4.9061,4.6418-4.6093,1.4657.3123,1.6551,5.5969,3.0137,6.2402,1.2916.6116,5.1056-2.8003,6.2046-1.8752,1.1559.9731-1.0777,5.7424-.1671,6.9578.8658,1.1554,5.7933-.0529,6.3459,1.2885.5813,1.411-3.5636,4.5724-3.3095,6.0814.2416,1.4346,5.1537,2.7066,5.0335,4.1571-.1264,1.5257-5.2331,2.355-5.6938,3.8118-.438,1.3851,3.3335,4.846,2.568,6.0732-.8052,1.2909-5.7038-.402-6.7737.669Z"/></g></svg>
Copied!