Minminguard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minminguard 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/329347.svg" alt="Minminguard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329347.svg" alt="Minminguard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329347.svg" alt="Minminguard icon" :width="24" :height="24" />
CSS background
.icon-minminguard {
background-image: url('https://proicons.com/icon/329347.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M32.07,4.5H15.93L4.5,15.93V32.07L15.93,43.5H32.07L43.5,32.07V15.93Zm7.29,17.9a3.24,3.24,0,0,0-3.42-3.23,3.36,3.36,0,0,0-3.06,3.42v3a3.24,3.24,0,0,0,3.24,3.24h0a3.24,3.24,0,0,0,3.24-3.24H36.12m3.24-3.19M8.64,28.83V19.16l4.83,9.68,4.82-9.66v9.66m2.47,0V19.16l4.82,9.68,4.82-9.66v9.66"/></svg>
Copied!