My Honda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Honda 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/329752.svg" alt="My Honda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329752.svg" alt="My Honda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329752.svg" alt="My Honda icon" :width="24" :height="24" />
CSS background
.icon-my-honda {
background-image: url('https://proicons.com/icon/329752.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>.f{fill:#000;}.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="g" d="M6.3824,22.4997l.9003-14,3.9628,14.015,5.7639-13.994-.8999,13.994"/><line class="g" x1="6.1905" y1="25.4847" x2="5.2892" y2="39.4997"/><line class="g" x1="12.6352" y1="25.4847" x2="11.7342" y2="39.4997"/><line class="g" x1="5.7415" y1="32.4657" x2="12.1862" y2="32.4657"/><line class="g" x1="21.4762" y1="22.5147" x2="19.4832" y2="13.2297"/><path class="g" d="M24.3472,13.2297l-3.8992,12.613c-.2599.8407-.8475,1.403-1.4664,1.403h-.3997"/><path class="g" d="M27.0152,39.4997l.3718-5.7814c.1244-1.9352-.8635-3.5039-2.2067-3.5039s-2.5329,1.5687-2.6573,3.5039"/><line class="g" x1="22.1512" y1="39.4997" x2="22.7482" y2="30.2147"/><path class="g" d="M35.0272,33.7187c.1244-1.9352-.8635-3.5039-2.2067-3.5039s-2.5329,1.5687-2.6573,3.5039l-.1465,2.2775c-.1244,1.9352.8635,3.5039,2.2067,3.5039s2.5329-1.5687,2.6573-3.5039"/><line class="g" x1="34.6552" y1="39.4997" x2="35.5562" y2="25.4847"/><path class="g" d="M42.5162,35.9957c-.1244,1.9352-1.3059,3.5039-2.6389,3.5039h-.847c-.8831,0-1.5321-1.0393-1.4497-2.3213.0824-1.282.8652-2.3213,1.7482-2.3213h3.2651"/><path class="g" d="M38.5732,31.1347c.6405-.8457,1.056-.9198,2.1872-.9198,1.2842,0,2.0757.8138,1.9342,3.0135l-.4033,6.2718"/><path class="g" d="M14.8822,33.7187c.1244-1.9352,1.3142-3.5039,2.6573-3.5039s2.3311,1.5687,2.2067,3.5039l-.1465,2.2775c-.1244,1.9352-1.3142,3.5039-2.6573,3.5039s-2.3311-1.5687-2.2067-3.5039l.1465-2.2775Z"/><path class="g" d="M25.4722,22.4997h6.2759"/><path class="g" d="M21.0112,8.4997h15.638"/><path class="g" d="M34.1982,15.5107h-6.556"/><circle class="f" cx="35.7482" cy="22.4997" r=".75"/></svg>
Copied!