Hardoff Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hardoff 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/341466.svg" alt="Hardoff icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341466.svg" alt="Hardoff icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341466.svg" alt="Hardoff icon" :width="24" :height="24" />
CSS background
.icon-hardoff {
background-image: url('https://proicons.com/icon/341466.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M24.89,24.624v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><line class="b" x1="27.51" y1="21.998" x2="30.13" y2="24.622"/><line class="b" x1="10.737" y1="16.624" x2="10.737" y2="24.624"/><line class="b" x1="16.037" y1="16.624" x2="16.037" y2="24.624"/><line class="b" x1="10.737" y1="20.609" x2="16.037" y2="20.609"/><path class="b" d="M31.963,24.624v-8h1.8c1.933,0,3.5,1.567,3.5,3.5v1c0,1.933-1.567,3.5-3.5,3.5h-1.8Z"/><line class="b" x1="22.235" y1="21.974" x2="18.691" y2="21.974"/><path class="b" d="M17.809,24.624l2.65-8,2.65,8"/><line class="b" x1="22.65" y1="31.623" x2="25.25" y2="31.623"/><path class="b" d="M26.65,27.623h-4v8"/><line class="b" x1="28.699" y1="31.623" x2="31.299" y2="31.623"/><path class="b" d="M32.7,27.623h-4v8"/><path class="b" d="M17.951,27.624h0c1.4636,0,2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65Z"/><circle class="c" cx="22.931" cy="13.792" r=".75"/><circle class="c" cx="32.021" cy="13.792" r=".75"/><circle class="c" cx="27.476" cy="12.193" r=".75"/></svg>
Copied!