Minesweeper Twist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minesweeper Twist 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/329318.svg" alt="Minesweeper Twist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329318.svg" alt="Minesweeper Twist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329318.svg" alt="Minesweeper Twist icon" :width="24" :height="24" />
CSS background
.icon-minesweeper-twist {
background-image: url('https://proicons.com/icon/329318.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M30.2357,4.4375v38.9766"/><path id="c" class="e" d="M36.0998,43.4375h-12.2778"/><path id="d" class="e" d="M27.3263,17.7952l-7.774-3.2188-7.774-3.2188,7.7758-3.3288,7.7758-3.3288-.0018,6.5476-.0018,6.5476Z"/></svg>
Copied!