Retro Mode Weather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Retro Mode 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/346680.svg" alt="Retro Mode Weather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346680.svg" alt="Retro Mode Weather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346680.svg" alt="Retro Mode Weather icon" :width="24" :height="24" />
CSS background
.icon-retro-mode-weather {
background-image: url('https://proicons.com/icon/346680.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="33.3698 22.1172 23.7809 33.0286 31.72 33.0286 30.4725 41.9275 40.0082 30.1496 31.8945 30.1496 33.3698 22.1172"/><line class="c" x1="17.0631" y1="5.5468" x2="17.0631" y2="9.2983"/><line class="c" x1="25.9466" y1="9.2265" x2="23.2939" y2="11.8792"/><line class="c" x1="8.1796" y1="9.2265" x2="10.8323" y2="11.8792"/><line class="c" x1="4.5" y1="18.1099" x2="8.2515" y2="18.1099"/><path class="c" d="M22.4097,20.4747c.3245-.7222.5024-1.5281.5024-2.3655,0-3.2237-2.6167-5.8404-5.8509-5.8404-3.2237,0-5.8404,2.6167-5.8404,5.8404,0,2.4597,1.5177,4.5635,3.6738,5.4322"/><path class="c" d="M24.9253,31.7264h-11.5378c-2.1457,0-3.8831-1.7479-3.8831-3.8831,0-2.1457,1.7375-3.8831,3.8831-3.8831.5024,0,.9734.0942,1.4025.2617.0209-.2303.0523-.4605.1047-.6803.4605-2.2294,2.4283-3.9041,4.7937-3.9041,1.0048,0,1.9468.3035,2.7213.8373.3559.2407.6699.5233.9525.8373,1.1409-2.2608,3.4854-3.8099,6.1858-3.8099,3.1609,0,5.8195,2.1038,6.6568,4.9821.7117-.3873,1.5072-.628,2.3655-.628,2.7213,0,4.9298,2.2085,4.9298,4.9403,0,2.6666-2.1205,4.8407-4.7662,4.9271"/><line class="c" x1="13.6901" y1="38.4645" x2="13.6901" y2="36.5933"/><line class="c" x1="17.7773" y1="42.4532" x2="17.7773" y2="40.5819"/><line class="c" x1="23.506" y1="39.6769" x2="23.506" y2="37.8057"/></svg>
Copied!