snowboarding icon
snowboarding from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- snowboarding
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- snowboarding-outline
2 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the snowboarding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.794 22.192q-.205 0-.433-.025t-.453-.075l-12.625-2.7q-1.024-.205-1.778-.82q-.755-.614-1.16-1.506q-.032-.062-.032-.239q.018-.165.162-.292t.316-.116q.117.012.213.096q.096.083.152.195q.338.682.934 1.19q.595.508 1.377.658l.86.158l3.712-2.427l-.916-3.866q-.08-.298-.015-.647t.208-.603L12.2 6.5H8.812L6.95 9.53L6.096 9L8.27 5.5h5.43q.56 0 .895.308q.336.308.467.594l.525 1.18q.538 1.22 1.622 2.011q1.083.791 2.483.888v1q-1.576-.058-2.853-.915t-2.191-2.462l-2.53 3.971l3.498 2.752l.98 6.104l1.496.302q.17.05.351.062t.351.013q.62 0 1.162-.22t.986-.588q.03-.029.362-.111q.171.011.286.152t.102.3q-.005.105-.049.186t-.104.142q-.53.512-1.256.768q-.727.255-1.489.255m-3.26-1.48l-.826-5.246l-4.004-2.833l.488 4.075l-3.486 2.313zM16 4.692q-.69 0-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5T17.692 3t-.5 1.191q-.502.501-1.192.501"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSnowboarding(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.794 22.192q-.205 0-.433-.025t-.453-.075l-12.625-2.7q-1.024-.205-1.778-.82q-.755-.614-1.16-1.506q-.032-.062-.032-.239q.018-.165.162-.292t.316-.116q.117.012.213.096q.096.083.152.195q.338.682.934 1.19q.595.508 1.377.658l.86.158l3.712-2.427l-.916-3.866q-.08-.298-.015-.647t.208-.603L12.2 6.5H8.812L6.95 9.53L6.096 9L8.27 5.5h5.43q.56 0 .895.308q.336.308.467.594l.525 1.18q.538 1.22 1.622 2.011q1.083.791 2.483.888v1q-1.576-.058-2.853-.915t-2.191-2.462l-2.53 3.971l3.498 2.752l.98 6.104l1.496.302q.17.05.351.062t.351.013q.62 0 1.162-.22t.986-.588q.03-.029.362-.111q.171.011.286.152t.102.3q-.005.105-.049.186t-.104.142q-.53.512-1.256.768q-.727.255-1.489.255m-3.26-1.48l-.826-5.246l-4.004-2.833l.488 4.075l-3.486 2.313zM16 4.692q-.69 0-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5T17.692 3t-.5 1.191q-.502.501-1.192.501"/></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.794 22.192q-.205 0-.433-.025t-.453-.075l-12.625-2.7q-1.024-.205-1.778-.82q-.755-.614-1.16-1.506q-.032-.062-.032-.239q.018-.165.162-.292t.316-.116q.117.012.213.096q.096.083.152.195q.338.682.934 1.19q.595.508 1.377.658l.86.158l3.712-2.427l-.916-3.866q-.08-.298-.015-.647t.208-.603L12.2 6.5H8.812L6.95 9.53L6.096 9L8.27 5.5h5.43q.56 0 .895.308q.336.308.467.594l.525 1.18q.538 1.22 1.622 2.011q1.083.791 2.483.888v1q-1.576-.058-2.853-.915t-2.191-2.462l-2.53 3.971l3.498 2.752l.98 6.104l1.496.302q.17.05.351.062t.351.013q.62 0 1.162-.22t.986-.588q.03-.029.362-.111q.171.011.286.152t.102.3q-.005.105-.049.186t-.104.142q-.53.512-1.256.768q-.727.255-1.489.255m-3.26-1.48l-.826-5.246l-4.004-2.833l.488 4.075l-3.486 2.313zM16 4.692q-.69 0-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501 1.192-.501t1.191.5T17.692 3t-.5 1.191q-.502.501-1.192.501"/></svg> </template>
CSS
.icon-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%22M18.794%2022.192q-.205%200-.433-.025t-.453-.075l-12.625-2.7q-1.024-.205-1.778-.82q-.755-.614-1.16-1.506q-.032-.062-.032-.239q.018-.165.162-.292t.316-.116q.117.012.213.096q.096.083.152.195q.338.682.934%201.19q.595.508%201.377.658l.86.158l3.712-2.427l-.916-3.866q-.08-.298-.015-.647t.208-.603L12.2%206.5H8.812L6.95%209.53L6.096%209L8.27%205.5h5.43q.56%200%20.895.308q.336.308.467.594l.525%201.18q.538%201.22%201.622%202.011q1.083.791%202.483.888v1q-1.576-.058-2.853-.915t-2.191-2.462l-2.53%203.971l3.498%202.752l.98%206.104l1.496.302q.17.05.351.062t.351.013q.62%200%201.162-.22t.986-.588q.03-.029.362-.111q.171.011.286.152t.102.3q-.005.105-.049.186t-.104.142q-.53.512-1.256.768q-.727.255-1.489.255m-3.26-1.48l-.826-5.246l-4.004-2.833l.488%204.075l-3.486%202.313zM16%204.692q-.69%200-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5T17.692%203t-.5%201.191q-.502.501-1.192.501%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.794%2022.192q-.205%200-.433-.025t-.453-.075l-12.625-2.7q-1.024-.205-1.778-.82q-.755-.614-1.16-1.506q-.032-.062-.032-.239q.018-.165.162-.292t.316-.116q.117.012.213.096q.096.083.152.195q.338.682.934%201.19q.595.508%201.377.658l.86.158l3.712-2.427l-.916-3.866q-.08-.298-.015-.647t.208-.603L12.2%206.5H8.812L6.95%209.53L6.096%209L8.27%205.5h5.43q.56%200%20.895.308q.336.308.467.594l.525%201.18q.538%201.22%201.622%202.011q1.083.791%202.483.888v1q-1.576-.058-2.853-.915t-2.191-2.462l-2.53%203.971l3.498%202.752l.98%206.104l1.496.302q.17.05.351.062t.351.013q.62%200%201.162-.22t.986-.588q.03-.029.362-.111q.171.011.286.152t.102.3q-.005.105-.049.186t-.104.142q-.53.512-1.256.768q-.727.255-1.489.255m-3.26-1.48l-.826-5.246l-4.004-2.833l.488%204.075l-3.486%202.313zM16%204.692q-.69%200-1.191-.5q-.501-.501-.501-1.192t.5-1.191q.502-.501%201.192-.501t1.191.5T17.692%203t-.5%201.191q-.502.501-1.192.501%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/snowboarding.svg?color=%231a73e8&size=48