motorcycle icon
motorcycle from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- motorcycle
- Set
- Phosphor
- Style
- Regular
- 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-60.74-25.2-65.16-26.93L21 73.36A17.7 17.7 0 0 0 16 72a8 8 0 0 0-2.87 15.46c.46.18 47.19 18.3 72.13 29.63a32.15 32.15 0 0 0 33.56-4.29c4.86-4 14.57-8.8 33.19-8.8h18.82a71.74 71.74 0 0 0-24.17 36.59A15.86 15.86 0 0 1 131.32 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 PhMotorcycle(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-60.74-25.2-65.16-26.93L21 73.36A17.7 17.7 0 0 0 16 72a8 8 0 0 0-2.87 15.46c.46.18 47.19 18.3 72.13 29.63a32.15 32.15 0 0 0 33.56-4.29c4.86-4 14.57-8.8 33.19-8.8h18.82a71.74 71.74 0 0 0-24.17 36.59A15.86 15.86 0 0 1 131.32 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-60.74-25.2-65.16-26.93L21 73.36A17.7 17.7 0 0 0 16 72a8 8 0 0 0-2.87 15.46c.46.18 47.19 18.3 72.13 29.63a32.15 32.15 0 0 0 33.56-4.29c4.86-4 14.57-8.8 33.19-8.8h18.82a71.74 71.74 0 0 0-24.17 36.59A15.86 15.86 0 0 1 131.32 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 {
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-60.74-25.2-65.16-26.93L21%2073.36A17.7%2017.7%200%200%200%2016%2072a8%208%200%200%200-2.87%2015.46c.46.18%2047.19%2018.3%2072.13%2029.63a32.15%2032.15%200%200%200%2033.56-4.29c4.86-4%2014.57-8.8%2033.19-8.8h18.82a71.74%2071.74%200%200%200-24.17%2036.59A15.86%2015.86%200%200%201%20131.32%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-60.74-25.2-65.16-26.93L21%2073.36A17.7%2017.7%200%200%200%2016%2072a8%208%200%200%200-2.87%2015.46c.46.18%2047.19%2018.3%2072.13%2029.63a32.15%2032.15%200%200%200%2033.56-4.29c4.86-4%2014.57-8.8%2033.19-8.8h18.82a71.74%2071.74%200%200%200-24.17%2036.59A15.86%2015.86%200%200%201%20131.32%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.svg?color=%231a73e8&size=48