scooter icon
scooter-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- scooter-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
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" d="M6 16a3 3 0 1 1 0 6a3 3 0 0 1 0-6m13 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6M18 2a1 1 0 0 1 0 2h-.69l2.655 9.737A1 1 0 0 1 19 15h-.764c-.991 0-1.898.56-2.341 1.447A1 1 0 0 1 15 17h-4.172a3 3 0 0 1-2.121-.879l-.535-.535A2 2 0 0 0 6.758 15H5a1 1 0 1 1 0-2h1.758a4 4 0 0 1 2.828 1.172l.535.535a1 1 0 0 0 .707.293h3.604a4.62 4.62 0 0 1 3.267-1.967L15.236 4H14a1 1 0 1 1 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteScooterFill(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" d="M6 16a3 3 0 1 1 0 6a3 3 0 0 1 0-6m13 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6M18 2a1 1 0 0 1 0 2h-.69l2.655 9.737A1 1 0 0 1 19 15h-.764c-.991 0-1.898.56-2.341 1.447A1 1 0 0 1 15 17h-4.172a3 3 0 0 1-2.121-.879l-.535-.535A2 2 0 0 0 6.758 15H5a1 1 0 1 1 0-2h1.758a4 4 0 0 1 2.828 1.172l.535.535a1 1 0 0 0 .707.293h3.604a4.62 4.62 0 0 1 3.267-1.967L15.236 4H14a1 1 0 1 1 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 16a3 3 0 1 1 0 6a3 3 0 0 1 0-6m13 0a3 3 0 1 1 0 6a3 3 0 0 1 0-6M18 2a1 1 0 0 1 0 2h-.69l2.655 9.737A1 1 0 0 1 19 15h-.764c-.991 0-1.898.56-2.341 1.447A1 1 0 0 1 15 17h-4.172a3 3 0 0 1-2.121-.879l-.535-.535A2 2 0 0 0 6.758 15H5a1 1 0 1 1 0-2h1.758a4 4 0 0 1 2.828 1.172l.535.535a1 1 0 0 0 .707.293h3.604a4.62 4.62 0 0 1 3.267-1.967L15.236 4H14a1 1 0 1 1 0-2z"/></svg> </template>
CSS
.icon-scooter-fill {
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%20d%3D%22M6%2016a3%203%200%201%201%200%206a3%203%200%200%201%200-6m13%200a3%203%200%201%201%200%206a3%203%200%200%201%200-6M18%202a1%201%200%200%201%200%202h-.69l2.655%209.737A1%201%200%200%201%2019%2015h-.764c-.991%200-1.898.56-2.341%201.447A1%201%200%200%201%2015%2017h-4.172a3%203%200%200%201-2.121-.879l-.535-.535A2%202%200%200%200%206.758%2015H5a1%201%200%201%201%200-2h1.758a4%204%200%200%201%202.828%201.172l.535.535a1%201%200%200%200%20.707.293h3.604a4.62%204.62%200%200%201%203.267-1.967L15.236%204H14a1%201%200%201%201%200-2z%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%20d%3D%22M6%2016a3%203%200%201%201%200%206a3%203%200%200%201%200-6m13%200a3%203%200%201%201%200%206a3%203%200%200%201%200-6M18%202a1%201%200%200%201%200%202h-.69l2.655%209.737A1%201%200%200%201%2019%2015h-.764c-.991%200-1.898.56-2.341%201.447A1%201%200%200%201%2015%2017h-4.172a3%203%200%200%201-2.121-.879l-.535-.535A2%202%200%200%200%206.758%2015H5a1%201%200%201%201%200-2h1.758a4%204%200%200%201%202.828%201.172l.535.535a1%201%200%200%200%20.707.293h3.604a4.62%204.62%200%200%201%203.267-1.967L15.236%204H14a1%201%200%201%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/scooter-fill.svg?color=%231a73e8&size=48