motorcycle icon
motorcycle from Font Awesome 6 Solid by Dave Gandy · Regular · Automotive · CC-BY-4.0 Attribution required.
- Name
- motorcycle
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Automotive
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More automotive icons from Font Awesome 6 Solid
Use the motorcycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6l-55.1-102H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32h-20.4c-7.5 0-14.7 2.6-20.5 7.4l-47.4 39.5l-14-26c-7-12.9-20.5-21-35.2-21zm182.7 279.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8M187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4c-11.2-59.2-63.2-104-125.7-104C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104h-66.4zm-59.3 8a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMotorcycle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6l-55.1-102H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32h-20.4c-7.5 0-14.7 2.6-20.5 7.4l-47.4 39.5l-14-26c-7-12.9-20.5-21-35.2-21zm182.7 279.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8M187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4c-11.2-59.2-63.2-104-125.7-104C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104h-66.4zm-59.3 8a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6l-55.1-102H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32h-20.4c-7.5 0-14.7 2.6-20.5 7.4l-47.4 39.5l-14-26c-7-12.9-20.5-21-35.2-21zm182.7 279.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8M187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4c-11.2-59.2-63.2-104-125.7-104C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104h-66.4zm-59.3 8a32 32 0 1 0 0-64a32 32 0 1 0 0 64"/></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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280%2032c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h57.7l16.4%2030.3L256%20192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7%200-32%2014.3-32%2032v32h96c88.4%200%20160%2071.6%20160%20160c0%2011-1.1%2021.7-3.2%2032h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2%2025-98.6%2063.7-127.8l15.4%2028.6C402.4%20276.3%20384%20312%20384%20352c0%2070.7%2057.3%20128%20128%20128s128-57.3%20128-128s-57.3-128-128-128c-13.5%200-26.5%202.1-38.7%206l-55.1-102H480c17.7%200%2032-14.3%2032-32V64c0-17.7-14.3-32-32-32h-20.4c-7.5%200-14.7%202.6-20.5%207.4l-47.4%2039.5l-14-26c-7-12.9-20.5-21-35.2-21zm182.7%20279.2l28.2%2052.2c6.3%2011.7%2020.9%2016%2032.5%209.7s16-20.9%209.7-32.5l-28.2-52.2c2.3-.3%204.7-.4%207.1-.4c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64c0-15.5%205.5-29.7%2014.7-40.8M187.3%20376c-9.5%2023.5-32.5%2040-59.3%2040c-35.3%200-64-28.7-64-64s28.7-64%2064-64c26.9%200%2049.9%2016.5%2059.3%2040h66.4c-11.2-59.2-63.2-104-125.7-104C57.3%20224%200%20281.3%200%20352s57.3%20128%20128%20128c62.5%200%20114.5-44.8%20125.8-104h-66.4zm-59.3%208a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280%2032c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h57.7l16.4%2030.3L256%20192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7%200-32%2014.3-32%2032v32h96c88.4%200%20160%2071.6%20160%20160c0%2011-1.1%2021.7-3.2%2032h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2%2025-98.6%2063.7-127.8l15.4%2028.6C402.4%20276.3%20384%20312%20384%20352c0%2070.7%2057.3%20128%20128%20128s128-57.3%20128-128s-57.3-128-128-128c-13.5%200-26.5%202.1-38.7%206l-55.1-102H480c17.7%200%2032-14.3%2032-32V64c0-17.7-14.3-32-32-32h-20.4c-7.5%200-14.7%202.6-20.5%207.4l-47.4%2039.5l-14-26c-7-12.9-20.5-21-35.2-21zm182.7%20279.2l28.2%2052.2c6.3%2011.7%2020.9%2016%2032.5%209.7s16-20.9%209.7-32.5l-28.2-52.2c2.3-.3%204.7-.4%207.1-.4c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64c0-15.5%205.5-29.7%2014.7-40.8M187.3%20376c-9.5%2023.5-32.5%2040-59.3%2040c-35.3%200-64-28.7-64-64s28.7-64%2064-64c26.9%200%2049.9%2016.5%2059.3%2040h66.4c-11.2-59.2-63.2-104-125.7-104C57.3%20224%200%20281.3%200%20352s57.3%20128%20128%20128c62.5%200%20114.5-44.8%20125.8-104h-66.4zm-59.3%208a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/motorcycle.svg?color=%231a73e8&size=48