person snowboarding icon
person-snowboarding from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-snowboarding
- 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 snowboarding icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M456.5 80c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-258.1 29.5c10.2-14.4 30.2-17.9 44.6-7.7l272 192c14.4 10.2 17.9 30.2 7.7 44.6s-30.2 17.9-44.6 7.7L385.9 281l-62.2 53.3l32.1 26.7c18.2 15.2 28.8 37.7 28.8 61.5v87.8l77.5 15.2c6.2 1.2 12.6.9 18.7-.8l41.2-11.8c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L494 570.9c-13.4 3.8-27.4 4.4-41.1 1.8l-333.8-65.4c-17.2-3.4-33-11.8-45.3-24.1L47.5 457c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l26.2 26.2c5.6 5.6 12.8 9.4 20.6 11l64.2 12.6V349.2c0-27.7 12-54 32.8-72.2l69-60.4l-88.2-62.3c-14.4-10.3-17.8-30.3-7.6-44.8m58.1 375.7l64 12.5v-75.3c0-4.7-2.1-9.3-5.8-12.3l-58.2-48.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonSnowboarding(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="M456.5 80c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-258.1 29.5c10.2-14.4 30.2-17.9 44.6-7.7l272 192c14.4 10.2 17.9 30.2 7.7 44.6s-30.2 17.9-44.6 7.7L385.9 281l-62.2 53.3l32.1 26.7c18.2 15.2 28.8 37.7 28.8 61.5v87.8l77.5 15.2c6.2 1.2 12.6.9 18.7-.8l41.2-11.8c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L494 570.9c-13.4 3.8-27.4 4.4-41.1 1.8l-333.8-65.4c-17.2-3.4-33-11.8-45.3-24.1L47.5 457c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l26.2 26.2c5.6 5.6 12.8 9.4 20.6 11l64.2 12.6V349.2c0-27.7 12-54 32.8-72.2l69-60.4l-88.2-62.3c-14.4-10.3-17.8-30.3-7.6-44.8m58.1 375.7l64 12.5v-75.3c0-4.7-2.1-9.3-5.8-12.3l-58.2-48.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M456.5 80c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m-258.1 29.5c10.2-14.4 30.2-17.9 44.6-7.7l272 192c14.4 10.2 17.9 30.2 7.7 44.6s-30.2 17.9-44.6 7.7L385.9 281l-62.2 53.3l32.1 26.7c18.2 15.2 28.8 37.7 28.8 61.5v87.8l77.5 15.2c6.2 1.2 12.6.9 18.7-.8l41.2-11.8c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7L494 570.9c-13.4 3.8-27.4 4.4-41.1 1.8l-333.8-65.4c-17.2-3.4-33-11.8-45.3-24.1L47.5 457c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l26.2 26.2c5.6 5.6 12.8 9.4 20.6 11l64.2 12.6V349.2c0-27.7 12-54 32.8-72.2l69-60.4l-88.2-62.3c-14.4-10.3-17.8-30.3-7.6-44.8m58.1 375.7l64 12.5v-75.3c0-4.7-2.1-9.3-5.8-12.3l-58.2-48.5z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M456.5%2080c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m-258.1%2029.5c10.2-14.4%2030.2-17.9%2044.6-7.7l272%20192c14.4%2010.2%2017.9%2030.2%207.7%2044.6s-30.2%2017.9-44.6%207.7L385.9%20281l-62.2%2053.3l32.1%2026.7c18.2%2015.2%2028.8%2037.7%2028.8%2061.5v87.8l77.5%2015.2c6.2%201.2%2012.6.9%2018.7-.8l41.2-11.8c12.7-3.6%2026%203.7%2029.7%2016.5s-3.7%2026-16.5%2029.7L494%20570.9c-13.4%203.8-27.4%204.4-41.1%201.8l-333.8-65.4c-17.2-3.4-33-11.8-45.3-24.1L47.5%20457c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l26.2%2026.2c5.6%205.6%2012.8%209.4%2020.6%2011l64.2%2012.6V349.2c0-27.7%2012-54%2032.8-72.2l69-60.4l-88.2-62.3c-14.4-10.3-17.8-30.3-7.6-44.8m58.1%20375.7l64%2012.5v-75.3c0-4.7-2.1-9.3-5.8-12.3l-58.2-48.5z%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%22M456.5%2080c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m-258.1%2029.5c10.2-14.4%2030.2-17.9%2044.6-7.7l272%20192c14.4%2010.2%2017.9%2030.2%207.7%2044.6s-30.2%2017.9-44.6%207.7L385.9%20281l-62.2%2053.3l32.1%2026.7c18.2%2015.2%2028.8%2037.7%2028.8%2061.5v87.8l77.5%2015.2c6.2%201.2%2012.6.9%2018.7-.8l41.2-11.8c12.7-3.6%2026%203.7%2029.7%2016.5s-3.7%2026-16.5%2029.7L494%20570.9c-13.4%203.8-27.4%204.4-41.1%201.8l-333.8-65.4c-17.2-3.4-33-11.8-45.3-24.1L47.5%20457c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l26.2%2026.2c5.6%205.6%2012.8%209.4%2020.6%2011l64.2%2012.6V349.2c0-27.7%2012-54%2032.8-72.2l69-60.4l-88.2-62.3c-14.4-10.3-17.8-30.3-7.6-44.8m58.1%20375.7l64%2012.5v-75.3c0-4.7-2.1-9.3-5.8-12.3l-58.2-48.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/person-snowboarding.svg?color=%231a73e8&size=48