vehicle-bicycle-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
vehicle-bicycle-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle bicycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 2a.5.5 0 0 0 0 1h1.116l.533 2H6V3.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1H5v1.2a.5.5 0 0 0 .023.15L4.46 7.035a3 3 0 1 0 2.532 3.162l3.494-3.93l.268 1.003a3 3 0 1 0 .966-.257L10.483 2.37A.5.5 0 0 0 10 2zM4 8q.069 0 .138.005l-.612 1.837A.5.5 0 0 0 4 10.5h1.937A2 2 0 1 1 4 8m.694 1.5l.393-1.18c.415.27.723.688.85 1.18zm.716-2.149L5.86 6h3.527l-2.59 2.913A3 3 0 0 0 5.41 7.351m5.608.906l.499 1.872a.5.5 0 0 0 .966-.258l-.499-1.87L12 8a2 2 0 1 1-.982.257"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleBicycle16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 2a.5.5 0 0 0 0 1h1.116l.533 2H6V3.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1H5v1.2a.5.5 0 0 0 .023.15L4.46 7.035a3 3 0 1 0 2.532 3.162l3.494-3.93l.268 1.003a3 3 0 1 0 .966-.257L10.483 2.37A.5.5 0 0 0 10 2zM4 8q.069 0 .138.005l-.612 1.837A.5.5 0 0 0 4 10.5h1.937A2 2 0 1 1 4 8m.694 1.5l.393-1.18c.415.27.723.688.85 1.18zm.716-2.149L5.86 6h3.527l-2.59 2.913A3 3 0 0 0 5.41 7.351m5.608.906l.499 1.872a.5.5 0 0 0 .966-.258l-.499-1.87L12 8a2 2 0 1 1-.982.257"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 2a.5.5 0 0 0 0 1h1.116l.533 2H6V3.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1H5v1.2a.5.5 0 0 0 .023.15L4.46 7.035a3 3 0 1 0 2.532 3.162l3.494-3.93l.268 1.003a3 3 0 1 0 .966-.257L10.483 2.37A.5.5 0 0 0 10 2zM4 8q.069 0 .138.005l-.612 1.837A.5.5 0 0 0 4 10.5h1.937A2 2 0 1 1 4 8m.694 1.5l.393-1.18c.415.27.723.688.85 1.18zm.716-2.149L5.86 6h3.527l-2.59 2.913A3 3 0 0 0 5.41 7.351m5.608.906l.499 1.872a.5.5 0 0 0 .966-.258l-.499-1.87L12 8a2 2 0 1 1-.982.257"/></svg>
</template>

CSS

.icon-vehicle-bicycle-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%202a.5.5%200%200%200%200%201h1.116l.533%202H6V3.5a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%200%200%201H5v1.2a.5.5%200%200%200%20.023.15L4.46%207.035a3%203%200%201%200%202.532%203.162l3.494-3.93l.268%201.003a3%203%200%201%200%20.966-.257L10.483%202.37A.5.5%200%200%200%2010%202zM4%208q.069%200%20.138.005l-.612%201.837A.5.5%200%200%200%204%2010.5h1.937A2%202%200%201%201%204%208m.694%201.5l.393-1.18c.415.27.723.688.85%201.18zm.716-2.149L5.86%206h3.527l-2.59%202.913A3%203%200%200%200%205.41%207.351m5.608.906l.499%201.872a.5.5%200%200%200%20.966-.258l-.499-1.87L12%208a2%202%200%201%201-.982.257%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%202a.5.5%200%200%200%200%201h1.116l.533%202H6V3.5a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%200%200%201H5v1.2a.5.5%200%200%200%20.023.15L4.46%207.035a3%203%200%201%200%202.532%203.162l3.494-3.93l.268%201.003a3%203%200%201%200%20.966-.257L10.483%202.37A.5.5%200%200%200%2010%202zM4%208q.069%200%20.138.005l-.612%201.837A.5.5%200%200%200%204%2010.5h1.937A2%202%200%201%201%204%208m.694%201.5l.393-1.18c.415.27.723.688.85%201.18zm.716-2.149L5.86%206h3.527l-2.59%202.913A3%203%200%200%200%205.41%207.351m5.608.906l.499%201.872a.5.5%200%200%200%20.966-.258l-.499-1.87L12%208a2%202%200%201%201-.982.257%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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