Weatherbug Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weatherbug 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/349603.svg" alt="Weatherbug icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349603.svg" alt="Weatherbug icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349603.svg" alt="Weatherbug icon" :width="24" :height="24" />
CSS background
.icon-weatherbug {
background-image: url('https://proicons.com/icon/349603.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M10.9139,28.7822l1.7845-6.5773c.0843-.3088.5081-.4322.8222-.4965l4.0507-.8316c.5903-.1202.9729.4659.7937.7937l-1.9732,3.6028,2.4928-.5976c.7357-.176,1.0045.4005.8137.7041l-6.1915,9.8375c-.2129.3373-1.2501.0675-1.1521-.3183l1.4335-5.6856-2.2472.2825c-.3141.039-.7104-.4079-.6272-.7136ZM31.8738,36.363h0c-.0002,1.2632-1.0244,2.2871-2.2877,2.2869-1.263-.0002-2.2867-1.024-2.2869-2.2869,0-.4227.1244-.8327.3373-1.1974l1.95-3.3224,1.95,3.3224c.2129.3647.3373.7747.3373,1.1974ZM31.02,22.1248v1.4188M29.557,24.6609l1.228-.7104M38.5428,26.4665l-1.229.7094M37.0777,29.0025v-1.4188M38.6429,28.2162l-9.1703-5.2945M31.0211,29.0025v-1.4188M29.5559,26.4665l1.229.7094M38.5428,24.6598l-1.229-.7094M37.0777,22.1248v1.4188M38.6429,22.9112l-9.1703,5.2945M35.5229,29.9111l-1.229-.7094M32.5948,29.9111l1.228-.7094M35.5219,21.2268l-1.228.7094M32.5948,21.2268l1.228.7094M34.0578,20.2644v10.5869M34.2349,4.5c-1.7097.4849-2.7585,1.2933-3.51,2.3632M13.8537,4.5c1.7139.487,2.7648,1.2975,3.5163,2.3716M24.0443,15.0353v28.4647M6.0811,18.4262c5.0105-2.1885,11.3781-3.3907,17.9611-3.3909,6.5353,0,12.8601,1.1847,17.8557,3.3445M42.9371,24.5618c0,10.4589-8.4783,18.9376-18.9371,18.9382-10.4593,0-18.9382-8.4789-18.9382-18.9382h0c.0006-10.4589,8.4793-18.9371,18.9382-18.9371,10.4589,0,18.9376,8.4783,18.9382,18.9371h-.001Z"/></svg>
Copied!