person dress burst icon
person-dress-burst from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- person-dress-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-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-hikingperson-military-pointing
Use the person dress burst icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M528 48a48 48 0 1 0-96 0a48 48 0 1 0 96 0M390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h17.8c10.9 0 18.6-10.7 15.2-21.1l-38.3-114.8l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3h-11.6c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1M190.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.4-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 Fa6SolidPersonDressBurst(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="M528 48a48 48 0 1 0-96 0a48 48 0 1 0 96 0M390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h17.8c10.9 0 18.6-10.7 15.2-21.1l-38.3-114.8l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3h-11.6c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1M190.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.4-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="M528 48a48 48 0 1 0-96 0a48 48 0 1 0 96 0M390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96h17.8c10.9 0 18.6-10.7 15.2-21.1l-38.3-114.8l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3h-11.6c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1M190.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.4-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-dress-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%22M528%2048a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M390.2%20384H408v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96h16v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96h17.8c10.9%200%2018.6-10.7%2015.2-21.1l-38.3-114.8l33.9%2056.3c9.1%2015.1%2028.8%2020%2043.9%2010.9s20-28.8%2010.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3h-11.6c-39.3%200-75.7%2020.6-96%2054.3l-53.6%2089.2c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9l33.9-56.3L375%20362.9c-3.5%2010.4%204.3%2021.1%2015.2%2021.1M190.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.4-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%22M528%2048a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200M390.2%20384H408v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96h16v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96h17.8c10.9%200%2018.6-10.7%2015.2-21.1l-38.3-114.8l33.9%2056.3c9.1%2015.1%2028.8%2020%2043.9%2010.9s20-28.8%2010.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3h-11.6c-39.3%200-75.7%2020.6-96%2054.3l-53.6%2089.2c-9.1%2015.1-4.2%2034.8%2010.9%2043.9s34.8%204.2%2043.9-10.9l33.9-56.3L375%20362.9c-3.5%2010.4%204.3%2021.1%2015.2%2021.1M190.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.4-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-dress-burst.svg?color=%231a73e8&size=48