outline snowmobile icon
outline-snowmobile from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- outline-snowmobile
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the outline snowmobile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-1-8-8-8-8h-3v2h2.25l.8.72L11 10L2 9l-2 4l4.54 1.36l-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3zM8 18H2l5.25-2.83L10 16a2 2 0 0 1-2 2m9-4h-6.7l-7.45-2.23l.31-.62l8.44.85l3.93-2.94s3.77 3.44 4.27 4.14c0 0-1.1.8-2.8.8"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineSnowmobile(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="M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-1-8-8-8-8h-3v2h2.25l.8.72L11 10L2 9l-2 4l4.54 1.36l-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3zM8 18H2l5.25-2.83L10 16a2 2 0 0 1-2 2m9-4h-6.7l-7.45-2.23l.31-.62l8.44.85l3.93-2.94s3.77 3.44 4.27 4.14c0 0-1.1.8-2.8.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 17c0 .55-.45 1-1 1h-.17l-2.2-2.2C20.58 15.37 22 14.4 22 13c0-1-8-8-8-8h-3v2h2.25l.8.72L11 10L2 9l-2 4l4.54 1.36l-3.49 1.88C-.77 17.22-.07 20 2 20h6c2.21 0 4-1.79 4-4h4l2 2h-3v2h6c1.66 0 3-1.34 3-3zM8 18H2l5.25-2.83L10 16a2 2 0 0 1-2 2m9-4h-6.7l-7.45-2.23l.31-.62l8.44.85l3.93-2.94s3.77 3.44 4.27 4.14c0 0-1.1.8-2.8.8"/></svg> </template>
CSS
.icon-outline-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%22M22%2017c0%20.55-.45%201-1%201h-.17l-2.2-2.2C20.58%2015.37%2022%2014.4%2022%2013c0-1-8-8-8-8h-3v2h2.25l.8.72L11%2010L2%209l-2%204l4.54%201.36l-3.49%201.88C-.77%2017.22-.07%2020%202%2020h6c2.21%200%204-1.79%204-4h4l2%202h-3v2h6c1.66%200%203-1.34%203-3zM8%2018H2l5.25-2.83L10%2016a2%202%200%200%201-2%202m9-4h-6.7l-7.45-2.23l.31-.62l8.44.85l3.93-2.94s3.77%203.44%204.27%204.14c0%200-1.1.8-2.8.8%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%22M22%2017c0%20.55-.45%201-1%201h-.17l-2.2-2.2C20.58%2015.37%2022%2014.4%2022%2013c0-1-8-8-8-8h-3v2h2.25l.8.72L11%2010L2%209l-2%204l4.54%201.36l-3.49%201.88C-.77%2017.22-.07%2020%202%2020h6c2.21%200%204-1.79%204-4h4l2%202h-3v2h6c1.66%200%203-1.34%203-3zM8%2018H2l5.25-2.83L10%2016a2%202%200%200%201-2%202m9-4h-6.7l-7.45-2.23l.31-.62l8.44.85l3.93-2.94s3.77%203.44%204.27%204.14c0%200-1.1.8-2.8.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-snowmobile.svg?color=%231a73e8&size=48