person falling burst icon
person-falling-burst from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- person-falling-burst
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 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 512"><path fill="currentColor" d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32v-73.8c0-10 1.6-19.8 4.5-29l160.6 248.2c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H304l38.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-71.5l-56.8-80.2l-.2-.3c44.7-29 72.5-79 72.5-133.6v-9.8zM96 80a48 48 0 1 0-96 0a48 48 0 1 0 96 0m368 206.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4l78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1l-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1.3.1.6.2.8H312c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9l-1.2 17.8l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPersonFallingBurst(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32v-73.8c0-10 1.6-19.8 4.5-29l160.6 248.2c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H304l38.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-71.5l-56.8-80.2l-.2-.3c44.7-29 72.5-79 72.5-133.6v-9.8zM96 80a48 48 0 1 0-96 0a48 48 0 1 0 96 0m368 206.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4l78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1l-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1.3.1.6.2.8H312c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9l-1.2 17.8l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32v-73.8c0-10 1.6-19.8 4.5-29l160.6 248.2c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H304l38.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-71.5l-56.8-80.2l-.2-.3c44.7-29 72.5-79 72.5-133.6v-9.8zM96 80a48 48 0 1 0-96 0a48 48 0 1 0 96 0m368 206.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4l78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1l-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1.3.1.6.2.8H312c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9l-1.2 17.8l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6z"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v9.8c0%2039-23.7%2074-59.9%2088.4C71.6%20154.5%2032%20213%2032%20278.2V352c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-73.8c0-10%201.6-19.8%204.5-29l160.6%20248.2c9.6%2014.8%2029.4%2019.1%2044.3%209.5s19.1-29.4%209.5-44.3L222.6%20320H304l38.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-71.5l-56.8-80.2l-.2-.3c44.7-29%2072.5-79%2072.5-133.6v-9.8zM96%2080a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m368%20206.1l58.6%2053.9c4.8%204.4%2011.9%205.5%2017.8%202.6s9.5-9%209-15.5l-5.6-79.4l78.7-12.2c6.5-1%2011.7-5.9%2013.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603%2092.2c3.3-5.7%202.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1%2023.1l-29.4-74C476.4%2012%20470.6%208%20464%208s-12.4%204-14.9%2010.1l-29.4%2074l-76.1-23.2c-6.3-1.9-13.1.2-17.2%205.3s-4.6%2012.2-1.4%2017.9l39.5%2069.1l-65.6%2045.1c-5.4%203.7-8%2010.3-6.5%2016.7c.1.3.1.6.2.8H312c20.1%200%2039.2%207.5%2053.8%2020.8l18.4%202.9l-1.2%2017.8l36.2%2048.3c2.1%202.8%203.9%205.7%205.5%208.6z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v9.8c0%2039-23.7%2074-59.9%2088.4C71.6%20154.5%2032%20213%2032%20278.2V352c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-73.8c0-10%201.6-19.8%204.5-29l160.6%20248.2c9.6%2014.8%2029.4%2019.1%2044.3%209.5s19.1-29.4%209.5-44.3L222.6%20320H304l38.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-71.5l-56.8-80.2l-.2-.3c44.7-29%2072.5-79%2072.5-133.6v-9.8zM96%2080a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m368%20206.1l58.6%2053.9c4.8%204.4%2011.9%205.5%2017.8%202.6s9.5-9%209-15.5l-5.6-79.4l78.7-12.2c6.5-1%2011.7-5.9%2013.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603%2092.2c3.3-5.7%202.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1%2023.1l-29.4-74C476.4%2012%20470.6%208%20464%208s-12.4%204-14.9%2010.1l-29.4%2074l-76.1-23.2c-6.3-1.9-13.1.2-17.2%205.3s-4.6%2012.2-1.4%2017.9l39.5%2069.1l-65.6%2045.1c-5.4%203.7-8%2010.3-6.5%2016.7c.1.3.1.6.2.8H312c20.1%200%2039.2%207.5%2053.8%2020.8l18.4%202.9l-1.2%2017.8l36.2%2048.3c2.1%202.8%203.9%205.7%205.5%208.6z%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-burst.svg?color=%231a73e8&size=48