Harley Davidson Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Harley Davidson 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/326909.svg" alt="Harley Davidson icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326909.svg" alt="Harley Davidson icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326909.svg" alt="Harley Davidson icon" :width="24" :height="24" />
CSS background
.icon-harley-davidson {
background-image: url('https://proicons.com/icon/326909.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><polyline class="c" points="26.325 20.6602 26.325 26.4431 29.2164 26.4431"/><path class="c" d="m19.4541,26.4431v-5.7829h1.8794c1.0843,0,1.9517.8674,1.9517,1.9517s-.8674,1.9517-1.9517,1.9517h-1.8794"/><line class="c" x1="21.4044" y1="24.5621" x2="23.2853" y2="26.4431"/><line class="c" x1="6.1769" y1="20.6602" x2="6.1769" y2="26.4431"/><line class="c" x1="10.008" y1="20.6602" x2="10.008" y2="26.4431"/><line class="c" x1="6.1769" y1="23.4793" x2="10.008" y2="23.4793"/><polyline class="c" points="41.8232 20.6602 39.9437 23.5516 38.0643 20.6602"/><line class="c" x1="39.9437" y1="26.4431" x2="39.9437" y2="23.5516"/><line class="c" x1="32.1277" y1="23.5516" x2="34.0072" y2="23.5516"/><polyline class="c" points="35.0192 26.4431 32.1277 26.4431 32.1277 20.6602 35.0192 20.6602"/><line class="c" x1="16.0322" y1="24.4913" x2="13.4299" y2="24.4913"/><polyline class="c" points="12.7794 26.4431 14.7311 20.6602 16.6828 26.4431"/><path class="c" d="m3.5,18.7485h41v9.9576H3.5v-9.9576Zm9.1676,9.9576c.0046.9847-1.8056,3.0418-2.6377,3.4117,5.9773,5.0296,9.9622,7.4936,13.9702,8.0668,4.008-.5732,7.9929-3.0372,13.9702-8.0668-.8321-.3698-2.6423-2.427-2.6377-3.4117m-22.871-9.9576c-.1942-1.3499-1.3868-3.2175-2.3299-3.7445v-2.5888c5.1683-.2912,10.9839-2.2929,13.9656-4.5997,2.9817,2.3068,8.7973,4.3085,13.9656,4.5997v2.5888c-.9431.527-2.1357,2.3946-2.3299,3.7445"/><path class="c" d="m13.2921,15.078s5.1989.2751,10.708-3.8304c5.5088,4.1055,10.708,3.8304,10.708,3.8304-1.6853,1.7133-1.9674,3.0817-2.0022,3.6702m-17.4113,0c-.0348-.5885-.3134-1.957-1.9988-3.6702"/><path class="c" d="m34.708,15.078s-5.1989.2751-10.708-3.8304c-5.5088,4.1055-10.708,3.8304-10.708,3.8304,1.6853,1.7133,1.9674,3.0817,2.0022,3.6702m17.4113,0c.0348-.5885.3134-1.957,1.9988-3.6702m-2.0301,13.6274c.2829,1.0905.6252,2.3207,1.6152,2.8584,0,0-4.2337,3.9144-10.2887,5.4396-6.0554-1.5252-10.2887-5.4396-10.2887-5.4396.9898-.5378,1.3322-1.768,1.6152-2.8584"/></svg>
Copied!