biking icon
biking from Font Awesome Solid by Dave Gandy · Solid · Childhood · CC-BY-4.0 Attribution required.
- Name
- biking
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Childhood
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More childhood icons from Font Awesome Solid
Use the biking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M400 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6l60.5 38.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352c0-10.7-5.3-20.7-14.2-26.6L295 296.9l60.3-48.5L396 281c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM144 576c61.9 0 112-50.1 112-112s-50.1-112-112-112S32 402.1 32 464s50.1 112 112 112m352 0c61.9 0 112-50.1 112-112s-50.1-112-112-112s-112 50.1-112 112s50.1 112 112 112"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBiking(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="M400 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6l60.5 38.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352c0-10.7-5.3-20.7-14.2-26.6L295 296.9l60.3-48.5L396 281c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM144 576c61.9 0 112-50.1 112-112s-50.1-112-112-112S32 402.1 32 464s50.1 112 112 112m352 0c61.9 0 112-50.1 112-112s-50.1-112-112-112s-112 50.1-112 112s50.1 112 112 112"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M400 160c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48m27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6l60.5 38.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352c0-10.7-5.3-20.7-14.2-26.6L295 296.9l60.3-48.5L396 281c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM144 576c61.9 0 112-50.1 112-112s-50.1-112-112-112S32 402.1 32 464s50.1 112 112 112m352 0c61.9 0 112-50.1 112-112s-50.1-112-112-112s-112 50.1-112 112s50.1 112 112 112"/></svg> </template>
CSS
.icon-biking {
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%22M400%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m27.2%2064l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1%2064.2c-30.7%2023.8-28.5%2070.8%204.3%2091.6l60.5%2038.4V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V352c0-10.7-5.3-20.7-14.2-26.6L295%20296.9l60.3-48.5L396%20281c5.7%204.5%2012.7%207%2020%207h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zM144%20576c61.9%200%20112-50.1%20112-112s-50.1-112-112-112S32%20402.1%2032%20464s50.1%20112%20112%20112m352%200c61.9%200%20112-50.1%20112-112s-50.1-112-112-112s-112%2050.1-112%20112s50.1%20112%20112%20112%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%22M400%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48s-48%2021.5-48%2048s21.5%2048%2048%2048m27.2%2064l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1%2064.2c-30.7%2023.8-28.5%2070.8%204.3%2091.6l60.5%2038.4V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V352c0-10.7-5.3-20.7-14.2-26.6L295%20296.9l60.3-48.5L396%20281c5.7%204.5%2012.7%207%2020%207h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zM144%20576c61.9%200%20112-50.1%20112-112s-50.1-112-112-112S32%20402.1%2032%20464s50.1%20112%20112%20112m352%200c61.9%200%20112-50.1%20112-112s-50.1-112-112-112s-112%2050.1-112%20112s50.1%20112%20112%20112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/biking.svg?color=%231a73e8&size=48