cross country motorcycle icon
cross-country-motorcycle-outline from Health Icons by Resolve to Save Lives · Outline · Vehicles · MIT Free for personal and commercial use.
- Name
- cross-country-motorcycle-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
- Aliases
- cross-country-motorcycle2x-outline
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"><path fill="currentColor" fill-rule="evenodd" d="M28 10a1 1 0 0 1 .907.58L30.492 14h5.133a1 1 0 0 1 .753.341l4.375 5A1 1 0 0 1 40 21h-6.264l1.97 4.25a6.5 6.5 0 1 1-1.814.842l-1.493-3.22l-3.235 2.875a1 1 0 0 1-.164.119V30a3 3 0 0 1-3 3h-4a3 3 0 0 1-1.659-.5h-3.417A6.502 6.502 0 0 1 4 31.5a6.5 6.5 0 0 1 12.924-1h2.117A3 3 0 0 1 19 30v-3c0-.566.157-1.095.429-1.546l-.35-.492l-14.182-1.467A1 1 0 0 1 4 22.5V19a1 1 0 0 1 1-1h10.6l.08-.031l4.42-1.495A9 9 0 0 1 22.982 16H29v-.464L27.361 12H23v-2zm3.42 6l1.39 3h4.986l-2.625-3zM21 27a1 1 0 0 1 1-1h5v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm10.521-6.023L28.12 24h-7.271l-3.254-4.567l3.145-1.064A7 7 0 0 1 22.983 18h7.159zM17.532 22.79L15.544 20H6v1.598zm17.216 5.148a4.5 4.5 0 1 0 1.814-.841l1.845 3.982a1 1 0 0 1-1.814.84zM10.5 36a4.5 4.5 0 1 1 4.389-5.5H10.5a1 1 0 1 0 0 2h4.389A4.5 4.5 0 0 1 10.5 36" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCrossCountryMotorcycleOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M28 10a1 1 0 0 1 .907.58L30.492 14h5.133a1 1 0 0 1 .753.341l4.375 5A1 1 0 0 1 40 21h-6.264l1.97 4.25a6.5 6.5 0 1 1-1.814.842l-1.493-3.22l-3.235 2.875a1 1 0 0 1-.164.119V30a3 3 0 0 1-3 3h-4a3 3 0 0 1-1.659-.5h-3.417A6.502 6.502 0 0 1 4 31.5a6.5 6.5 0 0 1 12.924-1h2.117A3 3 0 0 1 19 30v-3c0-.566.157-1.095.429-1.546l-.35-.492l-14.182-1.467A1 1 0 0 1 4 22.5V19a1 1 0 0 1 1-1h10.6l.08-.031l4.42-1.495A9 9 0 0 1 22.982 16H29v-.464L27.361 12H23v-2zm3.42 6l1.39 3h4.986l-2.625-3zM21 27a1 1 0 0 1 1-1h5v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm10.521-6.023L28.12 24h-7.271l-3.254-4.567l3.145-1.064A7 7 0 0 1 22.983 18h7.159zM17.532 22.79L15.544 20H6v1.598zm17.216 5.148a4.5 4.5 0 1 0 1.814-.841l1.845 3.982a1 1 0 0 1-1.814.84zM10.5 36a4.5 4.5 0 1 1 4.389-5.5H10.5a1 1 0 1 0 0 2h4.389A4.5 4.5 0 0 1 10.5 36" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28 10a1 1 0 0 1 .907.58L30.492 14h5.133a1 1 0 0 1 .753.341l4.375 5A1 1 0 0 1 40 21h-6.264l1.97 4.25a6.5 6.5 0 1 1-1.814.842l-1.493-3.22l-3.235 2.875a1 1 0 0 1-.164.119V30a3 3 0 0 1-3 3h-4a3 3 0 0 1-1.659-.5h-3.417A6.502 6.502 0 0 1 4 31.5a6.5 6.5 0 0 1 12.924-1h2.117A3 3 0 0 1 19 30v-3c0-.566.157-1.095.429-1.546l-.35-.492l-14.182-1.467A1 1 0 0 1 4 22.5V19a1 1 0 0 1 1-1h10.6l.08-.031l4.42-1.495A9 9 0 0 1 22.982 16H29v-.464L27.361 12H23v-2zm3.42 6l1.39 3h4.986l-2.625-3zM21 27a1 1 0 0 1 1-1h5v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm10.521-6.023L28.12 24h-7.271l-3.254-4.567l3.145-1.064A7 7 0 0 1 22.983 18h7.159zM17.532 22.79L15.544 20H6v1.598zm17.216 5.148a4.5 4.5 0 1 0 1.814-.841l1.845 3.982a1 1 0 0 1-1.814.84zM10.5 36a4.5 4.5 0 1 1 4.389-5.5H10.5a1 1 0 1 0 0 2h4.389A4.5 4.5 0 0 1 10.5 36" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cross-country-motorcycle-outline {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2010a1%201%200%200%201%20.907.58L30.492%2014h5.133a1%201%200%200%201%20.753.341l4.375%205A1%201%200%200%201%2040%2021h-6.264l1.97%204.25a6.5%206.5%200%201%201-1.814.842l-1.493-3.22l-3.235%202.875a1%201%200%200%201-.164.119V30a3%203%200%200%201-3%203h-4a3%203%200%200%201-1.659-.5h-3.417A6.502%206.502%200%200%201%204%2031.5a6.5%206.5%200%200%201%2012.924-1h2.117A3%203%200%200%201%2019%2030v-3c0-.566.157-1.095.429-1.546l-.35-.492l-14.182-1.467A1%201%200%200%201%204%2022.5V19a1%201%200%200%201%201-1h10.6l.08-.031l4.42-1.495A9%209%200%200%201%2022.982%2016H29v-.464L27.361%2012H23v-2zm3.42%206l1.39%203h4.986l-2.625-3zM21%2027a1%201%200%200%201%201-1h5v4a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1zm10.521-6.023L28.12%2024h-7.271l-3.254-4.567l3.145-1.064A7%207%200%200%201%2022.983%2018h7.159zM17.532%2022.79L15.544%2020H6v1.598zm17.216%205.148a4.5%204.5%200%201%200%201.814-.841l1.845%203.982a1%201%200%200%201-1.814.84zM10.5%2036a4.5%204.5%200%201%201%204.389-5.5H10.5a1%201%200%201%200%200%202h4.389A4.5%204.5%200%200%201%2010.5%2036%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2010a1%201%200%200%201%20.907.58L30.492%2014h5.133a1%201%200%200%201%20.753.341l4.375%205A1%201%200%200%201%2040%2021h-6.264l1.97%204.25a6.5%206.5%200%201%201-1.814.842l-1.493-3.22l-3.235%202.875a1%201%200%200%201-.164.119V30a3%203%200%200%201-3%203h-4a3%203%200%200%201-1.659-.5h-3.417A6.502%206.502%200%200%201%204%2031.5a6.5%206.5%200%200%201%2012.924-1h2.117A3%203%200%200%201%2019%2030v-3c0-.566.157-1.095.429-1.546l-.35-.492l-14.182-1.467A1%201%200%200%201%204%2022.5V19a1%201%200%200%201%201-1h10.6l.08-.031l4.42-1.495A9%209%200%200%201%2022.982%2016H29v-.464L27.361%2012H23v-2zm3.42%206l1.39%203h4.986l-2.625-3zM21%2027a1%201%200%200%201%201-1h5v4a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1zm10.521-6.023L28.12%2024h-7.271l-3.254-4.567l3.145-1.064A7%207%200%200%201%2022.983%2018h7.159zM17.532%2022.79L15.544%2020H6v1.598zm17.216%205.148a4.5%204.5%200%201%200%201.814-.841l1.845%203.982a1%201%200%200%201-1.814.84zM10.5%2036a4.5%204.5%200%201%201%204.389-5.5H10.5a1%201%200%201%200%200%202h4.389A4.5%204.5%200%200%201%2010.5%2036%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/cross-country-motorcycle-outline.svg?color=%231a73e8&size=48