bicycle icon

bicycle-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.

Name
bicycle-filled
Set
Reicon
Style
Filled
Category
Sports
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All bicycle icons →

More sports icons from Reicon

Use the bicycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M14 15.667a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-19 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-.333-5a1 1 0 0 1 1-1h2.528c.866 0 1.661.48 2.065 1.246l.563 1.07a1 1 0 1 1-1.77.931l-.563-1.07a.33.33 0 0 0-.295-.178H5.667a1 1 0 0 1-1-1"/><path d="M16.563 7.385a1 1 0 0 1 .195 1.4c-2.659 3.52-6.493 6.117-11.43 7.827a1 1 0 0 1-.655-1.89c4.644-1.608 8.117-4.001 10.489-7.142a1 1 0 0 1 1.4-.195"/><path d="M13.296 3.108a1 1 0 0 1 .83-.441h5.04a2.833 2.833 0 1 1 0 5.666a1 1 0 0 1 0-2a.833.833 0 1 0 0-1.666h-3.555l4.316 10.623a1 1 0 0 1-1.854.753l-4.874-12a1 1 0 0 1 .097-.935"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBicycleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M14 15.667a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-19 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-.333-5a1 1 0 0 1 1-1h2.528c.866 0 1.661.48 2.065 1.246l.563 1.07a1 1 0 1 1-1.77.931l-.563-1.07a.33.33 0 0 0-.295-.178H5.667a1 1 0 0 1-1-1"/><path d="M16.563 7.385a1 1 0 0 1 .195 1.4c-2.659 3.52-6.493 6.117-11.43 7.827a1 1 0 0 1-.655-1.89c4.644-1.608 8.117-4.001 10.489-7.142a1 1 0 0 1 1.4-.195"/><path d="M13.296 3.108a1 1 0 0 1 .83-.441h5.04a2.833 2.833 0 1 1 0 5.666a1 1 0 0 1 0-2a.833.833 0 1 0 0-1.666h-3.555l4.316 10.623a1 1 0 0 1-1.854.753l-4.874-12a1 1 0 0 1 .097-.935"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M14 15.667a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-19 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-.333-5a1 1 0 0 1 1-1h2.528c.866 0 1.661.48 2.065 1.246l.563 1.07a1 1 0 1 1-1.77.931l-.563-1.07a.33.33 0 0 0-.295-.178H5.667a1 1 0 0 1-1-1"/><path d="M16.563 7.385a1 1 0 0 1 .195 1.4c-2.659 3.52-6.493 6.117-11.43 7.827a1 1 0 0 1-.655-1.89c4.644-1.608 8.117-4.001 10.489-7.142a1 1 0 0 1 1.4-.195"/><path d="M13.296 3.108a1 1 0 0 1 .83-.441h5.04a2.833 2.833 0 1 1 0 5.666a1 1 0 0 1 0-2a.833.833 0 1 0 0-1.666h-3.555l4.316 10.623a1 1 0 0 1-1.854.753l-4.874-12a1 1 0 0 1 .097-.935"/></g></svg>
</template>

CSS

.icon-bicycle-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M14%2015.667a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-19%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-.333-5a1%201%200%200%201%201-1h2.528c.866%200%201.661.48%202.065%201.246l.563%201.07a1%201%200%201%201-1.77.931l-.563-1.07a.33.33%200%200%200-.295-.178H5.667a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20d%3D%22M16.563%207.385a1%201%200%200%201%20.195%201.4c-2.659%203.52-6.493%206.117-11.43%207.827a1%201%200%200%201-.655-1.89c4.644-1.608%208.117-4.001%2010.489-7.142a1%201%200%200%201%201.4-.195%22%2F%3E%3Cpath%20d%3D%22M13.296%203.108a1%201%200%200%201%20.83-.441h5.04a2.833%202.833%200%201%201%200%205.666a1%201%200%200%201%200-2a.833.833%200%201%200%200-1.666h-3.555l4.316%2010.623a1%201%200%200%201-1.854.753l-4.874-12a1%201%200%200%201%20.097-.935%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M14%2015.667a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-19%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-.333-5a1%201%200%200%201%201-1h2.528c.866%200%201.661.48%202.065%201.246l.563%201.07a1%201%200%201%201-1.77.931l-.563-1.07a.33.33%200%200%200-.295-.178H5.667a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20d%3D%22M16.563%207.385a1%201%200%200%201%20.195%201.4c-2.659%203.52-6.493%206.117-11.43%207.827a1%201%200%200%201-.655-1.89c4.644-1.608%208.117-4.001%2010.489-7.142a1%201%200%200%201%201.4-.195%22%2F%3E%3Cpath%20d%3D%22M13.296%203.108a1%201%200%200%201%20.83-.441h5.04a2.833%202.833%200%201%201%200%205.666a1%201%200%200%201%200-2a.833.833%200%201%200%200-1.666h-3.555l4.316%2010.623a1%201%200%200%201-1.854.753l-4.874-12a1%201%200%200%201%20.097-.935%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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