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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person skating icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-224 80c0-17.7 14.3-32 32-32h159.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4l60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-66.7l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17l-74.9-.1c-17.7 0-32-14.3-32-32M81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8l-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6m-268.7 29.8l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonSkating(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-224 80c0-17.7 14.3-32 32-32h159.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4l60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-66.7l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17l-74.9-.1c-17.7 0-32-14.3-32-32M81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8l-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6m-268.7 29.8l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-224 80c0-17.7 14.3-32 32-32h159.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4l60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32v-66.7l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17l-74.9-.1c-17.7 0-32-14.3-32-32M81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8l-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6m-268.7 29.8l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"/></svg>
</template>

CSS

.icon-person-skating {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-224%2080c0-17.7%2014.3-32%2032-32h159.4c43.6%200%2064.6%2053.4%2032.8%2083.1l-74.4%2069.4l60.2%2060.2c9%209%2014.1%2021.2%2014.1%2033.9V416c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-66.7l-77.9-77.8c-26.6-26.6-24.6-70.3%204.3-94.4l20.4-17l-74.9-.1c-17.7%200-32-14.3-32-32M81.4%20353.4l86.9-86.9c4.6%2010%2011%2019.3%2019.3%2027.5l21.8%2021.8l-82.7%2082.7c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3zm322.5%2095.1c8.6%202.1%2013.8%2010.8%2011.6%2019.4l-.4%201.7c-6.2%2024.9-28.6%2042.4-54.3%2042.4H272c-8.8%200-16-7.2-16-16s7.2-16%2016-16h88.8c11%200%2020.6-7.5%2023.3-18.2l.4-1.7c2.1-8.6%2010.8-13.8%2019.4-11.6m-268.7%2029.8l-6.2%203.1c-21.6%2010.8-47.6%206.6-64.6-10.5L4.7%20411.3c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l59.6%2059.6c7.3%207.3%2018.5%209.1%2027.7%204.5l6.2-3.1c7.9-4%2017.5-.7%2021.5%207.2s.7%2017.5-7.2%2021.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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-224%2080c0-17.7%2014.3-32%2032-32h159.4c43.6%200%2064.6%2053.4%2032.8%2083.1l-74.4%2069.4l60.2%2060.2c9%209%2014.1%2021.2%2014.1%2033.9V416c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-66.7l-77.9-77.8c-26.6-26.6-24.6-70.3%204.3-94.4l20.4-17l-74.9-.1c-17.7%200-32-14.3-32-32M81.4%20353.4l86.9-86.9c4.6%2010%2011%2019.3%2019.3%2027.5l21.8%2021.8l-82.7%2082.7c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3zm322.5%2095.1c8.6%202.1%2013.8%2010.8%2011.6%2019.4l-.4%201.7c-6.2%2024.9-28.6%2042.4-54.3%2042.4H272c-8.8%200-16-7.2-16-16s7.2-16%2016-16h88.8c11%200%2020.6-7.5%2023.3-18.2l.4-1.7c2.1-8.6%2010.8-13.8%2019.4-11.6m-268.7%2029.8l-6.2%203.1c-21.6%2010.8-47.6%206.6-64.6-10.5L4.7%20411.3c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l59.6%2059.6c7.3%207.3%2018.5%209.1%2027.7%204.5l6.2-3.1c7.9-4%2017.5-.7%2021.5%207.2s.7%2017.5-7.2%2021.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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