Microsoft Solitaire Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Solitaire 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/343799.svg" alt="Microsoft Solitaire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343799.svg" alt="Microsoft Solitaire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343799.svg" alt="Microsoft Solitaire icon" :width="24" :height="24" />
CSS background
.icon-microsoft-solitaire {
background-image: url('https://proicons.com/icon/343799.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.4,12.1V10.53a1,1,0,0,1,1-1H32.6a1,1,0,0,1,1,1V12L24.47,9.56a1.11,1.11,0,0,0-1.22.71L17,33.47a1,1,0,0,0,.71,1.22l3.18.85m3.24.87,10.2,2.73a1,1,0,0,0,1.22-.71l6.21-23.2A1,1,0,0,0,41.09,14l-7.48-2M24.17,36.4l-3.24-.87H15.41a1,1,0,0,1-1-1V12.13L7.25,14.05a1,1,0,0,0-.71,1.22l6.21,23.2a1,1,0,0,0,1.22.71Z"/><path class="a" d="M29.6,28c-.22-.61-1.08,1-.6,3.2l-2.8-.8c1.74-1.47,1.59-3.22,1.3-3-3.95,1.68-5.49-.83-5-3.4.51-4.21,5.9-3.9,8.7-6.9.8,3.54,5.66,6.4,4.4,10.3C34.44,30,31.69,31.09,29.6,28Z"/><path class="a" d="M32.8,35.7c-1,.44-1.73-.23-1.6-.9.13-1.09,1.58-1,2.3-1.8.21.92,1.43,1.59,1.1,2.6a1,1,0,0,1-1.8.1l-.3,1.1"/><path class="a" d="M25.5,14.3c-1,.44-1.73-.23-1.6-.9.13-1.09,1.58-1,2.3-1.8.21.92,1.43,1.59,1.1,2.6a1,1,0,0,1-1.8.1l-.3,1.1"/></svg>
Copied!