bicycle icon
bicycle-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- bicycle-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 IconsbicycleIconoirbicycleIonIconsbicycleLine AwesomebicycleMaterial Design IconsbicycleNoto EmojibicycleOpenMojibicycleStreamline EmojisbicycleTwitter Emoji
Use the bicycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204 108a51.8 51.8 0 0 0-15.13 2.25L168.89 76H192a4 4 0 0 1 4 4a12 12 0 0 0 24 0a28 28 0 0 0-28-28h-44a12 12 0 0 0-10.37 18l8.14 14h-36.21L94.37 58A12 12 0 0 0 84 52H52a12 12 0 0 0 0 24h25.11l11.07 19L74 112.89a52.17 52.17 0 1 0 18.8 14.92l8.37-10.57L118 146.05A12 12 0 1 0 138.7 134l-15.14-26h36.21l8.39 14.38A52 52 0 1 0 204 108M80 160a28 28 0 1 1-21.71-27.28l-15.7 19.83a12 12 0 0 0 18.82 14.9l15.7-19.83A27.84 27.84 0 0 1 80 160m124 28a28 28 0 0 1-23.11-43.79l12.74 21.84A12 12 0 0 0 214.37 154l-12.75-21.84c.79-.07 1.58-.11 2.38-.11a28 28 0 0 1 0 56Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBicycleBold(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="M204 108a51.8 51.8 0 0 0-15.13 2.25L168.89 76H192a4 4 0 0 1 4 4a12 12 0 0 0 24 0a28 28 0 0 0-28-28h-44a12 12 0 0 0-10.37 18l8.14 14h-36.21L94.37 58A12 12 0 0 0 84 52H52a12 12 0 0 0 0 24h25.11l11.07 19L74 112.89a52.17 52.17 0 1 0 18.8 14.92l8.37-10.57L118 146.05A12 12 0 1 0 138.7 134l-15.14-26h36.21l8.39 14.38A52 52 0 1 0 204 108M80 160a28 28 0 1 1-21.71-27.28l-15.7 19.83a12 12 0 0 0 18.82 14.9l15.7-19.83A27.84 27.84 0 0 1 80 160m124 28a28 28 0 0 1-23.11-43.79l12.74 21.84A12 12 0 0 0 214.37 154l-12.75-21.84c.79-.07 1.58-.11 2.38-.11a28 28 0 0 1 0 56Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204 108a51.8 51.8 0 0 0-15.13 2.25L168.89 76H192a4 4 0 0 1 4 4a12 12 0 0 0 24 0a28 28 0 0 0-28-28h-44a12 12 0 0 0-10.37 18l8.14 14h-36.21L94.37 58A12 12 0 0 0 84 52H52a12 12 0 0 0 0 24h25.11l11.07 19L74 112.89a52.17 52.17 0 1 0 18.8 14.92l8.37-10.57L118 146.05A12 12 0 1 0 138.7 134l-15.14-26h36.21l8.39 14.38A52 52 0 1 0 204 108M80 160a28 28 0 1 1-21.71-27.28l-15.7 19.83a12 12 0 0 0 18.82 14.9l15.7-19.83A27.84 27.84 0 0 1 80 160m124 28a28 28 0 0 1-23.11-43.79l12.74 21.84A12 12 0 0 0 214.37 154l-12.75-21.84c.79-.07 1.58-.11 2.38-.11a28 28 0 0 1 0 56Z"/></svg> </template>
CSS
.icon-bicycle-bold {
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%22M204%20108a51.8%2051.8%200%200%200-15.13%202.25L168.89%2076H192a4%204%200%200%201%204%204a12%2012%200%200%200%2024%200a28%2028%200%200%200-28-28h-44a12%2012%200%200%200-10.37%2018l8.14%2014h-36.21L94.37%2058A12%2012%200%200%200%2084%2052H52a12%2012%200%200%200%200%2024h25.11l11.07%2019L74%20112.89a52.17%2052.17%200%201%200%2018.8%2014.92l8.37-10.57L118%20146.05A12%2012%200%201%200%20138.7%20134l-15.14-26h36.21l8.39%2014.38A52%2052%200%201%200%20204%20108M80%20160a28%2028%200%201%201-21.71-27.28l-15.7%2019.83a12%2012%200%200%200%2018.82%2014.9l15.7-19.83A27.84%2027.84%200%200%201%2080%20160m124%2028a28%2028%200%200%201-23.11-43.79l12.74%2021.84A12%2012%200%200%200%20214.37%20154l-12.75-21.84c.79-.07%201.58-.11%202.38-.11a28%2028%200%200%201%200%2056Z%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%22M204%20108a51.8%2051.8%200%200%200-15.13%202.25L168.89%2076H192a4%204%200%200%201%204%204a12%2012%200%200%200%2024%200a28%2028%200%200%200-28-28h-44a12%2012%200%200%200-10.37%2018l8.14%2014h-36.21L94.37%2058A12%2012%200%200%200%2084%2052H52a12%2012%200%200%200%200%2024h25.11l11.07%2019L74%20112.89a52.17%2052.17%200%201%200%2018.8%2014.92l8.37-10.57L118%20146.05A12%2012%200%201%200%20138.7%20134l-15.14-26h36.21l8.39%2014.38A52%2052%200%201%200%20204%20108M80%20160a28%2028%200%201%201-21.71-27.28l-15.7%2019.83a12%2012%200%200%200%2018.82%2014.9l15.7-19.83A27.84%2027.84%200%200%201%2080%20160m124%2028a28%2028%200%200%201-23.11-43.79l12.74%2021.84A12%2012%200%200%200%20214.37%20154l-12.75-21.84c.79-.07%201.58-.11%202.38-.11a28%2028%200%200%201%200%2056Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bicycle-bold.svg?color=%231a73e8&size=48