user rectangle icon
user-rectangle-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- user-rectangle-bold
- Set
- Phosphor
- Style
- Bold
- 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="M216 36H40a20 20 0 0 0-20 20v144a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a20 20 0 0 0-20-20m-116 92a28 28 0 1 1 28 28a28 28 0 0 1-28-28m28 52a59.66 59.66 0 0 1 40.85 16h-81.7A59.66 59.66 0 0 1 128 180m84 16h-12.44A83.46 83.46 0 0 0 165 164.5a52 52 0 1 0-74 0A83.46 83.46 0 0 0 56.44 196H44V60h168Z"/></svg>
React
import type { SVGProps } from "react";
export function PhUserRectangleBold(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="M216 36H40a20 20 0 0 0-20 20v144a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a20 20 0 0 0-20-20m-116 92a28 28 0 1 1 28 28a28 28 0 0 1-28-28m28 52a59.66 59.66 0 0 1 40.85 16h-81.7A59.66 59.66 0 0 1 128 180m84 16h-12.44A83.46 83.46 0 0 0 165 164.5a52 52 0 1 0-74 0A83.46 83.46 0 0 0 56.44 196H44V60h168Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 36H40a20 20 0 0 0-20 20v144a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a20 20 0 0 0-20-20m-116 92a28 28 0 1 1 28 28a28 28 0 0 1-28-28m28 52a59.66 59.66 0 0 1 40.85 16h-81.7A59.66 59.66 0 0 1 128 180m84 16h-12.44A83.46 83.46 0 0 0 165 164.5a52 52 0 1 0-74 0A83.46 83.46 0 0 0 56.44 196H44V60h168Z"/></svg> </template>
CSS
.icon-user-rectangle-bold {
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%22M216%2036H40a20%2020%200%200%200-20%2020v144a20%2020%200%200%200%2020%2020h176a20%2020%200%200%200%2020-20V56a20%2020%200%200%200-20-20m-116%2092a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m28%2052a59.66%2059.66%200%200%201%2040.85%2016h-81.7A59.66%2059.66%200%200%201%20128%20180m84%2016h-12.44A83.46%2083.46%200%200%200%20165%20164.5a52%2052%200%201%200-74%200A83.46%2083.46%200%200%200%2056.44%20196H44V60h168Z%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%22M216%2036H40a20%2020%200%200%200-20%2020v144a20%2020%200%200%200%2020%2020h176a20%2020%200%200%200%2020-20V56a20%2020%200%200%200-20-20m-116%2092a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m28%2052a59.66%2059.66%200%200%201%2040.85%2016h-81.7A59.66%2059.66%200%200%201%20128%20180m84%2016h-12.44A83.46%2083.46%200%200%200%20165%20164.5a52%2052%200%201%200-74%200A83.46%2083.46%200%200%200%2056.44%20196H44V60h168Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-rectangle-bold.svg?color=%231a73e8&size=48