bicycle from Font Awesome Solid by Dave Gandy · Solid · Fitness · CC-BY-4.0 Attribution required.

Name
bicycle
Set
Font Awesome Solid
Style
Solid
Category
Fitness
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More fitness icons from Font Awesome Solid

Use the bicycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M331.7 107.3c4.3-7 12-11.3 20.3-11.3h104c13.3 0 24 10.7 24 24s-10.7 24-24 24h-65.6l72.2 148.4c10.7-2.9 21.9-4.4 33.4-4.4c70.7 0 128 57.3 128 128s-57.3 128-128 128s-128-57.3-128-128c0-42 20.2-79.2 51.4-102.6L399 271.5l-73.5 147c-2.3 4.8-6.3 8.8-11.4 11.2c-.6.3-1.2.5-1.8.7c-2.9 1.1-5.9 1.6-8.9 1.5l-32.4.1c-7.9 63.1-61.7 112-127 112c-70.7 0-128-57.3-128-128s57.3-128 128-128c10.8 0 21.2 1.3 31.2 3.8l28.5-56.9l-11.5-26.9H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h56c9.6 0 18.3 5.7 22.1 14.5l14.3 33.5h123.7l-37.7-77.5c-3.6-7.4-3.2-16.2 1.2-23.2zM228.5 292.7L182.9 384h84.8l-39.1-91.3zm77.2 58.3l47.5-95H265zm168.7 75.5l-29.7-61c-12.8 13-20.7 30.8-20.7 50.5c0 39.8 32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72c-2.7 0-5.5.2-8.1.5l29.7 61c5.8 11.9.8 26.3-11.1 32.1s-26.3.8-32.1-11.1M149.2 432c-20.2 0-33.4-21.3-24.3-39.4l24.2-48.5c-1.7-.1-3.4-.2-5.1-.2c-39.8 0-72 32.2-72 72s32.2 72 72 72c34.3 0 62.9-23.9 70.2-56h-65z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBicycle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M331.7 107.3c4.3-7 12-11.3 20.3-11.3h104c13.3 0 24 10.7 24 24s-10.7 24-24 24h-65.6l72.2 148.4c10.7-2.9 21.9-4.4 33.4-4.4c70.7 0 128 57.3 128 128s-57.3 128-128 128s-128-57.3-128-128c0-42 20.2-79.2 51.4-102.6L399 271.5l-73.5 147c-2.3 4.8-6.3 8.8-11.4 11.2c-.6.3-1.2.5-1.8.7c-2.9 1.1-5.9 1.6-8.9 1.5l-32.4.1c-7.9 63.1-61.7 112-127 112c-70.7 0-128-57.3-128-128s57.3-128 128-128c10.8 0 21.2 1.3 31.2 3.8l28.5-56.9l-11.5-26.9H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h56c9.6 0 18.3 5.7 22.1 14.5l14.3 33.5h123.7l-37.7-77.5c-3.6-7.4-3.2-16.2 1.2-23.2zM228.5 292.7L182.9 384h84.8l-39.1-91.3zm77.2 58.3l47.5-95H265zm168.7 75.5l-29.7-61c-12.8 13-20.7 30.8-20.7 50.5c0 39.8 32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72c-2.7 0-5.5.2-8.1.5l29.7 61c5.8 11.9.8 26.3-11.1 32.1s-26.3.8-32.1-11.1M149.2 432c-20.2 0-33.4-21.3-24.3-39.4l24.2-48.5c-1.7-.1-3.4-.2-5.1-.2c-39.8 0-72 32.2-72 72s32.2 72 72 72c34.3 0 62.9-23.9 70.2-56h-65z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M331.7 107.3c4.3-7 12-11.3 20.3-11.3h104c13.3 0 24 10.7 24 24s-10.7 24-24 24h-65.6l72.2 148.4c10.7-2.9 21.9-4.4 33.4-4.4c70.7 0 128 57.3 128 128s-57.3 128-128 128s-128-57.3-128-128c0-42 20.2-79.2 51.4-102.6L399 271.5l-73.5 147c-2.3 4.8-6.3 8.8-11.4 11.2c-.6.3-1.2.5-1.8.7c-2.9 1.1-5.9 1.6-8.9 1.5l-32.4.1c-7.9 63.1-61.7 112-127 112c-70.7 0-128-57.3-128-128s57.3-128 128-128c10.8 0 21.2 1.3 31.2 3.8l28.5-56.9l-11.5-26.9H152c-13.3 0-24-10.7-24-24s10.7-24 24-24h56c9.6 0 18.3 5.7 22.1 14.5l14.3 33.5h123.7l-37.7-77.5c-3.6-7.4-3.2-16.2 1.2-23.2zM228.5 292.7L182.9 384h84.8l-39.1-91.3zm77.2 58.3l47.5-95H265zm168.7 75.5l-29.7-61c-12.8 13-20.7 30.8-20.7 50.5c0 39.8 32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72c-2.7 0-5.5.2-8.1.5l29.7 61c5.8 11.9.8 26.3-11.1 32.1s-26.3.8-32.1-11.1M149.2 432c-20.2 0-33.4-21.3-24.3-39.4l24.2-48.5c-1.7-.1-3.4-.2-5.1-.2c-39.8 0-72 32.2-72 72s32.2 72 72 72c34.3 0 62.9-23.9 70.2-56h-65z"/></svg>
</template>

CSS

.icon-bicycle {
  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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M331.7%20107.3c4.3-7%2012-11.3%2020.3-11.3h104c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-65.6l72.2%20148.4c10.7-2.9%2021.9-4.4%2033.4-4.4c70.7%200%20128%2057.3%20128%20128s-57.3%20128-128%20128s-128-57.3-128-128c0-42%2020.2-79.2%2051.4-102.6L399%20271.5l-73.5%20147c-2.3%204.8-6.3%208.8-11.4%2011.2c-.6.3-1.2.5-1.8.7c-2.9%201.1-5.9%201.6-8.9%201.5l-32.4.1c-7.9%2063.1-61.7%20112-127%20112c-70.7%200-128-57.3-128-128s57.3-128%20128-128c10.8%200%2021.2%201.3%2031.2%203.8l28.5-56.9l-11.5-26.9H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h56c9.6%200%2018.3%205.7%2022.1%2014.5l14.3%2033.5h123.7l-37.7-77.5c-3.6-7.4-3.2-16.2%201.2-23.2zM228.5%20292.7L182.9%20384h84.8l-39.1-91.3zm77.2%2058.3l47.5-95H265zm168.7%2075.5l-29.7-61c-12.8%2013-20.7%2030.8-20.7%2050.5c0%2039.8%2032.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72c-2.7%200-5.5.2-8.1.5l29.7%2061c5.8%2011.9.8%2026.3-11.1%2032.1s-26.3.8-32.1-11.1M149.2%20432c-20.2%200-33.4-21.3-24.3-39.4l24.2-48.5c-1.7-.1-3.4-.2-5.1-.2c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072c34.3%200%2062.9-23.9%2070.2-56h-65z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M331.7%20107.3c4.3-7%2012-11.3%2020.3-11.3h104c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-65.6l72.2%20148.4c10.7-2.9%2021.9-4.4%2033.4-4.4c70.7%200%20128%2057.3%20128%20128s-57.3%20128-128%20128s-128-57.3-128-128c0-42%2020.2-79.2%2051.4-102.6L399%20271.5l-73.5%20147c-2.3%204.8-6.3%208.8-11.4%2011.2c-.6.3-1.2.5-1.8.7c-2.9%201.1-5.9%201.6-8.9%201.5l-32.4.1c-7.9%2063.1-61.7%20112-127%20112c-70.7%200-128-57.3-128-128s57.3-128%20128-128c10.8%200%2021.2%201.3%2031.2%203.8l28.5-56.9l-11.5-26.9H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h56c9.6%200%2018.3%205.7%2022.1%2014.5l14.3%2033.5h123.7l-37.7-77.5c-3.6-7.4-3.2-16.2%201.2-23.2zM228.5%20292.7L182.9%20384h84.8l-39.1-91.3zm77.2%2058.3l47.5-95H265zm168.7%2075.5l-29.7-61c-12.8%2013-20.7%2030.8-20.7%2050.5c0%2039.8%2032.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72c-2.7%200-5.5.2-8.1.5l29.7%2061c5.8%2011.9.8%2026.3-11.1%2032.1s-26.3.8-32.1-11.1M149.2%20432c-20.2%200-33.4-21.3-24.3-39.4l24.2-48.5c-1.7-.1-3.4-.2-5.1-.2c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072c34.3%200%2062.9-23.9%2070.2-56h-65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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