Hac Enc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hac Enc 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/326856.svg" alt="Hac Enc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326856.svg" alt="Hac Enc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326856.svg" alt="Hac Enc icon" :width="24" :height="24" />
CSS background
.icon-hac-enc {
background-image: url('https://proicons.com/icon/326856.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="30.6806" y="5.5" width="11.1587" height="37"/><polyline class="c" points="17.3194 16.5485 17.3194 5.5 6.1607 5.5 6.1607 42.5 17.3194 42.5 17.3194 31.5311"/><g><path class="c" d="m6.1607,42.5c4.8942-8.7606,13.0675-13.8995,24.5198-13.8995"/><path class="c" d="m6.1607,32.9563c5.2368-7.2189,13.0675-11.3056,24.5198-11.3056"/><path class="c" d="m6.1607,23.4127c5.5794-5.6772,13.0675-8.7116,24.5198-8.7116"/></g></svg>
Copied!