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

Name
snowmobile-rounded
Set
Material Symbols
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

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="M2 18h6q.825 0 1.413-.587T10 16l-2.75-.825zm21.75 0q0 .15-.05.3t-.125.275q-.4.65-1.088 1.038T21 20h-5q-.425 0-.712-.288T15 19t.288-.712T16 18h1.925l-2-2H12q0 1.65-1.175 2.825T8 20H2q-.95 0-1.475-.625T0 18q0-.5.25-.975t.8-.775l3.5-1.9l-2.825-.85q-.675-.2-.963-.837T.8 11.4l.725-1.475q.2-.425.625-.638t.9-.162L11 10l3.05-2.275l-.8-.725H12q-.425 0-.712-.287T11 6t.288-.712T12 5h1.275q.375 0 .725.125t.625.4l6.55 6.1q.475.425.65.838t.175.787q0 1.075-.825 1.913t-2.5.837l2.15 2H21q.25 0 .475-.112t.35-.313q.15-.25.388-.413t.512-.162q.425 0 .725.288t.3.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSnowmobileRounded(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="M2 18h6q.825 0 1.413-.587T10 16l-2.75-.825zm21.75 0q0 .15-.05.3t-.125.275q-.4.65-1.088 1.038T21 20h-5q-.425 0-.712-.288T15 19t.288-.712T16 18h1.925l-2-2H12q0 1.65-1.175 2.825T8 20H2q-.95 0-1.475-.625T0 18q0-.5.25-.975t.8-.775l3.5-1.9l-2.825-.85q-.675-.2-.963-.837T.8 11.4l.725-1.475q.2-.425.625-.638t.9-.162L11 10l3.05-2.275l-.8-.725H12q-.425 0-.712-.287T11 6t.288-.712T12 5h1.275q.375 0 .725.125t.625.4l6.55 6.1q.475.425.65.838t.175.787q0 1.075-.825 1.913t-2.5.837l2.15 2H21q.25 0 .475-.112t.35-.313q.15-.25.388-.413t.512-.162q.425 0 .725.288t.3.712"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 18h6q.825 0 1.413-.587T10 16l-2.75-.825zm21.75 0q0 .15-.05.3t-.125.275q-.4.65-1.088 1.038T21 20h-5q-.425 0-.712-.288T15 19t.288-.712T16 18h1.925l-2-2H12q0 1.65-1.175 2.825T8 20H2q-.95 0-1.475-.625T0 18q0-.5.25-.975t.8-.775l3.5-1.9l-2.825-.85q-.675-.2-.963-.837T.8 11.4l.725-1.475q.2-.425.625-.638t.9-.162L11 10l3.05-2.275l-.8-.725H12q-.425 0-.712-.287T11 6t.288-.712T12 5h1.275q.375 0 .725.125t.625.4l6.55 6.1q.475.425.65.838t.175.787q0 1.075-.825 1.913t-2.5.837l2.15 2H21q.25 0 .475-.112t.35-.313q.15-.25.388-.413t.512-.162q.425 0 .725.288t.3.712"/></svg>
</template>

CSS

.icon-snowmobile-rounded {
  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%22M2%2018h6q.825%200%201.413-.587T10%2016l-2.75-.825zm21.75%200q0%20.15-.05.3t-.125.275q-.4.65-1.088%201.038T21%2020h-5q-.425%200-.712-.288T15%2019t.288-.712T16%2018h1.925l-2-2H12q0%201.65-1.175%202.825T8%2020H2q-.95%200-1.475-.625T0%2018q0-.5.25-.975t.8-.775l3.5-1.9l-2.825-.85q-.675-.2-.963-.837T.8%2011.4l.725-1.475q.2-.425.625-.638t.9-.162L11%2010l3.05-2.275l-.8-.725H12q-.425%200-.712-.287T11%206t.288-.712T12%205h1.275q.375%200%20.725.125t.625.4l6.55%206.1q.475.425.65.838t.175.787q0%201.075-.825%201.913t-2.5.837l2.15%202H21q.25%200%20.475-.112t.35-.313q.15-.25.388-.413t.512-.162q.425%200%20.725.288t.3.712%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%22M2%2018h6q.825%200%201.413-.587T10%2016l-2.75-.825zm21.75%200q0%20.15-.05.3t-.125.275q-.4.65-1.088%201.038T21%2020h-5q-.425%200-.712-.288T15%2019t.288-.712T16%2018h1.925l-2-2H12q0%201.65-1.175%202.825T8%2020H2q-.95%200-1.475-.625T0%2018q0-.5.25-.975t.8-.775l3.5-1.9l-2.825-.85q-.675-.2-.963-.837T.8%2011.4l.725-1.475q.2-.425.625-.638t.9-.162L11%2010l3.05-2.275l-.8-.725H12q-.425%200-.712-.287T11%206t.288-.712T12%205h1.275q.375%200%20.725.125t.625.4l6.55%206.1q.475.425.65.838t.175.787q0%201.075-.825%201.913t-2.5.837l2.15%202H21q.25%200%20.475-.112t.35-.313q.15-.25.388-.413t.512-.162q.425%200%20.725.288t.3.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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