biking icon
biking from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- biking
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- biking-solid
More users & people icons from Line Awesome
Use the biking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.5 5A3.514 3.514 0 0 0 16 8.5c0 1.922 1.578 3.5 3.5 3.5S23 10.422 23 8.5S21.422 5 19.5 5m0 2c.84 0 1.5.66 1.5 1.5s-.66 1.5-1.5 1.5S18 9.34 18 8.5S18.66 7 19.5 7m-4.406 3.531c-.508.051-1 .301-1.344.719l-2.344 2.844c-.808.984-.457 2.539.688 3.094l3.437 1.687l-.906 5l1.969.344l1.062-5.75l.125-.75l-.687-.344l-4.157-2l2.376-2.875l4.062 3.281l.281.219H25v-2h-4.656l-3.782-3.031a2.04 2.04 0 0 0-1.468-.438M8.5 18C6.031 18 4 20.031 4 22.5S6.031 27 8.5 27s4.5-2.031 4.5-4.5S10.969 18 8.5 18m15 0c-2.469 0-4.5 2.031-4.5 4.5s2.031 4.5 4.5 4.5s4.5-2.031 4.5-4.5s-2.031-4.5-4.5-4.5m-15 2c1.379 0 2.5 1.121 2.5 2.5S9.879 25 8.5 25A2.5 2.5 0 0 1 6 22.5C6 21.121 7.121 20 8.5 20m15 0c1.379 0 2.5 1.121 2.5 2.5S24.879 25 23.5 25a2.5 2.5 0 0 1-2.5-2.5c0-1.379 1.121-2.5 2.5-2.5"/></svg>
React
import type { SVGProps } from "react";
export function LaBiking(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.5 5A3.514 3.514 0 0 0 16 8.5c0 1.922 1.578 3.5 3.5 3.5S23 10.422 23 8.5S21.422 5 19.5 5m0 2c.84 0 1.5.66 1.5 1.5s-.66 1.5-1.5 1.5S18 9.34 18 8.5S18.66 7 19.5 7m-4.406 3.531c-.508.051-1 .301-1.344.719l-2.344 2.844c-.808.984-.457 2.539.688 3.094l3.437 1.687l-.906 5l1.969.344l1.062-5.75l.125-.75l-.687-.344l-4.157-2l2.376-2.875l4.062 3.281l.281.219H25v-2h-4.656l-3.782-3.031a2.04 2.04 0 0 0-1.468-.438M8.5 18C6.031 18 4 20.031 4 22.5S6.031 27 8.5 27s4.5-2.031 4.5-4.5S10.969 18 8.5 18m15 0c-2.469 0-4.5 2.031-4.5 4.5s2.031 4.5 4.5 4.5s4.5-2.031 4.5-4.5s-2.031-4.5-4.5-4.5m-15 2c1.379 0 2.5 1.121 2.5 2.5S9.879 25 8.5 25A2.5 2.5 0 0 1 6 22.5C6 21.121 7.121 20 8.5 20m15 0c1.379 0 2.5 1.121 2.5 2.5S24.879 25 23.5 25a2.5 2.5 0 0 1-2.5-2.5c0-1.379 1.121-2.5 2.5-2.5"/></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.5 5A3.514 3.514 0 0 0 16 8.5c0 1.922 1.578 3.5 3.5 3.5S23 10.422 23 8.5S21.422 5 19.5 5m0 2c.84 0 1.5.66 1.5 1.5s-.66 1.5-1.5 1.5S18 9.34 18 8.5S18.66 7 19.5 7m-4.406 3.531c-.508.051-1 .301-1.344.719l-2.344 2.844c-.808.984-.457 2.539.688 3.094l3.437 1.687l-.906 5l1.969.344l1.062-5.75l.125-.75l-.687-.344l-4.157-2l2.376-2.875l4.062 3.281l.281.219H25v-2h-4.656l-3.782-3.031a2.04 2.04 0 0 0-1.468-.438M8.5 18C6.031 18 4 20.031 4 22.5S6.031 27 8.5 27s4.5-2.031 4.5-4.5S10.969 18 8.5 18m15 0c-2.469 0-4.5 2.031-4.5 4.5s2.031 4.5 4.5 4.5s4.5-2.031 4.5-4.5s-2.031-4.5-4.5-4.5m-15 2c1.379 0 2.5 1.121 2.5 2.5S9.879 25 8.5 25A2.5 2.5 0 0 1 6 22.5C6 21.121 7.121 20 8.5 20m15 0c1.379 0 2.5 1.121 2.5 2.5S24.879 25 23.5 25a2.5 2.5 0 0 1-2.5-2.5c0-1.379 1.121-2.5 2.5-2.5"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%205A3.514%203.514%200%200%200%2016%208.5c0%201.922%201.578%203.5%203.5%203.5S23%2010.422%2023%208.5S21.422%205%2019.5%205m0%202c.84%200%201.5.66%201.5%201.5s-.66%201.5-1.5%201.5S18%209.34%2018%208.5S18.66%207%2019.5%207m-4.406%203.531c-.508.051-1%20.301-1.344.719l-2.344%202.844c-.808.984-.457%202.539.688%203.094l3.437%201.687l-.906%205l1.969.344l1.062-5.75l.125-.75l-.687-.344l-4.157-2l2.376-2.875l4.062%203.281l.281.219H25v-2h-4.656l-3.782-3.031a2.04%202.04%200%200%200-1.468-.438M8.5%2018C6.031%2018%204%2020.031%204%2022.5S6.031%2027%208.5%2027s4.5-2.031%204.5-4.5S10.969%2018%208.5%2018m15%200c-2.469%200-4.5%202.031-4.5%204.5s2.031%204.5%204.5%204.5s4.5-2.031%204.5-4.5s-2.031-4.5-4.5-4.5m-15%202c1.379%200%202.5%201.121%202.5%202.5S9.879%2025%208.5%2025A2.5%202.5%200%200%201%206%2022.5C6%2021.121%207.121%2020%208.5%2020m15%200c1.379%200%202.5%201.121%202.5%202.5S24.879%2025%2023.5%2025a2.5%202.5%200%200%201-2.5-2.5c0-1.379%201.121-2.5%202.5-2.5%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.5%205A3.514%203.514%200%200%200%2016%208.5c0%201.922%201.578%203.5%203.5%203.5S23%2010.422%2023%208.5S21.422%205%2019.5%205m0%202c.84%200%201.5.66%201.5%201.5s-.66%201.5-1.5%201.5S18%209.34%2018%208.5S18.66%207%2019.5%207m-4.406%203.531c-.508.051-1%20.301-1.344.719l-2.344%202.844c-.808.984-.457%202.539.688%203.094l3.437%201.687l-.906%205l1.969.344l1.062-5.75l.125-.75l-.687-.344l-4.157-2l2.376-2.875l4.062%203.281l.281.219H25v-2h-4.656l-3.782-3.031a2.04%202.04%200%200%200-1.468-.438M8.5%2018C6.031%2018%204%2020.031%204%2022.5S6.031%2027%208.5%2027s4.5-2.031%204.5-4.5S10.969%2018%208.5%2018m15%200c-2.469%200-4.5%202.031-4.5%204.5s2.031%204.5%204.5%204.5s4.5-2.031%204.5-4.5s-2.031-4.5-4.5-4.5m-15%202c1.379%200%202.5%201.121%202.5%202.5S9.879%2025%208.5%2025A2.5%202.5%200%200%201%206%2022.5C6%2021.121%207.121%2020%208.5%2020m15%200c1.379%200%202.5%201.121%202.5%202.5S24.879%2025%2023.5%2025a2.5%202.5%200%200%201-2.5-2.5c0-1.379%201.121-2.5%202.5-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/biking.svg?color=%231a73e8&size=48