bike-dock-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
bike-dock-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the bike dock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.95 21q-.425 0-.687-.325T3 19.925q0-.375.163-.687t.512-.413L7.25 17.8L8.775 4.775q.1-.75.663-1.263T10.775 3H13.2q.775 0 1.338.513t.662 1.262L16.725 17.8l3.55 1q.35.125.538.425T21 19.9q0 .45-.287.775T20 21zM11 18h2V6q0-.425-.288-.712T12 5t-.712.288T11 6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBikeDockRounded(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="M3.95 21q-.425 0-.687-.325T3 19.925q0-.375.163-.687t.512-.413L7.25 17.8L8.775 4.775q.1-.75.663-1.263T10.775 3H13.2q.775 0 1.338.513t.662 1.262L16.725 17.8l3.55 1q.35.125.538.425T21 19.9q0 .45-.287.775T20 21zM11 18h2V6q0-.425-.288-.712T12 5t-.712.288T11 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.95 21q-.425 0-.687-.325T3 19.925q0-.375.163-.687t.512-.413L7.25 17.8L8.775 4.775q.1-.75.663-1.263T10.775 3H13.2q.775 0 1.338.513t.662 1.262L16.725 17.8l3.55 1q.35.125.538.425T21 19.9q0 .45-.287.775T20 21zM11 18h2V6q0-.425-.288-.712T12 5t-.712.288T11 6z"/></svg>
</template>

CSS

.icon-bike-dock-rounded {
  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%22M3.95%2021q-.425%200-.687-.325T3%2019.925q0-.375.163-.687t.512-.413L7.25%2017.8L8.775%204.775q.1-.75.663-1.263T10.775%203H13.2q.775%200%201.338.513t.662%201.262L16.725%2017.8l3.55%201q.35.125.538.425T21%2019.9q0%20.45-.287.775T20%2021zM11%2018h2V6q0-.425-.288-.712T12%205t-.712.288T11%206z%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%22M3.95%2021q-.425%200-.687-.325T3%2019.925q0-.375.163-.687t.512-.413L7.25%2017.8L8.775%204.775q.1-.75.663-1.263T10.775%203H13.2q.775%200%201.338.513t.662%201.262L16.725%2017.8l3.55%201q.35.125.538.425T21%2019.9q0%20.45-.287.775T20%2021zM11%2018h2V6q0-.425-.288-.712T12%205t-.712.288T11%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bike-dock-rounded.svg?color=%231a73e8&size=48