motorbike icon

motorbike-line from Remix Icon by Remix Design · Line · Map · Apache-2.0 Free for personal and commercial use.

Name
motorbike-line
Set
Remix Icon
Style
Line
Category
Map
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More map icons from Remix Icon

Use the motorbike icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 13.256V12H2v-2h6.365L11.2 8h3.492L13.6 5H11V3h4l1.092 3H20v3h-2.816l1.456 4.002a4.5 4.5 0 1 1-1.985.392L15.419 10h-.947l-1.582 5.87l-.002-.001l.002.005l-2.925 1.065q.035.276.035.561a4.5 4.5 0 1 1-6-4.244m2-.229a4.5 4.5 0 0 1 3.281 2.033l1.957-.713L12.403 10h-.547L9 12H6zM5.5 20a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m13 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>

React

import type { SVGProps } from "react";

export function RiMotorbikeLine(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="M4 13.256V12H2v-2h6.365L11.2 8h3.492L13.6 5H11V3h4l1.092 3H20v3h-2.816l1.456 4.002a4.5 4.5 0 1 1-1.985.392L15.419 10h-.947l-1.582 5.87l-.002-.001l.002.005l-2.925 1.065q.035.276.035.561a4.5 4.5 0 1 1-6-4.244m2-.229a4.5 4.5 0 0 1 3.281 2.033l1.957-.713L12.403 10h-.547L9 12H6zM5.5 20a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m13 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 13.256V12H2v-2h6.365L11.2 8h3.492L13.6 5H11V3h4l1.092 3H20v3h-2.816l1.456 4.002a4.5 4.5 0 1 1-1.985.392L15.419 10h-.947l-1.582 5.87l-.002-.001l.002.005l-2.925 1.065q.035.276.035.561a4.5 4.5 0 1 1-6-4.244m2-.229a4.5 4.5 0 0 1 3.281 2.033l1.957-.713L12.403 10h-.547L9 12H6zM5.5 20a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m13 0a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
</template>

CSS

.icon-motorbike-line {
  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%22M4%2013.256V12H2v-2h6.365L11.2%208h3.492L13.6%205H11V3h4l1.092%203H20v3h-2.816l1.456%204.002a4.5%204.5%200%201%201-1.985.392L15.419%2010h-.947l-1.582%205.87l-.002-.001l.002.005l-2.925%201.065q.035.276.035.561a4.5%204.5%200%201%201-6-4.244m2-.229a4.5%204.5%200%200%201%203.281%202.033l1.957-.713L12.403%2010h-.547L9%2012H6zM5.5%2020a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m13%200a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%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%22M4%2013.256V12H2v-2h6.365L11.2%208h3.492L13.6%205H11V3h4l1.092%203H20v3h-2.816l1.456%204.002a4.5%204.5%200%201%201-1.985.392L15.419%2010h-.947l-1.582%205.87l-.002-.001l.002.005l-2.925%201.065q.035.276.035.561a4.5%204.5%200%201%201-6-4.244m2-.229a4.5%204.5%200%200%201%203.281%202.033l1.957-.713L12.403%2010h-.547L9%2012H6zM5.5%2020a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m13%200a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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