My Hondaplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Hondaplus 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/329753.svg" alt="My Hondaplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329753.svg" alt="My Hondaplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329753.svg" alt="My Hondaplus icon" :width="24" :height="24" />
CSS background
.icon-my-hondaplus {
background-image: url('https://proicons.com/icon/329753.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M19.3333,17.8334h6.8333c2.2091,0,4,1.7909,4,4v6.8333M30.1666,31.6667v4.6667c0,3.4163-2.7503,6.1667-6.1666,6.1667s-6.1666-2.7503-6.1666-6.1667v-4.1667c0-1.1046-.8954-2-2-2h-4.1667c-3.4163,0-6.1667-2.7503-6.1667-6.1667s2.7503-6.1667,6.1667-6.1667h4.6667M17.8334,11.6666c0-3.4163,2.7503-6.1667,6.1666-6.1667s6.1666,2.7503,6.1666,6.1667v4.1667c0,1.1046.8954,2,2,2h4.1667c3.4163,0,6.1667,2.7503,6.1667,6.1667s-2.7503,6.1667-6.1667,6.1667h-14.5c-2.2091,0-4-1.7909-4-4v-14.5001Z"/></svg>
Copied!