round snowmobile icon

round-snowmobile from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-snowmobile
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round snowmobile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 6c0 .55.45 1 1 1h1.25l1.45 1.3L11 11l-9.12-.96a1.7 1.7 0 0 0-.67 3.32l3.33 1l-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-2c-.55 0-1 .45-1 1s.45 1 1 1h5c1.13 0 2.11-.62 2.63-1.55c.36-.65-.15-1.45-.9-1.45c-.34 0-.68.16-.84.47c-.17.31-.51.53-.89.53h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-.89-7.72-7.75-7.72-7.75a1 1 0 0 0-.66-.25H12c-.55 0-1 .45-1 1M8 18H2l5.25-2.83L10 16a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSnowmobile(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="M11 6c0 .55.45 1 1 1h1.25l1.45 1.3L11 11l-9.12-.96a1.7 1.7 0 0 0-.67 3.32l3.33 1l-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-2c-.55 0-1 .45-1 1s.45 1 1 1h5c1.13 0 2.11-.62 2.63-1.55c.36-.65-.15-1.45-.9-1.45c-.34 0-.68.16-.84.47c-.17.31-.51.53-.89.53h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-.89-7.72-7.75-7.72-7.75a1 1 0 0 0-.66-.25H12c-.55 0-1 .45-1 1M8 18H2l5.25-2.83L10 16a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 6c0 .55.45 1 1 1h1.25l1.45 1.3L11 11l-9.12-.96a1.7 1.7 0 0 0-.67 3.32l3.33 1l-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-2c-.55 0-1 .45-1 1s.45 1 1 1h5c1.13 0 2.11-.62 2.63-1.55c.36-.65-.15-1.45-.9-1.45c-.34 0-.68.16-.84.47c-.17.31-.51.53-.89.53h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-.89-7.72-7.75-7.72-7.75a1 1 0 0 0-.66-.25H12c-.55 0-1 .45-1 1M8 18H2l5.25-2.83L10 16a2 2 0 0 1-2 2"/></svg>
</template>

CSS

.icon-round-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%22M11%206c0%20.55.45%201%201%201h1.25l1.45%201.3L11%2011l-9.12-.96a1.7%201.7%200%200%200-.67%203.32l3.33%201l-3.49%201.88C-.77%2017.22-.07%2020%202%2020h6c2.21%200%204-1.79%204-4h4l2%202h-2c-.55%200-1%20.45-1%201s.45%201%201%201h5c1.13%200%202.11-.62%202.63-1.55c.36-.65-.15-1.45-.9-1.45c-.34%200-.68.16-.84.47c-.17.31-.51.53-.89.53h-.17l-2.2-2.2C20.58%2015.37%2022%2014.4%2022%2013c0-.89-7.72-7.75-7.72-7.75a1%201%200%200%200-.66-.25H12c-.55%200-1%20.45-1%201M8%2018H2l5.25-2.83L10%2016a2%202%200%200%201-2%202%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%22M11%206c0%20.55.45%201%201%201h1.25l1.45%201.3L11%2011l-9.12-.96a1.7%201.7%200%200%200-.67%203.32l3.33%201l-3.49%201.88C-.77%2017.22-.07%2020%202%2020h6c2.21%200%204-1.79%204-4h4l2%202h-2c-.55%200-1%20.45-1%201s.45%201%201%201h5c1.13%200%202.11-.62%202.63-1.55c.36-.65-.15-1.45-.9-1.45c-.34%200-.68.16-.84.47c-.17.31-.51.53-.89.53h-.17l-2.2-2.2C20.58%2015.37%2022%2014.4%2022%2013c0-.89-7.72-7.75-7.72-7.75a1%201%200%200%200-.66-.25H12c-.55%200-1%20.45-1%201M8%2018H2l5.25-2.83L10%2016a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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