round snowboarding icon

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

Name
round-snowboarding
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 snowboarding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M6.35 9.53c.47.29 1.09.15 1.38-.32L9.1 7h2.35l-2.51 3.99c-.28.45-.37 1-.25 1.52L9.5 16L6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67a.74.74 0 0 0-.51-.42c-.43-.09-.82.2-.9.58c-.04.14-.02.31.05.46c.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01c.13-.11.21-.26.24-.41c.08-.38-.16-.8-.59-.89a.75.75 0 0 0-.64.17c-.69.6-1.64.88-2.6.67L17 20.69l-.88-5.43c-.08-.49-.34-.93-.72-1.24l-2.72-2.19l1.8-2.89a6.5 6.5 0 0 0 4.39 2.96c.6.11 1.13-.39 1.13-1c0-.48-.35-.89-.83-.98a4.5 4.5 0 0 1-3.3-2.64l-.52-1.21C15.16 5.64 14.61 5 13.7 5H9.11c-.69 0-1.33.36-1.7.94L6.03 8.15c-.29.47-.15 1.09.32 1.38m2.38 9.4l2.25-1.51c.47-.32.73-.88.65-1.44l-.32-2.4l2.84 2.02l.75 4.64z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSnowboarding(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="M14 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M6.35 9.53c.47.29 1.09.15 1.38-.32L9.1 7h2.35l-2.51 3.99c-.28.45-.37 1-.25 1.52L9.5 16L6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67a.74.74 0 0 0-.51-.42c-.43-.09-.82.2-.9.58c-.04.14-.02.31.05.46c.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01c.13-.11.21-.26.24-.41c.08-.38-.16-.8-.59-.89a.75.75 0 0 0-.64.17c-.69.6-1.64.88-2.6.67L17 20.69l-.88-5.43c-.08-.49-.34-.93-.72-1.24l-2.72-2.19l1.8-2.89a6.5 6.5 0 0 0 4.39 2.96c.6.11 1.13-.39 1.13-1c0-.48-.35-.89-.83-.98a4.5 4.5 0 0 1-3.3-2.64l-.52-1.21C15.16 5.64 14.61 5 13.7 5H9.11c-.69 0-1.33.36-1.7.94L6.03 8.15c-.29.47-.15 1.09.32 1.38m2.38 9.4l2.25-1.51c.47-.32.73-.88.65-1.44l-.32-2.4l2.84 2.02l.75 4.64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M6.35 9.53c.47.29 1.09.15 1.38-.32L9.1 7h2.35l-2.51 3.99c-.28.45-.37 1-.25 1.52L9.5 16L6 18.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67a.74.74 0 0 0-.51-.42c-.43-.09-.82.2-.9.58c-.04.14-.02.31.05.46c.58 1.24 1.71 2.2 3.15 2.51l12.63 2.69c1.44.31 2.86-.11 3.9-1.01c.13-.11.21-.26.24-.41c.08-.38-.16-.8-.59-.89a.75.75 0 0 0-.64.17c-.69.6-1.64.88-2.6.67L17 20.69l-.88-5.43c-.08-.49-.34-.93-.72-1.24l-2.72-2.19l1.8-2.89a6.5 6.5 0 0 0 4.39 2.96c.6.11 1.13-.39 1.13-1c0-.48-.35-.89-.83-.98a4.5 4.5 0 0 1-3.3-2.64l-.52-1.21C15.16 5.64 14.61 5 13.7 5H9.11c-.69 0-1.33.36-1.7.94L6.03 8.15c-.29.47-.15 1.09.32 1.38m2.38 9.4l2.25-1.51c.47-.32.73-.88.65-1.44l-.32-2.4l2.84 2.02l.75 4.64z"/></svg>
</template>

CSS

.icon-round-snowboarding {
  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%22M14%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2M6.35%209.53c.47.29%201.09.15%201.38-.32L9.1%207h2.35l-2.51%203.99c-.28.45-.37%201-.25%201.52L9.5%2016L6%2018.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67a.74.74%200%200%200-.51-.42c-.43-.09-.82.2-.9.58c-.04.14-.02.31.05.46c.58%201.24%201.71%202.2%203.15%202.51l12.63%202.69c1.44.31%202.86-.11%203.9-1.01c.13-.11.21-.26.24-.41c.08-.38-.16-.8-.59-.89a.75.75%200%200%200-.64.17c-.69.6-1.64.88-2.6.67L17%2020.69l-.88-5.43c-.08-.49-.34-.93-.72-1.24l-2.72-2.19l1.8-2.89a6.5%206.5%200%200%200%204.39%202.96c.6.11%201.13-.39%201.13-1c0-.48-.35-.89-.83-.98a4.5%204.5%200%200%201-3.3-2.64l-.52-1.21C15.16%205.64%2014.61%205%2013.7%205H9.11c-.69%200-1.33.36-1.7.94L6.03%208.15c-.29.47-.15%201.09.32%201.38m2.38%209.4l2.25-1.51c.47-.32.73-.88.65-1.44l-.32-2.4l2.84%202.02l.75%204.64z%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%22M14%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2M6.35%209.53c.47.29%201.09.15%201.38-.32L9.1%207h2.35l-2.51%203.99c-.28.45-.37%201-.25%201.52L9.5%2016L6%2018.35l-.47-.1c-.96-.2-1.71-.85-2.1-1.67a.74.74%200%200%200-.51-.42c-.43-.09-.82.2-.9.58c-.04.14-.02.31.05.46c.58%201.24%201.71%202.2%203.15%202.51l12.63%202.69c1.44.31%202.86-.11%203.9-1.01c.13-.11.21-.26.24-.41c.08-.38-.16-.8-.59-.89a.75.75%200%200%200-.64.17c-.69.6-1.64.88-2.6.67L17%2020.69l-.88-5.43c-.08-.49-.34-.93-.72-1.24l-2.72-2.19l1.8-2.89a6.5%206.5%200%200%200%204.39%202.96c.6.11%201.13-.39%201.13-1c0-.48-.35-.89-.83-.98a4.5%204.5%200%200%201-3.3-2.64l-.52-1.21C15.16%205.64%2014.61%205%2013.7%205H9.11c-.69%200-1.33.36-1.7.94L6.03%208.15c-.29.47-.15%201.09.32%201.38m2.38%209.4l2.25-1.51c.47-.32.73-.88.65-1.44l-.32-2.4l2.84%202.02l.75%204.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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