Isuzu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Isuzu 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/342128.svg" alt="Isuzu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342128.svg" alt="Isuzu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342128.svg" alt="Isuzu icon" :width="24" :height="24" />
CSS background
.icon-isuzu {
background-image: url('https://proicons.com/icon/342128.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;stroke-width:1px;}</style></defs><path class="c" d="m6.1905,27.2403h7.7781c.5585,0,1.0112-.4529,1.0111-1.0114,0-.4321-.2746-.8164-.6834-.9565l-7.4298-2.5453c-.5283-.1811-.8098-.7561-.6288-1.2844.1401-.4087.5244-.6833.9565-.6834h7.7857"/><path class="c" d="m16.6631,20.7601v4.9629c0,.8383.6796,1.5179,1.5179,1.5179h4.3012c.8383,0,1.5179-.6796,1.5179-1.5179h0v-4.9629"/><path class="c" d="m36.163,20.7601v4.9629c0,.8383.6796,1.5179,1.5179,1.5179h4.3012c.8383,0,1.5179-.6796,1.5179-1.5179v-4.9629"/><path class="c" d="m4.5,20.7591v6.4809"/><path class="c" d="m34.4722,27.2403h-7.7781c-.5585,0-1.0112-.4529-1.0111-1.0114,0-.4321.2746-.8164.6834-.9565l7.4298-2.5453c.5283-.1811.8098-.7561.6288-1.2844-.1401-.4087-.5244-.6833-.9565-.6834h-7.7857"/></svg>
Copied!