Harbor Freight Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Harbor Freight 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/341464.svg" alt="Harbor Freight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341464.svg" alt="Harbor Freight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341464.svg" alt="Harbor Freight icon" :width="24" :height="24" />
CSS background
.icon-harbor-freight {
background-image: url('https://proicons.com/icon/341464.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="M18.9475,22.4075v-6.5905h2.1576c1.2197,0,2.2086.991,2.2086,2.2133s-.9888,2.2133-2.2086,2.2133h-2.1576"/><line class="c" x1="21.1059" y1="20.2441" x2="23.2642" y2="22.4058"/><path class="c" d="M35.9427,22.4075v-6.5905h2.1576c1.2197,0,2.2086.991,2.2086,2.2133s-.9888,2.2133-2.2086,2.2133h-2.1576"/><line class="c" x1="38.1011" y1="20.2441" x2="40.2595" y2="22.4058"/><line class="c" x1="7.6984" y1="15.817" x2="7.6984" y2="22.4075"/><line class="c" x1="12.0646" y1="15.817" x2="12.0646" y2="22.4075"/><line class="c" x1="7.6984" y1="19.0999" x2="12.0646" y2="19.0999"/><path class="c" d="M27.3317,19.1122c.91,0,1.6476.7377,1.6476,1.6476s-.7377,1.6476-1.6476,1.6476h-2.7186v-6.5905h2.7186c.91,0,1.6476.7377,1.6476,1.6476s-.7377,1.6476-1.6476,1.6476Z"/><line class="c" x1="27.3317" y1="19.1122" x2="24.6131" y2="19.1122"/><line class="c" x1="16.9299" y1="20.2029" x2="14.0746" y2="20.2029"/><polyline class="c" points="13.3628 22.3877 15.5047 15.817 17.6466 22.4075"/><path class="c" d="M32.4629,22.4075c-1.2057,0-2.1831-.9774-2.1831-2.1831v-2.2243c0-1.2057.9774-2.1831,2.1831-2.1831s2.1831.9774,2.1831,2.1831v2.2243c0,1.2057-.9774,2.1831-2.1831,2.1831Z"/><line class="c" x1="22.9331" y1="25.594" x2="22.9331" y2="32.1845"/><line class="c" x1="35.9427" y1="25.594" x2="40.3089" y2="25.594"/><line class="c" x1="38.1258" y1="32.1845" x2="38.1258" y2="25.594"/><line class="c" x1="30.1554" y1="25.594" x2="30.1554" y2="32.1845"/><line class="c" x1="34.5216" y1="25.594" x2="34.5216" y2="32.1845"/><line class="c" x1="30.1554" y1="28.8769" x2="34.5216" y2="28.8769"/><line class="c" x1="18.211" y1="28.8892" x2="20.3595" y2="28.8892"/><polyline class="c" points="21.5063 32.1845 18.211 32.1845 18.211 25.594 21.5063 25.594"/><line class="c" x1="7.6967" y1="28.8892" x2="9.8386" y2="28.8892"/><polyline class="c" points="7.6967 32.1845 7.6967 25.594 10.992 25.594"/><path class="c" d="M12.4147,32.1845v-6.5905h2.1576c1.2197,0,2.2086.991,2.2086,2.2133s-.9888,2.2133-2.2086,2.2133h-2.1576"/><line class="c" x1="14.5731" y1="30.0211" x2="16.7314" y2="32.1828"/><path class="c" d="M28.7261,27.7771c0-1.2057-.9774-2.1831-2.1831-2.1831s-2.1831.9774-2.1831,2.1831v2.2243c0,1.2057.9774,2.1831,2.1831,2.1831s2.1831-.9774,2.1831-2.1831h-2.1831"/></g><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/></svg>
Copied!