scooter icon
scooter-duotone from Reicon by REICON · Duotone · Parts · MIT Free for personal and commercial use.
- Name
- scooter-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M6.5 19a3 3 0 0 0 3-3h-6a3 3 0 0 0 3 3m12.324-8.502L18 11l-1.643-3.5h1.482c.618 0 .927 0 1.157.132a1 1 0 0 1 .372.372c.132.23.132.54.132 1.157c0 .326 0 .49-.047.638a1 1 0 0 1-.143.282c-.091.126-.223.223-.486.417" opacity=".5"/><path 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.216.34.432.772.687 1.282l3.148 6.297a3.001 3.001 0 1 1-3.814 3.61H3.06q-.1.001-.197-.005a1.75 1.75 0 0 1-1.613-1.826v-.057c0-.335 0-.548.015-.735A4.75 4.75 0 0 1 5.702 9.76a9 9 0 0 1 .54-.01h.81c.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.802h4.345a3 3 0 0 1 2.119-2.146l-2.78-5.557c-.275-.552-.457-.915-.627-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconScooterDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.5 19a3 3 0 0 0 3-3h-6a3 3 0 0 0 3 3m12.324-8.502L18 11l-1.643-3.5h1.482c.618 0 .927 0 1.157.132a1 1 0 0 1 .372.372c.132.23.132.54.132 1.157c0 .326 0 .49-.047.638a1 1 0 0 1-.143.282c-.091.126-.223.223-.486.417" opacity=".5"/><path 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.216.34.432.772.687 1.282l3.148 6.297a3.001 3.001 0 1 1-3.814 3.61H3.06q-.1.001-.197-.005a1.75 1.75 0 0 1-1.613-1.826v-.057c0-.335 0-.548.015-.735A4.75 4.75 0 0 1 5.702 9.76a9 9 0 0 1 .54-.01h.81c.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.802h4.345a3 3 0 0 1 2.119-2.146l-2.78-5.557c-.275-.552-.457-.915-.627-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.5 19a3 3 0 0 0 3-3h-6a3 3 0 0 0 3 3m12.324-8.502L18 11l-1.643-3.5h1.482c.618 0 .927 0 1.157.132a1 1 0 0 1 .372.372c.132.23.132.54.132 1.157c0 .326 0 .49-.047.638a1 1 0 0 1-.143.282c-.091.126-.223.223-.486.417" opacity=".5"/><path 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.216.34.432.772.687 1.282l3.148 6.297a3.001 3.001 0 1 1-3.814 3.61H3.06q-.1.001-.197-.005a1.75 1.75 0 0 1-1.613-1.826v-.057c0-.335 0-.548.015-.735A4.75 4.75 0 0 1 5.702 9.76a9 9 0 0 1 .54-.01h.81c.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.802h4.345a3 3 0 0 1 2.119-2.146l-2.78-5.557c-.275-.552-.457-.915-.627-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154"/></g></svg> </template>
CSS
.icon-scooter-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M6.5%2019a3%203%200%200%200%203-3h-6a3%203%200%200%200%203%203m12.324-8.502L18%2011l-1.643-3.5h1.482c.618%200%20.927%200%201.157.132a1%201%200%200%201%20.372.372c.132.23.132.54.132%201.157c0%20.326%200%20.49-.047.638a1%201%200%200%201-.143.282c-.091.126-.223.223-.486.417%22%20opacity%3D%22.5%22%2F%3E%3Cpath%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.216.34.432.772.687%201.282l3.148%206.297a3.001%203.001%200%201%201-3.814%203.61H3.06q-.1.001-.197-.005a1.75%201.75%200%200%201-1.613-1.826v-.057c0-.335%200-.548.015-.735A4.75%204.75%200%200%201%205.702%209.76a9%209%200%200%201%20.54-.01h.81c.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.802h4.345a3%203%200%200%201%202.119-2.146l-2.78-5.557c-.275-.552-.457-.915-.627-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.5%2019a3%203%200%200%200%203-3h-6a3%203%200%200%200%203%203m12.324-8.502L18%2011l-1.643-3.5h1.482c.618%200%20.927%200%201.157.132a1%201%200%200%201%20.372.372c.132.23.132.54.132%201.157c0%20.326%200%20.49-.047.638a1%201%200%200%201-.143.282c-.091.126-.223.223-.486.417%22%20opacity%3D%22.5%22%2F%3E%3Cpath%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.216.34.432.772.687%201.282l3.148%206.297a3.001%203.001%200%201%201-3.814%203.61H3.06q-.1.001-.197-.005a1.75%201.75%200%200%201-1.613-1.826v-.057c0-.335%200-.548.015-.735A4.75%204.75%200%200%201%205.702%209.76a9%209%200%200%201%20.54-.01h.81c.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.802h4.345a3%203%200%200%201%202.119-2.146l-2.78-5.557c-.275-.552-.457-.915-.627-1.18c-.16-.252-.274-.361-.386-.43c-.111-.07-.26-.123-.557-.154%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/scooter-duotone.svg?color=%231a73e8&size=48