round snowshoeing icon

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

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

More social icons from Google Material Icons

Use the round snowshoeing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m7.5 8.41c0-.49-.36-.9-.84-.98c-1.53-.25-2.79-1.16-3.47-2.35l-1-1.58c-.4-.6-1-1-1.7-1c-.68 0-1.28.28-4.77 1.76C7.49 8.07 7 8.8 7 9.6V12c0 .55.45 1 1 1s1-.45 1-1V9.58l1.79-.7L9.2 17l-2.88 2.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41c.28.1.53.04.72-.11c.3-.23.42-.7.12-1.07a.84.84 0 0 0-.31-.22a3 3 0 0 1-1.14-.83l-.08-.1l2.85-2.01c.38-.27.65-.66.77-1.1l.7-2.53l2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61c.26-.16.37-.39.37-.64c0-.38-.3-.75-.77-.75c-.13 0-.26.04-.37.1c-.4.23-.87.37-1.36.4v-5.16c0-.55-.23-1.07-.62-1.45l-1.49-1.41l.6-3a7.37 7.37 0 0 0 4.37 2.43c.6.1 1.14-.39 1.14-1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSnowshoeing(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="M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m7.5 8.41c0-.49-.36-.9-.84-.98c-1.53-.25-2.79-1.16-3.47-2.35l-1-1.58c-.4-.6-1-1-1.7-1c-.68 0-1.28.28-4.77 1.76C7.49 8.07 7 8.8 7 9.6V12c0 .55.45 1 1 1s1-.45 1-1V9.58l1.79-.7L9.2 17l-2.88 2.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41c.28.1.53.04.72-.11c.3-.23.42-.7.12-1.07a.84.84 0 0 0-.31-.22a3 3 0 0 1-1.14-.83l-.08-.1l2.85-2.01c.38-.27.65-.66.77-1.1l.7-2.53l2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61c.26-.16.37-.39.37-.64c0-.38-.3-.75-.77-.75c-.13 0-.26.04-.37.1c-.4.23-.87.37-1.36.4v-5.16c0-.55-.23-1.07-.62-1.45l-1.49-1.41l.6-3a7.37 7.37 0 0 0 4.37 2.43c.6.1 1.14-.39 1.14-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 3.5c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m7.5 8.41c0-.49-.36-.9-.84-.98c-1.53-.25-2.79-1.16-3.47-2.35l-1-1.58c-.4-.6-1-1-1.7-1c-.68 0-1.28.28-4.77 1.76C7.49 8.07 7 8.8 7 9.6V12c0 .55.45 1 1 1s1-.45 1-1V9.58l1.79-.7L9.2 17l-2.88 2.03l-1.14-1.47L4 18.5l2.38 3.04c.51.65 1.16 1.15 1.88 1.41c.28.1.53.04.72-.11c.3-.23.42-.7.12-1.07a.84.84 0 0 0-.31-.22a3 3 0 0 1-1.14-.83l-.08-.1l2.85-2.01c.38-.27.65-.66.77-1.1l.7-2.53l2.11 2v4.52h-2V23h3.87c.82 0 1.61-.21 2.26-.61c.26-.16.37-.39.37-.64c0-.38-.3-.75-.77-.75c-.13 0-.26.04-.37.1c-.4.23-.87.37-1.36.4v-5.16c0-.55-.23-1.07-.62-1.45l-1.49-1.41l.6-3a7.37 7.37 0 0 0 4.37 2.43c.6.1 1.14-.39 1.14-1"/></svg>
</template>

CSS

.icon-round-snowshoeing {
  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%22M12.5%203.5c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m7.5%208.41c0-.49-.36-.9-.84-.98c-1.53-.25-2.79-1.16-3.47-2.35l-1-1.58c-.4-.6-1-1-1.7-1c-.68%200-1.28.28-4.77%201.76C7.49%208.07%207%208.8%207%209.6V12c0%20.55.45%201%201%201s1-.45%201-1V9.58l1.79-.7L9.2%2017l-2.88%202.03l-1.14-1.47L4%2018.5l2.38%203.04c.51.65%201.16%201.15%201.88%201.41c.28.1.53.04.72-.11c.3-.23.42-.7.12-1.07a.84.84%200%200%200-.31-.22a3%203%200%200%201-1.14-.83l-.08-.1l2.85-2.01c.38-.27.65-.66.77-1.1l.7-2.53l2.11%202v4.52h-2V23h3.87c.82%200%201.61-.21%202.26-.61c.26-.16.37-.39.37-.64c0-.38-.3-.75-.77-.75c-.13%200-.26.04-.37.1c-.4.23-.87.37-1.36.4v-5.16c0-.55-.23-1.07-.62-1.45l-1.49-1.41l.6-3a7.37%207.37%200%200%200%204.37%202.43c.6.1%201.14-.39%201.14-1%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%22M12.5%203.5c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m7.5%208.41c0-.49-.36-.9-.84-.98c-1.53-.25-2.79-1.16-3.47-2.35l-1-1.58c-.4-.6-1-1-1.7-1c-.68%200-1.28.28-4.77%201.76C7.49%208.07%207%208.8%207%209.6V12c0%20.55.45%201%201%201s1-.45%201-1V9.58l1.79-.7L9.2%2017l-2.88%202.03l-1.14-1.47L4%2018.5l2.38%203.04c.51.65%201.16%201.15%201.88%201.41c.28.1.53.04.72-.11c.3-.23.42-.7.12-1.07a.84.84%200%200%200-.31-.22a3%203%200%200%201-1.14-.83l-.08-.1l2.85-2.01c.38-.27.65-.66.77-1.1l.7-2.53l2.11%202v4.52h-2V23h3.87c.82%200%201.61-.21%202.26-.61c.26-.16.37-.39.37-.64c0-.38-.3-.75-.77-.75c-.13%200-.26.04-.37.1c-.4.23-.87.37-1.36.4v-5.16c0-.55-.23-1.07-.62-1.45l-1.49-1.41l.6-3a7.37%207.37%200%200%200%204.37%202.43c.6.1%201.14-.39%201.14-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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