Kingshot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kingshot 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/327954.svg" alt="Kingshot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327954.svg" alt="Kingshot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327954.svg" alt="Kingshot icon" :width="24" :height="24" />
CSS background
.icon-kingshot {
background-image: url('https://proicons.com/icon/327954.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4"/><path class="c" d="M24.807,10.128c-1.0551-.7754-2.1584-1.4831-3.303-2.119-.184-.101-.493-.048-.618.12-.818,1.1-1.574,2.225-2.147,3.43-.083.174-.039.452.116.568.95.715,1.965,1.378,3.135,1.915.31.141.817.201,1.018-.073.722-.987,1.389-2.001,1.948-3.067.122-.233.064-.62-.149-.774M24.926,19.605c1.945-.881,3.873-1.787,5.67-2.97l1.212.109-1.627-2.68-1.69-.495c-1.674.718-3.225,2.267-4.033,3.771-.444.827.032,1.678.468,2.265M21.713,20.45l-.344-2.227c-.935-.92-3.832-1.85-5.638-1.936-.975,1.424-1.835,2.936-1.118,4.676l.695-.983,6.405.47Z"/><path class="c" d="M25.98,22.97l.292-2.079c-.978-.805-2.044-1.159-3.14-1.042-1.09.306-1.696.79-1.74,1.552l.923,1.869"/><path class="c" d="M21.116,23.687c-1.597,1.16-.183,2.945,1.105,2.127.916,1.342,3.545.983,4.135-.82,1.268-.15,1.636-1.898.791-2.322M22.374,37.895l.97-3.205c.958-.994,3.208-.994,4.799-.697l1.708,2.586"/><path class="c" d="M29.814,36.106l3.766-2.18c.311-.181.375-.75.196-1.063l-2.766-4.818c-.68-1.186-2.962-1.232-4.455-1.032l-3.922.526c-2.612.35-3.92,1.68-4.2,3.581l-.711,4.812,4.83,1.033"/><path class="c" d="M19.298,25.683c-.66-.322-2.04.421-2.288,1.44-.902,3.699-2.909,8.061-1.962,10.319,1.94,4.628,5.398,5.644,12.347,4.543,1.945-.308,4.907-1.378,6.793-2.402,0,0,1.687-2.471,2.348-3.808.414-.836,1.002-2.612,1.002-2.612-1.567-2.797-3.376-5.327-5.923-8.392-.745-.896-1.653-1.187-2.893-.894M21.312,16.656l2.34-.36M33.108,17.348l1.128,1.38.597-1.373-.704-.987,1.288-6.221-1.88-4.074-2.174.211-1.014,4.235c-.112.467-.62.853-1.17.656"/><path class="c" d="M33.537,6.073c-.012-.005-.914,3.519-1.696,5.009-.144.274-.495.454-.805.466-1.38.052-2.874-.718-3.732-1.8-.271-.343-.407-.86-.284-1.28l.787-2.685M16.971,5.924l-2.795,2.866,1.37,1.841.111,1.088-.577,1.993-2.699,1.651-3.905-5.34c-.385,1.93-.567,3.88-.152,5.883l3.317,4.519-.347,1.41,1.044,1.04c.127-.68.47-1.759.878-2.408"/><path class="c" d="M8.476,10.025c.624-.264,1.584-.71,1.967-.158,1.19,1.716,1.938,3.04,3.243,4.595M13.917,12.778l.288-.18M28.83,9.614l.482.131M14.315,22.166l.16,4.455-.547-.023-.94-2.42M32.002,18.356l1.638,5.09.51-.27.104-3.065M11.038,23.314c-.71.614-1.32,1.397-1.377,2.401l3.585,4.982,1.442-.838.265.116-.047.382M35.456,19.105l1.963,1.038c.301.16.469.63.366.955l-1.682,5.288-1.23.033.078.362M38.16,28.36l4.16,4.34M42.1,34l-8.567,8.132M36.955,29.224l1.205-.863,4.16-1.08M14.974,34.008l-2.445-.688-6.709,4.746M19.288,33.779c2.607-.805,5.654-1.497,12.255-1.28"/><path class="c" d="M20.018,33.256l.174-1.138c2.756-.892,7-1.592,10.334-.75l.53.781M20.52,28.408l-.085.986c1.08.543,8.058-.716,8.473-2.018"/></svg>
Copied!