snowboard icon
snowboard from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- snowboard
- Set
- Jam Icons
- Style
- Outline
- 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.51 1.527a4.416 4.416 0 0 1-.305 6.522A77 77 0 0 0 8.061 18.193a4.416 4.416 0 0 1-6.522.305a4.39 4.39 0 0 1 .317-6.499A74 74 0 0 0 12.01 1.844a4.39 4.39 0 0 1 6.499-.317zm-1.415 1.414a2.39 2.39 0 0 0-3.54.173a76 76 0 0 1-10.43 10.43a2.392 2.392 0 0 0-.005 3.691a2.416 2.416 0 0 0 3.401-.318A79 79 0 0 1 16.93 6.51a2.416 2.416 0 0 0 .166-3.568zM11.438 8.57a1 1 0 1 1 1.415-1.414a1 1 0 0 1-1.415 1.414m-4.95 4.95a1 1 0 1 1 1.415-1.415a1 1 0 0 1-1.414 1.415z"/></svg>
React
import type { SVGProps } from "react";
export function JamSnowboard(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.51 1.527a4.416 4.416 0 0 1-.305 6.522A77 77 0 0 0 8.061 18.193a4.416 4.416 0 0 1-6.522.305a4.39 4.39 0 0 1 .317-6.499A74 74 0 0 0 12.01 1.844a4.39 4.39 0 0 1 6.499-.317zm-1.415 1.414a2.39 2.39 0 0 0-3.54.173a76 76 0 0 1-10.43 10.43a2.392 2.392 0 0 0-.005 3.691a2.416 2.416 0 0 0 3.401-.318A79 79 0 0 1 16.93 6.51a2.416 2.416 0 0 0 .166-3.568zM11.438 8.57a1 1 0 1 1 1.415-1.414a1 1 0 0 1-1.415 1.414m-4.95 4.95a1 1 0 1 1 1.415-1.415a1 1 0 0 1-1.414 1.415z"/></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.51 1.527a4.416 4.416 0 0 1-.305 6.522A77 77 0 0 0 8.061 18.193a4.416 4.416 0 0 1-6.522.305a4.39 4.39 0 0 1 .317-6.499A74 74 0 0 0 12.01 1.844a4.39 4.39 0 0 1 6.499-.317zm-1.415 1.414a2.39 2.39 0 0 0-3.54.173a76 76 0 0 1-10.43 10.43a2.392 2.392 0 0 0-.005 3.691a2.416 2.416 0 0 0 3.401-.318A79 79 0 0 1 16.93 6.51a2.416 2.416 0 0 0 .166-3.568zM11.438 8.57a1 1 0 1 1 1.415-1.414a1 1 0 0 1-1.415 1.414m-4.95 4.95a1 1 0 1 1 1.415-1.415a1 1 0 0 1-1.414 1.415z"/></svg> </template>
CSS
.icon-snowboard {
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.51%201.527a4.416%204.416%200%200%201-.305%206.522A77%2077%200%200%200%208.061%2018.193a4.416%204.416%200%200%201-6.522.305a4.39%204.39%200%200%201%20.317-6.499A74%2074%200%200%200%2012.01%201.844a4.39%204.39%200%200%201%206.499-.317zm-1.415%201.414a2.39%202.39%200%200%200-3.54.173a76%2076%200%200%201-10.43%2010.43a2.392%202.392%200%200%200-.005%203.691a2.416%202.416%200%200%200%203.401-.318A79%2079%200%200%201%2016.93%206.51a2.416%202.416%200%200%200%20.166-3.568zM11.438%208.57a1%201%200%201%201%201.415-1.414a1%201%200%200%201-1.415%201.414m-4.95%204.95a1%201%200%201%201%201.415-1.415a1%201%200%200%201-1.414%201.415z%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.51%201.527a4.416%204.416%200%200%201-.305%206.522A77%2077%200%200%200%208.061%2018.193a4.416%204.416%200%200%201-6.522.305a4.39%204.39%200%200%201%20.317-6.499A74%2074%200%200%200%2012.01%201.844a4.39%204.39%200%200%201%206.499-.317zm-1.415%201.414a2.39%202.39%200%200%200-3.54.173a76%2076%200%200%201-10.43%2010.43a2.392%202.392%200%200%200-.005%203.691a2.416%202.416%200%200%200%203.401-.318A79%2079%200%200%201%2016.93%206.51a2.416%202.416%200%200%200%20.166-3.568zM11.438%208.57a1%201%200%201%201%201.415-1.414a1%201%200%200%201-1.415%201.414m-4.95%204.95a1%201%200%201%201%201.415-1.415a1%201%200%200%201-1.414%201.415z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/snowboard.svg?color=%231a73e8&size=48