scooter icon
scooter-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- scooter-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- scooter-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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 18q.425 0 .713-.288T20 17t-.288-.712T19 16t-.712.288T18 17t.288.713T19 18m0 2q-1.25 0-2.125-.875T16 17t.875-2.125T19 14t2.125.875T22 17t-.875 2.125T19 20M5 18q.425 0 .713-.288T6 17t-.288-.712T5 16t-.712.288T4 17t.288.713T5 18m0 2q-1.25 0-2.125-.875T2 17t.875-2.125T5 14q.975 0 1.75.563T7.825 16H13.1q.275-1.7 1.413-2.975T17.3 11.25L15.9 5H13q-.425 0-.712-.288T12 4t.288-.712T13 3h2.9q.7 0 1.25.425t.7 1.125l1.65 7.325q.1.425-.175.763t-.725.387q-1.575.125-2.562 1.288T15 17.05q0 .4-.275.675T14.05 18H7.825q-.3.875-1.075 1.438T5 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScooterRounded(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 18q.425 0 .713-.288T20 17t-.288-.712T19 16t-.712.288T18 17t.288.713T19 18m0 2q-1.25 0-2.125-.875T16 17t.875-2.125T19 14t2.125.875T22 17t-.875 2.125T19 20M5 18q.425 0 .713-.288T6 17t-.288-.712T5 16t-.712.288T4 17t.288.713T5 18m0 2q-1.25 0-2.125-.875T2 17t.875-2.125T5 14q.975 0 1.75.563T7.825 16H13.1q.275-1.7 1.413-2.975T17.3 11.25L15.9 5H13q-.425 0-.712-.288T12 4t.288-.712T13 3h2.9q.7 0 1.25.425t.7 1.125l1.65 7.325q.1.425-.175.763t-.725.387q-1.575.125-2.562 1.288T15 17.05q0 .4-.275.675T14.05 18H7.825q-.3.875-1.075 1.438T5 20"/></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 18q.425 0 .713-.288T20 17t-.288-.712T19 16t-.712.288T18 17t.288.713T19 18m0 2q-1.25 0-2.125-.875T16 17t.875-2.125T19 14t2.125.875T22 17t-.875 2.125T19 20M5 18q.425 0 .713-.288T6 17t-.288-.712T5 16t-.712.288T4 17t.288.713T5 18m0 2q-1.25 0-2.125-.875T2 17t.875-2.125T5 14q.975 0 1.75.563T7.825 16H13.1q.275-1.7 1.413-2.975T17.3 11.25L15.9 5H13q-.425 0-.712-.288T12 4t.288-.712T13 3h2.9q.7 0 1.25.425t.7 1.125l1.65 7.325q.1.425-.175.763t-.725.387q-1.575.125-2.562 1.288T15 17.05q0 .4-.275.675T14.05 18H7.825q-.3.875-1.075 1.438T5 20"/></svg> </template>
CSS
.icon-scooter-rounded {
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%2018q.425%200%20.713-.288T20%2017t-.288-.712T19%2016t-.712.288T18%2017t.288.713T19%2018m0%202q-1.25%200-2.125-.875T16%2017t.875-2.125T19%2014t2.125.875T22%2017t-.875%202.125T19%2020M5%2018q.425%200%20.713-.288T6%2017t-.288-.712T5%2016t-.712.288T4%2017t.288.713T5%2018m0%202q-1.25%200-2.125-.875T2%2017t.875-2.125T5%2014q.975%200%201.75.563T7.825%2016H13.1q.275-1.7%201.413-2.975T17.3%2011.25L15.9%205H13q-.425%200-.712-.288T12%204t.288-.712T13%203h2.9q.7%200%201.25.425t.7%201.125l1.65%207.325q.1.425-.175.763t-.725.387q-1.575.125-2.562%201.288T15%2017.05q0%20.4-.275.675T14.05%2018H7.825q-.3.875-1.075%201.438T5%2020%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%2018q.425%200%20.713-.288T20%2017t-.288-.712T19%2016t-.712.288T18%2017t.288.713T19%2018m0%202q-1.25%200-2.125-.875T16%2017t.875-2.125T19%2014t2.125.875T22%2017t-.875%202.125T19%2020M5%2018q.425%200%20.713-.288T6%2017t-.288-.712T5%2016t-.712.288T4%2017t.288.713T5%2018m0%202q-1.25%200-2.125-.875T2%2017t.875-2.125T5%2014q.975%200%201.75.563T7.825%2016H13.1q.275-1.7%201.413-2.975T17.3%2011.25L15.9%205H13q-.425%200-.712-.288T12%204t.288-.712T13%203h2.9q.7%200%201.25.425t.7%201.125l1.65%207.325q.1.425-.175.763t-.725.387q-1.575.125-2.562%201.288T15%2017.05q0%20.4-.275.675T14.05%2018H7.825q-.3.875-1.075%201.438T5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/scooter-rounded.svg?color=%231a73e8&size=48