snowmobile from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
snowmobile
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
snowmobile-sharp

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the snowmobile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20H2q-.95 0-1.475-.625T0 18q0-.5.25-.975t.8-.775l3.5-1.9L0 13l2-4l9 1l3.05-2.275l-.8-.725H11V5h3.05l7.125 6.625q.475.425.65.838t.175.787q0 1.075-.825 1.913t-2.5.837l2.15 2H21q.425 0 .713-.288T22 17h2q0 1.25-.875 2.125T21 20h-6v-2h2.925l-2-2H12q0 1.65-1.175 2.825T8 20m-6-2h6q.825 0 1.413-.587T10 16l-2.75-.825z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSnowmobile(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="M8 20H2q-.95 0-1.475-.625T0 18q0-.5.25-.975t.8-.775l3.5-1.9L0 13l2-4l9 1l3.05-2.275l-.8-.725H11V5h3.05l7.125 6.625q.475.425.65.838t.175.787q0 1.075-.825 1.913t-2.5.837l2.15 2H21q.425 0 .713-.288T22 17h2q0 1.25-.875 2.125T21 20h-6v-2h2.925l-2-2H12q0 1.65-1.175 2.825T8 20m-6-2h6q.825 0 1.413-.587T10 16l-2.75-.825z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20H2q-.95 0-1.475-.625T0 18q0-.5.25-.975t.8-.775l3.5-1.9L0 13l2-4l9 1l3.05-2.275l-.8-.725H11V5h3.05l7.125 6.625q.475.425.65.838t.175.787q0 1.075-.825 1.913t-2.5.837l2.15 2H21q.425 0 .713-.288T22 17h2q0 1.25-.875 2.125T21 20h-6v-2h2.925l-2-2H12q0 1.65-1.175 2.825T8 20m-6-2h6q.825 0 1.413-.587T10 16l-2.75-.825z"/></svg>
</template>

CSS

.icon-snowmobile {
  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%22M8%2020H2q-.95%200-1.475-.625T0%2018q0-.5.25-.975t.8-.775l3.5-1.9L0%2013l2-4l9%201l3.05-2.275l-.8-.725H11V5h3.05l7.125%206.625q.475.425.65.838t.175.787q0%201.075-.825%201.913t-2.5.837l2.15%202H21q.425%200%20.713-.288T22%2017h2q0%201.25-.875%202.125T21%2020h-6v-2h2.925l-2-2H12q0%201.65-1.175%202.825T8%2020m-6-2h6q.825%200%201.413-.587T10%2016l-2.75-.825z%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%22M8%2020H2q-.95%200-1.475-.625T0%2018q0-.5.25-.975t.8-.775l3.5-1.9L0%2013l2-4l9%201l3.05-2.275l-.8-.725H11V5h3.05l7.125%206.625q.475.425.65.838t.175.787q0%201.075-.825%201.913t-2.5.837l2.15%202H21q.425%200%20.713-.288T22%2017h2q0%201.25-.875%202.125T21%2020h-6v-2h2.925l-2-2H12q0%201.65-1.175%202.825T8%2020m-6-2h6q.825%200%201.413-.587T10%2016l-2.75-.825z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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