Kobold Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kobold 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/342571.svg" alt="Kobold icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342571.svg" alt="Kobold icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342571.svg" alt="Kobold icon" :width="24" :height="24" />
CSS background
.icon-kobold {
background-image: url('https://proicons.com/icon/342571.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>.ad{fill:#fff;}.ae{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="ae" d="M9.4998,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.4998c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><g id="c"><path id="d" class="ae" d="M10.6276,32.6444c-1.9342,1.4233-3.6775,4.294-4.1614,8.4622"/><path id="e" class="ae" d="M37.1239,28.6137c2.0282,1.3978,3.5975,4.2879,5.3764,7.2182"/><g id="f"><path id="g" class="ae" d="M28.6614,38.8328c0,.8921-.4336,1.3838-1.3257,1.3838s-1.5871-.6109-1.5871-1.5029.4056-1.4961,1.2976-1.4961,1.6152.7232,1.6152,1.6152Z"/><path id="h" class="ae" d="M18.4484,34.7786c2.9517,3.2339,4.9203,4.4545,7.3457,4.3134"/><g id="i"><path id="j" class="ae" d="M36.6583,27.7507c.8266.2495,1.6533.3879,2.4799.3218"/><path id="k" class="ae" d="M36.4317,26.9166c1.33.2903,2.3611.3361,3.0705.1186"/><path id="l" class="ae" d="M37.4147,26.6307l1.9988-.6115"/><path id="m" class="ae" d="M36.7971,26.1266l2.7532-1.2207"/></g><path id="n" class="ae" d="M33.2066,8.7472c.4561,1.1732.5829,1.7712.7257,2.7907"/><path id="o" class="ae" d="M10.2695,13.669c.9621,1.2528,1.4169,2.1515,1.7514,3.6212"/><path id="p" class="ae" d="M38.9413,23.6929c-.4502-3.7815-1.4959-7.9512-3.2197-11.9268-.1929-2.4269-.7088-3.5693-2.8348-5.4896-1.3199,1.8572-1.9943,4.269.193,6.1117-5.746-.1592-15.4234.6905-19.5659,4.2256-.3686-2.6064-1.6855-4.025-3.6181-4.7581-1.2332,2.4033-1.2151,4.9904,1.8201,7.2531-1.4301,2.6993-1.0908,5.9041-.0044,8.6721"/><path id="q" class="ae" d="M28.6817,38.6477c1.3972-.2196,2.6054-1.9089,3.8521-3.5228,1.1921-1.5434,2.6287-3.4476,3.8407-5.3117"/><g id="r"><path id="s" class="ae" d="M10.3069,29.4108c1.6424-.068,3.1163.1808,4.6154.3821"/><path id="t" class="ae" d="M10.9398,30.4412l2.5568-.1001"/><path id="u" class="ae" d="M11.1796,31.2661l2.0483.9606"/></g><g id="v"><path id="w" class="ae" d="M24.8637,20.0007c1.6623,2.3112,8.3104,4.14,9.0779.2423"/><path id="x" class="ae" d="M35.4897,18.7218c-.9818-2.2803-2.3341-2.6851-4.3346-2.388-2.6748.3972-5.024,1.0521-6.4104,3.7662"/></g><g id="y"><path id="z" class="ae" d="M21.7841,21.5038c-1.2171,4.7781-7.5485,4.4117-8.9411.9637"/><path id="aa" class="ae" d="M12.6101,22.4687c1.939-4.393,6.8068-4.384,9.1905-3.2026"/></g></g></g><circle id="ab" class="ad" cx="29.7085" cy="19.5229" r=".75"/><circle id="ac" class="ad" cx="17.8276" cy="21.642" r=".75"/></svg>
Copied!