snowboarding icon

snowboarding from Line Awesome by Icons8 · Line · Winter · Apache-2.0 Free for personal and commercial use.

Name
snowboarding
Set
Line Awesome
Style
Line
Category
Winter
Viewbox
32×32
License
Apache 2.0
Aliases
snowboarding-solid

The same icon in other sets

More winter icons from Line Awesome

Use the snowboarding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3M10.531 5.156L8.875 6.281l2.313 3.407a2 2 0 0 0 1.156.812l2.187.563l-3.187 3.093a2.196 2.196 0 0 0-.344 2.69l1.344 2.312l-.938 1.063l-1.941 2.168l2.26.474l1.181-1.299l1.438-1.625l.469-.53l-.344-.626l-1.75-2.937a.21.21 0 0 1 .031-.25l4-3.907l.938.782l-2.563 2.687a2.023 2.023 0 0 0-.031 2.75l1.531 1.69l-.094 1.343l-.232 2.887l1.98.416l.252-3.146l.125-1.815l.032-.404l-.282-.346l-1.843-1.969l2.687-2.812l4.375 3.656l1.281-1.562l-7.187-5.94l-.157-.156l-.218-.031l-4.5-1.156zM21 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M4.895 21.553l-1.79.894l.137.274a4.97 4.97 0 0 0 3.442 2.656l15.746 3.314a4.98 4.98 0 0 0 3.265-.421l.752-.375l-.894-1.79l-.752.375a3 3 0 0 1-1.96.254L7.097 23.42a2.99 2.99 0 0 1-2.065-1.596l-.136-.271z"/></svg>

React

import type { SVGProps } from "react";

export function LaSnowboarding(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3M10.531 5.156L8.875 6.281l2.313 3.407a2 2 0 0 0 1.156.812l2.187.563l-3.187 3.093a2.196 2.196 0 0 0-.344 2.69l1.344 2.312l-.938 1.063l-1.941 2.168l2.26.474l1.181-1.299l1.438-1.625l.469-.53l-.344-.626l-1.75-2.937a.21.21 0 0 1 .031-.25l4-3.907l.938.782l-2.563 2.687a2.023 2.023 0 0 0-.031 2.75l1.531 1.69l-.094 1.343l-.232 2.887l1.98.416l.252-3.146l.125-1.815l.032-.404l-.282-.346l-1.843-1.969l2.687-2.812l4.375 3.656l1.281-1.562l-7.187-5.94l-.157-.156l-.218-.031l-4.5-1.156zM21 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M4.895 21.553l-1.79.894l.137.274a4.97 4.97 0 0 0 3.442 2.656l15.746 3.314a4.98 4.98 0 0 0 3.265-.421l.752-.375l-.894-1.79l-.752.375a3 3 0 0 1-1.96.254L7.097 23.42a2.99 2.99 0 0 1-2.065-1.596l-.136-.271z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3M10.531 5.156L8.875 6.281l2.313 3.407a2 2 0 0 0 1.156.812l2.187.563l-3.187 3.093a2.196 2.196 0 0 0-.344 2.69l1.344 2.312l-.938 1.063l-1.941 2.168l2.26.474l1.181-1.299l1.438-1.625l.469-.53l-.344-.626l-1.75-2.937a.21.21 0 0 1 .031-.25l4-3.907l.938.782l-2.563 2.687a2.023 2.023 0 0 0-.031 2.75l1.531 1.69l-.094 1.343l-.232 2.887l1.98.416l.252-3.146l.125-1.815l.032-.404l-.282-.346l-1.843-1.969l2.687-2.812l4.375 3.656l1.281-1.562l-7.187-5.94l-.157-.156l-.218-.031l-4.5-1.156zM21 6c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1M4.895 21.553l-1.79.894l.137.274a4.97 4.97 0 0 0 3.442 2.656l15.746 3.314a4.98 4.98 0 0 0 3.265-.421l.752-.375l-.894-1.79l-.752.375a3 3 0 0 1-1.96.254L7.097 23.42a2.99 2.99 0 0 1-2.065-1.596l-.136-.271z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204c-1.645%200-3%201.355-3%203s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3M10.531%205.156L8.875%206.281l2.313%203.407a2%202%200%200%200%201.156.812l2.187.563l-3.187%203.093a2.196%202.196%200%200%200-.344%202.69l1.344%202.312l-.938%201.063l-1.941%202.168l2.26.474l1.181-1.299l1.438-1.625l.469-.53l-.344-.626l-1.75-2.937a.21.21%200%200%201%20.031-.25l4-3.907l.938.782l-2.563%202.687a2.023%202.023%200%200%200-.031%202.75l1.531%201.69l-.094%201.343l-.232%202.887l1.98.416l.252-3.146l.125-1.815l.032-.404l-.282-.346l-1.843-1.969l2.687-2.812l4.375%203.656l1.281-1.562l-7.187-5.94l-.157-.156l-.218-.031l-4.5-1.156zM21%206c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1M4.895%2021.553l-1.79.894l.137.274a4.97%204.97%200%200%200%203.442%202.656l15.746%203.314a4.98%204.98%200%200%200%203.265-.421l.752-.375l-.894-1.79l-.752.375a3%203%200%200%201-1.96.254L7.097%2023.42a2.99%202.99%200%200%201-2.065-1.596l-.136-.271z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204c-1.645%200-3%201.355-3%203s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3M10.531%205.156L8.875%206.281l2.313%203.407a2%202%200%200%200%201.156.812l2.187.563l-3.187%203.093a2.196%202.196%200%200%200-.344%202.69l1.344%202.312l-.938%201.063l-1.941%202.168l2.26.474l1.181-1.299l1.438-1.625l.469-.53l-.344-.626l-1.75-2.937a.21.21%200%200%201%20.031-.25l4-3.907l.938.782l-2.563%202.687a2.023%202.023%200%200%200-.031%202.75l1.531%201.69l-.094%201.343l-.232%202.887l1.98.416l.252-3.146l.125-1.815l.032-.404l-.282-.346l-1.843-1.969l2.687-2.812l4.375%203.656l1.281-1.562l-7.187-5.94l-.157-.156l-.218-.031l-4.5-1.156zM21%206c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1M4.895%2021.553l-1.79.894l.137.274a4.97%204.97%200%200%200%203.442%202.656l15.746%203.314a4.98%204.98%200%200%200%203.265-.421l.752-.375l-.894-1.79l-.752.375a3%203%200%200%201-1.96.254L7.097%2023.42a2.99%202.99%200%200%201-2.065-1.596l-.136-.271z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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