Thaiweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thaiweather 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/333857.svg" alt="Thaiweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333857.svg" alt="Thaiweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333857.svg" alt="Thaiweather icon" :width="24" :height="24" />
CSS background
.icon-thaiweather {
background-image: url('https://proicons.com/icon/333857.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;}</style></defs><path class="b" d="M23.7362,10.3088l-1.3656-4.2227M32.9333,11.2345l2.0853-4.2187M39.1764,18.2093l4.3236-1.4525M12.4517,14.6994l3.4969,1.7165M39.0964,27.7803l3.5609,1.7475M18.2639,21.4553c.2305-4.7366,4.131-8.4586,8.8652-8.4593,4.9027,0,8.8772,3.9812,8.8772,8.8922h0c-.0001,1.623-.4437,3.215-1.2826,4.6036M14.853,20.3606c-3.2886.0044-5.9518,2.6725-5.9501,5.9611.004.4432.0566.8807.158,1.3126-2.972.4945-4.9805,3.3046-4.486,6.2766.4383,2.6343,2.7192,4.5641,5.3897,4.56.522-.0018,1.041-.0778,1.5415-.2259.7568,2.1902,2.8162,3.662,5.1334,3.6688,1.9602-.0049,3.7666-1.0623,4.7305-2.7691,1.0332,1.2447,2.5661,1.9659,4.1837,1.9684,2.3172-.0069,4.3766-1.4787,5.1334-3.6688.2999.048.6015.0726.9047.074,3.2906-.0028,5.9559-2.6725,5.9531-5.9631h0c.0011-3.2894-2.6637-5.9574-5.9531-5.9601-1.2027.005-2.3755.3745-3.3639,1.0597-.7485-2.2133-2.8249-3.7029-5.1614-3.7028-1.0039.0029-1.9874.2831-2.8421.8097-.9836-2.0756-3.0744-3.3995-5.3713-3.4009"/></svg>
Copied!