Mjweather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mjweather 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/329398.svg" alt="Mjweather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329398.svg" alt="Mjweather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329398.svg" alt="Mjweather icon" :width="24" :height="24" />
CSS background
.icon-mjweather {
background-image: url('https://proicons.com/icon/329398.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.7912,16.6759c4.1865-8.7226,14.729-4.48,12.4589,4.0327,12.4058-4.3419,9.0475,13.6455,1.5122,8.3536,3.3311,9.063-8.08,8.3628-9.65,3.7448-2.0639,3.3359-6.675,5.08-8.7136-1.5843"/><path class="a" d="M11.1973,24.3094c6.8209,10.3589,15.547,4.3723,19.9477-.8641"/><path class="a" d="M4.5,18.62c13.3436-4.1688,12.5557,13.2915,25.9253,2.2324"/><path class="a" d="M17.8941,14.9481c1.67,2.5716,4.4428,5.2282,10.8736,3.1686"/></svg>
Copied!