snowboard icon

snowboard-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
snowboard-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the snowboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M18.504 1.47a3.61 3.61 0 0 1-.263 5.34q-4.646 3.811-6.101 5.266t-5.266 6.101a3.61 3.61 0 0 1-5.34.263a3.48 3.48 0 0 1 .291-5.183A72.4 72.4 0 0 0 13.321 1.761a3.48 3.48 0 0 1 5.183-.291m-7.071 7.07a1 1 0 1 0 1.414-1.413a1 1 0 0 0-1.414 1.414zM7.19 12.785a1 1 0 1 0 1.414-1.415a1 1 0 0 0-1.414 1.415"/></svg>

React

import type { SVGProps } from "react";

export function JamSnowboardF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M18.504 1.47a3.61 3.61 0 0 1-.263 5.34q-4.646 3.811-6.101 5.266t-5.266 6.101a3.61 3.61 0 0 1-5.34.263a3.48 3.48 0 0 1 .291-5.183A72.4 72.4 0 0 0 13.321 1.761a3.48 3.48 0 0 1 5.183-.291m-7.071 7.07a1 1 0 1 0 1.414-1.413a1 1 0 0 0-1.414 1.414zM7.19 12.785a1 1 0 1 0 1.414-1.415a1 1 0 0 0-1.414 1.415"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M18.504 1.47a3.61 3.61 0 0 1-.263 5.34q-4.646 3.811-6.101 5.266t-5.266 6.101a3.61 3.61 0 0 1-5.34.263a3.48 3.48 0 0 1 .291-5.183A72.4 72.4 0 0 0 13.321 1.761a3.48 3.48 0 0 1 5.183-.291m-7.071 7.07a1 1 0 1 0 1.414-1.413a1 1 0 0 0-1.414 1.414zM7.19 12.785a1 1 0 1 0 1.414-1.415a1 1 0 0 0-1.414 1.415"/></svg>
</template>

CSS

.icon-snowboard-f {
  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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.504%201.47a3.61%203.61%200%200%201-.263%205.34q-4.646%203.811-6.101%205.266t-5.266%206.101a3.61%203.61%200%200%201-5.34.263a3.48%203.48%200%200%201%20.291-5.183A72.4%2072.4%200%200%200%2013.321%201.761a3.48%203.48%200%200%201%205.183-.291m-7.071%207.07a1%201%200%201%200%201.414-1.413a1%201%200%200%200-1.414%201.414zM7.19%2012.785a1%201%200%201%200%201.414-1.415a1%201%200%200%200-1.414%201.415%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.504%201.47a3.61%203.61%200%200%201-.263%205.34q-4.646%203.811-6.101%205.266t-5.266%206.101a3.61%203.61%200%200%201-5.34.263a3.48%203.48%200%200%201%20.291-5.183A72.4%2072.4%200%200%200%2013.321%201.761a3.48%203.48%200%200%201%205.183-.291m-7.071%207.07a1%201%200%201%200%201.414-1.413a1%201%200%200%200-1.414%201.414zM7.19%2012.785a1%201%200%201%200%201.414-1.415a1%201%200%200%200-1.414%201.415%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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