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

Name
snowshoeing-rounded
Set
Material Symbols
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
snowshoeing-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the snowshoeing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 23q-.45 0-1.088-.475t-1.037-.975L4.45 19.075q-.2-.25-.162-.55t.287-.5t.563-.162t.512.287l.675.875L9.2 17l1.6-8.125l-1.8.7V12q0 .425-.288.713T8 13t-.712-.288T7 12V8.95q0-.3.175-.55t.45-.375l3.5-1.475q.8-.35 1.175-.45T13 6q.525 0 .963.275T14.7 7l1 1.575q.55.825 1.375 1.463T19 10.9q.425.1.713.388T20 12t-.288.7t-.687.225q-1.35-.2-2.525-.85t-2-1.6l-.6 3l1.8 1.7q.15.15.225.338T16 15.9v5.6q.375-.025.713-.125t.637-.275q.1-.05.187-.075t.188-.025q.35 0 .562.238t.213.512q0 .2-.088.363t-.287.287q-.5.3-1.062.45t-1.188.15H12.75q-.325 0-.537-.213T12 22.25t.213-.537t.537-.213H14v-4.525l-2.1-2l-.8 2.875q-.05.175-.15.313t-.25.237l-3.125 2.225l.075.1q.225.3.512.5t.638.325q.225.125.35.263t.125.412q0 .325-.225.55T8.5 23m6-17.5q-.825 0-1.413-.587T12.5 3.5t.588-1.412T14.5 1.5t1.413.588T16.5 3.5t-.587 1.413T14.5 5.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSnowshoeingRounded(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.5 23q-.45 0-1.088-.475t-1.037-.975L4.45 19.075q-.2-.25-.162-.55t.287-.5t.563-.162t.512.287l.675.875L9.2 17l1.6-8.125l-1.8.7V12q0 .425-.288.713T8 13t-.712-.288T7 12V8.95q0-.3.175-.55t.45-.375l3.5-1.475q.8-.35 1.175-.45T13 6q.525 0 .963.275T14.7 7l1 1.575q.55.825 1.375 1.463T19 10.9q.425.1.713.388T20 12t-.288.7t-.687.225q-1.35-.2-2.525-.85t-2-1.6l-.6 3l1.8 1.7q.15.15.225.338T16 15.9v5.6q.375-.025.713-.125t.637-.275q.1-.05.187-.075t.188-.025q.35 0 .562.238t.213.512q0 .2-.088.363t-.287.287q-.5.3-1.062.45t-1.188.15H12.75q-.325 0-.537-.213T12 22.25t.213-.537t.537-.213H14v-4.525l-2.1-2l-.8 2.875q-.05.175-.15.313t-.25.237l-3.125 2.225l.075.1q.225.3.512.5t.638.325q.225.125.35.263t.125.412q0 .325-.225.55T8.5 23m6-17.5q-.825 0-1.413-.587T12.5 3.5t.588-1.412T14.5 1.5t1.413.588T16.5 3.5t-.587 1.413T14.5 5.5"/></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.5 23q-.45 0-1.088-.475t-1.037-.975L4.45 19.075q-.2-.25-.162-.55t.287-.5t.563-.162t.512.287l.675.875L9.2 17l1.6-8.125l-1.8.7V12q0 .425-.288.713T8 13t-.712-.288T7 12V8.95q0-.3.175-.55t.45-.375l3.5-1.475q.8-.35 1.175-.45T13 6q.525 0 .963.275T14.7 7l1 1.575q.55.825 1.375 1.463T19 10.9q.425.1.713.388T20 12t-.288.7t-.687.225q-1.35-.2-2.525-.85t-2-1.6l-.6 3l1.8 1.7q.15.15.225.338T16 15.9v5.6q.375-.025.713-.125t.637-.275q.1-.05.187-.075t.188-.025q.35 0 .562.238t.213.512q0 .2-.088.363t-.287.287q-.5.3-1.062.45t-1.188.15H12.75q-.325 0-.537-.213T12 22.25t.213-.537t.537-.213H14v-4.525l-2.1-2l-.8 2.875q-.05.175-.15.313t-.25.237l-3.125 2.225l.075.1q.225.3.512.5t.638.325q.225.125.35.263t.125.412q0 .325-.225.55T8.5 23m6-17.5q-.825 0-1.413-.587T12.5 3.5t.588-1.412T14.5 1.5t1.413.588T16.5 3.5t-.587 1.413T14.5 5.5"/></svg>
</template>

CSS

.icon-snowshoeing-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%22M8.5%2023q-.45%200-1.088-.475t-1.037-.975L4.45%2019.075q-.2-.25-.162-.55t.287-.5t.563-.162t.512.287l.675.875L9.2%2017l1.6-8.125l-1.8.7V12q0%20.425-.288.713T8%2013t-.712-.288T7%2012V8.95q0-.3.175-.55t.45-.375l3.5-1.475q.8-.35%201.175-.45T13%206q.525%200%20.963.275T14.7%207l1%201.575q.55.825%201.375%201.463T19%2010.9q.425.1.713.388T20%2012t-.288.7t-.687.225q-1.35-.2-2.525-.85t-2-1.6l-.6%203l1.8%201.7q.15.15.225.338T16%2015.9v5.6q.375-.025.713-.125t.637-.275q.1-.05.187-.075t.188-.025q.35%200%20.562.238t.213.512q0%20.2-.088.363t-.287.287q-.5.3-1.062.45t-1.188.15H12.75q-.325%200-.537-.213T12%2022.25t.213-.537t.537-.213H14v-4.525l-2.1-2l-.8%202.875q-.05.175-.15.313t-.25.237l-3.125%202.225l.075.1q.225.3.512.5t.638.325q.225.125.35.263t.125.412q0%20.325-.225.55T8.5%2023m6-17.5q-.825%200-1.413-.587T12.5%203.5t.588-1.412T14.5%201.5t1.413.588T16.5%203.5t-.587%201.413T14.5%205.5%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.5%2023q-.45%200-1.088-.475t-1.037-.975L4.45%2019.075q-.2-.25-.162-.55t.287-.5t.563-.162t.512.287l.675.875L9.2%2017l1.6-8.125l-1.8.7V12q0%20.425-.288.713T8%2013t-.712-.288T7%2012V8.95q0-.3.175-.55t.45-.375l3.5-1.475q.8-.35%201.175-.45T13%206q.525%200%20.963.275T14.7%207l1%201.575q.55.825%201.375%201.463T19%2010.9q.425.1.713.388T20%2012t-.288.7t-.687.225q-1.35-.2-2.525-.85t-2-1.6l-.6%203l1.8%201.7q.15.15.225.338T16%2015.9v5.6q.375-.025.713-.125t.637-.275q.1-.05.187-.075t.188-.025q.35%200%20.562.238t.213.512q0%20.2-.088.363t-.287.287q-.5.3-1.062.45t-1.188.15H12.75q-.325%200-.537-.213T12%2022.25t.213-.537t.537-.213H14v-4.525l-2.1-2l-.8%202.875q-.05.175-.15.313t-.25.237l-3.125%202.225l.075.1q.225.3.512.5t.638.325q.225.125.35.263t.125.412q0%20.325-.225.55T8.5%2023m6-17.5q-.825%200-1.413-.587T12.5%203.5t.588-1.412T14.5%201.5t1.413.588T16.5%203.5t-.587%201.413T14.5%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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