bicycling round icon

bicycling-round-broken from Solar by 480 Design · Broken · Sports · CC-BY-4.0 Attribution required.

Name
bicycling-round-broken
Set
Solar
Style
Broken
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More sports icons from Solar

Use the bicycling round icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="14" cy="4" r="2"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="18" r="3"/><path stroke-linecap="round" d="M18.4999 9.99997H14.5822C14.2052 9.99997 13.8393 9.87213 13.5444 9.63733L11.386 7.91916C10.1193 6.91084 8.25168 7.27102 7.45083 8.67806C6.67562 10.0401 7.25192 11.7736 8.68829 12.4004M11.9999 18L12.7603 16.2258C13.1695 15.2708 12.7312 14.1646 11.779 13.749"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBicyclingRoundBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="14" cy="4" r="2"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="18" r="3"/><path strokeLinecap="round" d="M18.4999 9.99997H14.5822C14.2052 9.99997 13.8393 9.87213 13.5444 9.63733L11.386 7.91916C10.1193 6.91084 8.25168 7.27102 7.45083 8.67806C6.67562 10.0401 7.25192 11.7736 8.68829 12.4004M11.9999 18L12.7603 16.2258C13.1695 15.2708 12.7312 14.1646 11.779 13.749"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="14" cy="4" r="2"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="18" r="3"/><path stroke-linecap="round" d="M18.4999 9.99997H14.5822C14.2052 9.99997 13.8393 9.87213 13.5444 9.63733L11.386 7.91916C10.1193 6.91084 8.25168 7.27102 7.45083 8.67806C6.67562 10.0401 7.25192 11.7736 8.68829 12.4004M11.9999 18L12.7603 16.2258C13.1695 15.2708 12.7312 14.1646 11.779 13.749"/></g></svg>
</template>

CSS

.icon-bicycling-round-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2218%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.4999%209.99997H14.5822C14.2052%209.99997%2013.8393%209.87213%2013.5444%209.63733L11.386%207.91916C10.1193%206.91084%208.25168%207.27102%207.45083%208.67806C6.67562%2010.0401%207.25192%2011.7736%208.68829%2012.4004M11.9999%2018L12.7603%2016.2258C13.1695%2015.2708%2012.7312%2014.1646%2011.779%2013.749%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2218%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.4999%209.99997H14.5822C14.2052%209.99997%2013.8393%209.87213%2013.5444%209.63733L11.386%207.91916C10.1193%206.91084%208.25168%207.27102%207.45083%208.67806C6.67562%2010.0401%207.25192%2011.7736%208.68829%2012.4004M11.9999%2018L12.7603%2016.2258C13.1695%2015.2708%2012.7312%2014.1646%2011.779%2013.749%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bicycling-round-broken.svg?color=%231a73e8&size=48