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

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

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the pedal bike icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-2.125 0-3.562-1.437T0 15t1.463-3.562T5 10q1.925 0 3.238 1.15T9.9 14h.65l-1.8-5H8q-.425 0-.712-.288T7 8t.288-.712T8 7h3q.425 0 .713.288T12 8t-.288.713T11 9h-.1l.35 1h4.8L14.6 6H13q-.425 0-.712-.288T12 5t.288-.712T13 4h1.6q.65 0 1.163.35t.737.95l1.7 4.65h.8q2.075 0 3.538 1.463T24 14.95q0 2.1-1.45 3.575T19 20q-1.8 0-3.162-1.125T14.1 16H9.9q-.35 1.725-1.7 2.863T5 20m0-2q1.025 0 1.763-.562T7.8 16H6q-.425 0-.712-.288T5 15t.288-.712T6 14h1.8q-.3-.9-1.037-1.45T5 12q-1.275 0-2.137.863T2 15q0 1.25.863 2.125T5 18m7.7-4h1.4q.125-.575.338-1.075T15 12h-3.05zm6.3 4q1.275 0 2.138-.875T22 15q0-1.275-.862-2.137T19 12h-.1l.65 1.725q.15.4-.025.763T18.95 15t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 15q0 1.25.863 2.125T19 18m0-3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPedalBikeOutlineRounded(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="M5 20q-2.125 0-3.562-1.437T0 15t1.463-3.562T5 10q1.925 0 3.238 1.15T9.9 14h.65l-1.8-5H8q-.425 0-.712-.288T7 8t.288-.712T8 7h3q.425 0 .713.288T12 8t-.288.713T11 9h-.1l.35 1h4.8L14.6 6H13q-.425 0-.712-.288T12 5t.288-.712T13 4h1.6q.65 0 1.163.35t.737.95l1.7 4.65h.8q2.075 0 3.538 1.463T24 14.95q0 2.1-1.45 3.575T19 20q-1.8 0-3.162-1.125T14.1 16H9.9q-.35 1.725-1.7 2.863T5 20m0-2q1.025 0 1.763-.562T7.8 16H6q-.425 0-.712-.288T5 15t.288-.712T6 14h1.8q-.3-.9-1.037-1.45T5 12q-1.275 0-2.137.863T2 15q0 1.25.863 2.125T5 18m7.7-4h1.4q.125-.575.338-1.075T15 12h-3.05zm6.3 4q1.275 0 2.138-.875T22 15q0-1.275-.862-2.137T19 12h-.1l.65 1.725q.15.4-.025.763T18.95 15t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 15q0 1.25.863 2.125T19 18m0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-2.125 0-3.562-1.437T0 15t1.463-3.562T5 10q1.925 0 3.238 1.15T9.9 14h.65l-1.8-5H8q-.425 0-.712-.288T7 8t.288-.712T8 7h3q.425 0 .713.288T12 8t-.288.713T11 9h-.1l.35 1h4.8L14.6 6H13q-.425 0-.712-.288T12 5t.288-.712T13 4h1.6q.65 0 1.163.35t.737.95l1.7 4.65h.8q2.075 0 3.538 1.463T24 14.95q0 2.1-1.45 3.575T19 20q-1.8 0-3.162-1.125T14.1 16H9.9q-.35 1.725-1.7 2.863T5 20m0-2q1.025 0 1.763-.562T7.8 16H6q-.425 0-.712-.288T5 15t.288-.712T6 14h1.8q-.3-.9-1.037-1.45T5 12q-1.275 0-2.137.863T2 15q0 1.25.863 2.125T5 18m7.7-4h1.4q.125-.575.338-1.075T15 12h-3.05zm6.3 4q1.275 0 2.138-.875T22 15q0-1.275-.862-2.137T19 12h-.1l.65 1.725q.15.4-.025.763T18.95 15t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775 1T16 15q0 1.25.863 2.125T19 18m0-3"/></svg>
</template>

CSS

.icon-pedal-bike-outline-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%22M5%2020q-2.125%200-3.562-1.437T0%2015t1.463-3.562T5%2010q1.925%200%203.238%201.15T9.9%2014h.65l-1.8-5H8q-.425%200-.712-.288T7%208t.288-.712T8%207h3q.425%200%20.713.288T12%208t-.288.713T11%209h-.1l.35%201h4.8L14.6%206H13q-.425%200-.712-.288T12%205t.288-.712T13%204h1.6q.65%200%201.163.35t.737.95l1.7%204.65h.8q2.075%200%203.538%201.463T24%2014.95q0%202.1-1.45%203.575T19%2020q-1.8%200-3.162-1.125T14.1%2016H9.9q-.35%201.725-1.7%202.863T5%2020m0-2q1.025%200%201.763-.562T7.8%2016H6q-.425%200-.712-.288T5%2015t.288-.712T6%2014h1.8q-.3-.9-1.037-1.45T5%2012q-1.275%200-2.137.863T2%2015q0%201.25.863%202.125T5%2018m7.7-4h1.4q.125-.575.338-1.075T15%2012h-3.05zm6.3%204q1.275%200%202.138-.875T22%2015q0-1.275-.862-2.137T19%2012h-.1l.65%201.725q.15.4-.025.763T18.95%2015t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775%201T16%2015q0%201.25.863%202.125T19%2018m0-3%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%22M5%2020q-2.125%200-3.562-1.437T0%2015t1.463-3.562T5%2010q1.925%200%203.238%201.15T9.9%2014h.65l-1.8-5H8q-.425%200-.712-.288T7%208t.288-.712T8%207h3q.425%200%20.713.288T12%208t-.288.713T11%209h-.1l.35%201h4.8L14.6%206H13q-.425%200-.712-.288T12%205t.288-.712T13%204h1.6q.65%200%201.163.35t.737.95l1.7%204.65h.8q2.075%200%203.538%201.463T24%2014.95q0%202.1-1.45%203.575T19%2020q-1.8%200-3.162-1.125T14.1%2016H9.9q-.35%201.725-1.7%202.863T5%2020m0-2q1.025%200%201.763-.562T7.8%2016H6q-.425%200-.712-.288T5%2015t.288-.712T6%2014h1.8q-.3-.9-1.037-1.45T5%2012q-1.275%200-2.137.863T2%2015q0%201.25.863%202.125T5%2018m7.7-4h1.4q.125-.575.338-1.075T15%2012h-3.05zm6.3%204q1.275%200%202.138-.875T22%2015q0-1.275-.862-2.137T19%2012h-.1l.65%201.725q.15.4-.025.763T18.95%2015t-.775-.025t-.525-.575l-.6-1.7q-.5.425-.775%201T16%2015q0%201.25.863%202.125T19%2018m0-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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