person skiing icon
person-skiing from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-skiing
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
person-arrow-down-to-lineperson-arrow-up-from-lineperson-bikingperson-boothperson-breastfeedingperson-burstperson-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-diggingperson-dots-from-lineperson-dressperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-hiking
Use the person skiing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56M34.7 364.9c6.1-11.8 20.6-16.3 32.4-10.2l197.8 102.7l62.3-87.2l-82-92.2c-11-12.4-16.2-27.5-16.2-42.4L340.6 289l42.9 48.2c14.9 16.7 16.2 41.6 3.2 59.8l-64.4 90.2l128.3 66.6c13.6 7.1 29.8 7.2 43.6.3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7l-383.6-199c-11.7-6.1-16.3-20.6-10.2-32.4M135 113.6l18 8.7l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 17l84.8 41l.4-.2l76.1-33.8c31.3-13.9 67.9-.7 83.2 29.9l28.9 57.8l68.7 27.5c16.4 6.6 24.4 25.2 17.8 41.6s-25.2 24.4-41.6 17.8L425.8 288c-10.9-4.4-19.8-12.6-25.1-23.1l-11.5-23.1c-16.4 9.4-25.9 14.8-28.5 16.3l-7.6-3.7l-185.6-89.6l-9.2 18.3c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-17.9l-17.6-8.5c-7.9-3.8-11.2-13.4-7.4-21.4s13.4-11.3 21.4-7.4"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonSkiing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56M34.7 364.9c6.1-11.8 20.6-16.3 32.4-10.2l197.8 102.7l62.3-87.2l-82-92.2c-11-12.4-16.2-27.5-16.2-42.4L340.6 289l42.9 48.2c14.9 16.7 16.2 41.6 3.2 59.8l-64.4 90.2l128.3 66.6c13.6 7.1 29.8 7.2 43.6.3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7l-383.6-199c-11.7-6.1-16.3-20.6-10.2-32.4M135 113.6l18 8.7l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 17l84.8 41l.4-.2l76.1-33.8c31.3-13.9 67.9-.7 83.2 29.9l28.9 57.8l68.7 27.5c16.4 6.6 24.4 25.2 17.8 41.6s-25.2 24.4-41.6 17.8L425.8 288c-10.9-4.4-19.8-12.6-25.1-23.1l-11.5-23.1c-16.4 9.4-25.9 14.8-28.5 16.3l-7.6-3.7l-185.6-89.6l-9.2 18.3c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-17.9l-17.6-8.5c-7.9-3.8-11.2-13.4-7.4-21.4s13.4-11.3 21.4-7.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56M34.7 364.9c6.1-11.8 20.6-16.3 32.4-10.2l197.8 102.7l62.3-87.2l-82-92.2c-11-12.4-16.2-27.5-16.2-42.4L340.6 289l42.9 48.2c14.9 16.7 16.2 41.6 3.2 59.8l-64.4 90.2l128.3 66.6c13.6 7.1 29.8 7.2 43.6.3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7l-383.6-199c-11.7-6.1-16.3-20.6-10.2-32.4M135 113.6l18 8.7l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 17l84.8 41l.4-.2l76.1-33.8c31.3-13.9 67.9-.7 83.2 29.9l28.9 57.8l68.7 27.5c16.4 6.6 24.4 25.2 17.8 41.6s-25.2 24.4-41.6 17.8L425.8 288c-10.9-4.4-19.8-12.6-25.1-23.1l-11.5-23.1c-16.4 9.4-25.9 14.8-28.5 16.3l-7.6-3.7l-185.6-89.6l-9.2 18.3c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-17.9l-17.6-8.5c-7.9-3.8-11.2-13.4-7.4-21.4s13.4-11.3 21.4-7.4"/></svg> </template>
CSS
.icon-person-skiing {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56M34.7%20364.9c6.1-11.8%2020.6-16.3%2032.4-10.2l197.8%20102.7l62.3-87.2l-82-92.2c-11-12.4-16.2-27.5-16.2-42.4L340.6%20289l42.9%2048.2c14.9%2016.7%2016.2%2041.6%203.2%2059.8l-64.4%2090.2l128.3%2066.6c13.6%207.1%2029.8%207.2%2043.6.3l15.2-7.6c11.9-5.9%2026.3-1.1%2032.2%2010.7s1.1%2026.3-10.7%2032.2l-15.2%207.6c-27.5%2013.7-59.9%2013.5-87.2-.7l-383.6-199c-11.7-6.1-16.3-20.6-10.2-32.4M135%20113.6l18%208.7l8.7-17.4c4-7.9%2013.6-11.1%2021.5-7.2s11.1%2013.6%207.2%2021.5l-8.5%2017l84.8%2041l.4-.2l76.1-33.8c31.3-13.9%2067.9-.7%2083.2%2029.9l28.9%2057.8l68.7%2027.5c16.4%206.6%2024.4%2025.2%2017.8%2041.6s-25.2%2024.4-41.6%2017.8L425.8%20288c-10.9-4.4-19.8-12.6-25.1-23.1l-11.5-23.1c-16.4%209.4-25.9%2014.8-28.5%2016.3l-7.6-3.7l-185.6-89.6l-9.2%2018.3c-4%207.9-13.6%2011.1-21.5%207.2s-11.1-13.6-7.2-21.5l9-17.9l-17.6-8.5c-7.9-3.8-11.2-13.4-7.4-21.4s13.4-11.3%2021.4-7.4%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56M34.7%20364.9c6.1-11.8%2020.6-16.3%2032.4-10.2l197.8%20102.7l62.3-87.2l-82-92.2c-11-12.4-16.2-27.5-16.2-42.4L340.6%20289l42.9%2048.2c14.9%2016.7%2016.2%2041.6%203.2%2059.8l-64.4%2090.2l128.3%2066.6c13.6%207.1%2029.8%207.2%2043.6.3l15.2-7.6c11.9-5.9%2026.3-1.1%2032.2%2010.7s1.1%2026.3-10.7%2032.2l-15.2%207.6c-27.5%2013.7-59.9%2013.5-87.2-.7l-383.6-199c-11.7-6.1-16.3-20.6-10.2-32.4M135%20113.6l18%208.7l8.7-17.4c4-7.9%2013.6-11.1%2021.5-7.2s11.1%2013.6%207.2%2021.5l-8.5%2017l84.8%2041l.4-.2l76.1-33.8c31.3-13.9%2067.9-.7%2083.2%2029.9l28.9%2057.8l68.7%2027.5c16.4%206.6%2024.4%2025.2%2017.8%2041.6s-25.2%2024.4-41.6%2017.8L425.8%20288c-10.9-4.4-19.8-12.6-25.1-23.1l-11.5-23.1c-16.4%209.4-25.9%2014.8-28.5%2016.3l-7.6-3.7l-185.6-89.6l-9.2%2018.3c-4%207.9-13.6%2011.1-21.5%207.2s-11.1-13.6-7.2-21.5l9-17.9l-17.6-8.5c-7.9-3.8-11.2-13.4-7.4-21.4s13.4-11.3%2021.4-7.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/person-skiing.svg?color=%231a73e8&size=48