person crop square icon
person-crop-square from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- person-crop-square
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
person-2person-2-altperson-2-square-stackperson-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-rectangle
Use the person crop square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m14.227-13.758c-8.32 0-14.297 4.008-16.828 9.094c-.633-.633-.985-1.547-.985-2.789V13.88c0-2.438 1.313-3.68 3.656-3.68h28.313c2.32 0 3.633 1.242 3.633 3.68v28.24c0 1.219-.328 2.156-.961 2.766c-2.508-5.086-8.297-9.07-16.828-9.07m0-3.914c4.476.047 8.015-3.773 8.015-8.789c0-4.71-3.539-8.601-8.015-8.601s-8.04 3.89-8.016 8.601c.047 5.016 3.54 8.719 8.016 8.79"/></svg>
React
import type { SVGProps } from "react";
export function F7PersonCropSquare(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="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m14.227-13.758c-8.32 0-14.297 4.008-16.828 9.094c-.633-.633-.985-1.547-.985-2.789V13.88c0-2.438 1.313-3.68 3.656-3.68h28.313c2.32 0 3.633 1.242 3.633 3.68v28.24c0 1.219-.328 2.156-.961 2.766c-2.508-5.086-8.297-9.07-16.828-9.07m0-3.914c4.476.047 8.015-3.773 8.015-8.789c0-4.71-3.539-8.601-8.015-8.601s-8.04 3.89-8.016 8.601c.047 5.016 3.54 8.719 8.016 8.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m14.227-13.758c-8.32 0-14.297 4.008-16.828 9.094c-.633-.633-.985-1.547-.985-2.789V13.88c0-2.438 1.313-3.68 3.656-3.68h28.313c2.32 0 3.633 1.242 3.633 3.68v28.24c0 1.219-.328 2.156-.961 2.766c-2.508-5.086-8.297-9.07-16.828-9.07m0-3.914c4.476.047 8.015-3.773 8.015-8.789c0-4.71-3.539-8.601-8.015-8.601s-8.04 3.89-8.016 8.601c.047 5.016 3.54 8.719 8.016 8.79"/></svg> </template>
CSS
.icon-person-crop-square {
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%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265m14.227-13.758c-8.32%200-14.297%204.008-16.828%209.094c-.633-.633-.985-1.547-.985-2.789V13.88c0-2.438%201.313-3.68%203.656-3.68h28.313c2.32%200%203.633%201.242%203.633%203.68v28.24c0%201.219-.328%202.156-.961%202.766c-2.508-5.086-8.297-9.07-16.828-9.07m0-3.914c4.476.047%208.015-3.773%208.015-8.789c0-4.71-3.539-8.601-8.015-8.601s-8.04%203.89-8.016%208.601c.047%205.016%203.54%208.719%208.016%208.79%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%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265m14.227-13.758c-8.32%200-14.297%204.008-16.828%209.094c-.633-.633-.985-1.547-.985-2.789V13.88c0-2.438%201.313-3.68%203.656-3.68h28.313c2.32%200%203.633%201.242%203.633%203.68v28.24c0%201.219-.328%202.156-.961%202.766c-2.508-5.086-8.297-9.07-16.828-9.07m0-3.914c4.476.047%208.015-3.773%208.015-8.789c0-4.71-3.539-8.601-8.015-8.601s-8.04%203.89-8.016%208.601c.047%205.016%203.54%208.719%208.016%208.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/person-crop-square.svg?color=%231a73e8&size=48