cross country motorcycle negative icon
cross-country-motorcycle-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- cross-country-motorcycle-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the cross country 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(#healthiconsCrossCountryMotorcycleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm37.5 35a3.5 3.5 0 0 1-2.318-6.123l1.41 3.044a1 1 0 0 0 1.815-.841l-1.41-3.044Q37.243 28 37.5 28a3.5 3.5 0 1 1 0 7m-3.608-8.907L27.362 12H23v-2h5a1 1 0 0 1 .907.58l6.8 14.67a6.5 6.5 0 1 1-1.814.842M10.5 35a3.5 3.5 0 1 1 3.355-4.5H10.5a1 1 0 0 0 0 2h3.355A3.5 3.5 0 0 1 10.5 35m6.424-2.5A6.502 6.502 0 0 1 4 31.5a6.5 6.5 0 0 1 12.924-1H20V29a2 2 0 0 1 2-2h6v4a2 2 0 0 1-2 2h-4c-.514 0-.983-.194-1.338-.513a1 1 0 0 1-.162.013zm11.129-8.606l1-2a2 2 0 0 0 0-1.788l-1-2A2 2 0 0 0 26.263 17h-3.28a8 8 0 0 0-2.563.422l-3.145 1.063a1 1 0 0 0-.494 1.528l3.253 4.567a1 1 0 0 0 .815.42h5.415a2 2 0 0 0 1.789-1.106M13.096 19H5a1 1 0 0 0-1 1v1.605a1 1 0 0 0 .89.994l11.427 1.27a.5.5 0 0 0 .45-.806l-2.883-3.68a1 1 0 0 0-.788-.383m24.144-4h-3.931a.5.5 0 0 0-.447.724l2 4a.5.5 0 0 0 .447.276h4.73a.5.5 0 0 0 .41-.787l-2.8-4a.5.5 0 0 0-.41-.213" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCrossCountryMotorcycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCrossCountryMotorcycleNegative(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(#healthiconsCrossCountryMotorcycleNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm37.5 35a3.5 3.5 0 0 1-2.318-6.123l1.41 3.044a1 1 0 0 0 1.815-.841l-1.41-3.044Q37.243 28 37.5 28a3.5 3.5 0 1 1 0 7m-3.608-8.907L27.362 12H23v-2h5a1 1 0 0 1 .907.58l6.8 14.67a6.5 6.5 0 1 1-1.814.842M10.5 35a3.5 3.5 0 1 1 3.355-4.5H10.5a1 1 0 0 0 0 2h3.355A3.5 3.5 0 0 1 10.5 35m6.424-2.5A6.502 6.502 0 0 1 4 31.5a6.5 6.5 0 0 1 12.924-1H20V29a2 2 0 0 1 2-2h6v4a2 2 0 0 1-2 2h-4c-.514 0-.983-.194-1.338-.513a1 1 0 0 1-.162.013zm11.129-8.606l1-2a2 2 0 0 0 0-1.788l-1-2A2 2 0 0 0 26.263 17h-3.28a8 8 0 0 0-2.563.422l-3.145 1.063a1 1 0 0 0-.494 1.528l3.253 4.567a1 1 0 0 0 .815.42h5.415a2 2 0 0 0 1.789-1.106M13.096 19H5a1 1 0 0 0-1 1v1.605a1 1 0 0 0 .89.994l11.427 1.27a.5.5 0 0 0 .45-.806l-2.883-3.68a1 1 0 0 0-.788-.383m24.144-4h-3.931a.5.5 0 0 0-.447.724l2 4a.5.5 0 0 0 .447.276h4.73a.5.5 0 0 0 .41-.787l-2.8-4a.5.5 0 0 0-.41-.213" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCrossCountryMotorcycleNegative"><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(#healthiconsCrossCountryMotorcycleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm37.5 35a3.5 3.5 0 0 1-2.318-6.123l1.41 3.044a1 1 0 0 0 1.815-.841l-1.41-3.044Q37.243 28 37.5 28a3.5 3.5 0 1 1 0 7m-3.608-8.907L27.362 12H23v-2h5a1 1 0 0 1 .907.58l6.8 14.67a6.5 6.5 0 1 1-1.814.842M10.5 35a3.5 3.5 0 1 1 3.355-4.5H10.5a1 1 0 0 0 0 2h3.355A3.5 3.5 0 0 1 10.5 35m6.424-2.5A6.502 6.502 0 0 1 4 31.5a6.5 6.5 0 0 1 12.924-1H20V29a2 2 0 0 1 2-2h6v4a2 2 0 0 1-2 2h-4c-.514 0-.983-.194-1.338-.513a1 1 0 0 1-.162.013zm11.129-8.606l1-2a2 2 0 0 0 0-1.788l-1-2A2 2 0 0 0 26.263 17h-3.28a8 8 0 0 0-2.563.422l-3.145 1.063a1 1 0 0 0-.494 1.528l3.253 4.567a1 1 0 0 0 .815.42h5.415a2 2 0 0 0 1.789-1.106M13.096 19H5a1 1 0 0 0-1 1v1.605a1 1 0 0 0 .89.994l11.427 1.27a.5.5 0 0 0 .45-.806l-2.883-3.68a1 1 0 0 0-.788-.383m24.144-4h-3.931a.5.5 0 0 0-.447.724l2 4a.5.5 0 0 0 .447.276h4.73a.5.5 0 0 0 .41-.787l-2.8-4a.5.5 0 0 0-.41-.213" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCrossCountryMotorcycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-cross-country-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(%23healthiconsCrossCountryMotorcycleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm37.5%2035a3.5%203.5%200%200%201-2.318-6.123l1.41%203.044a1%201%200%200%200%201.815-.841l-1.41-3.044Q37.243%2028%2037.5%2028a3.5%203.5%200%201%201%200%207m-3.608-8.907L27.362%2012H23v-2h5a1%201%200%200%201%20.907.58l6.8%2014.67a6.5%206.5%200%201%201-1.814.842M10.5%2035a3.5%203.5%200%201%201%203.355-4.5H10.5a1%201%200%200%200%200%202h3.355A3.5%203.5%200%200%201%2010.5%2035m6.424-2.5A6.502%206.502%200%200%201%204%2031.5a6.5%206.5%200%200%201%2012.924-1H20V29a2%202%200%200%201%202-2h6v4a2%202%200%200%201-2%202h-4c-.514%200-.983-.194-1.338-.513a1%201%200%200%201-.162.013zm11.129-8.606l1-2a2%202%200%200%200%200-1.788l-1-2A2%202%200%200%200%2026.263%2017h-3.28a8%208%200%200%200-2.563.422l-3.145%201.063a1%201%200%200%200-.494%201.528l3.253%204.567a1%201%200%200%200%20.815.42h5.415a2%202%200%200%200%201.789-1.106M13.096%2019H5a1%201%200%200%200-1%201v1.605a1%201%200%200%200%20.89.994l11.427%201.27a.5.5%200%200%200%20.45-.806l-2.883-3.68a1%201%200%200%200-.788-.383m24.144-4h-3.931a.5.5%200%200%200-.447.724l2%204a.5.5%200%200%200%20.447.276h4.73a.5.5%200%200%200%20.41-.787l-2.8-4a.5.5%200%200%200-.41-.213%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCrossCountryMotorcycleNegative%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(%23healthiconsCrossCountryMotorcycleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm37.5%2035a3.5%203.5%200%200%201-2.318-6.123l1.41%203.044a1%201%200%200%200%201.815-.841l-1.41-3.044Q37.243%2028%2037.5%2028a3.5%203.5%200%201%201%200%207m-3.608-8.907L27.362%2012H23v-2h5a1%201%200%200%201%20.907.58l6.8%2014.67a6.5%206.5%200%201%201-1.814.842M10.5%2035a3.5%203.5%200%201%201%203.355-4.5H10.5a1%201%200%200%200%200%202h3.355A3.5%203.5%200%200%201%2010.5%2035m6.424-2.5A6.502%206.502%200%200%201%204%2031.5a6.5%206.5%200%200%201%2012.924-1H20V29a2%202%200%200%201%202-2h6v4a2%202%200%200%201-2%202h-4c-.514%200-.983-.194-1.338-.513a1%201%200%200%201-.162.013zm11.129-8.606l1-2a2%202%200%200%200%200-1.788l-1-2A2%202%200%200%200%2026.263%2017h-3.28a8%208%200%200%200-2.563.422l-3.145%201.063a1%201%200%200%200-.494%201.528l3.253%204.567a1%201%200%200%200%20.815.42h5.415a2%202%200%200%200%201.789-1.106M13.096%2019H5a1%201%200%200%200-1%201v1.605a1%201%200%200%200%20.89.994l11.427%201.27a.5.5%200%200%200%20.45-.806l-2.883-3.68a1%201%200%200%200-.788-.383m24.144-4h-3.931a.5.5%200%200%200-.447.724l2%204a.5.5%200%200%200%20.447.276h4.73a.5.5%200%200%200%20.41-.787l-2.8-4a.5.5%200%200%200-.41-.213%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCrossCountryMotorcycleNegative%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/cross-country-motorcycle-negative.svg?color=%231a73e8&size=48