Munster App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Munster App 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/329674.svg" alt="Munster App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329674.svg" alt="Munster App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329674.svg" alt="Munster App icon" :width="24" :height="24" />
CSS background
.icon-munster-app {
background-image: url('https://proicons.com/icon/329674.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="M25.889,9.961v6.8738M29.5136,28.6478v9.3911M33.2075,25.3309v12.699M25.889,25.3309v12.699M25.5899,16.9059c-1.8194.0002-3.2942,1.4751-3.2945,3.2945.001.7693.2714,1.514.764,2.105l-.0129.0129,6.4376,6.3826s5.2962-5.2175,6.3195-6.3923c1.0233-1.1748.993-3.3259-.2853-4.5178-1.214-1.1289-3.1563-1.232-4.3518-.1193-1.1955,1.1128-1.7375,1.7197-1.7375,1.7197,0,0-1.2817-1.3949-1.7278-1.7294-.4461-.3345-.7718-.7562-2.1114-.7559h0ZM22.2738,9.9602v28.07M18.5832,15.9402v22.09M14.8903,22.3512v15.679"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!