Shopeefood Driver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shopeefood Driver 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/332699.svg" alt="Shopeefood Driver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332699.svg" alt="Shopeefood Driver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332699.svg" alt="Shopeefood Driver icon" :width="24" :height="24" />
CSS background
.icon-shopeefood-driver {
background-image: url('https://proicons.com/icon/332699.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M20.193,18.092v8.198c0,.389-.383.702-.859.702s-.859-.313-.859-.702v-8.198M16.458,18.092v8.198c0,.389-.383.702-.859.702s-.859-.313-.859-.702v-8.198M19.966,42.499v-9.15c0-.963.006-1.397,1.223-2.616,1.218-1.218,1.223-1.694,1.223-2.615v-8.704c0-.732-.589-1.32-1.32-1.32h-.898M14.742,18.094h-.9c-.732,0-1.32.588-1.32,1.32l.003,8.704c.004.921.01,1.397,1.227,2.615s1.224,1.653,1.22,2.615l-.005,9.151M18.477,18.094h-2.017M33.485,42.499v-11.922c1.6671-1.1848,2.7051-3.4558,2.708-5.925.0004-3.7362-2.33-6.7654-5.2052-6.766h-.0028c-2.8751.0007-5.2054,3.0299-5.205,6.766.0025,2.4686,1.0396,4.7395,2.706,5.925v11.922M16.451,12.724v-2.99c0-.731.589-1.32,1.32-1.32h12.456c.732,0,1.321.589,1.321,1.32v2.99h-15.097ZM33.485,42.5h3.278c2.195,0,3.884-1.768,3.962-3.96l.924-25.917-4.776-7.123H11.129l-4.778,7.123.924,25.917c.078,2.192,1.767,3.96,3.962,3.96h3.73M19.965,42.5h8.52"/></svg>
Copied!