bicycle icon
bicycle from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- bicycle
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- bicycle-solid
The same icon in other sets
bicycleAkar IconsbicycleBootstrap IconsbicycleCarbonbicycleEmoji One (Colored)bicycleElement PlusbicycleFont Awesome 6 SolidbicycleFont Awesome SolidbicycleFluent EmojibicycleFluent Emoji FlatbicycleFluent Emoji High ContrastbicycleFirefox OS EmojibicycleHuge IconsbicycleIconoirbicycleIonIconsbicycleMaterial Design IconsbicycleNoto EmojibicycleOpenMojibicyclePhosphorbicycleStreamline EmojisbicycleTwitter Emoji
More objects icons from Line Awesome
Use the bicycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 6v1.438l.094.187L20.125 10h-8.688l-.312.438l-2.719 3.843A6.4 6.4 0 0 0 6.5 14A6.51 6.51 0 0 0 0 20.5C0 24.086 2.914 27 6.5 27c3.414 0 6.207-2.652 6.469-6h3.437l.313-.438l4.875-7.187l.656 1.5A6.52 6.52 0 0 0 19 20.5c0 3.57 2.93 6.5 6.5 6.5s6.5-2.93 6.5-6.5s-2.93-6.5-6.5-6.5c-.48 0-.953.055-1.406.156L21.406 8H24.5c.285 0 .5.215.5.5a.49.49 0 0 1-.5.5v2c1.367 0 2.5-1.133 2.5-2.5S25.867 6 24.5 6zM8 7v2h6l-1-2zm5.469 5h6.656l-4.031 5.938zm-1.75 1l2.625 6H6v2h4.938c-.254 2.242-2.13 4-4.438 4C4.02 25 2 22.98 2 20.5S4.02 16 6.5 16a4.52 4.52 0 0 1 3.75 2h2.25a6.5 6.5 0 0 0-2.281-2.844zM25.5 16c2.48 0 4.5 2.02 4.5 4.5S27.98 25 25.5 25S21 22.98 21 20.5c0-1.574.832-2.945 2.063-3.75l2.03 4.656l1.813-.812l-1.968-4.532c.187-.023.37-.062.562-.062"/></svg>
React
import type { SVGProps } from "react";
export function LaBicycle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 6v1.438l.094.187L20.125 10h-8.688l-.312.438l-2.719 3.843A6.4 6.4 0 0 0 6.5 14A6.51 6.51 0 0 0 0 20.5C0 24.086 2.914 27 6.5 27c3.414 0 6.207-2.652 6.469-6h3.437l.313-.438l4.875-7.187l.656 1.5A6.52 6.52 0 0 0 19 20.5c0 3.57 2.93 6.5 6.5 6.5s6.5-2.93 6.5-6.5s-2.93-6.5-6.5-6.5c-.48 0-.953.055-1.406.156L21.406 8H24.5c.285 0 .5.215.5.5a.49.49 0 0 1-.5.5v2c1.367 0 2.5-1.133 2.5-2.5S25.867 6 24.5 6zM8 7v2h6l-1-2zm5.469 5h6.656l-4.031 5.938zm-1.75 1l2.625 6H6v2h4.938c-.254 2.242-2.13 4-4.438 4C4.02 25 2 22.98 2 20.5S4.02 16 6.5 16a4.52 4.52 0 0 1 3.75 2h2.25a6.5 6.5 0 0 0-2.281-2.844zM25.5 16c2.48 0 4.5 2.02 4.5 4.5S27.98 25 25.5 25S21 22.98 21 20.5c0-1.574.832-2.945 2.063-3.75l2.03 4.656l1.813-.812l-1.968-4.532c.187-.023.37-.062.562-.062"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 6v1.438l.094.187L20.125 10h-8.688l-.312.438l-2.719 3.843A6.4 6.4 0 0 0 6.5 14A6.51 6.51 0 0 0 0 20.5C0 24.086 2.914 27 6.5 27c3.414 0 6.207-2.652 6.469-6h3.437l.313-.438l4.875-7.187l.656 1.5A6.52 6.52 0 0 0 19 20.5c0 3.57 2.93 6.5 6.5 6.5s6.5-2.93 6.5-6.5s-2.93-6.5-6.5-6.5c-.48 0-.953.055-1.406.156L21.406 8H24.5c.285 0 .5.215.5.5a.49.49 0 0 1-.5.5v2c1.367 0 2.5-1.133 2.5-2.5S25.867 6 24.5 6zM8 7v2h6l-1-2zm5.469 5h6.656l-4.031 5.938zm-1.75 1l2.625 6H6v2h4.938c-.254 2.242-2.13 4-4.438 4C4.02 25 2 22.98 2 20.5S4.02 16 6.5 16a4.52 4.52 0 0 1 3.75 2h2.25a6.5 6.5 0 0 0-2.281-2.844zM25.5 16c2.48 0 4.5 2.02 4.5 4.5S27.98 25 25.5 25S21 22.98 21 20.5c0-1.574.832-2.945 2.063-3.75l2.03 4.656l1.813-.812l-1.968-4.532c.187-.023.37-.062.562-.062"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%206v1.438l.094.187L20.125%2010h-8.688l-.312.438l-2.719%203.843A6.4%206.4%200%200%200%206.5%2014A6.51%206.51%200%200%200%200%2020.5C0%2024.086%202.914%2027%206.5%2027c3.414%200%206.207-2.652%206.469-6h3.437l.313-.438l4.875-7.187l.656%201.5A6.52%206.52%200%200%200%2019%2020.5c0%203.57%202.93%206.5%206.5%206.5s6.5-2.93%206.5-6.5s-2.93-6.5-6.5-6.5c-.48%200-.953.055-1.406.156L21.406%208H24.5c.285%200%20.5.215.5.5a.49.49%200%200%201-.5.5v2c1.367%200%202.5-1.133%202.5-2.5S25.867%206%2024.5%206zM8%207v2h6l-1-2zm5.469%205h6.656l-4.031%205.938zm-1.75%201l2.625%206H6v2h4.938c-.254%202.242-2.13%204-4.438%204C4.02%2025%202%2022.98%202%2020.5S4.02%2016%206.5%2016a4.52%204.52%200%200%201%203.75%202h2.25a6.5%206.5%200%200%200-2.281-2.844zM25.5%2016c2.48%200%204.5%202.02%204.5%204.5S27.98%2025%2025.5%2025S21%2022.98%2021%2020.5c0-1.574.832-2.945%202.063-3.75l2.03%204.656l1.813-.812l-1.968-4.532c.187-.023.37-.062.562-.062%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%206v1.438l.094.187L20.125%2010h-8.688l-.312.438l-2.719%203.843A6.4%206.4%200%200%200%206.5%2014A6.51%206.51%200%200%200%200%2020.5C0%2024.086%202.914%2027%206.5%2027c3.414%200%206.207-2.652%206.469-6h3.437l.313-.438l4.875-7.187l.656%201.5A6.52%206.52%200%200%200%2019%2020.5c0%203.57%202.93%206.5%206.5%206.5s6.5-2.93%206.5-6.5s-2.93-6.5-6.5-6.5c-.48%200-.953.055-1.406.156L21.406%208H24.5c.285%200%20.5.215.5.5a.49.49%200%200%201-.5.5v2c1.367%200%202.5-1.133%202.5-2.5S25.867%206%2024.5%206zM8%207v2h6l-1-2zm5.469%205h6.656l-4.031%205.938zm-1.75%201l2.625%206H6v2h4.938c-.254%202.242-2.13%204-4.438%204C4.02%2025%202%2022.98%202%2020.5S4.02%2016%206.5%2016a4.52%204.52%200%200%201%203.75%202h2.25a6.5%206.5%200%200%200-2.281-2.844zM25.5%2016c2.48%200%204.5%202.02%204.5%204.5S27.98%2025%2025.5%2025S21%2022.98%2021%2020.5c0-1.574.832-2.945%202.063-3.75l2.03%204.656l1.813-.812l-1.968-4.532c.187-.023.37-.062.562-.062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/bicycle.svg?color=%231a73e8&size=48