Stickman Hook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stickman Hook 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/333339.svg" alt="Stickman Hook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333339.svg" alt="Stickman Hook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333339.svg" alt="Stickman Hook icon" :width="24" :height="24" />
CSS background
.icon-stickman-hook {
background-image: url('https://proicons.com/icon/333339.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M40.656,10.407c-1.678,1.7844-3.5149,3.4125-5.488,4.864M33.551,16.656l-4.106,3.2M21.14,27.328l2.47,2.707-2.913,1.688-.517,1.37M16.266,26.293l7.72-2.714M24.383,23.796l-3.478,3.75-4.9,6.25-.396,1.382M29.505,20.508c-.0006,1.9968-1.6192,3.6154-3.616,3.616-1.9972,0-3.6164-1.6188-3.617-3.616,0-1.9976,1.6194-3.617,3.617-3.617h0c1.9972.0006,3.616,1.6198,3.616,3.617ZM45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!