Solitaire Clean Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Solitaire Clean 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/333057.svg" alt="Solitaire Clean icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333057.svg" alt="Solitaire Clean icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333057.svg" alt="Solitaire Clean icon" :width="24" :height="24" />
CSS background
.icon-solitaire-clean {
background-image: url('https://proicons.com/icon/333057.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m23.7325,5.5204c6.1347,8.1451,8.1895,8.4847,14.2035,13.5015,2.4772,2.0665,6.5276,8.3097,1.1402,14.0275-5.833,6.1906-11.0614,2.4603-12.6075,1.4247-.3491,3.1313,3.616,6.8677,2.083,7.8247-1.3097.8176-2.8806-1.4034-4.6796-1.3835-1.7042.0189-3.8881,2.2541-4.6543,1.0805-1.2461-1.9088,3.3796-5.206,2.3986-7.5217-2.2344,1.2198-7.1735,5.326-13.6026-1.5177-2.5413-2.7052-2.6783-8.9064,2.0031-13.2823,4.3219-4.0399,7.8033-6.3887,13.7157-14.1537Z"/></svg>
Copied!