cyclist icon

cyclist from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
cyclist
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the cyclist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 30a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4M7 30a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4"/><path fill="currentColor" d="M17 27h-2v-6.586L9.585 15a2.003 2.003 0 0 1 0-2.83l4.586-4.585a2 2 0 0 1 2.828 0L21.414 12H27v2h-6.415l-5-5L11 13.585l6 6Zm4.5-19A3.5 3.5 0 1 1 25 4.5A3.504 3.504 0 0 1 21.5 8m0-5A1.5 1.5 0 1 0 23 4.5A1.5 1.5 0 0 0 21.5 3"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCyclist(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="M25 30a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4M7 30a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4"/><path fill="currentColor" d="M17 27h-2v-6.586L9.585 15a2.003 2.003 0 0 1 0-2.83l4.586-4.585a2 2 0 0 1 2.828 0L21.414 12H27v2h-6.415l-5-5L11 13.585l6 6Zm4.5-19A3.5 3.5 0 1 1 25 4.5A3.504 3.504 0 0 1 21.5 8m0-5A1.5 1.5 0 1 0 23 4.5A1.5 1.5 0 0 0 21.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 30a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4M7 30a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m0-10a4 4 0 1 0 4 4a4.005 4.005 0 0 0-4-4"/><path fill="currentColor" d="M17 27h-2v-6.586L9.585 15a2.003 2.003 0 0 1 0-2.83l4.586-4.585a2 2 0 0 1 2.828 0L21.414 12H27v2h-6.415l-5-5L11 13.585l6 6Zm4.5-19A3.5 3.5 0 1 1 25 4.5A3.504 3.504 0 0 1 21.5 8m0-5A1.5 1.5 0 1 0 23 4.5A1.5 1.5 0 0 0 21.5 3"/></svg>
</template>

CSS

.icon-cyclist {
  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%22M25%2030a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m0-10a4%204%200%201%200%204%204a4.005%204.005%200%200%200-4-4M7%2030a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m0-10a4%204%200%201%200%204%204a4.005%204.005%200%200%200-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2027h-2v-6.586L9.585%2015a2.003%202.003%200%200%201%200-2.83l4.586-4.585a2%202%200%200%201%202.828%200L21.414%2012H27v2h-6.415l-5-5L11%2013.585l6%206Zm4.5-19A3.5%203.5%200%201%201%2025%204.5A3.504%203.504%200%200%201%2021.5%208m0-5A1.5%201.5%200%201%200%2023%204.5A1.5%201.5%200%200%200%2021.5%203%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%22M25%2030a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m0-10a4%204%200%201%200%204%204a4.005%204.005%200%200%200-4-4M7%2030a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m0-10a4%204%200%201%200%204%204a4.005%204.005%200%200%200-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2027h-2v-6.586L9.585%2015a2.003%202.003%200%200%201%200-2.83l4.586-4.585a2%202%200%200%201%202.828%200L21.414%2012H27v2h-6.415l-5-5L11%2013.585l6%206Zm4.5-19A3.5%203.5%200%201%201%2025%204.5A3.504%203.504%200%200%201%2021.5%208m0-5A1.5%201.5%200%201%200%2023%204.5A1.5%201.5%200%200%200%2021.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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