Meinesv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meinesv 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/329049.svg" alt="Meinesv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329049.svg" alt="Meinesv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329049.svg" alt="Meinesv icon" :width="24" :height="24" />
CSS background
.icon-meinesv {
background-image: url('https://proicons.com/icon/329049.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="M24.0031,4.5043V43.5"/><path class="a" d="M24.0031,43.5a46.0032,46.0032,0,0,1-5.8257-2.7263,18.7644,18.7644,0,0,1-5.2124-4.3594,12.554,12.554,0,0,1-2.8554-7.03c-.2365-2.9179.4271-6.4816,2.8927-10.7363S19.7354,9.4492,24.003,4.5045"/><path class="a" d="M24.0032,4.5c3.89,4.8855,7.7785,9.77,10.1765,13.3655s3.3054,5.904,3.6284,8.3477A11.5779,11.5779,0,0,1,36.6532,33.4,13.0166,13.0166,0,0,1,30.9949,38.41a27.1223,27.1223,0,0,1-6.9918,1.9893"/><polyline class="a" points="34.514 23.054 30.385 33.995 26.256 23.054"/><path class="a" d="M14.0869,33.0807c.7547.6338,1.5695.9241,3.3993.9241h.9273a2.7353,2.7353,0,0,0,2.7323-2.7381h0a2.7354,2.7354,0,0,0-2.7323-2.7382H16.559A2.7354,2.7354,0,0,1,13.8267,25.79h0a2.7353,2.7353,0,0,1,2.7323-2.7381h.9273c1.83,0,2.6446.29,3.3993.9241"/></svg>
Copied!