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

Name
person-falling
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 falling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 0c17.7 0 32 14.3 32 32v9.8c0 54.6-27.9 104.6-72.5 133.6l.2.3l56.8 80.3H392c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320h-97.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29V352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-73.8c0-65.1 39.6-123.7 100.1-147.9c36.2-14.5 59.9-49.5 59.9-88.5V32c0-17.7 14.3-32 32-32M112 32a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonFalling(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="M288 0c17.7 0 32 14.3 32 32v9.8c0 54.6-27.9 104.6-72.5 133.6l.2.3l56.8 80.3H392c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320h-97.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29V352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-73.8c0-65.1 39.6-123.7 100.1-147.9c36.2-14.5 59.9-49.5 59.9-88.5V32c0-17.7 14.3-32 32-32M112 32a48 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="M288 0c17.7 0 32 14.3 32 32v9.8c0 54.6-27.9 104.6-72.5 133.6l.2.3l56.8 80.3H392c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320h-97.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29V352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-73.8c0-65.1 39.6-123.7 100.1-147.9c36.2-14.5 59.9-49.5 59.9-88.5V32c0-17.7 14.3-32 32-32M112 32a48 48 0 1 1 0 96a48 48 0 1 1 0-96"/></svg>
</template>

CSS

.icon-person-falling {
  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%22M288%200c17.7%200%2032%2014.3%2032%2032v9.8c0%2054.6-27.9%20104.6-72.5%20133.6l.2.3l56.8%2080.3H392c15.1%200%2029.3%207.1%2038.4%2019.2l43.2%2057.6c10.6%2014.1%207.7%2034.2-6.4%2044.8s-34.2%207.7-44.8-6.4L384%20320h-97.4l92.3%20142.6c9.6%2014.8%205.4%2034.6-9.5%2044.3s-34.6%205.4-44.3-9.5L164.5%20249.2c-2.9%209.2-4.5%2019-4.5%2029V352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-73.8c0-65.1%2039.6-123.7%20100.1-147.9c36.2-14.5%2059.9-49.5%2059.9-88.5V32c0-17.7%2014.3-32%2032-32M112%2032a48%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%22M288%200c17.7%200%2032%2014.3%2032%2032v9.8c0%2054.6-27.9%20104.6-72.5%20133.6l.2.3l56.8%2080.3H392c15.1%200%2029.3%207.1%2038.4%2019.2l43.2%2057.6c10.6%2014.1%207.7%2034.2-6.4%2044.8s-34.2%207.7-44.8-6.4L384%20320h-97.4l92.3%20142.6c9.6%2014.8%205.4%2034.6-9.5%2044.3s-34.6%205.4-44.3-9.5L164.5%20249.2c-2.9%209.2-4.5%2019-4.5%2029V352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-73.8c0-65.1%2039.6-123.7%20100.1-147.9c36.2-14.5%2059.9-49.5%2059.9-88.5V32c0-17.7%2014.3-32%2032-32M112%2032a48%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-falling.svg?color=%231a73e8&size=48