photo fill on rectangle icon

photo-fill-on-rectangle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
photo-fill-on-rectangle-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the photo fill on rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.688 23.11c0-5.994 3.177-9.128 9.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544h1.038Zm9.553 29.398h32.108c4.406 0 6.651-2.203 6.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447 0-6.65 2.182-6.65 6.545v22.514c0 4.364 2.203 6.566 6.65 6.566m8.111-18.045a4.917 4.917 0 0 1-4.913-4.914c0-2.69 2.202-4.914 4.913-4.914c2.69 0 4.893 2.224 4.893 4.914c0 2.711-2.203 4.914-4.893 4.914m-8.366 14.635c-1.906 0-2.986-1.08-2.986-3.007v-1.737l3.685-3.368c1.885-1.694 2.966-2.859 4.448-2.859c1.525 0 2.754 1.207 4.68 2.88l1.992 1.78l6.947-6.248c2.308-2.097 3.855-3.516 5.697-3.516c1.864 0 3.453 1.376 5.719 3.515l5.422 5.147v4.406c0 1.927-1.102 3.007-3.008 3.007Z"/></svg>

React

import type { SVGProps } from "react";

export function F7PhotoFillOnRectangleFill(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="M7.688 23.11c0-5.994 3.177-9.128 9.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544h1.038Zm9.553 29.398h32.108c4.406 0 6.651-2.203 6.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447 0-6.65 2.182-6.65 6.545v22.514c0 4.364 2.203 6.566 6.65 6.566m8.111-18.045a4.917 4.917 0 0 1-4.913-4.914c0-2.69 2.202-4.914 4.913-4.914c2.69 0 4.893 2.224 4.893 4.914c0 2.711-2.203 4.914-4.893 4.914m-8.366 14.635c-1.906 0-2.986-1.08-2.986-3.007v-1.737l3.685-3.368c1.885-1.694 2.966-2.859 4.448-2.859c1.525 0 2.754 1.207 4.68 2.88l1.992 1.78l6.947-6.248c2.308-2.097 3.855-3.516 5.697-3.516c1.864 0 3.453 1.376 5.719 3.515l5.422 5.147v4.406c0 1.927-1.102 3.007-3.008 3.007Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.688 23.11c0-5.994 3.177-9.128 9.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544h1.038Zm9.553 29.398h32.108c4.406 0 6.651-2.203 6.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447 0-6.65 2.182-6.65 6.545v22.514c0 4.364 2.203 6.566 6.65 6.566m8.111-18.045a4.917 4.917 0 0 1-4.913-4.914c0-2.69 2.202-4.914 4.913-4.914c2.69 0 4.893 2.224 4.893 4.914c0 2.711-2.203 4.914-4.893 4.914m-8.366 14.635c-1.906 0-2.986-1.08-2.986-3.007v-1.737l3.685-3.368c1.885-1.694 2.966-2.859 4.448-2.859c1.525 0 2.754 1.207 4.68 2.88l1.992 1.78l6.947-6.248c2.308-2.097 3.855-3.516 5.697-3.516c1.864 0 3.453 1.376 5.719 3.515l5.422 5.147v4.406c0 1.927-1.102 3.007-3.008 3.007Z"/></svg>
</template>

CSS

.icon-photo-fill-on-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.688%2023.11c0-5.994%203.177-9.128%209.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544h1.038Zm9.553%2029.398h32.108c4.406%200%206.651-2.203%206.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447%200-6.65%202.182-6.65%206.545v22.514c0%204.364%202.203%206.566%206.65%206.566m8.111-18.045a4.917%204.917%200%200%201-4.913-4.914c0-2.69%202.202-4.914%204.913-4.914c2.69%200%204.893%202.224%204.893%204.914c0%202.711-2.203%204.914-4.893%204.914m-8.366%2014.635c-1.906%200-2.986-1.08-2.986-3.007v-1.737l3.685-3.368c1.885-1.694%202.966-2.859%204.448-2.859c1.525%200%202.754%201.207%204.68%202.88l1.992%201.78l6.947-6.248c2.308-2.097%203.855-3.516%205.697-3.516c1.864%200%203.453%201.376%205.719%203.515l5.422%205.147v4.406c0%201.927-1.102%203.007-3.008%203.007Z%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%22M7.688%2023.11c0-5.994%203.177-9.128%209.214-9.128H45.41v-.53c0-4.363-2.224-6.565-6.63-6.565H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544h1.038Zm9.553%2029.398h32.108c4.406%200%206.651-2.203%206.651-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545H17.24c-4.447%200-6.65%202.182-6.65%206.545v22.514c0%204.364%202.203%206.566%206.65%206.566m8.111-18.045a4.917%204.917%200%200%201-4.913-4.914c0-2.69%202.202-4.914%204.913-4.914c2.69%200%204.893%202.224%204.893%204.914c0%202.711-2.203%204.914-4.893%204.914m-8.366%2014.635c-1.906%200-2.986-1.08-2.986-3.007v-1.737l3.685-3.368c1.885-1.694%202.966-2.859%204.448-2.859c1.525%200%202.754%201.207%204.68%202.88l1.992%201.78l6.947-6.248c2.308-2.097%203.855-3.516%205.697-3.516c1.864%200%203.453%201.376%205.719%203.515l5.422%205.147v4.406c0%201.927-1.102%203.007-3.008%203.007Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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