Minesweeper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minesweeper 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/329317.svg" alt="Minesweeper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329317.svg" alt="Minesweeper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329317.svg" alt="Minesweeper icon" :width="24" :height="24" />
CSS background
.icon-minesweeper {
background-image: url('https://proicons.com/icon/329317.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,.b{fill:none;stroke:#000;}.a{stroke-miterlimit:10;}.b{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M15.24,22.65a2.2,2.2,0,1,1,2.19-2.19A2.19,2.19,0,0,1,15.24,22.65ZM21,18.89a3,3,0,1,1,3-3A3,3,0,0,1,21,18.89Z"/><circle class="b" cx="24.01" cy="24" r="15.73"/><line class="b" x1="24" y1="2.5" x2="24" y2="8.27"/><line class="b" x1="45.51" y1="23.98" x2="39.75" y2="23.98"/><line class="b" x1="24.03" y1="45.5" x2="24.03" y2="39.73"/><line class="b" x1="2.51" y1="24.02" x2="8.28" y2="24.02"/><line class="b" x1="35.14" y1="12.88" x2="37.18" y2="10.84"/><line class="b" x1="35.14" y1="35.12" x2="37.18" y2="37.16"/><line class="b" x1="12.89" y1="35.12" x2="10.85" y2="37.16"/><line class="b" x1="12.89" y1="12.88" x2="10.85" y2="10.84"/></svg>
Copied!