motorbike 01 icon
motorbike-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- motorbike-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the motorbike 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="19.5" cy="16.5" r="2.5"/><path stroke-linecap="round" d="M14.416 18A5 5 0 0 1 20 11.1"/><circle cx="4.5" cy="16.5" r="2.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.43 9.63h1.727a2 2 0 0 0 1.252-.441l1.828-1.469a1 1 0 0 1 .627-.22H15l-2.716 4.979a1 1 0 0 1-.878.521H9.5M6.43 9.63H4m2.43 0L9.5 13m0 0L7 16"/><path stroke-linecap="round" stroke-linejoin="round" d="m17 11l-3.008-5.264c-.405-.708-.607-1.062-.909-1.302a2 2 0 0 0-.501-.291C12.224 4 11.816 4 11 4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMotorbike01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="19.5" cy="16.5" r="2.5"/><path strokeLinecap="round" d="M14.416 18A5 5 0 0 1 20 11.1"/><circle cx="4.5" cy="16.5" r="2.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M6.43 9.63h1.727a2 2 0 0 0 1.252-.441l1.828-1.469a1 1 0 0 1 .627-.22H15l-2.716 4.979a1 1 0 0 1-.878.521H9.5M6.43 9.63H4m2.43 0L9.5 13m0 0L7 16"/><path strokeLinecap="round" strokeLinejoin="round" d="m17 11l-3.008-5.264c-.405-.708-.607-1.062-.909-1.302a2 2 0 0 0-.501-.291C12.224 4 11.816 4 11 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="19.5" cy="16.5" r="2.5"/><path stroke-linecap="round" d="M14.416 18A5 5 0 0 1 20 11.1"/><circle cx="4.5" cy="16.5" r="2.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.43 9.63h1.727a2 2 0 0 0 1.252-.441l1.828-1.469a1 1 0 0 1 .627-.22H15l-2.716 4.979a1 1 0 0 1-.878.521H9.5M6.43 9.63H4m2.43 0L9.5 13m0 0L7 16"/><path stroke-linecap="round" stroke-linejoin="round" d="m17 11l-3.008-5.264c-.405-.708-.607-1.062-.909-1.302a2 2 0 0 0-.501-.291C12.224 4 11.816 4 11 4"/></g></svg> </template>
CSS
.icon-motorbike-01 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2216.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.416%2018A5%205%200%200%201%2020%2011.1%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2216.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.43%209.63h1.727a2%202%200%200%200%201.252-.441l1.828-1.469a1%201%200%200%201%20.627-.22H15l-2.716%204.979a1%201%200%200%201-.878.521H9.5M6.43%209.63H4m2.43%200L9.5%2013m0%200L7%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2011l-3.008-5.264c-.405-.708-.607-1.062-.909-1.302a2%202%200%200%200-.501-.291C12.224%204%2011.816%204%2011%204%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2216.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.416%2018A5%205%200%200%201%2020%2011.1%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2216.5%22%20r%3D%222.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.43%209.63h1.727a2%202%200%200%200%201.252-.441l1.828-1.469a1%201%200%200%201%20.627-.22H15l-2.716%204.979a1%201%200%200%201-.878.521H9.5M6.43%209.63H4m2.43%200L9.5%2013m0%200L7%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17%2011l-3.008-5.264c-.405-.708-.607-1.062-.909-1.302a2%202%200%200%200-.501-.291C12.224%204%2011.816%204%2011%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/motorbike-01.svg?color=%231a73e8&size=48