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

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

2 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the downhill skiing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.558 22.5q-.593 0-1.167-.09t-1.13-.29L2.95 17.262q-.16-.067-.249-.233q-.09-.167-.028-.332q.067-.165.236-.245q.17-.08.335-.012l6.56 2.384l1.821-4.508l-4.036-3.878q-.541-.489-.432-1.22t.766-1.117l4.052-2.404q.31-.192.641-.22q.332-.028.642.109q.31.111.545.36q.236.247.366.582l.325 1.075q.422 1.383 1.188 2.265t2.118 1.327l.416-1.227q.061-.165.218-.245t.322-.018t.258.221q.092.16.03.325l-.727 2.11q-1.888-.435-2.996-1.422q-1.107-.986-1.725-2.86L9.841 10.3l2.72 3.25q.143.18.17.398q.029.218-.052.435l-1.923 4.79l3.85 1.394l2.196-6.501q.196.105.392.157q.197.052.437.108l-2.202 6.55l1.025.371q.546.189 1.043.276t1.06.088q.484 0 .932-.06q.447-.06.886-.185q.185-.062.357.006q.172.067.24.246q.066.185-.026.357t-.277.233q-.5.15-1.018.219t-1.093.068M14.982 5.691q-.501-.5-.501-1.191t.5-1.191q.502-.501 1.192-.501t1.192.5q.5.502.5 1.192t-.5 1.191q-.501.501-1.192.501q-.69 0-1.191-.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDownhillSkiingRounded(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="M18.558 22.5q-.593 0-1.167-.09t-1.13-.29L2.95 17.262q-.16-.067-.249-.233q-.09-.167-.028-.332q.067-.165.236-.245q.17-.08.335-.012l6.56 2.384l1.821-4.508l-4.036-3.878q-.541-.489-.432-1.22t.766-1.117l4.052-2.404q.31-.192.641-.22q.332-.028.642.109q.31.111.545.36q.236.247.366.582l.325 1.075q.422 1.383 1.188 2.265t2.118 1.327l.416-1.227q.061-.165.218-.245t.322-.018t.258.221q.092.16.03.325l-.727 2.11q-1.888-.435-2.996-1.422q-1.107-.986-1.725-2.86L9.841 10.3l2.72 3.25q.143.18.17.398q.029.218-.052.435l-1.923 4.79l3.85 1.394l2.196-6.501q.196.105.392.157q.197.052.437.108l-2.202 6.55l1.025.371q.546.189 1.043.276t1.06.088q.484 0 .932-.06q.447-.06.886-.185q.185-.062.357.006q.172.067.24.246q.066.185-.026.357t-.277.233q-.5.15-1.018.219t-1.093.068M14.982 5.691q-.501-.5-.501-1.191t.5-1.191q.502-.501 1.192-.501t1.192.5q.5.502.5 1.192t-.5 1.191q-.501.501-1.192.501q-.69 0-1.191-.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="M18.558 22.5q-.593 0-1.167-.09t-1.13-.29L2.95 17.262q-.16-.067-.249-.233q-.09-.167-.028-.332q.067-.165.236-.245q.17-.08.335-.012l6.56 2.384l1.821-4.508l-4.036-3.878q-.541-.489-.432-1.22t.766-1.117l4.052-2.404q.31-.192.641-.22q.332-.028.642.109q.31.111.545.36q.236.247.366.582l.325 1.075q.422 1.383 1.188 2.265t2.118 1.327l.416-1.227q.061-.165.218-.245t.322-.018t.258.221q.092.16.03.325l-.727 2.11q-1.888-.435-2.996-1.422q-1.107-.986-1.725-2.86L9.841 10.3l2.72 3.25q.143.18.17.398q.029.218-.052.435l-1.923 4.79l3.85 1.394l2.196-6.501q.196.105.392.157q.197.052.437.108l-2.202 6.55l1.025.371q.546.189 1.043.276t1.06.088q.484 0 .932-.06q.447-.06.886-.185q.185-.062.357.006q.172.067.24.246q.066.185-.026.357t-.277.233q-.5.15-1.018.219t-1.093.068M14.982 5.691q-.501-.5-.501-1.191t.5-1.191q.502-.501 1.192-.501t1.192.5q.5.502.5 1.192t-.5 1.191q-.501.501-1.192.501q-.69 0-1.191-.5"/></svg>
</template>

CSS

.icon-downhill-skiing-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%22M18.558%2022.5q-.593%200-1.167-.09t-1.13-.29L2.95%2017.262q-.16-.067-.249-.233q-.09-.167-.028-.332q.067-.165.236-.245q.17-.08.335-.012l6.56%202.384l1.821-4.508l-4.036-3.878q-.541-.489-.432-1.22t.766-1.117l4.052-2.404q.31-.192.641-.22q.332-.028.642.109q.31.111.545.36q.236.247.366.582l.325%201.075q.422%201.383%201.188%202.265t2.118%201.327l.416-1.227q.061-.165.218-.245t.322-.018t.258.221q.092.16.03.325l-.727%202.11q-1.888-.435-2.996-1.422q-1.107-.986-1.725-2.86L9.841%2010.3l2.72%203.25q.143.18.17.398q.029.218-.052.435l-1.923%204.79l3.85%201.394l2.196-6.501q.196.105.392.157q.197.052.437.108l-2.202%206.55l1.025.371q.546.189%201.043.276t1.06.088q.484%200%20.932-.06q.447-.06.886-.185q.185-.062.357.006q.172.067.24.246q.066.185-.026.357t-.277.233q-.5.15-1.018.219t-1.093.068M14.982%205.691q-.501-.5-.501-1.191t.5-1.191q.502-.501%201.192-.501t1.192.5q.5.502.5%201.192t-.5%201.191q-.501.501-1.192.501q-.69%200-1.191-.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%22M18.558%2022.5q-.593%200-1.167-.09t-1.13-.29L2.95%2017.262q-.16-.067-.249-.233q-.09-.167-.028-.332q.067-.165.236-.245q.17-.08.335-.012l6.56%202.384l1.821-4.508l-4.036-3.878q-.541-.489-.432-1.22t.766-1.117l4.052-2.404q.31-.192.641-.22q.332-.028.642.109q.31.111.545.36q.236.247.366.582l.325%201.075q.422%201.383%201.188%202.265t2.118%201.327l.416-1.227q.061-.165.218-.245t.322-.018t.258.221q.092.16.03.325l-.727%202.11q-1.888-.435-2.996-1.422q-1.107-.986-1.725-2.86L9.841%2010.3l2.72%203.25q.143.18.17.398q.029.218-.052.435l-1.923%204.79l3.85%201.394l2.196-6.501q.196.105.392.157q.197.052.437.108l-2.202%206.55l1.025.371q.546.189%201.043.276t1.06.088q.484%200%20.932-.06q.447-.06.886-.185q.185-.062.357.006q.172.067.24.246q.066.185-.026.357t-.277.233q-.5.15-1.018.219t-1.093.068M14.982%205.691q-.501-.5-.501-1.191t.5-1.191q.502-.501%201.192-.501t1.192.5q.5.502.5%201.192t-.5%201.191q-.501.501-1.192.501q-.69%200-1.191-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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