motorcycle icon

motorcycle-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
motorcycle-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the motorcycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 120a41 41 0 0 0-6.6.55l-5.82-15.14A55.6 55.6 0 0 1 216 104a8 8 0 0 0 0-16h-19.12l-13.41-34.87A8 8 0 0 0 176 48h-32a8 8 0 0 0 0 16h26.51l9.23 24H152c-18.5 0-33.5 4.31-43.37 12.46a16 16 0 0 1-16.76 2.07c-10.58-4.81-73.29-30.12-73.8-30.26a8 8 0 0 0-5 15.19s55.5 21.94 66.53 32.94A55.67 55.67 0 0 1 95.43 152H79.2a40 40 0 1 0 0 16h52.12a31.91 31.91 0 0 0 30.74-23.1a56 56 0 0 1 26.59-33.72l5.82 15.13A40 40 0 1 0 216 120M40 168h22.62a24 24 0 1 1 0-16H40a8 8 0 0 0 0 16m176 16a24 24 0 0 1-15.58-42.23l8.11 21.1a8 8 0 1 0 14.94-5.74L215.35 136h.65a24 24 0 0 1 0 48"/></svg>

React

import type { SVGProps } from "react";

export function PhMotorcycleFill(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 120a41 41 0 0 0-6.6.55l-5.82-15.14A55.6 55.6 0 0 1 216 104a8 8 0 0 0 0-16h-19.12l-13.41-34.87A8 8 0 0 0 176 48h-32a8 8 0 0 0 0 16h26.51l9.23 24H152c-18.5 0-33.5 4.31-43.37 12.46a16 16 0 0 1-16.76 2.07c-10.58-4.81-73.29-30.12-73.8-30.26a8 8 0 0 0-5 15.19s55.5 21.94 66.53 32.94A55.67 55.67 0 0 1 95.43 152H79.2a40 40 0 1 0 0 16h52.12a31.91 31.91 0 0 0 30.74-23.1a56 56 0 0 1 26.59-33.72l5.82 15.13A40 40 0 1 0 216 120M40 168h22.62a24 24 0 1 1 0-16H40a8 8 0 0 0 0 16m176 16a24 24 0 0 1-15.58-42.23l8.11 21.1a8 8 0 1 0 14.94-5.74L215.35 136h.65a24 24 0 0 1 0 48"/></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 120a41 41 0 0 0-6.6.55l-5.82-15.14A55.6 55.6 0 0 1 216 104a8 8 0 0 0 0-16h-19.12l-13.41-34.87A8 8 0 0 0 176 48h-32a8 8 0 0 0 0 16h26.51l9.23 24H152c-18.5 0-33.5 4.31-43.37 12.46a16 16 0 0 1-16.76 2.07c-10.58-4.81-73.29-30.12-73.8-30.26a8 8 0 0 0-5 15.19s55.5 21.94 66.53 32.94A55.67 55.67 0 0 1 95.43 152H79.2a40 40 0 1 0 0 16h52.12a31.91 31.91 0 0 0 30.74-23.1a56 56 0 0 1 26.59-33.72l5.82 15.13A40 40 0 1 0 216 120M40 168h22.62a24 24 0 1 1 0-16H40a8 8 0 0 0 0 16m176 16a24 24 0 0 1-15.58-42.23l8.11 21.1a8 8 0 1 0 14.94-5.74L215.35 136h.65a24 24 0 0 1 0 48"/></svg>
</template>

CSS

.icon-motorcycle-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%22M216%20120a41%2041%200%200%200-6.6.55l-5.82-15.14A55.6%2055.6%200%200%201%20216%20104a8%208%200%200%200%200-16h-19.12l-13.41-34.87A8%208%200%200%200%20176%2048h-32a8%208%200%200%200%200%2016h26.51l9.23%2024H152c-18.5%200-33.5%204.31-43.37%2012.46a16%2016%200%200%201-16.76%202.07c-10.58-4.81-73.29-30.12-73.8-30.26a8%208%200%200%200-5%2015.19s55.5%2021.94%2066.53%2032.94A55.67%2055.67%200%200%201%2095.43%20152H79.2a40%2040%200%201%200%200%2016h52.12a31.91%2031.91%200%200%200%2030.74-23.1a56%2056%200%200%201%2026.59-33.72l5.82%2015.13A40%2040%200%201%200%20216%20120M40%20168h22.62a24%2024%200%201%201%200-16H40a8%208%200%200%200%200%2016m176%2016a24%2024%200%200%201-15.58-42.23l8.11%2021.1a8%208%200%201%200%2014.94-5.74L215.35%20136h.65a24%2024%200%200%201%200%2048%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%20120a41%2041%200%200%200-6.6.55l-5.82-15.14A55.6%2055.6%200%200%201%20216%20104a8%208%200%200%200%200-16h-19.12l-13.41-34.87A8%208%200%200%200%20176%2048h-32a8%208%200%200%200%200%2016h26.51l9.23%2024H152c-18.5%200-33.5%204.31-43.37%2012.46a16%2016%200%200%201-16.76%202.07c-10.58-4.81-73.29-30.12-73.8-30.26a8%208%200%200%200-5%2015.19s55.5%2021.94%2066.53%2032.94A55.67%2055.67%200%200%201%2095.43%20152H79.2a40%2040%200%201%200%200%2016h52.12a31.91%2031.91%200%200%200%2030.74-23.1a56%2056%200%200%201%2026.59-33.72l5.82%2015.13A40%2040%200%201%200%20216%20120M40%20168h22.62a24%2024%200%201%201%200-16H40a8%208%200%200%200%200%2016m176%2016a24%2024%200%200%201-15.58-42.23l8.11%2021.1a8%208%200%201%200%2014.94-5.74L215.35%20136h.65a24%2024%200%200%201%200%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/motorcycle-fill.svg?color=%231a73e8&size=48