Bedriver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bedriver 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/322491.svg" alt="Bedriver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322491.svg" alt="Bedriver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322491.svg" alt="Bedriver icon" :width="24" :height="24" />
CSS background
.icon-bedriver {
background-image: url('https://proicons.com/icon/322491.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m9.5615,23.821c-2.2626-3.6661-1.1249-8.4721,2.5411-10.735,3.666-2.2625,8.472-1.1251,10.735,2.5406,2.2626,3.6658,1.1254,8.4718-2.5403,10.735-3.6658,2.2627-8.4718,1.1256-10.735-2.5398"/><path class="d" d="m35.7,26.479c-3.0573,1.7649-6.9188,1.2566-9.4151-1.2396-2.4962-2.4962-3.0045-6.3578-1.2396-9.415,1.7652-3.0572,5.3636-4.5477,8.7735-3.6342,3.41.9137,5.7811,4.0038,5.7812,7.5341"/><path class="d" d="m24.001,19.724h15.599"/><path class="d" d="m8.4002,19.723V5.5"/><g><path class="d" d="m31.4569,36.3781c-.2738.4793-.7899.8023-1.3814.8023-.8781,0-1.5899-.7118-1.5899-1.5899v-1.0334c0-.8781.7118-1.5899,1.5899-1.5899s1.5899.7118,1.5899,1.5899v.5167h-3.1797"/><g><path class="d" d="m33.4068,34.5569c0-.8781.7118-1.5899,1.5899-1.5899"/><line class="d" x1="33.4068" y1="32.9671" x2="33.4068" y2="37.1802"/><polyline class="d" points="27.2064 32.9671 25.6165 37.1802 24.0267 32.9671"/></g></g><circle class="c" cx="22.3176" cy="31.0195" r=".75"/><g><line class="d" x1="22.3176" y1="32.9671" x2="22.3176" y2="37.1802"/><path class="d" d="m13.0033,37.1802v-6.3594h1.4309c1.5366,0,2.7822,1.2457,2.7822,2.7822v.7949c0,1.5366-1.2457,2.7822-2.7822,2.7822h-1.4309Z"/><path class="d" d="m19.0186,34.5569c0-.8781.7118-1.5899,1.5899-1.5899"/><line class="d" x1="19.0186" y1="32.9671" x2="19.0186" y2="37.1802"/></g></svg>
Copied!