Hoosegow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hoosegow 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/327117.svg" alt="Hoosegow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327117.svg" alt="Hoosegow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327117.svg" alt="Hoosegow icon" :width="24" :height="24" />
CSS background
.icon-hoosegow {
background-image: url('https://proicons.com/icon/327117.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><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M24.0027,42.5l-.0007-17.7563,6.6263,3.2096,2.0553,14.5467"/><path class="c" d="M24.0019,24.7437l-6.7816,3.2613-2.1527,14.405"/><path class="c" d="M5.5,38.8206l10.9328-5.5452"/><path class="c" d="M31.4139,33.2479l11.0861,5.6307"/><path class="c" d="M17.2207,28.0049l-1.8896-.7247,8.6452-4.5815,8.542,4.7109-1.8896.5436"/><path class="c" d="M29.8681,25.9483l-.1458-2.473,2.0707.0777-1.9154-4.4521-5.8497-5.2027-6.238,5.6427-1.9672,4.2708,2.5884-.2588-.5023,2.3612"/><path class="c" d="M24.0281,13.898l-.1294,4.1414,7.895,5.5133"/><path class="c" d="M15.8228,23.8117l8.076-5.7721"/><path class="c" d="M23.8987,18.0395l.0777,4.6591"/><path class="c" d="M14.0812,34.4587c-1.68-1.7026-3.3599-3.4052-4.2689-6.4998s-1.0471-7.5811.6527-11.17c1.6998-3.5892,5.2372-6.2812,8.9818-7.5063,3.7446-1.2251,7.6962-.9836,11.0183.742,3.3218,1.7256,6.0136,4.9352,7.2906,8.5073,1.2769,3.5721,1.1389,7.5063.1844,10.1934-.9545,2.6871-2.7253,4.1268-4.4962,5.5664"/></svg>
Copied!