person skiing nordic icon

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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person skiing nordic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M336 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-108.8 64c1.9 0 3.8.1 5.6.3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9l-23.3 81.6h-88.5l41.1-88.1l-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.8L154 206.4c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zm-105.8 38.6c.4.4.8.8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h480c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24h-69.4l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32h-21.3c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15C250.6 97.8 239 96 227.3 96c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4l-27.1 176h-44.4l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4l5.1 12.3c15 35.8 49.9 59.1 88.7 59.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonSkiingNordic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M336 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-108.8 64c1.9 0 3.8.1 5.6.3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9l-23.3 81.6h-88.5l41.1-88.1l-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.8L154 206.4c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zm-105.8 38.6c.4.4.8.8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h480c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24h-69.4l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32h-21.3c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15C250.6 97.8 239 96 227.3 96c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4l-27.1 176h-44.4l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4l5.1 12.3c15 35.8 49.9 59.1 88.7 59.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M336 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-108.8 64c1.9 0 3.8.1 5.6.3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9l-23.3 81.6h-88.5l41.1-88.1l-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.8L154 206.4c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zm-105.8 38.6c.4.4.8.8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h480c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24h-69.4l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32h-21.3c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15C250.6 97.8 239 96 227.3 96c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4l-27.1 176h-44.4l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4l5.1 12.3c15 35.8 49.9 59.1 88.7 59.1z"/></svg>
</template>

CSS

.icon-person-skiing-nordic {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-108.8%2064c1.9%200%203.8.1%205.6.3L201.6%20254c-9.3%2028%201.7%2058.8%2026.8%2074.5l86.2%2053.9l-23.3%2081.6h-88.5l41.1-88.1l-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2%20464H99.8L154%20206.4c4.6-1.5%209-4.1%2012.7-7.8l23.1-23.1c9.9-9.9%2023.4-15.5%2037.5-15.5zm-105.8%2038.6c.4.4.8.8%201.3%201.2L67%20464H24c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h480c39.8%200%2072-32.2%2072-72v-8c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v8c0%2013.3-10.7%2024-24%2024h-69.4l27.6-179.3c10.5-5.2%2017.8-16.1%2017.8-28.7c0-17.7-14.3-32-32-32h-21.3c-12.9%200-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15C250.6%2097.8%20239%2096%20227.3%2096c-31%200-60.8%2012.3-82.7%2034.3l-23.1%2023.1c-12.5%2012.5-12.5%2032.8%200%2045.3zm308%2089.4l-27.1%20176h-44.4l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302%20299l30.9-82.4l5.1%2012.3c15%2035.8%2049.9%2059.1%2088.7%2059.1z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-108.8%2064c1.9%200%203.8.1%205.6.3L201.6%20254c-9.3%2028%201.7%2058.8%2026.8%2074.5l86.2%2053.9l-23.3%2081.6h-88.5l41.1-88.1l-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2%20464H99.8L154%20206.4c4.6-1.5%209-4.1%2012.7-7.8l23.1-23.1c9.9-9.9%2023.4-15.5%2037.5-15.5zm-105.8%2038.6c.4.4.8.8%201.3%201.2L67%20464H24c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h480c39.8%200%2072-32.2%2072-72v-8c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v8c0%2013.3-10.7%2024-24%2024h-69.4l27.6-179.3c10.5-5.2%2017.8-16.1%2017.8-28.7c0-17.7-14.3-32-32-32h-21.3c-12.9%200-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15C250.6%2097.8%20239%2096%20227.3%2096c-31%200-60.8%2012.3-82.7%2034.3l-23.1%2023.1c-12.5%2012.5-12.5%2032.8%200%2045.3zm308%2089.4l-27.1%20176h-44.4l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302%20299l30.9-82.4l5.1%2012.3c15%2035.8%2049.9%2059.1%2088.7%2059.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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