Solitaire 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Solitaire 2 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/347614.svg" alt="Solitaire 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347614.svg" alt="Solitaire 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347614.svg" alt="Solitaire 2 icon" :width="24" :height="24" />
CSS background
.icon-solitaire-2 {
background-image: url('https://proicons.com/icon/347614.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="c" x1="19.1775" y1="24" x2="24.9626" y2="24"/><line class="c" x1="22.0701" y1="21.1075" x2="22.0701" y2="26.8925"/><line class="c" x1="10.5" y1="18.215" x2="19.1775" y2="18.215"/><line class="c" x1="14.8388" y1="29.7851" x2="14.8388" y2="18.215"/><line class="c" x1="10.5" y1="18.215" x2="10.5" y2="20.2137"/><line class="c" x1="19.1775" y1="18.215" x2="19.1775" y2="20.2137"/><line class="c" x1="12.3653" y1="29.7851" x2="17.3123" y2="29.7851"/><line class="c" x1="34.1367" y1="25.9524" x2="28.3336" y2="25.9524"/><polyline class="c" points="26.8964 29.7851 31.2351 18.2149 35.5739 29.7851"/><line class="c" x1="24.9399" y1="29.7851" x2="29.2786" y2="29.7851"/><line class="c" x1="29.0657" y1="18.2149" x2="33.4045" y2="18.2149"/><line class="c" x1="33.1612" y1="29.7851" x2="37.5" y2="29.7851"/></svg>
Copied!