motorcycle icon
motorcycle-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- motorcycle-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
motorcycleEmoji One (Colored)motorcycleFont Awesome 6 SolidmotorcycleFont Awesome SolidmotorcycleFluent EmojimotorcycleFluent Emoji FlatmotorcycleFluent Emoji High ContrastmotorcycleFirefox OS EmojimotorcycleIconoirmotorcycleLine AwesomemotorcycleMaterial SymbolsmotorcycleMaterial Symbols LightmotorcycleNoto EmojimotorcycleOpenMojimotorcycleTwitter Emoji
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 122a38.5 38.5 0 0 0-7.87.82L200.9 104a57.8 57.8 0 0 1 15.1-2a6 6 0 0 0 0-12h-20.49L181.6 53.85A6 6 0 0 0 176 50h-32a6 6 0 0 0 0 12h27.88l10.77 28H152c-18 0-32.58 4.15-42.1 12a18.05 18.05 0 0 1-18.9 2.35c-13.1-5.97-60.6-25.16-65-26.89l-5.72-2.24A14.7 14.7 0 0 0 16 74a6 6 0 0 0-2.15 11.6c.46.18 47.13 18.26 72.23 29.67a30.12 30.12 0 0 0 31.47-4c7.34-6 19.25-9.25 34.46-9.25h24.89a70 70 0 0 0-28.32 39.13A17.85 17.85 0 0 1 131.32 154h-53.8a38 38 0 1 0 0 12h53.8a29.9 29.9 0 0 0 28.81-21.64a58 58 0 0 1 29.58-36l7.23 18.8A38 38 0 1 0 216 122M40 166h25.29a26 26 0 1 1 0-12H40a6 6 0 0 0 0 12m176 20a26 26 0 0 1-14.68-47.45l9.08 23.6a6 6 0 0 0 11.2-4.3l-9.08-23.61A27 27 0 0 1 216 134a26 26 0 0 1 0 52"/></svg>
React
import type { SVGProps } from "react";
export function PhMotorcycleLight(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 122a38.5 38.5 0 0 0-7.87.82L200.9 104a57.8 57.8 0 0 1 15.1-2a6 6 0 0 0 0-12h-20.49L181.6 53.85A6 6 0 0 0 176 50h-32a6 6 0 0 0 0 12h27.88l10.77 28H152c-18 0-32.58 4.15-42.1 12a18.05 18.05 0 0 1-18.9 2.35c-13.1-5.97-60.6-25.16-65-26.89l-5.72-2.24A14.7 14.7 0 0 0 16 74a6 6 0 0 0-2.15 11.6c.46.18 47.13 18.26 72.23 29.67a30.12 30.12 0 0 0 31.47-4c7.34-6 19.25-9.25 34.46-9.25h24.89a70 70 0 0 0-28.32 39.13A17.85 17.85 0 0 1 131.32 154h-53.8a38 38 0 1 0 0 12h53.8a29.9 29.9 0 0 0 28.81-21.64a58 58 0 0 1 29.58-36l7.23 18.8A38 38 0 1 0 216 122M40 166h25.29a26 26 0 1 1 0-12H40a6 6 0 0 0 0 12m176 20a26 26 0 0 1-14.68-47.45l9.08 23.6a6 6 0 0 0 11.2-4.3l-9.08-23.61A27 27 0 0 1 216 134a26 26 0 0 1 0 52"/></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 122a38.5 38.5 0 0 0-7.87.82L200.9 104a57.8 57.8 0 0 1 15.1-2a6 6 0 0 0 0-12h-20.49L181.6 53.85A6 6 0 0 0 176 50h-32a6 6 0 0 0 0 12h27.88l10.77 28H152c-18 0-32.58 4.15-42.1 12a18.05 18.05 0 0 1-18.9 2.35c-13.1-5.97-60.6-25.16-65-26.89l-5.72-2.24A14.7 14.7 0 0 0 16 74a6 6 0 0 0-2.15 11.6c.46.18 47.13 18.26 72.23 29.67a30.12 30.12 0 0 0 31.47-4c7.34-6 19.25-9.25 34.46-9.25h24.89a70 70 0 0 0-28.32 39.13A17.85 17.85 0 0 1 131.32 154h-53.8a38 38 0 1 0 0 12h53.8a29.9 29.9 0 0 0 28.81-21.64a58 58 0 0 1 29.58-36l7.23 18.8A38 38 0 1 0 216 122M40 166h25.29a26 26 0 1 1 0-12H40a6 6 0 0 0 0 12m176 20a26 26 0 0 1-14.68-47.45l9.08 23.6a6 6 0 0 0 11.2-4.3l-9.08-23.61A27 27 0 0 1 216 134a26 26 0 0 1 0 52"/></svg> </template>
CSS
.icon-motorcycle-light {
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%20122a38.5%2038.5%200%200%200-7.87.82L200.9%20104a57.8%2057.8%200%200%201%2015.1-2a6%206%200%200%200%200-12h-20.49L181.6%2053.85A6%206%200%200%200%20176%2050h-32a6%206%200%200%200%200%2012h27.88l10.77%2028H152c-18%200-32.58%204.15-42.1%2012a18.05%2018.05%200%200%201-18.9%202.35c-13.1-5.97-60.6-25.16-65-26.89l-5.72-2.24A14.7%2014.7%200%200%200%2016%2074a6%206%200%200%200-2.15%2011.6c.46.18%2047.13%2018.26%2072.23%2029.67a30.12%2030.12%200%200%200%2031.47-4c7.34-6%2019.25-9.25%2034.46-9.25h24.89a70%2070%200%200%200-28.32%2039.13A17.85%2017.85%200%200%201%20131.32%20154h-53.8a38%2038%200%201%200%200%2012h53.8a29.9%2029.9%200%200%200%2028.81-21.64a58%2058%200%200%201%2029.58-36l7.23%2018.8A38%2038%200%201%200%20216%20122M40%20166h25.29a26%2026%200%201%201%200-12H40a6%206%200%200%200%200%2012m176%2020a26%2026%200%200%201-14.68-47.45l9.08%2023.6a6%206%200%200%200%2011.2-4.3l-9.08-23.61A27%2027%200%200%201%20216%20134a26%2026%200%200%201%200%2052%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%20122a38.5%2038.5%200%200%200-7.87.82L200.9%20104a57.8%2057.8%200%200%201%2015.1-2a6%206%200%200%200%200-12h-20.49L181.6%2053.85A6%206%200%200%200%20176%2050h-32a6%206%200%200%200%200%2012h27.88l10.77%2028H152c-18%200-32.58%204.15-42.1%2012a18.05%2018.05%200%200%201-18.9%202.35c-13.1-5.97-60.6-25.16-65-26.89l-5.72-2.24A14.7%2014.7%200%200%200%2016%2074a6%206%200%200%200-2.15%2011.6c.46.18%2047.13%2018.26%2072.23%2029.67a30.12%2030.12%200%200%200%2031.47-4c7.34-6%2019.25-9.25%2034.46-9.25h24.89a70%2070%200%200%200-28.32%2039.13A17.85%2017.85%200%200%201%20131.32%20154h-53.8a38%2038%200%201%200%200%2012h53.8a29.9%2029.9%200%200%200%2028.81-21.64a58%2058%200%200%201%2029.58-36l7.23%2018.8A38%2038%200%201%200%20216%20122M40%20166h25.29a26%2026%200%201%201%200-12H40a6%206%200%200%200%200%2012m176%2020a26%2026%200%200%201-14.68-47.45l9.08%2023.6a6%206%200%200%200%2011.2-4.3l-9.08-23.61A27%2027%200%200%201%20216%20134a26%2026%200%200%201%200%2052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/motorcycle-light.svg?color=%231a73e8&size=48