Card Thief Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Card Thief 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/338008.svg" alt="Card Thief icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338008.svg" alt="Card Thief icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338008.svg" alt="Card Thief icon" :width="24" :height="24" />
CSS background
.icon-card-thief {
background-image: url('https://proicons.com/icon/338008.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m30.8387,11.8287c-18.2184-.6491-25.9753,11.4065-25.9753,11.4065,8.9578-3.2023,18.662-3.8514,26.9706-2.0339"/><path class="c" d="m18.667,13.4758c.393-3.6248.7203-4.997,4.9341-6.252,5.8571-1.7443,14.4968,2.1637,17.05,8.7847.7357,5.9286-1.6011,11.7273-1.6011,11.7273-3.9612,2.9722-13.4583,5.9718-13.4583,5.9718"/><path class="c" d="m18.1571,20.3695c-.889,4.0499-1.883,9.1276,2.3499,11.8829,1.7202,1.1197,2.088.4111,5.0847,1.4551,7.1402-5.366,8.7746-21.975,2.7263-24.4932-3.0767-1.281-2.523.3212-4.6402.6271-1.3817.1771-2.8059-1.441-2.8059-1.441"/><path class="c" d="m28.426,14.1653c-2.742-.7865-5.4191-.1257-7.3826,1.8064-.8201.807-1.9099,1.4807-2.3991,2.4661,5.5406.8482,9.1847-.4869,9.7816-4.2725Z"/><line class="c" x1="24.5757" y1="16.8199" x2="24.7052" y2="15.9089"/><circle id="b" class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m37.8098,40.479c-.0084-5.7126-.8599-8.2633-5.7753-9.1223"/><path class="c" d="m37.5858,36.705c-9.5521-3.2132-10.1722,2.7716-13.9573,2.8768-2.3341-1.5561-3.8902-1.6192-6.035-3.5117s-6.8972-6.6449-10.4089-8.264-4.4434-.5763-4.4434-.5763"/><path class="c" d="m17.676,28.3743c-2.2274.8827-5.0031-1.8719-7.232-2.3976s-2.9019,0-2.9019,0c-1.472-.736-3.0073.9696-3.0073.9696"/><path class="c" d="m23.257,25.9907c.6589,1.9065,2.7477,3.6589,2.7477,3.6589"/><path class="c" d="m25.3588,25.4974c.7861,1.7269,2.2038,2.4138,2.2038,2.4138"/><path class="c" d="m26.7791,24.4274c.4465.8677,1.5671,1.5632,1.5671,1.5632"/><path class="c" d="m11.4393,28.7804c-1.2477-1.1495-2.6776-2.1589-3.8972-2.8037"/><path class="c" d="m30.6074,35.9893c1.8319,2.0855,1.9683,7.7321,1.9683,7.7321"/><path class="c" d="m7.0101,27.7274c.7283,3.3941-.7577,5.5132-.7577,5.5132-1.486-.3527-1.935-.5768-1.935-.5768"/><path class="c" d="m7.4074,37.6728c.6393-2.8223-.5166-5.8718-.5166-5.8718"/><path class="c" d="m14.9463,33.6501c-.6472,3.3312-6.3435,5.3552-6.3435,5.3552"/><path class="c" d="m31.5915,37.7997c-3.8345,1.3405-9.3579,7.7003-9.3579,7.7003"/></svg>
Copied!