Carnagewars Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carnagewars 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/323461.svg" alt="Carnagewars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323461.svg" alt="Carnagewars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323461.svg" alt="Carnagewars icon" :width="24" :height="24" />
CSS background
.icon-carnagewars {
background-image: url('https://proicons.com/icon/323461.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M6.3677,29.3841c-1.1705-2.4441-3.615-6.6828-2.6453-11.3591.9697-4.6765,5.3532-9.7906,11.3655-12.421,6.0119-2.6302,13.6516-2.7763,19.2505.2028,5.5988,2.9791,9.1563,9.0831,9.9682,13.5523.8119,4.4691-1.1216,7.303-2.3098,9.185s-1.6311,2.8118-1.7417,4.096c-.1107,1.2842.1107,2.9225-1.0702,3.7196s-3.7639.7528-5.0555,2.0074c-1.2916,1.2547-1.2916,3.8081-4.3249,5.0849-3.0333,1.2768-9.0998,1.2768-12.1325-.096-3.0333-1.3727-3.0333-4.1181-4.3175-5.4909s-3.8525-1.3727-5.0702-1.9336c-1.2177-.5609-1.0848-1.6827-.9668-2.5683.1181-.8856.2214-1.5351-.9491-3.9792h-.0006Z"/><path class="b" d="M23.1633,32.9469c-.5349.4305-1.3856,1.1455-1.9622,1.9909-.5767.8454-.8793,1.8213-.848,2.5806.0313.7593.3966,1.302.9733,1.4742.5767.1722,1.3646-.0261,1.7638-.3862.3992-.3601.4097-.8819.4775-1.2081.0678-.3262.1931-.4566.3122-.455.1191.0016.2321.1352.2886.4566.0565.3214.0565.8307.4565,1.1924.4.3618,1.1999.5761,1.8365.4082.6366-.1679,1.1097-.718,1.1477-1.5628.038-.8448-.3591-1.9842-.8982-2.837-.5391-.8528-1.2201-1.419-1.6728-1.7674-.4527-.3483-.6771-.4788-.8989-.471-.2218.0078-.441.154-.9759.5845h0Z"/><circle class="b" cx="15.0561" cy="27.2924" r="4.8073"/><circle class="b" cx="32.9734" cy="27.129" r="4.8073"/></svg>
Copied!