person burst icon
person-burst from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- person-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-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 512"><path fill="currentColor" d="M480 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.7-47.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32M190.9 18.1C188.4 12 182.6 8 176 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.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4l50.5-7.8l24.3-40.5l-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPersonBurst(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="M480 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.7-47.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32M190.9 18.1C188.4 12 182.6 8 176 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.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4l50.5-7.8l24.3-40.5l-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M480 96a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-8 384V352h16v128c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l28.7-47.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32M190.9 18.1C188.4 12 182.6 8 176 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.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4l50.5-7.8l24.3-40.5l-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1 23.1z"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-8%20384V352h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V256.9l28.6%2047.5c9.1%2015.1%2028.8%2020%2043.9%2010.9s20-28.8%2010.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7%200-64.9%2017.7-82.3%2046.6l-58.3%2097c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9l28.7-47.5V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32M190.9%2018.1C188.4%2012%20182.6%208%20176%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.3S33.8%2086.4%2037%2092.1l39.5%2069.1l-65.6%2045.2c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.5c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l58.6-53.8l58.6%2053.9c4.8%204.4%2011.9%205.5%2017.8%202.6s9.5-9%209-15.5l-5.6-79.4l50.5-7.8l24.3-40.5l-55.2-38L315%2092.2c3.3-5.7%202.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1%2023.1z%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%22M480%2096a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-8%20384V352h16v128c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V256.9l28.6%2047.5c9.1%2015.1%2028.8%2020%2043.9%2010.9s20-28.8%2010.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6h-29.7c-33.7%200-64.9%2017.7-82.3%2046.6l-58.3%2097c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9l28.7-47.5V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32M190.9%2018.1C188.4%2012%20182.6%208%20176%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.3S33.8%2086.4%2037%2092.1l39.5%2069.1l-65.6%2045.2c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.5c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l58.6-53.8l58.6%2053.9c4.8%204.4%2011.9%205.5%2017.8%202.6s9.5-9%209-15.5l-5.6-79.4l50.5-7.8l24.3-40.5l-55.2-38L315%2092.2c3.3-5.7%202.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3l-76.1%2023.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/person-burst.svg?color=%231a73e8&size=48