scooter 02 icon
scooter-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- scooter-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the scooter 02 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"><path stroke-linejoin="round" d="M2 16c0-3.182 2.239-5 5-5s5 1.818 5 5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 8h4"/><path d="M10 16a3 3 0 1 1-6 0"/><circle cx="20" cy="17" r="2"/><path stroke-linecap="round" stroke-linejoin="round" d="M16 8c1.333.638 4 3.174 4 7M15.99 5h.547c.984 0 1.888.58 2.344 1.503c.315.64 0 1.497-.896 1.497H15.99m0-3v3m0-3h-3.046m3.046 3c0 1.913-.212 8-3.99 8h5.666"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsScooter02(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"><path strokeLinejoin="round" d="M2 16c0-3.182 2.239-5 5-5s5 1.818 5 5z"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 8h4"/><path d="M10 16a3 3 0 1 1-6 0"/><circle cx="20" cy="17" r="2"/><path strokeLinecap="round" strokeLinejoin="round" d="M16 8c1.333.638 4 3.174 4 7M15.99 5h.547c.984 0 1.888.58 2.344 1.503c.315.64 0 1.497-.896 1.497H15.99m0-3v3m0-3h-3.046m3.046 3c0 1.913-.212 8-3.99 8h5.666"/></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"><path stroke-linejoin="round" d="M2 16c0-3.182 2.239-5 5-5s5 1.818 5 5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 8h4"/><path d="M10 16a3 3 0 1 1-6 0"/><circle cx="20" cy="17" r="2"/><path stroke-linecap="round" stroke-linejoin="round" d="M16 8c1.333.638 4 3.174 4 7M15.99 5h.547c.984 0 1.888.58 2.344 1.503c.315.64 0 1.497-.896 1.497H15.99m0-3v3m0-3h-3.046m3.046 3c0 1.913-.212 8-3.99 8h5.666"/></g></svg> </template>
CSS
.icon-scooter-02 {
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%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016c0-3.182%202.239-5%205-5s5%201.818%205%205z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%208h4%22%2F%3E%3Cpath%20d%3D%22M10%2016a3%203%200%201%201-6%200%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2217%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%208c1.333.638%204%203.174%204%207M15.99%205h.547c.984%200%201.888.58%202.344%201.503c.315.64%200%201.497-.896%201.497H15.99m0-3v3m0-3h-3.046m3.046%203c0%201.913-.212%208-3.99%208h5.666%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%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016c0-3.182%202.239-5%205-5s5%201.818%205%205z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%208h4%22%2F%3E%3Cpath%20d%3D%22M10%2016a3%203%200%201%201-6%200%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2217%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%208c1.333.638%204%203.174%204%207M15.99%205h.547c.984%200%201.888.58%202.344%201.503c.315.64%200%201.497-.896%201.497H15.99m0-3v3m0-3h-3.046m3.046%203c0%201.913-.212%208-3.99%208h5.666%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/scooter-02.svg?color=%231a73e8&size=48