person falling burst icon
person-falling-burst from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-falling-burst
- 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-half-dressperson-harassingperson-hikingperson-military-pointing
Use the person falling burst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 64c17.7 0 32 14.3 32 32v5.4c0 55.2-23.7 107-63.9 143.1L319 320h89c15.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.4L400 384H295.2l113.6 139.8c11.1 13.7 9.1 33.9-4.7 45s-33.9 9.1-45-4.7L169.4 330.6c-6.1 15-9.4 31.3-9.4 48V448c0 17.7-14.3 32-32 32s-32-14.3-32-32v-69.4c0-67.4 35.4-129.9 93.2-164.6l4.6-2.8C232.4 188 256 146.4 256 101.4V96c0-17.7 14.3-32 32-32M48 152c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m376-7.9c0 13.3-10.7 24-24 24s-24-10.7-24-24v-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm104 152c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24zm-54.5-97.5c-9.4-9.4-9.4-24.6 0-33.9l33.9-33.9c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-33.9 33.9c-9.4 9.4-24.6 9.4-33.9 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonFallingBurst(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="M288 64c17.7 0 32 14.3 32 32v5.4c0 55.2-23.7 107-63.9 143.1L319 320h89c15.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.4L400 384H295.2l113.6 139.8c11.1 13.7 9.1 33.9-4.7 45s-33.9 9.1-45-4.7L169.4 330.6c-6.1 15-9.4 31.3-9.4 48V448c0 17.7-14.3 32-32 32s-32-14.3-32-32v-69.4c0-67.4 35.4-129.9 93.2-164.6l4.6-2.8C232.4 188 256 146.4 256 101.4V96c0-17.7 14.3-32 32-32M48 152c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m376-7.9c0 13.3-10.7 24-24 24s-24-10.7-24-24v-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm104 152c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24zm-54.5-97.5c-9.4-9.4-9.4-24.6 0-33.9l33.9-33.9c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-33.9 33.9c-9.4 9.4-24.6 9.4-33.9 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 64c17.7 0 32 14.3 32 32v5.4c0 55.2-23.7 107-63.9 143.1L319 320h89c15.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.4L400 384H295.2l113.6 139.8c11.1 13.7 9.1 33.9-4.7 45s-33.9 9.1-45-4.7L169.4 330.6c-6.1 15-9.4 31.3-9.4 48V448c0 17.7-14.3 32-32 32s-32-14.3-32-32v-69.4c0-67.4 35.4-129.9 93.2-164.6l4.6-2.8C232.4 188 256 146.4 256 101.4V96c0-17.7 14.3-32 32-32M48 152c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m376-7.9c0 13.3-10.7 24-24 24s-24-10.7-24-24v-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm104 152c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24zm-54.5-97.5c-9.4-9.4-9.4-24.6 0-33.9l33.9-33.9c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-33.9 33.9c-9.4 9.4-24.6 9.4-33.9 0"/></svg> </template>
CSS
.icon-person-falling-burst {
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%22M288%2064c17.7%200%2032%2014.3%2032%2032v5.4c0%2055.2-23.7%20107-63.9%20143.1L319%20320h89c15.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.4L400%20384H295.2l113.6%20139.8c11.1%2013.7%209.1%2033.9-4.7%2045s-33.9%209.1-45-4.7L169.4%20330.6c-6.1%2015-9.4%2031.3-9.4%2048V448c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-69.4c0-67.4%2035.4-129.9%2093.2-164.6l4.6-2.8C232.4%20188%20256%20146.4%20256%20101.4V96c0-17.7%2014.3-32%2032-32M48%20152c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m376-7.9c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-48c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024zm104%20152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024zm-54.5-97.5c-9.4-9.4-9.4-24.6%200-33.9l33.9-33.9c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-33.9%2033.9c-9.4%209.4-24.6%209.4-33.9%200%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%22M288%2064c17.7%200%2032%2014.3%2032%2032v5.4c0%2055.2-23.7%20107-63.9%20143.1L319%20320h89c15.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.4L400%20384H295.2l113.6%20139.8c11.1%2013.7%209.1%2033.9-4.7%2045s-33.9%209.1-45-4.7L169.4%20330.6c-6.1%2015-9.4%2031.3-9.4%2048V448c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-69.4c0-67.4%2035.4-129.9%2093.2-164.6l4.6-2.8C232.4%20188%20256%20146.4%20256%20101.4V96c0-17.7%2014.3-32%2032-32M48%20152c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m376-7.9c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-48c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024zm104%20152c-13.3%200-24-10.7-24-24s10.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024zm-54.5-97.5c-9.4-9.4-9.4-24.6%200-33.9l33.9-33.9c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-33.9%2033.9c-9.4%209.4-24.6%209.4-33.9%200%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-burst.svg?color=%231a73e8&size=48