Halifax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Halifax 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/326868.svg" alt="Halifax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326868.svg" alt="Halifax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326868.svg" alt="Halifax icon" :width="24" :height="24" />
CSS background
.icon-halifax {
background-image: url('https://proicons.com/icon/326868.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><path class="a" d="M19.3589,20.75v6.5h3.283"/><path class="a" d="M24.7451,20.75v6.5"/><path class="a" d="M27.0322,20.75h3.283"/><path class="a" d="M27.0322,24h2.134"/><path class="a" d="M27.0322,20.75v6.5"/><path class="a" d="M6.5461,20.75v6.5"/><path class="a" d="M10.8961,20.75v6.5"/><path class="a" d="M6.5461,24h4.35"/><path class="a" d="M17.3313,27.25l-2.134-6.5-2.216,6.5"/><path class="a" d="M13.72,25.0563h2.8726"/><path class="a" d="M34.96,27.25l-2.1339-6.5L30.61,27.25"/><path class="a" d="M31.3482,25.0563h2.8726"/><path class="a" d="M37.1039,20.75l4.35,6.5"/><path class="a" d="M41.4539,20.75l-4.35,6.5"/><path class="a" d="M25.6216,18.6389H36.13l7.37-7.3324H29.7485L24,17.0256"/><path class="a" d="M11.87,18.6389,4.5,11.3065H18.2515l7.37,7.3324Z"/><path class="a" d="M25.6216,29.3611H36.13l7.37,7.3324H29.7485L24,30.9744"/><path class="a" d="M11.87,29.3611,4.5,36.6935H18.2515l7.37-7.3324Z"/></svg>
Copied!