person standing dress icon

person-standing-dress from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
person-standing-dress
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the person standing dress icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.5 12.25V12h1v3.25a.75.75 0 0 0 1.5 0V12h1l-1-5v-.215a.285.285 0 0 1 .56-.078l.793 2.777a.711.711 0 1 0 1.364-.405l-1.065-3.461A3 3 0 0 0 8.784 3.5H7.216a3 3 0 0 0-2.868 2.118L3.283 9.079a.711.711 0 1 0 1.365.405l.793-2.777a.285.285 0 0 1 .56.078V7l-1 5h1v3.25a.75.75 0 0 0 1.5 0Z"/></svg>

React

import type { SVGProps } from "react";

export function BiPersonStandingDress(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.5 12.25V12h1v3.25a.75.75 0 0 0 1.5 0V12h1l-1-5v-.215a.285.285 0 0 1 .56-.078l.793 2.777a.711.711 0 1 0 1.364-.405l-1.065-3.461A3 3 0 0 0 8.784 3.5H7.216a3 3 0 0 0-2.868 2.118L3.283 9.079a.711.711 0 1 0 1.365.405l.793-2.777a.285.285 0 0 1 .56.078V7l-1 5h1v3.25a.75.75 0 0 0 1.5 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.5 12.25V12h1v3.25a.75.75 0 0 0 1.5 0V12h1l-1-5v-.215a.285.285 0 0 1 .56-.078l.793 2.777a.711.711 0 1 0 1.364-.405l-1.065-3.461A3 3 0 0 0 8.784 3.5H7.216a3 3 0 0 0-2.868 2.118L3.283 9.079a.711.711 0 1 0 1.365.405l.793-2.777a.285.285 0 0 1 .56.078V7l-1 5h1v3.25a.75.75 0 0 0 1.5 0Z"/></svg>
</template>

CSS

.icon-person-standing-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-.5%2012.25V12h1v3.25a.75.75%200%200%200%201.5%200V12h1l-1-5v-.215a.285.285%200%200%201%20.56-.078l.793%202.777a.711.711%200%201%200%201.364-.405l-1.065-3.461A3%203%200%200%200%208.784%203.5H7.216a3%203%200%200%200-2.868%202.118L3.283%209.079a.711.711%200%201%200%201.365.405l.793-2.777a.285.285%200%200%201%20.56.078V7l-1%205h1v3.25a.75.75%200%200%200%201.5%200Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-.5%2012.25V12h1v3.25a.75.75%200%200%200%201.5%200V12h1l-1-5v-.215a.285.285%200%200%201%20.56-.078l.793%202.777a.711.711%200%201%200%201.364-.405l-1.065-3.461A3%203%200%200%200%208.784%203.5H7.216a3%203%200%200%200-2.868%202.118L3.283%209.079a.711.711%200%201%200%201.365.405l.793-2.777a.285.285%200%200%201%20.56.078V7l-1%205h1v3.25a.75.75%200%200%200%201.5%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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