person dress icon
person-dress from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- person-dress
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 320×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-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-hikingperson-military-pointing
Use the person dress icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M160 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96M88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1l38.3-114.8l-33.9 56.4c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPersonDress(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M160 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96M88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1l38.3-114.8l-33.9 56.4c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M160 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96M88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1l38.3-114.8l-33.9 56.4c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"/></svg> </template>
CSS
.icon-person-dress {
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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96M88%20384H70.2c-10.9%200-18.6-10.7-15.2-21.1l38.3-114.8l-33.9%2056.4c-9.1%2015.1-28.8%2020-43.9%2010.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7%2056.7-54.3%2096-54.3h11.6c39.3%200%2075.7%2020.6%2096%2054.3l53.6%2089.2c9.1%2015.1%204.2%2034.8-10.9%2043.9s-34.8%204.2-43.9-10.9l-33.9-56.3L265%20362.9c3.5%2010.4-4.3%2021.1-15.2%2021.1H232v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96h-16v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96M88%20384H70.2c-10.9%200-18.6-10.7-15.2-21.1l38.3-114.8l-33.9%2056.4c-9.1%2015.1-28.8%2020-43.9%2010.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7%2056.7-54.3%2096-54.3h11.6c39.3%200%2075.7%2020.6%2096%2054.3l53.6%2089.2c9.1%2015.1%204.2%2034.8-10.9%2043.9s-34.8%204.2-43.9-10.9l-33.9-56.3L265%20362.9c3.5%2010.4-4.3%2021.1-15.2%2021.1H232v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96h-16v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32z%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.svg?color=%231a73e8&size=48