vehicle-bicycle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
vehicle-bicycle-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M13 2a1 1 0 1 0 0 2h1.187l.625 3H9V6a1 1 0 0 0-1.001-1H5a1 1 0 0 0 0 2h2v.86l-.902 3.158a4.5 4.5 0 1 0 4.9 4.354l4.471-5.216l.252 1.21a4.501 4.501 0 1 0 1.968-.362l-1.71-8.208A1 1 0 0 0 15 2zm3.145 11.399l.376 1.805a1 1 0 0 0 1.958-.408l-.358-1.718a2.501 2.501 0 1 1-1.976.32m-5.836-.296a4.5 4.5 0 0 0-2.21-1.81L8.754 9h5.072zm-2.763.126a2.5 2.5 0 0 1 .954.771H7.326zm-2.078-.007l-.43 1.503A1 1 0 0 0 6 16h2.95a2.5 2.5 0 1 1-3.482-2.778"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleBicycle24Filled(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" d="M13 2a1 1 0 1 0 0 2h1.187l.625 3H9V6a1 1 0 0 0-1.001-1H5a1 1 0 0 0 0 2h2v.86l-.902 3.158a4.5 4.5 0 1 0 4.9 4.354l4.471-5.216l.252 1.21a4.501 4.501 0 1 0 1.968-.362l-1.71-8.208A1 1 0 0 0 15 2zm3.145 11.399l.376 1.805a1 1 0 0 0 1.958-.408l-.358-1.718a2.501 2.501 0 1 1-1.976.32m-5.836-.296a4.5 4.5 0 0 0-2.21-1.81L8.754 9h5.072zm-2.763.126a2.5 2.5 0 0 1 .954.771H7.326zm-2.078-.007l-.43 1.503A1 1 0 0 0 6 16h2.95a2.5 2.5 0 1 1-3.482-2.778"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2a1 1 0 1 0 0 2h1.187l.625 3H9V6a1 1 0 0 0-1.001-1H5a1 1 0 0 0 0 2h2v.86l-.902 3.158a4.5 4.5 0 1 0 4.9 4.354l4.471-5.216l.252 1.21a4.501 4.501 0 1 0 1.968-.362l-1.71-8.208A1 1 0 0 0 15 2zm3.145 11.399l.376 1.805a1 1 0 0 0 1.958-.408l-.358-1.718a2.501 2.501 0 1 1-1.976.32m-5.836-.296a4.5 4.5 0 0 0-2.21-1.81L8.754 9h5.072zm-2.763.126a2.5 2.5 0 0 1 .954.771H7.326zm-2.078-.007l-.43 1.503A1 1 0 0 0 6 16h2.95a2.5 2.5 0 1 1-3.482-2.778"/></svg>
</template>

CSS

.icon-vehicle-bicycle-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202a1%201%200%201%200%200%202h1.187l.625%203H9V6a1%201%200%200%200-1.001-1H5a1%201%200%200%200%200%202h2v.86l-.902%203.158a4.5%204.5%200%201%200%204.9%204.354l4.471-5.216l.252%201.21a4.501%204.501%200%201%200%201.968-.362l-1.71-8.208A1%201%200%200%200%2015%202zm3.145%2011.399l.376%201.805a1%201%200%200%200%201.958-.408l-.358-1.718a2.501%202.501%200%201%201-1.976.32m-5.836-.296a4.5%204.5%200%200%200-2.21-1.81L8.754%209h5.072zm-2.763.126a2.5%202.5%200%200%201%20.954.771H7.326zm-2.078-.007l-.43%201.503A1%201%200%200%200%206%2016h2.95a2.5%202.5%200%201%201-3.482-2.778%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%20d%3D%22M13%202a1%201%200%201%200%200%202h1.187l.625%203H9V6a1%201%200%200%200-1.001-1H5a1%201%200%200%200%200%202h2v.86l-.902%203.158a4.5%204.5%200%201%200%204.9%204.354l4.471-5.216l.252%201.21a4.501%204.501%200%201%200%201.968-.362l-1.71-8.208A1%201%200%200%200%2015%202zm3.145%2011.399l.376%201.805a1%201%200%200%200%201.958-.408l-.358-1.718a2.501%202.501%200%201%201-1.976.32m-5.836-.296a4.5%204.5%200%200%200-2.21-1.81L8.754%209h5.072zm-2.763.126a2.5%202.5%200%200%201%20.954.771H7.326zm-2.078-.007l-.43%201.503A1%201%200%200%200%206%2016h2.95a2.5%202.5%200%201%201-3.482-2.778%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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