Huntington Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huntington 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/327225.svg" alt="Huntington icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327225.svg" alt="Huntington icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327225.svg" alt="Huntington icon" :width="24" :height="24" />
CSS background
.icon-huntington {
background-image: url('https://proicons.com/icon/327225.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="20.4821" y1="4.5" x2="20.4821" y2="16.0918"/><line class="a" x1="14.5459" y1="8.2447" x2="14.5459" y2="39.7553"/><line class="a" x1="8.6098" y1="11.9894" x2="8.6098" y2="35.9317"/><polyline class="a" points="14.546 25.984 26.418 19.13 26.418 4.5"/><line class="a" x1="27.5179" y1="43.5" x2="27.5179" y2="31.9082"/><line class="a" x1="33.4541" y1="39.7553" x2="33.4541" y2="8.2447"/><line class="a" x1="39.3902" y1="36.0106" x2="39.3902" y2="12.0683"/><polyline class="a" points="33.454 22.016 21.582 28.87 21.582 43.5"/></svg>
Copied!