basic motorcycle icon

basic-motorcycle from Health Icons by Resolve to Save Lives · Filled · Vehicles · MIT Free for personal and commercial use.

Name
basic-motorcycle
Set
Health Icons
Style
Filled
Category
Vehicles
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More vehicles icons from Health Icons

Use the basic motorcycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M29.416 10.598A1 1 0 0 0 28.5 10H23v2h4.847l4.665 10.627a1 1 0 0 0-.288.242l-6.2 7.631h-1.936L22.7 28H25a3 3 0 0 0 3-3H17.5a1.5 1.5 0 0 0 0 3h2.912l1.389 2.5h-4.877A6.502 6.502 0 0 0 4 31.5a6.5 6.5 0 0 0 12.924 1H26.5a1 1 0 0 0 .776-.37l6.108-7.517l.618 1.407a6.5 6.5 0 1 0 1.831-.805zM10.5 28a3.5 3.5 0 0 1 3.355 2.5H10.5a1 1 0 1 0 0 2h3.355A3.502 3.502 0 0 1 7 31.5a3.5 3.5 0 0 1 3.5-3.5M34 31.5c0-1.07.48-2.027 1.236-2.67l1.348 3.072a1 1 0 0 0 1.832-.804l-1.349-3.072Q37.28 28 37.5 28a3.5 3.5 0 1 1-3.5 3.5" clip-rule="evenodd"/><path d="M28.026 17.052a.1.1 0 0 0-.084-.052h-4.257c-3.142 0-5.447 2.952-4.685 6h10.382a1 1 0 0 0 .894-1.447zM7 18a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h9.42a1 1 0 0 0 .78-1.625l-1.199-1.498A5 5 0 0 0 12.097 18zm27-1.5l6.067-2.5l.933 6l-6.067-1z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBasicMotorcycle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M29.416 10.598A1 1 0 0 0 28.5 10H23v2h4.847l4.665 10.627a1 1 0 0 0-.288.242l-6.2 7.631h-1.936L22.7 28H25a3 3 0 0 0 3-3H17.5a1.5 1.5 0 0 0 0 3h2.912l1.389 2.5h-4.877A6.502 6.502 0 0 0 4 31.5a6.5 6.5 0 0 0 12.924 1H26.5a1 1 0 0 0 .776-.37l6.108-7.517l.618 1.407a6.5 6.5 0 1 0 1.831-.805zM10.5 28a3.5 3.5 0 0 1 3.355 2.5H10.5a1 1 0 1 0 0 2h3.355A3.502 3.502 0 0 1 7 31.5a3.5 3.5 0 0 1 3.5-3.5M34 31.5c0-1.07.48-2.027 1.236-2.67l1.348 3.072a1 1 0 0 0 1.832-.804l-1.349-3.072Q37.28 28 37.5 28a3.5 3.5 0 1 1-3.5 3.5" clipRule="evenodd"/><path d="M28.026 17.052a.1.1 0 0 0-.084-.052h-4.257c-3.142 0-5.447 2.952-4.685 6h10.382a1 1 0 0 0 .894-1.447zM7 18a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h9.42a1 1 0 0 0 .78-1.625l-1.199-1.498A5 5 0 0 0 12.097 18zm27-1.5l6.067-2.5l.933 6l-6.067-1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M29.416 10.598A1 1 0 0 0 28.5 10H23v2h4.847l4.665 10.627a1 1 0 0 0-.288.242l-6.2 7.631h-1.936L22.7 28H25a3 3 0 0 0 3-3H17.5a1.5 1.5 0 0 0 0 3h2.912l1.389 2.5h-4.877A6.502 6.502 0 0 0 4 31.5a6.5 6.5 0 0 0 12.924 1H26.5a1 1 0 0 0 .776-.37l6.108-7.517l.618 1.407a6.5 6.5 0 1 0 1.831-.805zM10.5 28a3.5 3.5 0 0 1 3.355 2.5H10.5a1 1 0 1 0 0 2h3.355A3.502 3.502 0 0 1 7 31.5a3.5 3.5 0 0 1 3.5-3.5M34 31.5c0-1.07.48-2.027 1.236-2.67l1.348 3.072a1 1 0 0 0 1.832-.804l-1.349-3.072Q37.28 28 37.5 28a3.5 3.5 0 1 1-3.5 3.5" clip-rule="evenodd"/><path d="M28.026 17.052a.1.1 0 0 0-.084-.052h-4.257c-3.142 0-5.447 2.952-4.685 6h10.382a1 1 0 0 0 .894-1.447zM7 18a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h9.42a1 1 0 0 0 .78-1.625l-1.199-1.498A5 5 0 0 0 12.097 18zm27-1.5l6.067-2.5l.933 6l-6.067-1z"/></g></svg>
</template>

CSS

.icon-basic-motorcycle {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M29.416%2010.598A1%201%200%200%200%2028.5%2010H23v2h4.847l4.665%2010.627a1%201%200%200%200-.288.242l-6.2%207.631h-1.936L22.7%2028H25a3%203%200%200%200%203-3H17.5a1.5%201.5%200%200%200%200%203h2.912l1.389%202.5h-4.877A6.502%206.502%200%200%200%204%2031.5a6.5%206.5%200%200%200%2012.924%201H26.5a1%201%200%200%200%20.776-.37l6.108-7.517l.618%201.407a6.5%206.5%200%201%200%201.831-.805zM10.5%2028a3.5%203.5%200%200%201%203.355%202.5H10.5a1%201%200%201%200%200%202h3.355A3.502%203.502%200%200%201%207%2031.5a3.5%203.5%200%200%201%203.5-3.5M34%2031.5c0-1.07.48-2.027%201.236-2.67l1.348%203.072a1%201%200%200%200%201.832-.804l-1.349-3.072Q37.28%2028%2037.5%2028a3.5%203.5%200%201%201-3.5%203.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M28.026%2017.052a.1.1%200%200%200-.084-.052h-4.257c-3.142%200-5.447%202.952-4.685%206h10.382a1%201%200%200%200%20.894-1.447zM7%2018a1%201%200%200%200-1%201v3a1%201%200%200%200%201%201h9.42a1%201%200%200%200%20.78-1.625l-1.199-1.498A5%205%200%200%200%2012.097%2018zm27-1.5l6.067-2.5l.933%206l-6.067-1z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M29.416%2010.598A1%201%200%200%200%2028.5%2010H23v2h4.847l4.665%2010.627a1%201%200%200%200-.288.242l-6.2%207.631h-1.936L22.7%2028H25a3%203%200%200%200%203-3H17.5a1.5%201.5%200%200%200%200%203h2.912l1.389%202.5h-4.877A6.502%206.502%200%200%200%204%2031.5a6.5%206.5%200%200%200%2012.924%201H26.5a1%201%200%200%200%20.776-.37l6.108-7.517l.618%201.407a6.5%206.5%200%201%200%201.831-.805zM10.5%2028a3.5%203.5%200%200%201%203.355%202.5H10.5a1%201%200%201%200%200%202h3.355A3.502%203.502%200%200%201%207%2031.5a3.5%203.5%200%200%201%203.5-3.5M34%2031.5c0-1.07.48-2.027%201.236-2.67l1.348%203.072a1%201%200%200%200%201.832-.804l-1.349-3.072Q37.28%2028%2037.5%2028a3.5%203.5%200%201%201-3.5%203.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M28.026%2017.052a.1.1%200%200%200-.084-.052h-4.257c-3.142%200-5.447%202.952-4.685%206h10.382a1%201%200%200%200%20.894-1.447zM7%2018a1%201%200%200%200-1%201v3a1%201%200%200%200%201%201h9.42a1%201%200%200%200%20.78-1.625l-1.199-1.498A5%205%200%200%200%2012.097%2018zm27-1.5l6.067-2.5l.933%206l-6.067-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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