Bluedriver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluedriver 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/337334.svg" alt="Bluedriver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337334.svg" alt="Bluedriver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337334.svg" alt="Bluedriver icon" :width="24" :height="24" />
CSS background
.icon-bluedriver {
background-image: url('https://proicons.com/icon/337334.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.a{fill-rule:evenodd;}</style></defs><path class="a" d="M18.14,14.68a1.7,1.7,0,0,1,0-3.39h12a1.7,1.7,0,1,1,0,3.39h-12Z"/><path class="a" d="M36.79,33v2.09a1.58,1.58,0,0,1-1.58,1.58H21.65a1.17,1.17,0,0,1-.66-.2L16,33H11.79A1.79,1.79,0,0,1,10,31.17h0v-9.4A1.8,1.8,0,0,1,11.79,20h1.4l2.66-2.26a1.13,1.13,0,0,1,.73-.27H31.84A1.59,1.59,0,0,1,33.42,19v2.15h1.79a1.59,1.59,0,0,1,1.58,1.59h0V25"/><path class="a" d="M7.89,31.55a1.7,1.7,0,0,1-3.39,0h0V21.38a1.7,1.7,0,1,1,3.39,0Z"/><line class="b" x1="7.89" y1="26.46" x2="10" y2="26.46"/><line class="b" x1="24.14" y1="17.44" x2="24.14" y2="14.68"/><line class="b" x1="36.77" y1="25.04" x2="24.82" y2="25.04"/><line class="b" x1="36.77" y1="33.04" x2="29.51" y2="33.04"/><polyline class="a" points="36.77 25.04 39.07 25.04 39.07 21.78 41.18 21.78 43.5 28.98 41.17 36.18 39.07 36.18 39.07 33.04 36.77 33.04"/></svg>
Copied!