rectangle stack person crop icon

rectangle-stack-person-crop from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
rectangle-stack-person-crop
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the rectangle stack person crop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.695 4.656h30.633c-.14-1.968-1.266-3.023-3.422-3.023H16.117c-2.156 0-3.281 1.055-3.422 3.023m-4.594 6.492h39.844c-.351-2.132-1.383-3.304-3.726-3.304H11.805c-2.344 0-3.352 1.172-3.703 3.304m2.133 43.22H45.79c4.875 0 7.336-2.438 7.336-7.266V22.21c0-4.828-2.46-7.266-7.336-7.266H10.234c-4.898 0-7.36 2.414-7.36 7.266V47.1c0 4.829 2.462 7.266 7.36 7.266m.07-3.774c-2.343 0-3.656-1.266-3.656-3.703V22.398c0-2.437 1.313-3.68 3.657-3.68h35.414c2.32 0 3.632 1.243 3.632 3.68v24.493c0 2.437-1.312 3.703-3.632 3.703h-2.907c-1.921-4.313-6.89-9.024-14.835-9.024c-7.922 0-12.915 4.711-14.813 9.024ZM27.977 38.31c3.96.024 7.148-3.585 7.148-7.851c0-4.195-3.188-7.617-7.148-7.617c-3.962 0-7.149 3.422-7.149 7.617c.024 4.266 3.188 7.805 7.149 7.852"/></svg>

React

import type { SVGProps } from "react";

export function F7RectangleStackPersonCrop(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="M12.695 4.656h30.633c-.14-1.968-1.266-3.023-3.422-3.023H16.117c-2.156 0-3.281 1.055-3.422 3.023m-4.594 6.492h39.844c-.351-2.132-1.383-3.304-3.726-3.304H11.805c-2.344 0-3.352 1.172-3.703 3.304m2.133 43.22H45.79c4.875 0 7.336-2.438 7.336-7.266V22.21c0-4.828-2.46-7.266-7.336-7.266H10.234c-4.898 0-7.36 2.414-7.36 7.266V47.1c0 4.829 2.462 7.266 7.36 7.266m.07-3.774c-2.343 0-3.656-1.266-3.656-3.703V22.398c0-2.437 1.313-3.68 3.657-3.68h35.414c2.32 0 3.632 1.243 3.632 3.68v24.493c0 2.437-1.312 3.703-3.632 3.703h-2.907c-1.921-4.313-6.89-9.024-14.835-9.024c-7.922 0-12.915 4.711-14.813 9.024ZM27.977 38.31c3.96.024 7.148-3.585 7.148-7.851c0-4.195-3.188-7.617-7.148-7.617c-3.962 0-7.149 3.422-7.149 7.617c.024 4.266 3.188 7.805 7.149 7.852"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.695 4.656h30.633c-.14-1.968-1.266-3.023-3.422-3.023H16.117c-2.156 0-3.281 1.055-3.422 3.023m-4.594 6.492h39.844c-.351-2.132-1.383-3.304-3.726-3.304H11.805c-2.344 0-3.352 1.172-3.703 3.304m2.133 43.22H45.79c4.875 0 7.336-2.438 7.336-7.266V22.21c0-4.828-2.46-7.266-7.336-7.266H10.234c-4.898 0-7.36 2.414-7.36 7.266V47.1c0 4.829 2.462 7.266 7.36 7.266m.07-3.774c-2.343 0-3.656-1.266-3.656-3.703V22.398c0-2.437 1.313-3.68 3.657-3.68h35.414c2.32 0 3.632 1.243 3.632 3.68v24.493c0 2.437-1.312 3.703-3.632 3.703h-2.907c-1.921-4.313-6.89-9.024-14.835-9.024c-7.922 0-12.915 4.711-14.813 9.024ZM27.977 38.31c3.96.024 7.148-3.585 7.148-7.851c0-4.195-3.188-7.617-7.148-7.617c-3.962 0-7.149 3.422-7.149 7.617c.024 4.266 3.188 7.805 7.149 7.852"/></svg>
</template>

CSS

.icon-rectangle-stack-person-crop {
  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%22M12.695%204.656h30.633c-.14-1.968-1.266-3.023-3.422-3.023H16.117c-2.156%200-3.281%201.055-3.422%203.023m-4.594%206.492h39.844c-.351-2.132-1.383-3.304-3.726-3.304H11.805c-2.344%200-3.352%201.172-3.703%203.304m2.133%2043.22H45.79c4.875%200%207.336-2.438%207.336-7.266V22.21c0-4.828-2.46-7.266-7.336-7.266H10.234c-4.898%200-7.36%202.414-7.36%207.266V47.1c0%204.829%202.462%207.266%207.36%207.266m.07-3.774c-2.343%200-3.656-1.266-3.656-3.703V22.398c0-2.437%201.313-3.68%203.657-3.68h35.414c2.32%200%203.632%201.243%203.632%203.68v24.493c0%202.437-1.312%203.703-3.632%203.703h-2.907c-1.921-4.313-6.89-9.024-14.835-9.024c-7.922%200-12.915%204.711-14.813%209.024ZM27.977%2038.31c3.96.024%207.148-3.585%207.148-7.851c0-4.195-3.188-7.617-7.148-7.617c-3.962%200-7.149%203.422-7.149%207.617c.024%204.266%203.188%207.805%207.149%207.852%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%22M12.695%204.656h30.633c-.14-1.968-1.266-3.023-3.422-3.023H16.117c-2.156%200-3.281%201.055-3.422%203.023m-4.594%206.492h39.844c-.351-2.132-1.383-3.304-3.726-3.304H11.805c-2.344%200-3.352%201.172-3.703%203.304m2.133%2043.22H45.79c4.875%200%207.336-2.438%207.336-7.266V22.21c0-4.828-2.46-7.266-7.336-7.266H10.234c-4.898%200-7.36%202.414-7.36%207.266V47.1c0%204.829%202.462%207.266%207.36%207.266m.07-3.774c-2.343%200-3.656-1.266-3.656-3.703V22.398c0-2.437%201.313-3.68%203.657-3.68h35.414c2.32%200%203.632%201.243%203.632%203.68v24.493c0%202.437-1.312%203.703-3.632%203.703h-2.907c-1.921-4.313-6.89-9.024-14.835-9.024c-7.922%200-12.915%204.711-14.813%209.024ZM27.977%2038.31c3.96.024%207.148-3.585%207.148-7.851c0-4.195-3.188-7.617-7.148-7.617c-3.962%200-7.149%203.422-7.149%207.617c.024%204.266%203.188%207.805%207.149%207.852%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rectangle-stack-person-crop.svg?color=%231a73e8&size=48