Hutch App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hutch App 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/341789.svg" alt="Hutch App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341789.svg" alt="Hutch App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341789.svg" alt="Hutch App icon" :width="24" :height="24" />
CSS background
.icon-hutch-app {
background-image: url('https://proicons.com/icon/341789.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.1629,23.9888h4.3371M38.5,20.7799v6.4403M34.1629,20.7799v6.4403M15.9216,20.7799v4.3072c0,1.1767.9713,2.1293,2.1667,2.1293,1.1883.0124,2.1617-.9408,2.1742-2.1291,0,0,0-.0002,0-.0002v-4.3072M32.1793,25.0609v.0261c0,1.1767-.9713,2.1293-2.1667,2.1293h0c-1.1883.0124-2.1617-.9408-2.1742-2.1291,0,0,0-.0002,0-.0002v-2.1742c0-1.1767.9713-2.1293,2.1704-2.1293h0c1.1991,0,2.1704.9526,2.1704,2.1293v.0261M9.5,23.9851h4.3371M13.8371,20.7799v6.4403M9.5037,20.7799v6.4403M24.2223,27.2201v-6.4403M22.0556,20.7799h4.3334"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!