diff options
author | codecalm <codecalm@gmail.com> | 2020-09-02 14:10:07 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-02 14:10:07 +0200 |
commit | a9a519a966f9d637ebce4229d259d3a125723b76 (patch) | |
tree | 4348a97c34e7d99c80667e4d16d081d5702e2a1f /src/_icons/scooter-electric.svg | |
parent | `trident` icon (diff) | |
download | tabler-icons-a9a519a966f9d637ebce4229d259d3a125723b76.tar.xz |
`scooter-electric` icon
Diffstat (limited to 'src/_icons/scooter-electric.svg')
-rw-r--r-- | src/_icons/scooter-electric.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/scooter-electric.svg b/src/_icons/scooter-electric.svg new file mode 100644 index 00000000..7e6d0ffd --- /dev/null +++ b/src/_icons/scooter-electric.svg @@ -0,0 +1,10 @@ +--- +tags: [vehicle, drive, driver, engine, motor, journey, trip] +category: Vehicles +--- +<svg> + <circle cx="18" cy="17" r="2" /> + <circle cx="6" cy="17" r="2" /> + <path d="M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" /> + <path d="M10 4l-2 4h3l-2 4" /> +</svg> |