moped icon
moped-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- moped-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M131 168H8a48 48 0 0 1 32-45.27V96h64Z" opacity=".2"/><path d="M216 128a39 39 0 0 0-6.27.5l-34.24-91.31A8 8 0 0 0 168 32h-32a8 8 0 0 0 0 16h26.46l32.3 86.13a40.13 40.13 0 0 0-18 25.87h-40.22l-25-66.81A8 8 0 0 0 104 88H24a8 8 0 0 0 0 16h8v13.39A56.12 56.12 0 0 0 0 168a8 8 0 0 0 8 8h8.8a40 40 0 0 0 78.4 0h81.6a40 40 0 1 0 39.2-48M56 192a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 56 192m-39.19-32a40.07 40.07 0 0 1 25.86-29.73a8 8 0 0 0 5.33-7.54V104h50.46l21 56ZM216 192a24 24 0 0 1-15.43-42.36l7.94 21.17a8 8 0 0 0 15-5.62L215.55 144h.45a24 24 0 0 1 0 48"/></g></svg>
React
import type { SVGProps } from "react";
export function PhMopedDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M131 168H8a48 48 0 0 1 32-45.27V96h64Z" opacity=".2"/><path d="M216 128a39 39 0 0 0-6.27.5l-34.24-91.31A8 8 0 0 0 168 32h-32a8 8 0 0 0 0 16h26.46l32.3 86.13a40.13 40.13 0 0 0-18 25.87h-40.22l-25-66.81A8 8 0 0 0 104 88H24a8 8 0 0 0 0 16h8v13.39A56.12 56.12 0 0 0 0 168a8 8 0 0 0 8 8h8.8a40 40 0 0 0 78.4 0h81.6a40 40 0 1 0 39.2-48M56 192a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 56 192m-39.19-32a40.07 40.07 0 0 1 25.86-29.73a8 8 0 0 0 5.33-7.54V104h50.46l21 56ZM216 192a24 24 0 0 1-15.43-42.36l7.94 21.17a8 8 0 0 0 15-5.62L215.55 144h.45a24 24 0 0 1 0 48"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M131 168H8a48 48 0 0 1 32-45.27V96h64Z" opacity=".2"/><path d="M216 128a39 39 0 0 0-6.27.5l-34.24-91.31A8 8 0 0 0 168 32h-32a8 8 0 0 0 0 16h26.46l32.3 86.13a40.13 40.13 0 0 0-18 25.87h-40.22l-25-66.81A8 8 0 0 0 104 88H24a8 8 0 0 0 0 16h8v13.39A56.12 56.12 0 0 0 0 168a8 8 0 0 0 8 8h8.8a40 40 0 0 0 78.4 0h81.6a40 40 0 1 0 39.2-48M56 192a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 56 192m-39.19-32a40.07 40.07 0 0 1 25.86-29.73a8 8 0 0 0 5.33-7.54V104h50.46l21 56ZM216 192a24 24 0 0 1-15.43-42.36l7.94 21.17a8 8 0 0 0 15-5.62L215.55 144h.45a24 24 0 0 1 0 48"/></g></svg> </template>
CSS
.icon-moped-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M131%20168H8a48%2048%200%200%201%2032-45.27V96h64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M216%20128a39%2039%200%200%200-6.27.5l-34.24-91.31A8%208%200%200%200%20168%2032h-32a8%208%200%200%200%200%2016h26.46l32.3%2086.13a40.13%2040.13%200%200%200-18%2025.87h-40.22l-25-66.81A8%208%200%200%200%20104%2088H24a8%208%200%200%200%200%2016h8v13.39A56.12%2056.12%200%200%200%200%20168a8%208%200%200%200%208%208h8.8a40%2040%200%200%200%2078.4%200h81.6a40%2040%200%201%200%2039.2-48M56%20192a24%2024%200%200%201-22.62-16h45.24A24%2024%200%200%201%2056%20192m-39.19-32a40.07%2040.07%200%200%201%2025.86-29.73a8%208%200%200%200%205.33-7.54V104h50.46l21%2056ZM216%20192a24%2024%200%200%201-15.43-42.36l7.94%2021.17a8%208%200%200%200%2015-5.62L215.55%20144h.45a24%2024%200%200%201%200%2048%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M131%20168H8a48%2048%200%200%201%2032-45.27V96h64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M216%20128a39%2039%200%200%200-6.27.5l-34.24-91.31A8%208%200%200%200%20168%2032h-32a8%208%200%200%200%200%2016h26.46l32.3%2086.13a40.13%2040.13%200%200%200-18%2025.87h-40.22l-25-66.81A8%208%200%200%200%20104%2088H24a8%208%200%200%200%200%2016h8v13.39A56.12%2056.12%200%200%200%200%20168a8%208%200%200%200%208%208h8.8a40%2040%200%200%200%2078.4%200h81.6a40%2040%200%201%200%2039.2-48M56%20192a24%2024%200%200%201-22.62-16h45.24A24%2024%200%200%201%2056%20192m-39.19-32a40.07%2040.07%200%200%201%2025.86-29.73a8%208%200%200%200%205.33-7.54V104h50.46l21%2056ZM216%20192a24%2024%200%200%201-15.43-42.36l7.94%2021.17a8%208%200%200%200%2015-5.62L215.55%20144h.45a24%2024%200%200%201%200%2048%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/moped-duotone.svg?color=%231a73e8&size=48