scooter icon

scooter from Reicon by REICON · Outline · Parts · MIT Free for personal and commercial use.

Name
scooter
Set
Reicon
Style
Outline
Category
Parts
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All scooter icons →

More parts icons from Reicon

Use the scooter icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.864 5.783c-.313-.032-.72-.033-1.336-.033H12a.75.75 0 0 1 0-1.5h.565c.57 0 1.054 0 1.454.041c.425.044.819.14 1.19.37c.373.23.634.539.864.9c.202.318.406.72.64 1.189h1.155c.284 0 .545 0 .762.02c.235.02.49.069.738.21c.272.155.497.38.652.652c.141.248.19.503.21.738c.02.217.02.478.02.762v.093c0 .26.001.538-.083.802a1.8 1.8 0 0 1-.25.494c-.162.224-.386.389-.596.542l-.052.039l-.277.204l.487.974a3.75 3.75 0 1 1-4.154 4.47h-5.15a3.751 3.751 0 0 1-7.352-.009A1.75 1.75 0 0 1 1.25 14.92v-.057c0-.335 0-.548.015-.735a4.75 4.75 0 0 1 4.362-4.362c.187-.015.4-.015.735-.015h.69c.898 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.344.08 2.242v.802h3.575a3.76 3.76 0 0 1 2.548-2.828l-2.438-4.875c-.276-.552-.458-.915-.628-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154M10.25 15.25v-.75c0-.964-.002-1.612-.066-2.095c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066h-.6c-.386 0-.535 0-.655.01a3.25 3.25 0 0 0-2.985 2.985a10 10 0 0 0-.01.754c.01.122.129.24.25.25zm-5.872 1.5a2.25 2.25 0 0 0 4.244 0zM16.75 16a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m1.56-6.055l.07-.051c.138-.102.216-.16.272-.206l.05-.047a.3.3 0 0 0 .036-.07c-.002.006.004-.005.007-.069c.005-.073.005-.17.005-.341c0-.323 0-.515-.013-.657a.6.6 0 0 0-.022-.13a.25.25 0 0 0-.088-.09a.6.6 0 0 0-.131-.02a8 8 0 0 0-.657-.014h-.375z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconScooter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M13.864 5.783c-.313-.032-.72-.033-1.336-.033H12a.75.75 0 0 1 0-1.5h.565c.57 0 1.054 0 1.454.041c.425.044.819.14 1.19.37c.373.23.634.539.864.9c.202.318.406.72.64 1.189h1.155c.284 0 .545 0 .762.02c.235.02.49.069.738.21c.272.155.497.38.652.652c.141.248.19.503.21.738c.02.217.02.478.02.762v.093c0 .26.001.538-.083.802a1.8 1.8 0 0 1-.25.494c-.162.224-.386.389-.596.542l-.052.039l-.277.204l.487.974a3.75 3.75 0 1 1-4.154 4.47h-5.15a3.751 3.751 0 0 1-7.352-.009A1.75 1.75 0 0 1 1.25 14.92v-.057c0-.335 0-.548.015-.735a4.75 4.75 0 0 1 4.362-4.362c.187-.015.4-.015.735-.015h.69c.898 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.344.08 2.242v.802h3.575a3.76 3.76 0 0 1 2.548-2.828l-2.438-4.875c-.276-.552-.458-.915-.628-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154M10.25 15.25v-.75c0-.964-.002-1.612-.066-2.095c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066h-.6c-.386 0-.535 0-.655.01a3.25 3.25 0 0 0-2.985 2.985a10 10 0 0 0-.01.754c.01.122.129.24.25.25zm-5.872 1.5a2.25 2.25 0 0 0 4.244 0zM16.75 16a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m1.56-6.055l.07-.051c.138-.102.216-.16.272-.206l.05-.047a.3.3 0 0 0 .036-.07c-.002.006.004-.005.007-.069c.005-.073.005-.17.005-.341c0-.323 0-.515-.013-.657a.6.6 0 0 0-.022-.13a.25.25 0 0 0-.088-.09a.6.6 0 0 0-.131-.02a8 8 0 0 0-.657-.014h-.375z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.864 5.783c-.313-.032-.72-.033-1.336-.033H12a.75.75 0 0 1 0-1.5h.565c.57 0 1.054 0 1.454.041c.425.044.819.14 1.19.37c.373.23.634.539.864.9c.202.318.406.72.64 1.189h1.155c.284 0 .545 0 .762.02c.235.02.49.069.738.21c.272.155.497.38.652.652c.141.248.19.503.21.738c.02.217.02.478.02.762v.093c0 .26.001.538-.083.802a1.8 1.8 0 0 1-.25.494c-.162.224-.386.389-.596.542l-.052.039l-.277.204l.487.974a3.75 3.75 0 1 1-4.154 4.47h-5.15a3.751 3.751 0 0 1-7.352-.009A1.75 1.75 0 0 1 1.25 14.92v-.057c0-.335 0-.548.015-.735a4.75 4.75 0 0 1 4.362-4.362c.187-.015.4-.015.735-.015h.69c.898 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.344.08 2.242v.802h3.575a3.76 3.76 0 0 1 2.548-2.828l-2.438-4.875c-.276-.552-.458-.915-.628-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154M10.25 15.25v-.75c0-.964-.002-1.612-.066-2.095c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066h-.6c-.386 0-.535 0-.655.01a3.25 3.25 0 0 0-2.985 2.985a10 10 0 0 0-.01.754c.01.122.129.24.25.25zm-5.872 1.5a2.25 2.25 0 0 0 4.244 0zM16.75 16a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m1.56-6.055l.07-.051c.138-.102.216-.16.272-.206l.05-.047a.3.3 0 0 0 .036-.07c-.002.006.004-.005.007-.069c.005-.073.005-.17.005-.341c0-.323 0-.515-.013-.657a.6.6 0 0 0-.022-.13a.25.25 0 0 0-.088-.09a.6.6 0 0 0-.131-.02a8 8 0 0 0-.657-.014h-.375z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-scooter {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.864%205.783c-.313-.032-.72-.033-1.336-.033H12a.75.75%200%200%201%200-1.5h.565c.57%200%201.054%200%201.454.041c.425.044.819.14%201.19.37c.373.23.634.539.864.9c.202.318.406.72.64%201.189h1.155c.284%200%20.545%200%20.762.02c.235.02.49.069.738.21c.272.155.497.38.652.652c.141.248.19.503.21.738c.02.217.02.478.02.762v.093c0%20.26.001.538-.083.802a1.8%201.8%200%200%201-.25.494c-.162.224-.386.389-.596.542l-.052.039l-.277.204l.487.974a3.75%203.75%200%201%201-4.154%204.47h-5.15a3.751%203.751%200%200%201-7.352-.009A1.75%201.75%200%200%201%201.25%2014.92v-.057c0-.335%200-.548.015-.735a4.75%204.75%200%200%201%204.362-4.362c.187-.015.4-.015.735-.015h.69c.898%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.08.594.08%201.344.08%202.242v.802h3.575a3.76%203.76%200%200%201%202.548-2.828l-2.438-4.875c-.276-.552-.458-.915-.628-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154M10.25%2015.25v-.75c0-.964-.002-1.612-.066-2.095c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066h-.6c-.386%200-.535%200-.655.01a3.25%203.25%200%200%200-2.985%202.985a10%2010%200%200%200-.01.754c.01.122.129.24.25.25zm-5.872%201.5a2.25%202.25%200%200%200%204.244%200zM16.75%2016a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m1.56-6.055l.07-.051c.138-.102.216-.16.272-.206l.05-.047a.3.3%200%200%200%20.036-.07c-.002.006.004-.005.007-.069c.005-.073.005-.17.005-.341c0-.323%200-.515-.013-.657a.6.6%200%200%200-.022-.13a.25.25%200%200%200-.088-.09a.6.6%200%200%200-.131-.02a8%208%200%200%200-.657-.014h-.375z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.864%205.783c-.313-.032-.72-.033-1.336-.033H12a.75.75%200%200%201%200-1.5h.565c.57%200%201.054%200%201.454.041c.425.044.819.14%201.19.37c.373.23.634.539.864.9c.202.318.406.72.64%201.189h1.155c.284%200%20.545%200%20.762.02c.235.02.49.069.738.21c.272.155.497.38.652.652c.141.248.19.503.21.738c.02.217.02.478.02.762v.093c0%20.26.001.538-.083.802a1.8%201.8%200%200%201-.25.494c-.162.224-.386.389-.596.542l-.052.039l-.277.204l.487.974a3.75%203.75%200%201%201-4.154%204.47h-5.15a3.751%203.751%200%200%201-7.352-.009A1.75%201.75%200%200%201%201.25%2014.92v-.057c0-.335%200-.548.015-.735a4.75%204.75%200%200%201%204.362-4.362c.187-.015.4-.015.735-.015h.69c.898%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.08.594.08%201.344.08%202.242v.802h3.575a3.76%203.76%200%200%201%202.548-2.828l-2.438-4.875c-.276-.552-.458-.915-.628-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154M10.25%2015.25v-.75c0-.964-.002-1.612-.066-2.095c-.063-.461-.17-.659-.3-.789s-.328-.237-.79-.3c-.482-.064-1.13-.066-2.094-.066h-.6c-.386%200-.535%200-.655.01a3.25%203.25%200%200%200-2.985%202.985a10%2010%200%200%200-.01.754c.01.122.129.24.25.25zm-5.872%201.5a2.25%202.25%200%200%200%204.244%200zM16.75%2016a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m1.56-6.055l.07-.051c.138-.102.216-.16.272-.206l.05-.047a.3.3%200%200%200%20.036-.07c-.002.006.004-.005.007-.069c.005-.073.005-.17.005-.341c0-.323%200-.515-.013-.657a.6.6%200%200%200-.022-.13a.25.25%200%200%200-.088-.09a.6.6%200%200%200-.131-.02a8%208%200%200%200-.657-.014h-.375z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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