Meteoroloji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meteoroloji 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/329126.svg" alt="Meteoroloji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329126.svg" alt="Meteoroloji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329126.svg" alt="Meteoroloji icon" :width="24" :height="24" />
CSS background
.icon-meteoroloji {
background-image: url('https://proicons.com/icon/329126.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:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;}</style></defs><path class="b" d="m24,43.5C7.5664,30.6259,8.0013,16.6562,8.045,4.5h31.91c.0434,12.1562.4791,26.1259-15.955,39"/><path class="b" d="m24.5556,19.0159c1.0474-.2176,1.7291.3041,2.9116-.3586,1.3475-.7552,4.6214.9714,4.6859,2.749,3.0302-.3723,4.1367,5.2134,1.0575,5.2134H15.2181c-1.2501,0-2.2635-.488-2.2635-1.738.0478-1.8456,2.2455-1.8819,2.337-2.13.0369-.1,1.1814-1.3529,1.9871-1.6659,1.0921-.4244,2.3786.1453,3.5117-.1528,1.362-.3583,2.3861-1.6306,3.765-1.9171h.0003Z"/><path class="b" d="m23.7451,19.2999c-.2385-1.3342-1.3989-2.3057-2.7543-2.3057-1.5453,0-2.798,1.2527-2.798,2.798,0,.4084.0894.7625.262,1.1327"/><line class="b" x1="20.9908" y1="14.461" x2="20.9908" y2="16.8314"/><line class="b" x1="17.127" y1="15.9283" x2="18.8049" y2="17.6062"/><line class="b" x1="15.6541" y1="19.7921" x2="18.0199" y2="19.7921"/><line class="b" x1="24.8141" y1="15.9687" x2="23.1363" y2="17.6466"/><path class="b" d="m24.4464,28.1235l-1.4907,5.5266h2.283l-1.9814,6.9921"/><circle class="c" cx="21.5423" cy="28.8768" r=".75"/><circle class="c" cx="14.2079" cy="28.8768" r=".75"/><circle class="c" cx="17.9401" cy="28.8768" r=".75"/><circle class="c" cx="16.087" cy="31.3137" r=".75"/><circle class="c" cx="19.7412" cy="31.3137" r=".75"/><circle class="c" cx="17.3814" cy="34.0606" r=".75"/><circle class="c" cx="20.43" cy="34.0606" r=".75"/><circle class="c" cx="19.7412" cy="36.5932" r=".75"/><path class="b" d="m27.751,28.0496l-.9096,3.0307"/><path class="b" d="m33.6714,28.0496l-.9096,3.0307"/><path class="b" d="m30.5291,28.1412l-.9096,3.0307"/><path class="b" d="m31.0504,31.6445l-.9096,3.0307"/><path class="b" d="m27.9747,32.1586l-.9096,3.0307"/><path class="b" d="m26.2131,37.4172l-.9096,3.0307"/><path class="b" d="m28.6313,35.4777l-.9096,3.0307"/><path class="b" d="m8.1225,12.3006h31.7549"/><circle class="c" cx="21.5423" cy="39.1257" r=".75"/><polyline class="b" points="13.5204 10.3684 13.5204 6.4185 15.5203 10.4184 17.5203 6.4185 17.5203 10.4184"/><line class="b" x1="23.4744" y1="6.4185" x2="26.0743" y2="6.4185"/><line class="b" x1="24.7744" y1="10.4184" x2="24.7744" y2="6.4185"/><line class="b" x1="28.1011" y1="8.4184" x2="29.4011" y2="8.4184"/><polyline class="b" points="30.1011 10.4184 28.1011 10.4184 28.1011 6.4185 30.1011 6.4185"/><path class="b" d="m33.1297,10.4185h0c-.75,0-1.3-.6-1.3-1.3v-1.35c0-.75.6-1.35,1.3-1.35h0c.75,0,1.35.6,1.35,1.35v1.3c0,.75-.6,1.35-1.35,1.35Z"/><line class="b" x1="19.5968" y1="8.4184" x2="20.8967" y2="8.4184"/><polyline class="b" points="21.5967 10.4184 19.5968 10.4184 19.5968 6.4185 21.5967 6.4185"/><circle class="c" cx="22.4143" cy="36.5932" r=".75"/></svg>
Copied!