cross country motorcycle icon

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

Name
cross-country-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 cross country 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="M28 10a1 1 0 0 1 .907.58l6.8 14.67a6.5 6.5 0 1 1-1.814.842L27.36 12H23v-2zm7.182 18.877a3.5 3.5 0 1 0 1.814-.841l1.411 3.043a1 1 0 0 1-1.814.841zM16.924 32.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.013zM10.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 35" clip-rule="evenodd"/><path d="m28.053 23.894l1-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.106m-14.169-4.511a1 1 0 0 0-.788-.383H5a1 1 0 0 0-1 1v1.605a1 1 0 0 0 .89.994l11.427 1.27a.5.5 0 0 0 .45-.806zm23.766-4.17a.5.5 0 0 0-.41-.213h-3.931a.5.5 0 0 0-.447.724l2 4a.5.5 0 0 0 .447.276h4.73a.5.5 0 0 0 .41-.787z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCrossCountryMotorcycle(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="M28 10a1 1 0 0 1 .907.58l6.8 14.67a6.5 6.5 0 1 1-1.814.842L27.36 12H23v-2zm7.182 18.877a3.5 3.5 0 1 0 1.814-.841l1.411 3.043a1 1 0 0 1-1.814.841zM16.924 32.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.013zM10.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 35" clipRule="evenodd"/><path d="m28.053 23.894l1-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.106m-14.169-4.511a1 1 0 0 0-.788-.383H5a1 1 0 0 0-1 1v1.605a1 1 0 0 0 .89.994l11.427 1.27a.5.5 0 0 0 .45-.806zm23.766-4.17a.5.5 0 0 0-.41-.213h-3.931a.5.5 0 0 0-.447.724l2 4a.5.5 0 0 0 .447.276h4.73a.5.5 0 0 0 .41-.787z"/></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="M28 10a1 1 0 0 1 .907.58l6.8 14.67a6.5 6.5 0 1 1-1.814.842L27.36 12H23v-2zm7.182 18.877a3.5 3.5 0 1 0 1.814-.841l1.411 3.043a1 1 0 0 1-1.814.841zM16.924 32.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.013zM10.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 35" clip-rule="evenodd"/><path d="m28.053 23.894l1-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.106m-14.169-4.511a1 1 0 0 0-.788-.383H5a1 1 0 0 0-1 1v1.605a1 1 0 0 0 .89.994l11.427 1.27a.5.5 0 0 0 .45-.806zm23.766-4.17a.5.5 0 0 0-.41-.213h-3.931a.5.5 0 0 0-.447.724l2 4a.5.5 0 0 0 .447.276h4.73a.5.5 0 0 0 .41-.787z"/></g></svg>
</template>

CSS

.icon-cross-country-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%22M28%2010a1%201%200%200%201%20.907.58l6.8%2014.67a6.5%206.5%200%201%201-1.814.842L27.36%2012H23v-2zm7.182%2018.877a3.5%203.5%200%201%200%201.814-.841l1.411%203.043a1%201%200%200%201-1.814.841zM16.924%2032.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.013zM10.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%2035%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m28.053%2023.894l1-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.106m-14.169-4.511a1%201%200%200%200-.788-.383H5a1%201%200%200%200-1%201v1.605a1%201%200%200%200%20.89.994l11.427%201.27a.5.5%200%200%200%20.45-.806zm23.766-4.17a.5.5%200%200%200-.41-.213h-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-.787z%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%22M28%2010a1%201%200%200%201%20.907.58l6.8%2014.67a6.5%206.5%200%201%201-1.814.842L27.36%2012H23v-2zm7.182%2018.877a3.5%203.5%200%201%200%201.814-.841l1.411%203.043a1%201%200%200%201-1.814.841zM16.924%2032.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.013zM10.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%2035%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m28.053%2023.894l1-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.106m-14.169-4.511a1%201%200%200%200-.788-.383H5a1%201%200%200%200-1%201v1.605a1%201%200%200%200%20.89.994l11.427%201.27a.5.5%200%200%200%20.45-.806zm23.766-4.17a.5.5%200%200%200-.41-.213h-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-.787z%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/cross-country-motorcycle.svg?color=%231a73e8&size=48