Crookcatcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crookcatcher 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/338674.svg" alt="Crookcatcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338674.svg" alt="Crookcatcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338674.svg" alt="Crookcatcher icon" :width="24" :height="24" />
CSS background
.icon-crookcatcher {
background-image: url('https://proicons.com/icon/338674.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="k" d="M38.65000059,19.13899994c-.00055313,8.08450699-6.55942154,14.63800049-14.65000153,14.63800049-8.09018993,0-14.64889526-6.55288506-14.64999962-14.63700104-.00055218-8.08489609,6.55802822-14.63944721,14.64900017-14.63999939h.00099945c8.0909729,0,14.65000153,6.55410385,14.65000153,14.63899994h0Z"/><path id="f" class="k" d="M34.16299726,19.13899994c0,5.60845184-4.55012894,10.15500069-10.1629982,10.15500069s-10.16300011-4.54654884-10.16300011-10.15499878v-.00000191c0-5.60845184,4.55013084-10.15499973,10.16300011-10.15499973h0c5.61286926,0,10.16300201,4.54654789,10.16300201,10.15499973h-.00000381Z"/><path id="g" class="k" d="M28.30299856,19.13899994c0,2.37482452-1.92651939,4.29999924-4.3029995,4.29999924s-4.3029995-1.92517471-4.3029995-4.29999924,1.92651749-4.30000019,4.3029995-4.30000019,4.3029995,1.92517567,4.3029995,4.30000019Z"/><path id="h" class="k" d="M18.77599813,27.65600014c1.24350166-1.50816917,3.17516899-2.39302444,5.22400093-2.39299965,2.04883003-.00002289,3.98049927.88483238,5.22399902,2.39299965"/><path id="i" class="k" d="M34.35599806,29.45800018c.32235718,1.03921318.48619461,2.12101746.48600006,3.20899963h0c0,5.98289871-4.85412788,10.83300018-10.84199905,10.83300018s-10.84200001-4.85009766-10.84200001-10.83300018h0c.0000124-1.08275223.16248417-2.15938377.48200035-3.19400024"/><path id="j" class="k" d="M25.29399969,37.36000061c.00055122.7141037-.57834435,1.29344559-1.29299927,1.29399872h-.00100136c-.71426582,0-1.29344749-.57828522-1.29400063-1.29199982-.00055122-.7141037.57834435-1.29344559,1.29299927-1.29399872h.00100136c.71465683,0,1.29400063.57889557,1.29400063,1.29299927v-.00099945Z"/></svg>
Copied!