cycling2 icon

cycling2 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
cycling2
Set
Reicon
Style
Outline
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

More sports icons from Reicon

Use the cycling2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M11.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-.331 4.506a1.888 1.888 0 1 0-1.93 3.207l3.09 1.349a2.64 2.64 0 0 1 1.37 3.46l-.76 1.773a.75.75 0 0 1-1.378-.59l.76-1.775a1.14 1.14 0 0 0-.592-1.494l-3.09-1.348a3.388 3.388 0 1 1 3.464-5.756l2.159 1.719a.9.9 0 0 0 .57.199H18.5a.75.75 0 0 1 0 1.5h-3.918a2.42 2.42 0 0 1-1.505-.526zM6 15.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M2.25 18a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M18 15.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M14.25 18a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCycling2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M11.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-.331 4.506a1.888 1.888 0 1 0-1.93 3.207l3.09 1.349a2.64 2.64 0 0 1 1.37 3.46l-.76 1.773a.75.75 0 0 1-1.378-.59l.76-1.775a1.14 1.14 0 0 0-.592-1.494l-3.09-1.348a3.388 3.388 0 1 1 3.464-5.756l2.159 1.719a.9.9 0 0 0 .57.199H18.5a.75.75 0 0 1 0 1.5h-3.918a2.42 2.42 0 0 1-1.505-.526zM6 15.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M2.25 18a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M18 15.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M14.25 18a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M11.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-.331 4.506a1.888 1.888 0 1 0-1.93 3.207l3.09 1.349a2.64 2.64 0 0 1 1.37 3.46l-.76 1.773a.75.75 0 0 1-1.378-.59l.76-1.775a1.14 1.14 0 0 0-.592-1.494l-3.09-1.348a3.388 3.388 0 1 1 3.464-5.756l2.159 1.719a.9.9 0 0 0 .57.199H18.5a.75.75 0 0 1 0 1.5h-3.918a2.42 2.42 0 0 1-1.505-.526zM6 15.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M2.25 18a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0M18 15.75a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5M14.25 18a3.75 3.75 0 1 1 7.5 0a3.75 3.75 0 0 1-7.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cycling2 {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%202.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M11.25%204a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m-.331%204.506a1.888%201.888%200%201%200-1.93%203.207l3.09%201.349a2.64%202.64%200%200%201%201.37%203.46l-.76%201.773a.75.75%200%200%201-1.378-.59l.76-1.775a1.14%201.14%200%200%200-.592-1.494l-3.09-1.348a3.388%203.388%200%201%201%203.464-5.756l2.159%201.719a.9.9%200%200%200%20.57.199H18.5a.75.75%200%200%201%200%201.5h-3.918a2.42%202.42%200%200%201-1.505-.526zM6%2015.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M2.25%2018a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200M18%2015.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M14.25%2018a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%202.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M11.25%204a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m-.331%204.506a1.888%201.888%200%201%200-1.93%203.207l3.09%201.349a2.64%202.64%200%200%201%201.37%203.46l-.76%201.773a.75.75%200%200%201-1.378-.59l.76-1.775a1.14%201.14%200%200%200-.592-1.494l-3.09-1.348a3.388%203.388%200%201%201%203.464-5.756l2.159%201.719a.9.9%200%200%200%20.57.199H18.5a.75.75%200%200%201%200%201.5h-3.918a2.42%202.42%200%200%201-1.505-.526zM6%2015.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M2.25%2018a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200M18%2015.75a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5M14.25%2018a3.75%203.75%200%201%201%207.5%200a3.75%203.75%200%200%201-7.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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