trolley 01 icon
trolley-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- trolley-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the trolley 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 2h1.301c1.186 0 1.779 0 2.18.371c.402.372.48.992.637 2.233l1.128 8.925c.209 1.654.313 2.48.849 2.976c.536.495 1.326.495 2.907.495H21"/><circle cx="10.5" cy="19.5" r="1.5"/><circle cx="17.5" cy="19.5" r="1.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 14h-6c-.943 0-1.414 0-1.707-.366S12 12.678 12 11.5s0-1.768.293-2.134S13.057 9 14 9h6c.943 0 1.414 0 1.707.366S22 10.322 22 11.5s0 1.768-.293 2.134S20.943 14 20 14m-2-5h-6c-.943 0-1.414 0-1.707-.366S10 7.679 10 6.5s0-1.768.293-2.134S11.057 4 12 4h6c.943 0 1.414 0 1.707.366S20 5.321 20 6.5s0 1.768-.293 2.134S18.943 9 18 9"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTrolley01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M2 2h1.301c1.186 0 1.779 0 2.18.371c.402.372.48.992.637 2.233l1.128 8.925c.209 1.654.313 2.48.849 2.976c.536.495 1.326.495 2.907.495H21"/><circle cx="10.5" cy="19.5" r="1.5"/><circle cx="17.5" cy="19.5" r="1.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M20 14h-6c-.943 0-1.414 0-1.707-.366S12 12.678 12 11.5s0-1.768.293-2.134S13.057 9 14 9h6c.943 0 1.414 0 1.707.366S22 10.322 22 11.5s0 1.768-.293 2.134S20.943 14 20 14m-2-5h-6c-.943 0-1.414 0-1.707-.366S10 7.679 10 6.5s0-1.768.293-2.134S11.057 4 12 4h6c.943 0 1.414 0 1.707.366S20 5.321 20 6.5s0 1.768-.293 2.134S18.943 9 18 9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 2h1.301c1.186 0 1.779 0 2.18.371c.402.372.48.992.637 2.233l1.128 8.925c.209 1.654.313 2.48.849 2.976c.536.495 1.326.495 2.907.495H21"/><circle cx="10.5" cy="19.5" r="1.5"/><circle cx="17.5" cy="19.5" r="1.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 14h-6c-.943 0-1.414 0-1.707-.366S12 12.678 12 11.5s0-1.768.293-2.134S13.057 9 14 9h6c.943 0 1.414 0 1.707.366S22 10.322 22 11.5s0 1.768-.293 2.134S20.943 14 20 14m-2-5h-6c-.943 0-1.414 0-1.707-.366S10 7.679 10 6.5s0-1.768.293-2.134S11.057 4 12 4h6c.943 0 1.414 0 1.707.366S20 5.321 20 6.5s0 1.768-.293 2.134S18.943 9 18 9"/></g></svg> </template>
CSS
.icon-trolley-01 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%202h1.301c1.186%200%201.779%200%202.18.371c.402.372.48.992.637%202.233l1.128%208.925c.209%201.654.313%202.48.849%202.976c.536.495%201.326.495%202.907.495H21%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2219.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2219.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2014h-6c-.943%200-1.414%200-1.707-.366S12%2012.678%2012%2011.5s0-1.768.293-2.134S13.057%209%2014%209h6c.943%200%201.414%200%201.707.366S22%2010.322%2022%2011.5s0%201.768-.293%202.134S20.943%2014%2020%2014m-2-5h-6c-.943%200-1.414%200-1.707-.366S10%207.679%2010%206.5s0-1.768.293-2.134S11.057%204%2012%204h6c.943%200%201.414%200%201.707.366S20%205.321%2020%206.5s0%201.768-.293%202.134S18.943%209%2018%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%202h1.301c1.186%200%201.779%200%202.18.371c.402.372.48.992.637%202.233l1.128%208.925c.209%201.654.313%202.48.849%202.976c.536.495%201.326.495%202.907.495H21%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2219.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2219.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2014h-6c-.943%200-1.414%200-1.707-.366S12%2012.678%2012%2011.5s0-1.768.293-2.134S13.057%209%2014%209h6c.943%200%201.414%200%201.707.366S22%2010.322%2022%2011.5s0%201.768-.293%202.134S20.943%2014%2020%2014m-2-5h-6c-.943%200-1.414%200-1.707-.366S10%207.679%2010%206.5s0-1.768.293-2.134S11.057%204%2012%204h6c.943%200%201.414%200%201.707.366S20%205.321%2020%206.5s0%201.768-.293%202.134S18.943%209%2018%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/trolley-01.svg?color=%231a73e8&size=48