Congstar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Congstar 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/323971.svg" alt="Congstar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323971.svg" alt="Congstar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323971.svg" alt="Congstar icon" :width="24" :height="24" />
CSS background
.icon-congstar {
background-image: url('https://proicons.com/icon/323971.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="M33.0565,14.4l9.7042-3.6685c-4.5661-5.165-12.3031-8.7462-19.2424-8.17A24.0068,24.0068,0,0,0,5.4371,14.0662a21.5724,21.5724,0,0,0-.2488,19.4259A23.6313,23.6313,0,0,0,23.1865,45.4146c7.06.5416,11.4092-1.5552,16.1735-4.5022A16.1936,16.1936,0,0,0,45,34.3259L36.457,31.658c-.8117-.2536-1.7864-.503-2.4052.75L29.1479,42.34a1.2624,1.2624,0,0,1-2.3846-.25c-.7568-4.0019-2.2705-12.0058-2.2705-12.0058a2.2648,2.2648,0,0,0-1.8869-2.1781L9.8329,24.6546c-.9212-.2345-.6392-1.5351,0-1.7509l11.0208-3.7205c1.0079-.34,1.1432-1.2117.9954-2.1156L20.0347,5.9789c-.1313-.8027,1.1537-1.5418,1.7314-.9379l8.5533,8.9418a2.616,2.616,0,0,0,2.737.4168Z"/></svg>
Copied!