twotone motorcycle icon

twotone-motorcycle from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-motorcycle
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone motorcycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.7 12.31l.25.69h.77l2-2H8.98c.3.39.54.83.72 1.31" opacity=".3"/><path fill="currentColor" d="M19.44 9.03L15.41 5H11v2h3.59l2 2H5c-2.8 0-5 2.2-5 5s2.2 5 5 5c2.46 0 4.45-1.69 4.9-4h1.65l2.77-2.77c-.21.54-.32 1.14-.32 1.77c0 2.8 2.2 5 5 5s5-2.2 5-5c0-2.65-1.97-4.77-4.56-4.97M7.82 15C7.4 16.15 6.28 17 5 17c-1.63 0-3-1.37-3-3s1.37-3 3-3c1.28 0 2.4.85 2.82 2H5v2zm2.9-2h-.77l-.25-.69c-.18-.48-.42-.92-.72-1.31h3.74zM19 17c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneMotorcycle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.7 12.31l.25.69h.77l2-2H8.98c.3.39.54.83.72 1.31" opacity=".3"/><path fill="currentColor" d="M19.44 9.03L15.41 5H11v2h3.59l2 2H5c-2.8 0-5 2.2-5 5s2.2 5 5 5c2.46 0 4.45-1.69 4.9-4h1.65l2.77-2.77c-.21.54-.32 1.14-.32 1.77c0 2.8 2.2 5 5 5s5-2.2 5-5c0-2.65-1.97-4.77-4.56-4.97M7.82 15C7.4 16.15 6.28 17 5 17c-1.63 0-3-1.37-3-3s1.37-3 3-3c1.28 0 2.4.85 2.82 2H5v2zm2.9-2h-.77l-.25-.69c-.18-.48-.42-.92-.72-1.31h3.74zM19 17c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.7 12.31l.25.69h.77l2-2H8.98c.3.39.54.83.72 1.31" opacity=".3"/><path fill="currentColor" d="M19.44 9.03L15.41 5H11v2h3.59l2 2H5c-2.8 0-5 2.2-5 5s2.2 5 5 5c2.46 0 4.45-1.69 4.9-4h1.65l2.77-2.77c-.21.54-.32 1.14-.32 1.77c0 2.8 2.2 5 5 5s5-2.2 5-5c0-2.65-1.97-4.77-4.56-4.97M7.82 15C7.4 16.15 6.28 17 5 17c-1.63 0-3-1.37-3-3s1.37-3 3-3c1.28 0 2.4.85 2.82 2H5v2zm2.9-2h-.77l-.25-.69c-.18-.48-.42-.92-.72-1.31h3.74zM19 17c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3"/></svg>
</template>

CSS

.icon-twotone-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.7%2012.31l.25.69h.77l2-2H8.98c.3.39.54.83.72%201.31%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.44%209.03L15.41%205H11v2h3.59l2%202H5c-2.8%200-5%202.2-5%205s2.2%205%205%205c2.46%200%204.45-1.69%204.9-4h1.65l2.77-2.77c-.21.54-.32%201.14-.32%201.77c0%202.8%202.2%205%205%205s5-2.2%205-5c0-2.65-1.97-4.77-4.56-4.97M7.82%2015C7.4%2016.15%206.28%2017%205%2017c-1.63%200-3-1.37-3-3s1.37-3%203-3c1.28%200%202.4.85%202.82%202H5v2zm2.9-2h-.77l-.25-.69c-.18-.48-.42-.92-.72-1.31h3.74zM19%2017c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.7%2012.31l.25.69h.77l2-2H8.98c.3.39.54.83.72%201.31%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.44%209.03L15.41%205H11v2h3.59l2%202H5c-2.8%200-5%202.2-5%205s2.2%205%205%205c2.46%200%204.45-1.69%204.9-4h1.65l2.77-2.77c-.21.54-.32%201.14-.32%201.77c0%202.8%202.2%205%205%205s5-2.2%205-5c0-2.65-1.97-4.77-4.56-4.97M7.82%2015C7.4%2016.15%206.28%2017%205%2017c-1.63%200-3-1.37-3-3s1.37-3%203-3c1.28%200%202.4.85%202.82%202H5v2zm2.9-2h-.77l-.25-.69c-.18-.48-.42-.92-.72-1.31h3.74zM19%2017c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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