person 2 square stack icon
person-2-square-stack-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- person-2-square-stack-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
person-2person-2-altperson-3person-altperson-alt-circleperson-badge-minusperson-badge-plusperson-circleperson-crop-circleperson-crop-circle-badge-checkmarkperson-crop-circle-badge-exclamperson-crop-circle-badge-minusperson-crop-circle-badge-plusperson-crop-circle-badge-xmarkperson-crop-circle-fill-badge-checkmarkperson-crop-circle-fill-badge-exclamperson-crop-circle-fill-badge-minusperson-crop-circle-fill-badge-plusperson-crop-circle-fill-badge-xmarkperson-crop-rectangleperson-crop-square
Use the person 2 square stack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.844 3.637H38.64C38.5 1.645 37.375.613 35.219.613h-14.93c-2.156 0-3.305 1.032-3.445 3.024m-4.149 6.492h29.93c-.352-2.133-1.36-3.305-3.703-3.305H16.398c-2.343 0-3.351 1.172-3.703 3.305m1.899 45.258h27.515c4.22 0 6.657-2.438 6.657-7.266v-27c0-4.828-2.461-7.265-7.36-7.265H14.594c-4.875 0-7.36 2.437-7.36 7.265v27c0 4.852 2.485 7.266 7.36 7.266M34.96 38.37c-2.836 0-5.273-2.531-5.273-5.766c0-3.21 2.46-5.671 5.273-5.671s5.203 2.39 5.203 5.625c0 3.28-2.39 5.812-5.203 5.812m-15.117.305c-2.461 0-4.594-2.203-4.594-5.04c0-2.788 2.133-4.921 4.594-4.921c2.437 0 4.547 2.086 4.547 4.898c0 2.86-2.086 5.063-4.547 5.063M14.57 51.473c-2.742 0-3.445-.75-3.445-3.352v-2.414c1.148-2.367 4.219-4.898 8.695-4.898c2.157 0 3.75.539 5.203 1.5c-3.07 2.203-4.734 7.453-3.351 9.164Zm10.993 0c-.633 0-1.383-.563-1.383-1.735c0-4.218 4.148-8.882 10.758-8.882c4.945 0 8.624 2.601 9.937 5.062v2.203c0 2.648-.75 3.352-2.766 3.352Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Person2SquareStackFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.844 3.637H38.64C38.5 1.645 37.375.613 35.219.613h-14.93c-2.156 0-3.305 1.032-3.445 3.024m-4.149 6.492h29.93c-.352-2.133-1.36-3.305-3.703-3.305H16.398c-2.343 0-3.351 1.172-3.703 3.305m1.899 45.258h27.515c4.22 0 6.657-2.438 6.657-7.266v-27c0-4.828-2.461-7.265-7.36-7.265H14.594c-4.875 0-7.36 2.437-7.36 7.265v27c0 4.852 2.485 7.266 7.36 7.266M34.96 38.37c-2.836 0-5.273-2.531-5.273-5.766c0-3.21 2.46-5.671 5.273-5.671s5.203 2.39 5.203 5.625c0 3.28-2.39 5.812-5.203 5.812m-15.117.305c-2.461 0-4.594-2.203-4.594-5.04c0-2.788 2.133-4.921 4.594-4.921c2.437 0 4.547 2.086 4.547 4.898c0 2.86-2.086 5.063-4.547 5.063M14.57 51.473c-2.742 0-3.445-.75-3.445-3.352v-2.414c1.148-2.367 4.219-4.898 8.695-4.898c2.157 0 3.75.539 5.203 1.5c-3.07 2.203-4.734 7.453-3.351 9.164Zm10.993 0c-.633 0-1.383-.563-1.383-1.735c0-4.218 4.148-8.882 10.758-8.882c4.945 0 8.624 2.601 9.937 5.062v2.203c0 2.648-.75 3.352-2.766 3.352Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.844 3.637H38.64C38.5 1.645 37.375.613 35.219.613h-14.93c-2.156 0-3.305 1.032-3.445 3.024m-4.149 6.492h29.93c-.352-2.133-1.36-3.305-3.703-3.305H16.398c-2.343 0-3.351 1.172-3.703 3.305m1.899 45.258h27.515c4.22 0 6.657-2.438 6.657-7.266v-27c0-4.828-2.461-7.265-7.36-7.265H14.594c-4.875 0-7.36 2.437-7.36 7.265v27c0 4.852 2.485 7.266 7.36 7.266M34.96 38.37c-2.836 0-5.273-2.531-5.273-5.766c0-3.21 2.46-5.671 5.273-5.671s5.203 2.39 5.203 5.625c0 3.28-2.39 5.812-5.203 5.812m-15.117.305c-2.461 0-4.594-2.203-4.594-5.04c0-2.788 2.133-4.921 4.594-4.921c2.437 0 4.547 2.086 4.547 4.898c0 2.86-2.086 5.063-4.547 5.063M14.57 51.473c-2.742 0-3.445-.75-3.445-3.352v-2.414c1.148-2.367 4.219-4.898 8.695-4.898c2.157 0 3.75.539 5.203 1.5c-3.07 2.203-4.734 7.453-3.351 9.164Zm10.993 0c-.633 0-1.383-.563-1.383-1.735c0-4.218 4.148-8.882 10.758-8.882c4.945 0 8.624 2.601 9.937 5.062v2.203c0 2.648-.75 3.352-2.766 3.352Z"/></svg> </template>
CSS
.icon-person-2-square-stack-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.844%203.637H38.64C38.5%201.645%2037.375.613%2035.219.613h-14.93c-2.156%200-3.305%201.032-3.445%203.024m-4.149%206.492h29.93c-.352-2.133-1.36-3.305-3.703-3.305H16.398c-2.343%200-3.351%201.172-3.703%203.305m1.899%2045.258h27.515c4.22%200%206.657-2.438%206.657-7.266v-27c0-4.828-2.461-7.265-7.36-7.265H14.594c-4.875%200-7.36%202.437-7.36%207.265v27c0%204.852%202.485%207.266%207.36%207.266M34.96%2038.37c-2.836%200-5.273-2.531-5.273-5.766c0-3.21%202.46-5.671%205.273-5.671s5.203%202.39%205.203%205.625c0%203.28-2.39%205.812-5.203%205.812m-15.117.305c-2.461%200-4.594-2.203-4.594-5.04c0-2.788%202.133-4.921%204.594-4.921c2.437%200%204.547%202.086%204.547%204.898c0%202.86-2.086%205.063-4.547%205.063M14.57%2051.473c-2.742%200-3.445-.75-3.445-3.352v-2.414c1.148-2.367%204.219-4.898%208.695-4.898c2.157%200%203.75.539%205.203%201.5c-3.07%202.203-4.734%207.453-3.351%209.164Zm10.993%200c-.633%200-1.383-.563-1.383-1.735c0-4.218%204.148-8.882%2010.758-8.882c4.945%200%208.624%202.601%209.937%205.062v2.203c0%202.648-.75%203.352-2.766%203.352Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.844%203.637H38.64C38.5%201.645%2037.375.613%2035.219.613h-14.93c-2.156%200-3.305%201.032-3.445%203.024m-4.149%206.492h29.93c-.352-2.133-1.36-3.305-3.703-3.305H16.398c-2.343%200-3.351%201.172-3.703%203.305m1.899%2045.258h27.515c4.22%200%206.657-2.438%206.657-7.266v-27c0-4.828-2.461-7.265-7.36-7.265H14.594c-4.875%200-7.36%202.437-7.36%207.265v27c0%204.852%202.485%207.266%207.36%207.266M34.96%2038.37c-2.836%200-5.273-2.531-5.273-5.766c0-3.21%202.46-5.671%205.273-5.671s5.203%202.39%205.203%205.625c0%203.28-2.39%205.812-5.203%205.812m-15.117.305c-2.461%200-4.594-2.203-4.594-5.04c0-2.788%202.133-4.921%204.594-4.921c2.437%200%204.547%202.086%204.547%204.898c0%202.86-2.086%205.063-4.547%205.063M14.57%2051.473c-2.742%200-3.445-.75-3.445-3.352v-2.414c1.148-2.367%204.219-4.898%208.695-4.898c2.157%200%203.75.539%205.203%201.5c-3.07%202.203-4.734%207.453-3.351%209.164Zm10.993%200c-.633%200-1.383-.563-1.383-1.735c0-4.218%204.148-8.882%2010.758-8.882c4.945%200%208.624%202.601%209.937%205.062v2.203c0%202.648-.75%203.352-2.766%203.352Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/person-2-square-stack-fill.svg?color=%231a73e8&size=48