basic motorcycle negative icon

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

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

Related icons in Health Icons

Use the basic motorcycle negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsBasicMotorcycleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM34 31.5a3.5 3.5 0 1 0 3.067-3.474l1.349 3.072a1 1 0 1 1-1.832.804l-1.348-3.071A3.5 3.5 0 0 0 34 31.5M27.847 12l4.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-.805l-6.417-14.617A1 1 0 0 0 28.5 10H23v2zM10.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.5m17.442-11h-4.257c-3.142 0-5.447 2.952-4.685 6h10.382a1 1 0 0 0 .894-1.447l-2.25-4.501a.1.1 0 0 0-.084-.052M7 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBasicMotorcycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBasicMotorcycleNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsBasicMotorcycleNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM34 31.5a3.5 3.5 0 1 0 3.067-3.474l1.349 3.072a1 1 0 1 1-1.832.804l-1.348-3.071A3.5 3.5 0 0 0 34 31.5M27.847 12l4.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-.805l-6.417-14.617A1 1 0 0 0 28.5 10H23v2zM10.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.5m17.442-11h-4.257c-3.142 0-5.447 2.952-4.685 6h10.382a1 1 0 0 0 .894-1.447l-2.25-4.501a.1.1 0 0 0-.084-.052M7 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" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBasicMotorcycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsBasicMotorcycleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM34 31.5a3.5 3.5 0 1 0 3.067-3.474l1.349 3.072a1 1 0 1 1-1.832.804l-1.348-3.071A3.5 3.5 0 0 0 34 31.5M27.847 12l4.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-.805l-6.417-14.617A1 1 0 0 0 28.5 10H23v2zM10.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.5m17.442-11h-4.257c-3.142 0-5.447 2.952-4.685 6h10.382a1 1 0 0 0 .894-1.447l-2.25-4.501a.1.1 0 0 0-.084-.052M7 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBasicMotorcycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-basic-motorcycle-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsBasicMotorcycleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34%2031.5a3.5%203.5%200%201%200%203.067-3.474l1.349%203.072a1%201%200%201%201-1.832.804l-1.348-3.071A3.5%203.5%200%200%200%2034%2031.5M27.847%2012l4.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-.805l-6.417-14.617A1%201%200%200%200%2028.5%2010H23v2zM10.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.5m17.442-11h-4.257c-3.142%200-5.447%202.952-4.685%206h10.382a1%201%200%200%200%20.894-1.447l-2.25-4.501a.1.1%200%200%200-.084-.052M7%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBasicMotorcycleNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsBasicMotorcycleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34%2031.5a3.5%203.5%200%201%200%203.067-3.474l1.349%203.072a1%201%200%201%201-1.832.804l-1.348-3.071A3.5%203.5%200%200%200%2034%2031.5M27.847%2012l4.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-.805l-6.417-14.617A1%201%200%200%200%2028.5%2010H23v2zM10.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.5m17.442-11h-4.257c-3.142%200-5.447%202.952-4.685%206h10.382a1%201%200%200%200%20.894-1.447l-2.25-4.501a.1.1%200%200%200-.084-.052M7%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBasicMotorcycleNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48