scooter icon
scooter from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- scooter
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the scooter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2M24 8h-6v2h6a1 1 0 0 1 0 2h-3a1 1 0 0 0-.98 1.196l.924 4.621L18.434 22h-2.69l-2.572-8.575A1.99 1.99 0 0 0 11.256 12H6v2h5.256l.6 2H7a5.006 5.006 0 0 0-5 5v2a1 1 0 0 0 1 1h1a4 4 0 0 0 8 0h7a1 1 0 0 0 .857-.485l3-5a1 1 0 0 0 .123-.711L22.22 14H24a3 3 0 0 0 0-6M8 26a2.003 2.003 0 0 1-2-2h4a2.003 2.003 0 0 1-2 2m-4-4v-1a3.003 3.003 0 0 1 3-3h5.456l1.2 4Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonScooter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2M24 8h-6v2h6a1 1 0 0 1 0 2h-3a1 1 0 0 0-.98 1.196l.924 4.621L18.434 22h-2.69l-2.572-8.575A1.99 1.99 0 0 0 11.256 12H6v2h5.256l.6 2H7a5.006 5.006 0 0 0-5 5v2a1 1 0 0 0 1 1h1a4 4 0 0 0 8 0h7a1 1 0 0 0 .857-.485l3-5a1 1 0 0 0 .123-.711L22.22 14H24a3 3 0 0 0 0-6M8 26a2.003 2.003 0 0 1-2-2h4a2.003 2.003 0 0 1-2 2m-4-4v-1a3.003 3.003 0 0 1 3-3h5.456l1.2 4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 2 2a2 2 0 0 0-2-2M24 8h-6v2h6a1 1 0 0 1 0 2h-3a1 1 0 0 0-.98 1.196l.924 4.621L18.434 22h-2.69l-2.572-8.575A1.99 1.99 0 0 0 11.256 12H6v2h5.256l.6 2H7a5.006 5.006 0 0 0-5 5v2a1 1 0 0 0 1 1h1a4 4 0 0 0 8 0h7a1 1 0 0 0 .857-.485l3-5a1 1 0 0 0 .123-.711L22.22 14H24a3 3 0 0 0 0-6M8 26a2.003 2.003 0 0 1-2-2h4a2.003 2.003 0 0 1-2 2m-4-4v-1a3.003 3.003 0 0 1 3-3h5.456l1.2 4Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2028a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m0-6a2%202%200%201%200%202%202a2%202%200%200%200-2-2M24%208h-6v2h6a1%201%200%200%201%200%202h-3a1%201%200%200%200-.98%201.196l.924%204.621L18.434%2022h-2.69l-2.572-8.575A1.99%201.99%200%200%200%2011.256%2012H6v2h5.256l.6%202H7a5.006%205.006%200%200%200-5%205v2a1%201%200%200%200%201%201h1a4%204%200%200%200%208%200h7a1%201%200%200%200%20.857-.485l3-5a1%201%200%200%200%20.123-.711L22.22%2014H24a3%203%200%200%200%200-6M8%2026a2.003%202.003%200%200%201-2-2h4a2.003%202.003%200%200%201-2%202m-4-4v-1a3.003%203.003%200%200%201%203-3h5.456l1.2%204Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2028a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m0-6a2%202%200%201%200%202%202a2%202%200%200%200-2-2M24%208h-6v2h6a1%201%200%200%201%200%202h-3a1%201%200%200%200-.98%201.196l.924%204.621L18.434%2022h-2.69l-2.572-8.575A1.99%201.99%200%200%200%2011.256%2012H6v2h5.256l.6%202H7a5.006%205.006%200%200%200-5%205v2a1%201%200%200%200%201%201h1a4%204%200%200%200%208%200h7a1%201%200%200%200%20.857-.485l3-5a1%201%200%200%200%20.123-.711L22.22%2014H24a3%203%200%200%200%200-6M8%2026a2.003%202.003%200%200%201-2-2h4a2.003%202.003%200%200%201-2%202m-4-4v-1a3.003%203.003%200%200%201%203-3h5.456l1.2%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/scooter.svg?color=%231a73e8&size=48