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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m4.92 14.74c-.13.39-.55.61-.95.48l-2.61-.85l-.46 1.43l3.32 1.08c1.31.43 2.72-.29 3.15-1.61a2.52 2.52 0 0 0-1.07-2.91c-.32-.2-.45-.6-.3-.95c.2-.44.71-.57 1.12-.31a4.01 4.01 0 0 1 1.68 4.62a4.003 4.003 0 0 1-5.04 2.57L1.74 17.6c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l3.22 1.05l.46-1.43l-3.19-1.04c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l.91.28v-2.78c0-.8.48-1.52 1.21-1.84c.75-.32 4.11-1.76 4.26-1.83c.41-.18.89-.21 1.35-.04c.91.34 1.37 1.36 1.07 2.28l-1.04 3.2l2.15-.34c.89-.15 1.76.32 2.14 1.14l2.08 4.51l1.22.4c.4.12.61.54.48.94M6 14.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92 10L6 10.82zm7.94 4.16l-6.66-2.16l-.46 1.43l6.66 2.16zm.69-1.36l-1.18-2.56l-3.97.89z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSledding(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 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m4.92 14.74c-.13.39-.55.61-.95.48l-2.61-.85l-.46 1.43l3.32 1.08c1.31.43 2.72-.29 3.15-1.61a2.52 2.52 0 0 0-1.07-2.91c-.32-.2-.45-.6-.3-.95c.2-.44.71-.57 1.12-.31a4.01 4.01 0 0 1 1.68 4.62a4.003 4.003 0 0 1-5.04 2.57L1.74 17.6c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l3.22 1.05l.46-1.43l-3.19-1.04c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l.91.28v-2.78c0-.8.48-1.52 1.21-1.84c.75-.32 4.11-1.76 4.26-1.83c.41-.18.89-.21 1.35-.04c.91.34 1.37 1.36 1.07 2.28l-1.04 3.2l2.15-.34c.89-.15 1.76.32 2.14 1.14l2.08 4.51l1.22.4c.4.12.61.54.48.94M6 14.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92 10L6 10.82zm7.94 4.16l-6.66-2.16l-.46 1.43l6.66 2.16zm.69-1.36l-1.18-2.56l-3.97.89z"/></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 4.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2s2 .9 2 2m4.92 14.74c-.13.39-.55.61-.95.48l-2.61-.85l-.46 1.43l3.32 1.08c1.31.43 2.72-.29 3.15-1.61a2.52 2.52 0 0 0-1.07-2.91c-.32-.2-.45-.6-.3-.95c.2-.44.71-.57 1.12-.31a4.01 4.01 0 0 1 1.68 4.62a4.003 4.003 0 0 1-5.04 2.57L1.74 17.6c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l3.22 1.05l.46-1.43l-3.19-1.04c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l.91.28v-2.78c0-.8.48-1.52 1.21-1.84c.75-.32 4.11-1.76 4.26-1.83c.41-.18.89-.21 1.35-.04c.91.34 1.37 1.36 1.07 2.28l-1.04 3.2l2.15-.34c.89-.15 1.76.32 2.14 1.14l2.08 4.51l1.22.4c.4.12.61.54.48.94M6 14.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92 10L6 10.82zm7.94 4.16l-6.66-2.16l-.46 1.43l6.66 2.16zm.69-1.36l-1.18-2.56l-3.97.89z"/></svg>
</template>

CSS

.icon-round-sledding {
  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%204.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m4.92%2014.74c-.13.39-.55.61-.95.48l-2.61-.85l-.46%201.43l3.32%201.08c1.31.43%202.72-.29%203.15-1.61a2.52%202.52%200%200%200-1.07-2.91c-.32-.2-.45-.6-.3-.95c.2-.44.71-.57%201.12-.31a4.01%204.01%200%200%201%201.68%204.62a4.003%204.003%200%200%201-5.04%202.57L1.74%2017.6c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l3.22%201.05l.46-1.43l-3.19-1.04c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l.91.28v-2.78c0-.8.48-1.52%201.21-1.84c.75-.32%204.11-1.76%204.26-1.83c.41-.18.89-.21%201.35-.04c.91.34%201.37%201.36%201.07%202.28l-1.04%203.2l2.15-.34c.89-.15%201.76.32%202.14%201.14l2.08%204.51l1.22.4c.4.12.61.54.48.94M6%2014.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92%2010L6%2010.82zm7.94%204.16l-6.66-2.16l-.46%201.43l6.66%202.16zm.69-1.36l-1.18-2.56l-3.97.89z%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%204.5c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2s2%20.9%202%202m4.92%2014.74c-.13.39-.55.61-.95.48l-2.61-.85l-.46%201.43l3.32%201.08c1.31.43%202.72-.29%203.15-1.61a2.52%202.52%200%200%200-1.07-2.91c-.32-.2-.45-.6-.3-.95c.2-.44.71-.57%201.12-.31a4.01%204.01%200%200%201%201.68%204.62a4.003%204.003%200%200%201-5.04%202.57L1.74%2017.6c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l3.22%201.05l.46-1.43l-3.19-1.04c-.39-.13-.63-.54-.52-.93c.12-.41.55-.63.95-.5l.91.28v-2.78c0-.8.48-1.52%201.21-1.84c.75-.32%204.11-1.76%204.26-1.83c.41-.18.89-.21%201.35-.04c.91.34%201.37%201.36%201.07%202.28l-1.04%203.2l2.15-.34c.89-.15%201.76.32%202.14%201.14l2.08%204.51l1.22.4c.4.12.61.54.48.94M6%2014.25l1.01.33c-.22-.42-.28-.92-.12-1.4L7.92%2010L6%2010.82zm7.94%204.16l-6.66-2.16l-.46%201.43l6.66%202.16zm.69-1.36l-1.18-2.56l-3.97.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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