snowboarding icon
snowboarding-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- snowboarding-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- snowboarding-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
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.775 22.5q-.225 0-.462-.025t-.463-.075L5.225 19.7q-1.1-.225-1.912-.887T2.075 17.2q-.05-.1-.05-.45q.075-.3.325-.475t.575-.125q.175.05.3.163t.2.262q.3.625.838 1.075t1.262.6l.475.1L9.5 16l-.8-3.5q-.1-.375-.025-.763T8.95 11l2.5-4H9.1L7.725 9.2q-.225.35-.625.45t-.75-.125T5.9 8.9t.125-.75L7.7 5.475q.125-.225.35-.35T8.55 5h5.15q.675 0 1.088.375t.562.7l.525 1.2q.425.975 1.25 1.675t1.9.95q.425.1.7.387T20 11t-.275.7t-.675.225q-1.45-.2-2.638-.988T14.475 8.95l-1.8 2.875L15.7 14.25q.15.125.225.275t.125.35L17 20.7l1.15.225q.15.05.313.063t.312.012q.6 0 1.075-.2t.9-.55q.125-.125.65-.15q.325.05.487.325t.113.55q-.025.125-.088.225t-.162.2q-.625.55-1.4.825t-1.575.275M14.9 20.25l-.75-4.65l-2.85-2.025l.375 2.7q.05.275-.075.55t-.375.425l-2.5 1.675zM16 5q-.825 0-1.413-.587T14 3t.588-1.412T16 1t1.413.588T18 3t-.587 1.413T16 5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSnowboardingRounded(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.775 22.5q-.225 0-.462-.025t-.463-.075L5.225 19.7q-1.1-.225-1.912-.887T2.075 17.2q-.05-.1-.05-.45q.075-.3.325-.475t.575-.125q.175.05.3.163t.2.262q.3.625.838 1.075t1.262.6l.475.1L9.5 16l-.8-3.5q-.1-.375-.025-.763T8.95 11l2.5-4H9.1L7.725 9.2q-.225.35-.625.45t-.75-.125T5.9 8.9t.125-.75L7.7 5.475q.125-.225.35-.35T8.55 5h5.15q.675 0 1.088.375t.562.7l.525 1.2q.425.975 1.25 1.675t1.9.95q.425.1.7.387T20 11t-.275.7t-.675.225q-1.45-.2-2.638-.988T14.475 8.95l-1.8 2.875L15.7 14.25q.15.125.225.275t.125.35L17 20.7l1.15.225q.15.05.313.063t.312.012q.6 0 1.075-.2t.9-.55q.125-.125.65-.15q.325.05.487.325t.113.55q-.025.125-.088.225t-.162.2q-.625.55-1.4.825t-1.575.275M14.9 20.25l-.75-4.65l-2.85-2.025l.375 2.7q.05.275-.075.55t-.375.425l-2.5 1.675zM16 5q-.825 0-1.413-.587T14 3t.588-1.412T16 1t1.413.588T18 3t-.587 1.413T16 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.775 22.5q-.225 0-.462-.025t-.463-.075L5.225 19.7q-1.1-.225-1.912-.887T2.075 17.2q-.05-.1-.05-.45q.075-.3.325-.475t.575-.125q.175.05.3.163t.2.262q.3.625.838 1.075t1.262.6l.475.1L9.5 16l-.8-3.5q-.1-.375-.025-.763T8.95 11l2.5-4H9.1L7.725 9.2q-.225.35-.625.45t-.75-.125T5.9 8.9t.125-.75L7.7 5.475q.125-.225.35-.35T8.55 5h5.15q.675 0 1.088.375t.562.7l.525 1.2q.425.975 1.25 1.675t1.9.95q.425.1.7.387T20 11t-.275.7t-.675.225q-1.45-.2-2.638-.988T14.475 8.95l-1.8 2.875L15.7 14.25q.15.125.225.275t.125.35L17 20.7l1.15.225q.15.05.313.063t.312.012q.6 0 1.075-.2t.9-.55q.125-.125.65-.15q.325.05.487.325t.113.55q-.025.125-.088.225t-.162.2q-.625.55-1.4.825t-1.575.275M14.9 20.25l-.75-4.65l-2.85-2.025l.375 2.7q.05.275-.075.55t-.375.425l-2.5 1.675zM16 5q-.825 0-1.413-.587T14 3t.588-1.412T16 1t1.413.588T18 3t-.587 1.413T16 5"/></svg> </template>
CSS
.icon-snowboarding-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.775%2022.5q-.225%200-.462-.025t-.463-.075L5.225%2019.7q-1.1-.225-1.912-.887T2.075%2017.2q-.05-.1-.05-.45q.075-.3.325-.475t.575-.125q.175.05.3.163t.2.262q.3.625.838%201.075t1.262.6l.475.1L9.5%2016l-.8-3.5q-.1-.375-.025-.763T8.95%2011l2.5-4H9.1L7.725%209.2q-.225.35-.625.45t-.75-.125T5.9%208.9t.125-.75L7.7%205.475q.125-.225.35-.35T8.55%205h5.15q.675%200%201.088.375t.562.7l.525%201.2q.425.975%201.25%201.675t1.9.95q.425.1.7.387T20%2011t-.275.7t-.675.225q-1.45-.2-2.638-.988T14.475%208.95l-1.8%202.875L15.7%2014.25q.15.125.225.275t.125.35L17%2020.7l1.15.225q.15.05.313.063t.312.012q.6%200%201.075-.2t.9-.55q.125-.125.65-.15q.325.05.487.325t.113.55q-.025.125-.088.225t-.162.2q-.625.55-1.4.825t-1.575.275M14.9%2020.25l-.75-4.65l-2.85-2.025l.375%202.7q.05.275-.075.55t-.375.425l-2.5%201.675zM16%205q-.825%200-1.413-.587T14%203t.588-1.412T16%201t1.413.588T18%203t-.587%201.413T16%205%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.775%2022.5q-.225%200-.462-.025t-.463-.075L5.225%2019.7q-1.1-.225-1.912-.887T2.075%2017.2q-.05-.1-.05-.45q.075-.3.325-.475t.575-.125q.175.05.3.163t.2.262q.3.625.838%201.075t1.262.6l.475.1L9.5%2016l-.8-3.5q-.1-.375-.025-.763T8.95%2011l2.5-4H9.1L7.725%209.2q-.225.35-.625.45t-.75-.125T5.9%208.9t.125-.75L7.7%205.475q.125-.225.35-.35T8.55%205h5.15q.675%200%201.088.375t.562.7l.525%201.2q.425.975%201.25%201.675t1.9.95q.425.1.7.387T20%2011t-.275.7t-.675.225q-1.45-.2-2.638-.988T14.475%208.95l-1.8%202.875L15.7%2014.25q.15.125.225.275t.125.35L17%2020.7l1.15.225q.15.05.313.063t.312.012q.6%200%201.075-.2t.9-.55q.125-.125.65-.15q.325.05.487.325t.113.55q-.025.125-.088.225t-.162.2q-.625.55-1.4.825t-1.575.275M14.9%2020.25l-.75-4.65l-2.85-2.025l.375%202.7q.05.275-.075.55t-.375.425l-2.5%201.675zM16%205q-.825%200-1.413-.587T14%203t.588-1.412T16%201t1.413.588T18%203t-.587%201.413T16%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/snowboarding-rounded.svg?color=%231a73e8&size=48