scooter icon

scooter-linear from Solar by 480 Design · Linear · Parts · CC-BY-4.0 Attribution required.

Name
scooter-linear
Set
Solar
Style
Linear
Category
Parts
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More parts icons from Solar

Use the scooter 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"><rect width="6" height="6" x="16" y="13" rx="3"/><path stroke-linecap="round" d="M11 16V14.5C11 12.6144 11 11.6716 10.4142 11.0858C9.82843 10.5 8.88562 10.5 7 10.5H6.4C6.02856 10.5 5.84284 10.5 5.68616 10.5123C3.72466 10.6667 2.1667 12.2247 2.01233 14.1862C2 14.3428 2 14.5286 2 14.9C2 14.9929 2 15.0393 2.00308 15.0785C2.04168 15.5688 2.43116 15.9583 2.92154 15.9969C2.96071 16 3.00714 16 3.1 16H11ZM11 16H16"/><path stroke-linecap="round" d="M9.5 16C9.5 17.6569 8.15685 19 6.5 19C4.84315 19 3.5 17.6569 3.5 16"/><path stroke-linecap="round" d="M12 5H12.5279C13.7307 5 14.3321 5 14.8154 5.2987C15.2987 5.5974 15.5677 6.13531 16.1056 7.21114L19 13"/><path stroke-linecap="round" d="M18.1426 11L18.8243 10.4978C19.0871 10.3041 19.2186 10.2073 19.31 10.0811C19.3722 9.99519 19.4203 9.89994 19.4526 9.7989C19.5 9.65046 19.5 9.48721 19.5 9.16072C19.5 8.54327 19.5 8.23455 19.3684 8.00405C19.2797 7.84887 19.1511 7.72028 18.996 7.63165C18.7654 7.5 18.4567 7.5 17.8393 7.5H16.5"/><circle cx="19" cy="16" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarScooterLinear(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"><rect width="6" height="6" x="16" y="13" rx="3"/><path strokeLinecap="round" d="M11 16V14.5C11 12.6144 11 11.6716 10.4142 11.0858C9.82843 10.5 8.88562 10.5 7 10.5H6.4C6.02856 10.5 5.84284 10.5 5.68616 10.5123C3.72466 10.6667 2.1667 12.2247 2.01233 14.1862C2 14.3428 2 14.5286 2 14.9C2 14.9929 2 15.0393 2.00308 15.0785C2.04168 15.5688 2.43116 15.9583 2.92154 15.9969C2.96071 16 3.00714 16 3.1 16H11ZM11 16H16"/><path strokeLinecap="round" d="M9.5 16C9.5 17.6569 8.15685 19 6.5 19C4.84315 19 3.5 17.6569 3.5 16"/><path strokeLinecap="round" d="M12 5H12.5279C13.7307 5 14.3321 5 14.8154 5.2987C15.2987 5.5974 15.5677 6.13531 16.1056 7.21114L19 13"/><path strokeLinecap="round" d="M18.1426 11L18.8243 10.4978C19.0871 10.3041 19.2186 10.2073 19.31 10.0811C19.3722 9.99519 19.4203 9.89994 19.4526 9.7989C19.5 9.65046 19.5 9.48721 19.5 9.16072C19.5 8.54327 19.5 8.23455 19.3684 8.00405C19.2797 7.84887 19.1511 7.72028 18.996 7.63165C18.7654 7.5 18.4567 7.5 17.8393 7.5H16.5"/><circle cx="19" cy="16" r="3"/></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"><rect width="6" height="6" x="16" y="13" rx="3"/><path stroke-linecap="round" d="M11 16V14.5C11 12.6144 11 11.6716 10.4142 11.0858C9.82843 10.5 8.88562 10.5 7 10.5H6.4C6.02856 10.5 5.84284 10.5 5.68616 10.5123C3.72466 10.6667 2.1667 12.2247 2.01233 14.1862C2 14.3428 2 14.5286 2 14.9C2 14.9929 2 15.0393 2.00308 15.0785C2.04168 15.5688 2.43116 15.9583 2.92154 15.9969C2.96071 16 3.00714 16 3.1 16H11ZM11 16H16"/><path stroke-linecap="round" d="M9.5 16C9.5 17.6569 8.15685 19 6.5 19C4.84315 19 3.5 17.6569 3.5 16"/><path stroke-linecap="round" d="M12 5H12.5279C13.7307 5 14.3321 5 14.8154 5.2987C15.2987 5.5974 15.5677 6.13531 16.1056 7.21114L19 13"/><path stroke-linecap="round" d="M18.1426 11L18.8243 10.4978C19.0871 10.3041 19.2186 10.2073 19.31 10.0811C19.3722 9.99519 19.4203 9.89994 19.4526 9.7989C19.5 9.65046 19.5 9.48721 19.5 9.16072C19.5 8.54327 19.5 8.23455 19.3684 8.00405C19.2797 7.84887 19.1511 7.72028 18.996 7.63165C18.7654 7.5 18.4567 7.5 17.8393 7.5H16.5"/><circle cx="19" cy="16" r="3"/></g></svg>
</template>

CSS

.icon-scooter-linear {
  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%3Crect%20width%3D%226%22%20height%3D%226%22%20x%3D%2216%22%20y%3D%2213%22%20rx%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2016V14.5C11%2012.6144%2011%2011.6716%2010.4142%2011.0858C9.82843%2010.5%208.88562%2010.5%207%2010.5H6.4C6.02856%2010.5%205.84284%2010.5%205.68616%2010.5123C3.72466%2010.6667%202.1667%2012.2247%202.01233%2014.1862C2%2014.3428%202%2014.5286%202%2014.9C2%2014.9929%202%2015.0393%202.00308%2015.0785C2.04168%2015.5688%202.43116%2015.9583%202.92154%2015.9969C2.96071%2016%203.00714%2016%203.1%2016H11ZM11%2016H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.5%2016C9.5%2017.6569%208.15685%2019%206.5%2019C4.84315%2019%203.5%2017.6569%203.5%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205H12.5279C13.7307%205%2014.3321%205%2014.8154%205.2987C15.2987%205.5974%2015.5677%206.13531%2016.1056%207.21114L19%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.1426%2011L18.8243%2010.4978C19.0871%2010.3041%2019.2186%2010.2073%2019.31%2010.0811C19.3722%209.99519%2019.4203%209.89994%2019.4526%209.7989C19.5%209.65046%2019.5%209.48721%2019.5%209.16072C19.5%208.54327%2019.5%208.23455%2019.3684%208.00405C19.2797%207.84887%2019.1511%207.72028%2018.996%207.63165C18.7654%207.5%2018.4567%207.5%2017.8393%207.5H16.5%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%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%3Crect%20width%3D%226%22%20height%3D%226%22%20x%3D%2216%22%20y%3D%2213%22%20rx%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2016V14.5C11%2012.6144%2011%2011.6716%2010.4142%2011.0858C9.82843%2010.5%208.88562%2010.5%207%2010.5H6.4C6.02856%2010.5%205.84284%2010.5%205.68616%2010.5123C3.72466%2010.6667%202.1667%2012.2247%202.01233%2014.1862C2%2014.3428%202%2014.5286%202%2014.9C2%2014.9929%202%2015.0393%202.00308%2015.0785C2.04168%2015.5688%202.43116%2015.9583%202.92154%2015.9969C2.96071%2016%203.00714%2016%203.1%2016H11ZM11%2016H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.5%2016C9.5%2017.6569%208.15685%2019%206.5%2019C4.84315%2019%203.5%2017.6569%203.5%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205H12.5279C13.7307%205%2014.3321%205%2014.8154%205.2987C15.2987%205.5974%2015.5677%206.13531%2016.1056%207.21114L19%2013%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.1426%2011L18.8243%2010.4978C19.0871%2010.3041%2019.2186%2010.2073%2019.31%2010.0811C19.3722%209.99519%2019.4203%209.89994%2019.4526%209.7989C19.5%209.65046%2019.5%209.48721%2019.5%209.16072C19.5%208.54327%2019.5%208.23455%2019.3684%208.00405C19.2797%207.84887%2019.1511%207.72028%2018.996%207.63165C18.7654%207.5%2018.4567%207.5%2017.8393%207.5H16.5%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2216%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/scooter-linear.svg?color=%231a73e8&size=48