Solitairecg Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Solitairecg 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/333058.svg" alt="Solitairecg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333058.svg" alt="Solitairecg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333058.svg" alt="Solitairecg icon" :width="24" :height="24" />
CSS background
.icon-solitairecg {
background-image: url('https://proicons.com/icon/333058.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.38,9.63l17.53,3.55c1.43.31,1.43,1.48,1.17,2.63l-5,25.7C36.74,43,36,43.75,34.35,43.42L17.42,40c-1.65-.43-1.81-1.51-1.54-3L21.12,11.1C21.44,10,22,9.24,23.38,9.63Z"/><path class="a" d="M35.4,12.06l0-2c-.09-1.27-.53-2.23-1.86-2.19L15.78,8.89c-1.5,0-2.14.81-2.07,2.08l1.58,26.4A2.37,2.37,0,0,0,17.42,40a3.09,3.09,0,0,1-2.51-2.37L6,13.8c-.37-1.16-.51-2.29.94-2.89L23.16,4.8c1.6-.6,2.28-.35,2.9,1.08l.88,2.35"/><path class="a" d="M22,15.57l3.22-3.8.93,4.77"/><path class="a" d="M23.18,14.22l2.65.6"/><path class="a" d="M31.86,37l1.22,4.49L36,37.69"/><path class="a" d="M32.28,38.5l2.66.57"/><path class="a" d="M27.77,32.43l-4-7.32c-1.68-3.55,3-7.92,6.13-2.9,4-3.73,7.58,2.34,4.41,4.75Z"/></svg>
Copied!