moped icon
moped-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- moped-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the moped icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 132a35.7 35.7 0 0 0-8.82 1.1l-35.43-94.5A4 4 0 0 0 168 36h-32a4 4 0 0 0 0 8h29.23l34.47 91.92A36.06 36.06 0 0 0 180.23 164h-46.46l-26-69.4A4 4 0 0 0 104 92H24a4 4 0 0 0 0 8h12v20a52.1 52.1 0 0 0-32 48a4 4 0 0 0 4 4h12.23a36 36 0 0 0 71.54 0h88.46A36 36 0 1 0 216 132m-174.67-5.5a4 4 0 0 0 2.67-3.77V100h57.23l24 64h-113a44.1 44.1 0 0 1 29.1-37.5M56 196a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 56 196m160 0a28 28 0 0 1-13.47-52.54l9.72 25.94a4 4 0 1 0 7.5-2.8L210 140.65a28 28 0 1 1 6 55.35"/></svg>
React
import type { SVGProps } from "react";
export function PhMopedThin(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="M216 132a35.7 35.7 0 0 0-8.82 1.1l-35.43-94.5A4 4 0 0 0 168 36h-32a4 4 0 0 0 0 8h29.23l34.47 91.92A36.06 36.06 0 0 0 180.23 164h-46.46l-26-69.4A4 4 0 0 0 104 92H24a4 4 0 0 0 0 8h12v20a52.1 52.1 0 0 0-32 48a4 4 0 0 0 4 4h12.23a36 36 0 0 0 71.54 0h88.46A36 36 0 1 0 216 132m-174.67-5.5a4 4 0 0 0 2.67-3.77V100h57.23l24 64h-113a44.1 44.1 0 0 1 29.1-37.5M56 196a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 56 196m160 0a28 28 0 0 1-13.47-52.54l9.72 25.94a4 4 0 1 0 7.5-2.8L210 140.65a28 28 0 1 1 6 55.35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 132a35.7 35.7 0 0 0-8.82 1.1l-35.43-94.5A4 4 0 0 0 168 36h-32a4 4 0 0 0 0 8h29.23l34.47 91.92A36.06 36.06 0 0 0 180.23 164h-46.46l-26-69.4A4 4 0 0 0 104 92H24a4 4 0 0 0 0 8h12v20a52.1 52.1 0 0 0-32 48a4 4 0 0 0 4 4h12.23a36 36 0 0 0 71.54 0h88.46A36 36 0 1 0 216 132m-174.67-5.5a4 4 0 0 0 2.67-3.77V100h57.23l24 64h-113a44.1 44.1 0 0 1 29.1-37.5M56 196a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 56 196m160 0a28 28 0 0 1-13.47-52.54l9.72 25.94a4 4 0 1 0 7.5-2.8L210 140.65a28 28 0 1 1 6 55.35"/></svg> </template>
CSS
.icon-moped-thin {
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%22M216%20132a35.7%2035.7%200%200%200-8.82%201.1l-35.43-94.5A4%204%200%200%200%20168%2036h-32a4%204%200%200%200%200%208h29.23l34.47%2091.92A36.06%2036.06%200%200%200%20180.23%20164h-46.46l-26-69.4A4%204%200%200%200%20104%2092H24a4%204%200%200%200%200%208h12v20a52.1%2052.1%200%200%200-32%2048a4%204%200%200%200%204%204h12.23a36%2036%200%200%200%2071.54%200h88.46A36%2036%200%201%200%20216%20132m-174.67-5.5a4%204%200%200%200%202.67-3.77V100h57.23l24%2064h-113a44.1%2044.1%200%200%201%2029.1-37.5M56%20196a28%2028%200%200%201-27.71-24h55.42A28%2028%200%200%201%2056%20196m160%200a28%2028%200%200%201-13.47-52.54l9.72%2025.94a4%204%200%201%200%207.5-2.8L210%20140.65a28%2028%200%201%201%206%2055.35%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%22M216%20132a35.7%2035.7%200%200%200-8.82%201.1l-35.43-94.5A4%204%200%200%200%20168%2036h-32a4%204%200%200%200%200%208h29.23l34.47%2091.92A36.06%2036.06%200%200%200%20180.23%20164h-46.46l-26-69.4A4%204%200%200%200%20104%2092H24a4%204%200%200%200%200%208h12v20a52.1%2052.1%200%200%200-32%2048a4%204%200%200%200%204%204h12.23a36%2036%200%200%200%2071.54%200h88.46A36%2036%200%201%200%20216%20132m-174.67-5.5a4%204%200%200%200%202.67-3.77V100h57.23l24%2064h-113a44.1%2044.1%200%200%201%2029.1-37.5M56%20196a28%2028%200%200%201-27.71-24h55.42A28%2028%200%200%201%2056%20196m160%200a28%2028%200%200%201-13.47-52.54l9.72%2025.94a4%204%200%201%200%207.5-2.8L210%20140.65a28%2028%200%201%201%206%2055.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/moped-thin.svg?color=%231a73e8&size=48