person burst icon
person-burst from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- person-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-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-diggingperson-dots-from-lineperson-dressperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-hikingperson-military-pointing
Use the person burst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M204 104.1c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24s24 10.7 24 24v48c0 13.3-10.7 24-24 24M4 208.1c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H28c-13.3 0-24-10.7-24-24m92.5 141.4c-9.4 9.4-24.6 9.4-33.9 0s-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.9zM62.6 66.7c9.4-9.4 24.6-9.4 33.9 0l33.9 33.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-33.9-33.9c-9.4-9.4-9.4-24.6 0-33.9M352.4 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m126.3 331.1l-46.3-62.4V576c0 17.7-14.3 32-32 32s-32-14.3-32-32V416c0-8.8-7.2-16-16-16s-16 7.2-16 16v160c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.7l-46.3 62.4c-10.5 14.2-30.6 17.2-44.8 6.6s-17.2-30.6-6.6-44.8l70.5-95c25.2-33.9 65-53.9 107.2-53.9s82 20 107.2 53.9l70.5 95c10.5 14.2 7.6 34.2-6.6 44.8s-34.2 7.6-44.8-6.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPersonBurst(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="M204 104.1c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24s24 10.7 24 24v48c0 13.3-10.7 24-24 24M4 208.1c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H28c-13.3 0-24-10.7-24-24m92.5 141.4c-9.4 9.4-24.6 9.4-33.9 0s-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.9zM62.6 66.7c9.4-9.4 24.6-9.4 33.9 0l33.9 33.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-33.9-33.9c-9.4-9.4-9.4-24.6 0-33.9M352.4 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m126.3 331.1l-46.3-62.4V576c0 17.7-14.3 32-32 32s-32-14.3-32-32V416c0-8.8-7.2-16-16-16s-16 7.2-16 16v160c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.7l-46.3 62.4c-10.5 14.2-30.6 17.2-44.8 6.6s-17.2-30.6-6.6-44.8l70.5-95c25.2-33.9 65-53.9 107.2-53.9s82 20 107.2 53.9l70.5 95c10.5 14.2 7.6 34.2-6.6 44.8s-34.2 7.6-44.8-6.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M204 104.1c-13.3 0-24-10.7-24-24v-48c0-13.3 10.7-24 24-24s24 10.7 24 24v48c0 13.3-10.7 24-24 24M4 208.1c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H28c-13.3 0-24-10.7-24-24m92.5 141.4c-9.4 9.4-24.6 9.4-33.9 0s-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.9zM62.6 66.7c9.4-9.4 24.6-9.4 33.9 0l33.9 33.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-33.9-33.9c-9.4-9.4-9.4-24.6 0-33.9M352.4 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56m126.3 331.1l-46.3-62.4V576c0 17.7-14.3 32-32 32s-32-14.3-32-32V416c0-8.8-7.2-16-16-16s-16 7.2-16 16v160c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.7l-46.3 62.4c-10.5 14.2-30.6 17.2-44.8 6.6s-17.2-30.6-6.6-44.8l70.5-95c25.2-33.9 65-53.9 107.2-53.9s82 20 107.2 53.9l70.5 95c10.5 14.2 7.6 34.2-6.6 44.8s-34.2 7.6-44.8-6.6"/></svg> </template>
CSS
.icon-person-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%22M204%20104.1c-13.3%200-24-10.7-24-24v-48c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v48c0%2013.3-10.7%2024-24%2024M4%20208.1c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H28c-13.3%200-24-10.7-24-24m92.5%20141.4c-9.4%209.4-24.6%209.4-33.9%200s-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.9zM62.6%2066.7c9.4-9.4%2024.6-9.4%2033.9%200l33.9%2033.9c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-33.9-33.9c-9.4-9.4-9.4-24.6%200-33.9M352.4%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m126.3%20331.1l-46.3-62.4V576c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V416c0-8.8-7.2-16-16-16s-16%207.2-16%2016v160c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V300.7l-46.3%2062.4c-10.5%2014.2-30.6%2017.2-44.8%206.6s-17.2-30.6-6.6-44.8l70.5-95c25.2-33.9%2065-53.9%20107.2-53.9s82%2020%20107.2%2053.9l70.5%2095c10.5%2014.2%207.6%2034.2-6.6%2044.8s-34.2%207.6-44.8-6.6%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%22M204%20104.1c-13.3%200-24-10.7-24-24v-48c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v48c0%2013.3-10.7%2024-24%2024M4%20208.1c0-13.3%2010.7-24%2024-24h48c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H28c-13.3%200-24-10.7-24-24m92.5%20141.4c-9.4%209.4-24.6%209.4-33.9%200s-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.9zM62.6%2066.7c9.4-9.4%2024.6-9.4%2033.9%200l33.9%2033.9c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-33.9-33.9c-9.4-9.4-9.4-24.6%200-33.9M352.4%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56m126.3%20331.1l-46.3-62.4V576c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V416c0-8.8-7.2-16-16-16s-16%207.2-16%2016v160c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V300.7l-46.3%2062.4c-10.5%2014.2-30.6%2017.2-44.8%206.6s-17.2-30.6-6.6-44.8l70.5-95c25.2-33.9%2065-53.9%20107.2-53.9s82%2020%20107.2%2053.9l70.5%2095c10.5%2014.2%207.6%2034.2-6.6%2044.8s-34.2%207.6-44.8-6.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/person-burst.svg?color=%231a73e8&size=48