user rectangle icon

user-rectangle-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
user-rectangle-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the user rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 120a44 44 0 1 1-44-44a44 44 0 0 1 44 44m60-64v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-16 144V56H40v144h14.68a80 80 0 0 1 29.41-34.84a4 4 0 0 1 4.83.31a59.82 59.82 0 0 0 78.16 0a4 4 0 0 1 4.83-.31A80 80 0 0 1 201.32 200z"/></svg>

React

import type { SVGProps } from "react";

export function PhUserRectangleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 120a44 44 0 1 1-44-44a44 44 0 0 1 44 44m60-64v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-16 144V56H40v144h14.68a80 80 0 0 1 29.41-34.84a4 4 0 0 1 4.83.31a59.82 59.82 0 0 0 78.16 0a4 4 0 0 1 4.83-.31A80 80 0 0 1 201.32 200z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 120a44 44 0 1 1-44-44a44 44 0 0 1 44 44m60-64v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-16 144V56H40v144h14.68a80 80 0 0 1 29.41-34.84a4 4 0 0 1 4.83.31a59.82 59.82 0 0 0 78.16 0a4 4 0 0 1 4.83-.31A80 80 0 0 1 201.32 200z"/></svg>
</template>

CSS

.icon-user-rectangle-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20120a44%2044%200%201%201-44-44a44%2044%200%200%201%2044%2044m60-64v144a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-16%20144V56H40v144h14.68a80%2080%200%200%201%2029.41-34.84a4%204%200%200%201%204.83.31a59.82%2059.82%200%200%200%2078.16%200a4%204%200%200%201%204.83-.31A80%2080%200%200%201%20201.32%20200z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20120a44%2044%200%201%201-44-44a44%2044%200%200%201%2044%2044m60-64v144a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-16%20144V56H40v144h14.68a80%2080%200%200%201%2029.41-34.84a4%204%200%200%201%204.83.31a59.82%2059.82%200%200%200%2078.16%200a4%204%200%200%201%204.83-.31A80%2080%200%200%201%20201.32%20200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-rectangle-fill.svg?color=%231a73e8&size=48