Kings Camp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kings Camp 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/342512.svg" alt="Kings Camp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342512.svg" alt="Kings Camp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342512.svg" alt="Kings Camp icon" :width="24" :height="24" />
CSS background
.icon-kings-camp {
background-image: url('https://proicons.com/icon/342512.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M12.026,38.1021c3.3438,2.8392,7.5876,4.3978,11.974,4.3978,10.217,0,18.5-8.2827,18.5-18.5,0-1.6166-.2119-3.2263-.6303-4.788-.7181-2.6799-1.0438-9.9167.6303-11.591l-8.3078,8.3093c1.8184,2.2967,2.8078,5.1402,2.8078,8.0697,0,7.1797-5.8203,13-13,13-2.9282,0-5.7706-.9886-8.0669-2.8056l-3.9071,3.9078Z"/><path class="f" d="M35.977,9.9006c-3.3442-2.8409-7.5893-4.4005-11.977-4.4005C13.783,5.5001,5.5,13.7828,5.5,24.0001c0,1.6162.2118,3.2254.6302,4.7874.7182,2.6805,1.044,9.9174-.6302,11.592l8.3056-8.312c-1.817-2.2962-2.8056-5.1387-2.8056-8.0669,0-7.1797,5.8203-13,13-13,2.9294,0,5.773.9894,8.0697,2.8078l3.9073-3.9078Z"/><path class="f" d="M25.503,31.8571c3.7702-.7214,6.4965-4.0189,6.4965-7.8575,0-4.4183-3.5817-8-8-8s-8,3.5817-8,8c0,2.6499,1.3122,5.1279,3.5041,6.6171.8621.4977,2.9959,2.2935,2.9959,3.8829l-.0023-7.3388c-1.2202-.5799-1.9977-1.8102-1.9977-3.1612,0-1.933,1.567-3.5,3.5-3.5s3.5,1.567,3.5,3.5c0,1.351-.7775,2.5813-1.9977,3.1612l.0012,4.6963Z"/></svg>
Copied!