person half dress icon

person-half-dress from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
person-half-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

Use the person half 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-96m8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3v352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96H70.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.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonHalfDress(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-96m8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3v352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96H70.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.9z"/></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-96m8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3v352c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96H70.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.9z"/></svg>
</template>

CSS

.icon-person-half-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-96m8%20352V128h6.9c33.7%200%2064.9%2017.7%2082.3%2046.6l58.3%2097c9.1%2015.1%204.2%2034.8-10.9%2043.9s-34.8%204.2-43.9-10.9L232%20256.9V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zM58.2%20182.3c19.9-33.1%2055.3-53.5%2093.8-54.3v352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96H70.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.9z%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-96m8%20352V128h6.9c33.7%200%2064.9%2017.7%2082.3%2046.6l58.3%2097c9.1%2015.1%204.2%2034.8-10.9%2043.9s-34.8%204.2-43.9-10.9L232%20256.9V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zM58.2%20182.3c19.9-33.1%2055.3-53.5%2093.8-54.3v352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96H70.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.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/person-half-dress.svg?color=%231a73e8&size=48