scooter icon
scooter from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- scooter
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- scooter-outline, scooter-outline-sharp, scooter-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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="M19.607 17.578q.412-.403.412-1.001t-.412-1.01t-1.01-.413q-.599 0-1.012.412t-.412 1.011t.413 1.001t1.01.403t1.01-.403M18.597 19q-1.019 0-1.721-.702t-.702-1.721t.702-1.721t1.721-.702q1 0 1.702.702T21 16.577t-.702 1.721t-1.702.702M6.443 17.578q.403-.403.403-1.001t-.403-1.01q-.402-.413-1-.413q-.599 0-1.011.412t-.413 1.011t.413 1.001q.412.403 1.01.403t1.001-.403m-1 1.422q-1.02 0-1.731-.702T3 16.577t.712-1.721t1.73-.702q.874 0 1.524.56q.65.559.82 1.402h5.756q.18-1.687 1.345-2.892t2.817-1.436l-1.439-6.384q-.038-.193-.192-.298Q15.919 5 15.727 5h-3.17V4h3.132q.565 0 1.009.358t.575.904l1.65 7.43h-.327q-1.669 0-2.873 1.147q-1.204 1.146-1.204 2.796v.48H7.787q-.19.824-.85 1.354T5.442 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightScooter(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="M19.607 17.578q.412-.403.412-1.001t-.412-1.01t-1.01-.413q-.599 0-1.012.412t-.412 1.011t.413 1.001t1.01.403t1.01-.403M18.597 19q-1.019 0-1.721-.702t-.702-1.721t.702-1.721t1.721-.702q1 0 1.702.702T21 16.577t-.702 1.721t-1.702.702M6.443 17.578q.403-.403.403-1.001t-.403-1.01q-.402-.413-1-.413q-.599 0-1.011.412t-.413 1.011t.413 1.001q.412.403 1.01.403t1.001-.403m-1 1.422q-1.02 0-1.731-.702T3 16.577t.712-1.721t1.73-.702q.874 0 1.524.56q.65.559.82 1.402h5.756q.18-1.687 1.345-2.892t2.817-1.436l-1.439-6.384q-.038-.193-.192-.298Q15.919 5 15.727 5h-3.17V4h3.132q.565 0 1.009.358t.575.904l1.65 7.43h-.327q-1.669 0-2.873 1.147q-1.204 1.146-1.204 2.796v.48H7.787q-.19.824-.85 1.354T5.442 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.607 17.578q.412-.403.412-1.001t-.412-1.01t-1.01-.413q-.599 0-1.012.412t-.412 1.011t.413 1.001t1.01.403t1.01-.403M18.597 19q-1.019 0-1.721-.702t-.702-1.721t.702-1.721t1.721-.702q1 0 1.702.702T21 16.577t-.702 1.721t-1.702.702M6.443 17.578q.403-.403.403-1.001t-.403-1.01q-.402-.413-1-.413q-.599 0-1.011.412t-.413 1.011t.413 1.001q.412.403 1.01.403t1.001-.403m-1 1.422q-1.02 0-1.731-.702T3 16.577t.712-1.721t1.73-.702q.874 0 1.524.56q.65.559.82 1.402h5.756q.18-1.687 1.345-2.892t2.817-1.436l-1.439-6.384q-.038-.193-.192-.298Q15.919 5 15.727 5h-3.17V4h3.132q.565 0 1.009.358t.575.904l1.65 7.43h-.327q-1.669 0-2.873 1.147q-1.204 1.146-1.204 2.796v.48H7.787q-.19.824-.85 1.354T5.442 19"/></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%20d%3D%22M19.607%2017.578q.412-.403.412-1.001t-.412-1.01t-1.01-.413q-.599%200-1.012.412t-.412%201.011t.413%201.001t1.01.403t1.01-.403M18.597%2019q-1.019%200-1.721-.702t-.702-1.721t.702-1.721t1.721-.702q1%200%201.702.702T21%2016.577t-.702%201.721t-1.702.702M6.443%2017.578q.403-.403.403-1.001t-.403-1.01q-.402-.413-1-.413q-.599%200-1.011.412t-.413%201.011t.413%201.001q.412.403%201.01.403t1.001-.403m-1%201.422q-1.02%200-1.731-.702T3%2016.577t.712-1.721t1.73-.702q.874%200%201.524.56q.65.559.82%201.402h5.756q.18-1.687%201.345-2.892t2.817-1.436l-1.439-6.384q-.038-.193-.192-.298Q15.919%205%2015.727%205h-3.17V4h3.132q.565%200%201.009.358t.575.904l1.65%207.43h-.327q-1.669%200-2.873%201.147q-1.204%201.146-1.204%202.796v.48H7.787q-.19.824-.85%201.354T5.442%2019%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%22M19.607%2017.578q.412-.403.412-1.001t-.412-1.01t-1.01-.413q-.599%200-1.012.412t-.412%201.011t.413%201.001t1.01.403t1.01-.403M18.597%2019q-1.019%200-1.721-.702t-.702-1.721t.702-1.721t1.721-.702q1%200%201.702.702T21%2016.577t-.702%201.721t-1.702.702M6.443%2017.578q.403-.403.403-1.001t-.403-1.01q-.402-.413-1-.413q-.599%200-1.011.412t-.413%201.011t.413%201.001q.412.403%201.01.403t1.001-.403m-1%201.422q-1.02%200-1.731-.702T3%2016.577t.712-1.721t1.73-.702q.874%200%201.524.56q.65.559.82%201.402h5.756q.18-1.687%201.345-2.892t2.817-1.436l-1.439-6.384q-.038-.193-.192-.298Q15.919%205%2015.727%205h-3.17V4h3.132q.565%200%201.009.358t.575.904l1.65%207.43h-.327q-1.669%200-2.873%201.147q-1.204%201.146-1.204%202.796v.48H7.787q-.19.824-.85%201.354T5.442%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/scooter.svg?color=%231a73e8&size=48