scooter icon
scooter-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- scooter-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M244 172a32 32 0 1 1-49.38-26.85l-9-26.89l-51.46 62.81A8 8 0 0 1 128 184H73.66a32 32 0 1 1 2.08-16h48.47l55.46-67.69L162.23 48H136a8 8 0 0 1 0-16h32a8 8 0 0 1 7.59 5.47l34.21 102.61c.72-.05 1.46-.08 2.2-.08a32 32 0 0 1 32 32"/></svg>
React
import type { SVGProps } from "react";
export function PhScooterFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 172a32 32 0 1 1-49.38-26.85l-9-26.89l-51.46 62.81A8 8 0 0 1 128 184H73.66a32 32 0 1 1 2.08-16h48.47l55.46-67.69L162.23 48H136a8 8 0 0 1 0-16h32a8 8 0 0 1 7.59 5.47l34.21 102.61c.72-.05 1.46-.08 2.2-.08a32 32 0 0 1 32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 172a32 32 0 1 1-49.38-26.85l-9-26.89l-51.46 62.81A8 8 0 0 1 128 184H73.66a32 32 0 1 1 2.08-16h48.47l55.46-67.69L162.23 48H136a8 8 0 0 1 0-16h32a8 8 0 0 1 7.59 5.47l34.21 102.61c.72-.05 1.46-.08 2.2-.08a32 32 0 0 1 32 32"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244%20172a32%2032%200%201%201-49.38-26.85l-9-26.89l-51.46%2062.81A8%208%200%200%201%20128%20184H73.66a32%2032%200%201%201%202.08-16h48.47l55.46-67.69L162.23%2048H136a8%208%200%200%201%200-16h32a8%208%200%200%201%207.59%205.47l34.21%20102.61c.72-.05%201.46-.08%202.2-.08a32%2032%200%200%201%2032%2032%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244%20172a32%2032%200%201%201-49.38-26.85l-9-26.89l-51.46%2062.81A8%208%200%200%201%20128%20184H73.66a32%2032%200%201%201%202.08-16h48.47l55.46-67.69L162.23%2048H136a8%208%200%200%201%200-16h32a8%208%200%200%201%207.59%205.47l34.21%20102.61c.72-.05%201.46-.08%202.2-.08a32%2032%200%200%201%2032%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scooter-fill.svg?color=%231a73e8&size=48