person falling icon
person-falling from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-falling
- 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-falling-burstperson-half-dressperson-harassingperson-hikingperson-military-pointing
Use the person falling icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M384 96c0-17.7-14.3-32-32-32s-32 14.3-32 32v5.4c0 45-23.6 86.6-62.1 109.8l-4.6 2.8c-57.9 34.7-93.3 97.1-93.3 164.6V448c0 17.7 14.3 32 32 32s32-14.3 32-32v-69.4c0-16.7 3.3-33 9.4-48l189.8 233.6c11.1 13.7 31.3 15.8 45 4.7s15.8-31.3 4.7-45L359.2 384H464l38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6c-9.1-12.1-23.3-19.2-38.4-19.2h-89l-62.9-75.5c40.3-36 63.9-87.9 63.9-143.1zM168 208c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonFalling(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="M384 96c0-17.7-14.3-32-32-32s-32 14.3-32 32v5.4c0 45-23.6 86.6-62.1 109.8l-4.6 2.8c-57.9 34.7-93.3 97.1-93.3 164.6V448c0 17.7 14.3 32 32 32s32-14.3 32-32v-69.4c0-16.7 3.3-33 9.4-48l189.8 233.6c11.1 13.7 31.3 15.8 45 4.7s15.8-31.3 4.7-45L359.2 384H464l38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6c-9.1-12.1-23.3-19.2-38.4-19.2h-89l-62.9-75.5c40.3-36 63.9-87.9 63.9-143.1zM168 208c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M384 96c0-17.7-14.3-32-32-32s-32 14.3-32 32v5.4c0 45-23.6 86.6-62.1 109.8l-4.6 2.8c-57.9 34.7-93.3 97.1-93.3 164.6V448c0 17.7 14.3 32 32 32s32-14.3 32-32v-69.4c0-16.7 3.3-33 9.4-48l189.8 233.6c11.1 13.7 31.3 15.8 45 4.7s15.8-31.3 4.7-45L359.2 384H464l38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6c-9.1-12.1-23.3-19.2-38.4-19.2h-89l-62.9-75.5c40.3-36 63.9-87.9 63.9-143.1zM168 208c30.9 0 56-25.1 56-56s-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%2096c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v5.4c0%2045-23.6%2086.6-62.1%20109.8l-4.6%202.8c-57.9%2034.7-93.3%2097.1-93.3%20164.6V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-69.4c0-16.7%203.3-33%209.4-48l189.8%20233.6c11.1%2013.7%2031.3%2015.8%2045%204.7s15.8-31.3%204.7-45L359.2%20384H464l38.4%2051.2c10.6%2014.1%2030.7%2017%2044.8%206.4s17-30.7%206.4-44.8l-43.2-57.6c-9.1-12.1-23.3-19.2-38.4-19.2h-89l-62.9-75.5c40.3-36%2063.9-87.9%2063.9-143.1zM168%20208c30.9%200%2056-25.1%2056-56s-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056%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%22M384%2096c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v5.4c0%2045-23.6%2086.6-62.1%20109.8l-4.6%202.8c-57.9%2034.7-93.3%2097.1-93.3%20164.6V448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-69.4c0-16.7%203.3-33%209.4-48l189.8%20233.6c11.1%2013.7%2031.3%2015.8%2045%204.7s15.8-31.3%204.7-45L359.2%20384H464l38.4%2051.2c10.6%2014.1%2030.7%2017%2044.8%206.4s17-30.7%206.4-44.8l-43.2-57.6c-9.1-12.1-23.3-19.2-38.4-19.2h-89l-62.9-75.5c40.3-36%2063.9-87.9%2063.9-143.1zM168%20208c30.9%200%2056-25.1%2056-56s-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/person-falling.svg?color=%231a73e8&size=48