motorcycle icon

motorcycle from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
motorcycle
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
motorcycle-solid

The same icon in other sets

More objects icons from Line Awesome

Use the motorcycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 6a1.48 1.48 0 0 0-1.406 1H17v2h4.25l.313 1H18c-2.61 0-3.922 1.406-4.406 2h-3.375A7.4 7.4 0 0 0 6.5 11c-2.16 0-3.938.844-3.938.844l.876 1.812S4.867 13 6.5 13c.809 0 1.57.246 2.125.469L7.75 15.28A6 6 0 0 0 6 15c-3.309 0-6 2.691-6 6s2.691 6 6 6a5.986 5.986 0 0 0 5.906-5h3.469c.758 0 1.477-.441 1.813-1.125h-.032l1.094-2.219c1.664-.765 3.02-2.093 3.969-3.343c.261-.344.484-.66.687-.97l2.125 6.938l1.938-.562l-1.125-3.688c.054-.004.101-.031.156-.031c2.207 0 4 1.793 4 4s-1.793 4-4 4a4.003 4.003 0 0 1-2.906-6.75l-.625-2.094A6 6 0 0 0 20 21c0 3.309 2.691 6 6 6s6-2.691 6-6s-2.691-6-6-6a6 6 0 0 0-.781.063L23.375 9H25V6zM18 12h4a17 17 0 0 1-1.375 2.094c-.93 1.219-2.223 2.515-3.469 2.969l-.406.125l-.156.375L15.375 20H6v2h3.844C9.398 23.723 7.859 25 6 25c-2.207 0-4-1.793-4-4s1.793-4 4-4c1.473 0 2.742.809 3.438 2h2.218a6.04 6.04 0 0 0-2.125-2.844L10.625 14h3.906l.313-.438S15.813 12 18 12"/></svg>

React

import type { SVGProps } from "react";

export function LaMotorcycle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 6a1.48 1.48 0 0 0-1.406 1H17v2h4.25l.313 1H18c-2.61 0-3.922 1.406-4.406 2h-3.375A7.4 7.4 0 0 0 6.5 11c-2.16 0-3.938.844-3.938.844l.876 1.812S4.867 13 6.5 13c.809 0 1.57.246 2.125.469L7.75 15.28A6 6 0 0 0 6 15c-3.309 0-6 2.691-6 6s2.691 6 6 6a5.986 5.986 0 0 0 5.906-5h3.469c.758 0 1.477-.441 1.813-1.125h-.032l1.094-2.219c1.664-.765 3.02-2.093 3.969-3.343c.261-.344.484-.66.687-.97l2.125 6.938l1.938-.562l-1.125-3.688c.054-.004.101-.031.156-.031c2.207 0 4 1.793 4 4s-1.793 4-4 4a4.003 4.003 0 0 1-2.906-6.75l-.625-2.094A6 6 0 0 0 20 21c0 3.309 2.691 6 6 6s6-2.691 6-6s-2.691-6-6-6a6 6 0 0 0-.781.063L23.375 9H25V6zM18 12h4a17 17 0 0 1-1.375 2.094c-.93 1.219-2.223 2.515-3.469 2.969l-.406.125l-.156.375L15.375 20H6v2h3.844C9.398 23.723 7.859 25 6 25c-2.207 0-4-1.793-4-4s1.793-4 4-4c1.473 0 2.742.809 3.438 2h2.218a6.04 6.04 0 0 0-2.125-2.844L10.625 14h3.906l.313-.438S15.813 12 18 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 6a1.48 1.48 0 0 0-1.406 1H17v2h4.25l.313 1H18c-2.61 0-3.922 1.406-4.406 2h-3.375A7.4 7.4 0 0 0 6.5 11c-2.16 0-3.938.844-3.938.844l.876 1.812S4.867 13 6.5 13c.809 0 1.57.246 2.125.469L7.75 15.28A6 6 0 0 0 6 15c-3.309 0-6 2.691-6 6s2.691 6 6 6a5.986 5.986 0 0 0 5.906-5h3.469c.758 0 1.477-.441 1.813-1.125h-.032l1.094-2.219c1.664-.765 3.02-2.093 3.969-3.343c.261-.344.484-.66.687-.97l2.125 6.938l1.938-.562l-1.125-3.688c.054-.004.101-.031.156-.031c2.207 0 4 1.793 4 4s-1.793 4-4 4a4.003 4.003 0 0 1-2.906-6.75l-.625-2.094A6 6 0 0 0 20 21c0 3.309 2.691 6 6 6s6-2.691 6-6s-2.691-6-6-6a6 6 0 0 0-.781.063L23.375 9H25V6zM18 12h4a17 17 0 0 1-1.375 2.094c-.93 1.219-2.223 2.515-3.469 2.969l-.406.125l-.156.375L15.375 20H6v2h3.844C9.398 23.723 7.859 25 6 25c-2.207 0-4-1.793-4-4s1.793-4 4-4c1.473 0 2.742.809 3.438 2h2.218a6.04 6.04 0 0 0-2.125-2.844L10.625 14h3.906l.313-.438S15.813 12 18 12"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%206a1.48%201.48%200%200%200-1.406%201H17v2h4.25l.313%201H18c-2.61%200-3.922%201.406-4.406%202h-3.375A7.4%207.4%200%200%200%206.5%2011c-2.16%200-3.938.844-3.938.844l.876%201.812S4.867%2013%206.5%2013c.809%200%201.57.246%202.125.469L7.75%2015.28A6%206%200%200%200%206%2015c-3.309%200-6%202.691-6%206s2.691%206%206%206a5.986%205.986%200%200%200%205.906-5h3.469c.758%200%201.477-.441%201.813-1.125h-.032l1.094-2.219c1.664-.765%203.02-2.093%203.969-3.343c.261-.344.484-.66.687-.97l2.125%206.938l1.938-.562l-1.125-3.688c.054-.004.101-.031.156-.031c2.207%200%204%201.793%204%204s-1.793%204-4%204a4.003%204.003%200%200%201-2.906-6.75l-.625-2.094A6%206%200%200%200%2020%2021c0%203.309%202.691%206%206%206s6-2.691%206-6s-2.691-6-6-6a6%206%200%200%200-.781.063L23.375%209H25V6zM18%2012h4a17%2017%200%200%201-1.375%202.094c-.93%201.219-2.223%202.515-3.469%202.969l-.406.125l-.156.375L15.375%2020H6v2h3.844C9.398%2023.723%207.859%2025%206%2025c-2.207%200-4-1.793-4-4s1.793-4%204-4c1.473%200%202.742.809%203.438%202h2.218a6.04%206.04%200%200%200-2.125-2.844L10.625%2014h3.906l.313-.438S15.813%2012%2018%2012%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%206a1.48%201.48%200%200%200-1.406%201H17v2h4.25l.313%201H18c-2.61%200-3.922%201.406-4.406%202h-3.375A7.4%207.4%200%200%200%206.5%2011c-2.16%200-3.938.844-3.938.844l.876%201.812S4.867%2013%206.5%2013c.809%200%201.57.246%202.125.469L7.75%2015.28A6%206%200%200%200%206%2015c-3.309%200-6%202.691-6%206s2.691%206%206%206a5.986%205.986%200%200%200%205.906-5h3.469c.758%200%201.477-.441%201.813-1.125h-.032l1.094-2.219c1.664-.765%203.02-2.093%203.969-3.343c.261-.344.484-.66.687-.97l2.125%206.938l1.938-.562l-1.125-3.688c.054-.004.101-.031.156-.031c2.207%200%204%201.793%204%204s-1.793%204-4%204a4.003%204.003%200%200%201-2.906-6.75l-.625-2.094A6%206%200%200%200%2020%2021c0%203.309%202.691%206%206%206s6-2.691%206-6s-2.691-6-6-6a6%206%200%200%200-.781.063L23.375%209H25V6zM18%2012h4a17%2017%200%200%201-1.375%202.094c-.93%201.219-2.223%202.515-3.469%202.969l-.406.125l-.156.375L15.375%2020H6v2h3.844C9.398%2023.723%207.859%2025%206%2025c-2.207%200-4-1.793-4-4s1.793-4%204-4c1.473%200%202.742.809%203.438%202h2.218a6.04%206.04%200%200%200-2.125-2.844L10.625%2014h3.906l.313-.438S15.813%2012%2018%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/motorcycle.svg?color=%231a73e8&size=48