Home Depot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Home Depot icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/341648.svg" alt="Home Depot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341648.svg" alt="Home Depot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341648.svg" alt="Home Depot icon" :width="24" :height="24" />
CSS background
.icon-home-depot {
background-image: url('https://proicons.com/icon/341648.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="c" x1="9.5781" y1="19.0678" x2="12.2518" y2="16.394"/><line class="c" x1="14.9508" y1="21.7667" x2="10.9149" y2="17.7309"/><line class="c" x1="13.563" y1="15.0827" x2="17.5989" y2="19.1186"/><line class="c" x1="16.2368" y1="12.409" x2="20.2727" y2="16.4448"/><line class="c" x1="15.5734" y1="17.0931" x2="18.2471" y2="14.4193"/><line class="c" x1="19.6867" y1="12.995" x2="21.0023" y2="11.6793"/><polyline class="c" points="23.7225 12.995 21.7046 15.0129 17.6687 10.9771 19.6867 8.9591"/><polyline class="c" points="26.4958 25.1916 20.5763 19.2721 29.4653 22.2351 26.5113 13.3551 32.4284 19.2721"/><line class="c" x1="9.1684" y1="30.6799" x2="15.0945" y2="36.6059"/><line class="c" x1="13.0944" y1="26.7539" x2="19.0205" y2="32.6799"/><line class="c" x1="12.1203" y1="33.6318" x2="16.0463" y2="29.7058"/><line class="c" x1="31.3484" y1="14.426" x2="33.2802" y2="12.4942"/><polyline class="c" points="37.2744 14.426 34.3114 17.3891 28.3854 11.463 31.3484 8.5"/><rect class="c" x="16.994" y="21.814" width="5.5522" height="8.3807" rx="2.7761" ry="2.7761" transform="translate(-12.5973 21.596) rotate(-44.9999)"/><path class="c" d="M30.5026,32.4003l-4.0359-4.0359,1.3213-1.3213c.747-.747,1.9593-.7457,2.7079.0029s.7499,1.961.0029,2.7079l-1.3213,1.3213"/><line class="c" x1="33.4588" y1="21.3724" x2="36.1326" y2="18.6986"/><line class="c" x1="38.8316" y1="24.0714" x2="34.7957" y2="20.0355"/><line class="c" x1="25.2577" y1="33.6094" x2="26.5733" y2="32.2938"/><polyline class="c" points="29.2935 33.6094 27.2756 35.6274 23.2397 31.5915 25.2577 29.5736"/><path class="c" d="M23.403,39.5l-4.0359-4.0359.9081-.9081c.9752-.9752,2.5562-.9752,3.5314,0l.5045.5045c.9752.9752.9752,2.5562,0,3.5314l-.9081.9081Z"/><rect class="c" x="31.6895" y="22.4332" width="3.7813" height="5.7076" rx="1.8906" ry="1.8906" transform="translate(-8.0452 31.1511) rotate(-45)"/></svg>
Copied!