person snowboarding icon

person-snowboarding from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
person-snowboarding
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person snowboarding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50l42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1l-71.5 31.8l33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24h-28.2c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5l74.2-24.9v-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6l-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9M139 350.1L298 411c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44v18.8c0 20.7-13.2 39-32.8 45.5zM432 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonSnowboarding(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50l42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1l-71.5 31.8l33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24h-28.2c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5l74.2-24.9v-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6l-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9M139 350.1L298 411c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44v18.8c0 20.7-13.2 39-32.8 45.5zM432 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50l42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1l-71.5 31.8l33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24h-28.2c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5l74.2-24.9v-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6l-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9M139 350.1L298 411c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44v18.8c0 20.7-13.2 39-32.8 45.5zM432 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>
</template>

CSS

.icon-person-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M209.7%203.4c15.8-7.9%2035-1.5%2042.9%2014.3l25%2050l42.4%208.5c19.5%203.9%2037.8%2012.3%2053.5%2024.5l126.1%2098.1c14%2010.9%2016.5%2031%205.6%2044.9s-31%2016.5-44.9%205.6l-72.1-56.1l-71.5%2031.8l33.1%2027.6c23.2%2019.3%2033.5%2050%2026.7%2079.4l-17.4%2075.2c-2.2%209.4-8.2%2016.8-16.1%2021l86.5%2033.1c4.6%201.8%209.4%202.6%2014.3%202.6H472c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-28.2c-10.8%200-21.4-2-31.5-5.8L60.1%20371.3c-11.5-4.4-22-11.2-30.8-20L7%20329c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l22.4%2022.4c4%204%208.7%207.1%2014%209.1l22.4%208.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8%203.5-34.9%2020.2-40.5l74.2-24.9v-53.2c0-24.2%2013.7-46.4%2035.4-57.2l45.2-22.6l-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35%2014.3-42.9M139%20350.1L298%20411c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44v18.8c0%2020.7-13.2%2039-32.8%2045.5zM432%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M209.7%203.4c15.8-7.9%2035-1.5%2042.9%2014.3l25%2050l42.4%208.5c19.5%203.9%2037.8%2012.3%2053.5%2024.5l126.1%2098.1c14%2010.9%2016.5%2031%205.6%2044.9s-31%2016.5-44.9%205.6l-72.1-56.1l-71.5%2031.8l33.1%2027.6c23.2%2019.3%2033.5%2050%2026.7%2079.4l-17.4%2075.2c-2.2%209.4-8.2%2016.8-16.1%2021l86.5%2033.1c4.6%201.8%209.4%202.6%2014.3%202.6H472c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-28.2c-10.8%200-21.4-2-31.5-5.8L60.1%20371.3c-11.5-4.4-22-11.2-30.8-20L7%20329c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l22.4%2022.4c4%204%208.7%207.1%2014%209.1l22.4%208.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8%203.5-34.9%2020.2-40.5l74.2-24.9v-53.2c0-24.2%2013.7-46.4%2035.4-57.2l45.2-22.6l-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35%2014.3-42.9M139%20350.1L298%20411c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44v18.8c0%2020.7-13.2%2039-32.8%2045.5zM432%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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