photo on rectangle icon

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

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

Related icons in Framework7 Icons

Use the photo 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="M6.65 42.3h3.94v3.642c0 4.364 2.203 6.566 6.65 6.566h32.11c4.405 0 6.65-2.203 6.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544m.064-3.41c-2.118 0-3.304-1.123-3.304-3.326v-21.92c0-2.203 1.186-3.347 3.304-3.347h32.003c2.097 0 3.283 1.144 3.283 3.347v3.24H17.24c-4.447 0-6.65 2.182-6.65 6.545V38.89ZM14 23.618c0-2.203 1.165-3.326 3.283-3.326h32.003c2.097 0 3.304 1.123 3.304 3.326v17.685l-7.773-7.328a4.56 4.56 0 0 0-3.177-1.292c-1.186 0-2.203.402-3.198 1.27l-9.51 8.43l-3.791-3.431c-.89-.784-1.864-1.207-2.88-1.207c-.933 0-1.801.381-2.712 1.186L14 43.76Zm11.48 10.886c2.732 0 4.977-2.245 4.977-5.02c0-2.71-2.245-4.998-4.977-4.998c-2.754 0-4.999 2.288-4.999 4.999c0 2.774 2.245 5.02 4.999 5.02"/></svg>

React

import type { SVGProps } from "react";

export function F7PhotoOnRectangle(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="M6.65 42.3h3.94v3.642c0 4.364 2.203 6.566 6.65 6.566h32.11c4.405 0 6.65-2.203 6.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544m.064-3.41c-2.118 0-3.304-1.123-3.304-3.326v-21.92c0-2.203 1.186-3.347 3.304-3.347h32.003c2.097 0 3.283 1.144 3.283 3.347v3.24H17.24c-4.447 0-6.65 2.182-6.65 6.545V38.89ZM14 23.618c0-2.203 1.165-3.326 3.283-3.326h32.003c2.097 0 3.304 1.123 3.304 3.326v17.685l-7.773-7.328a4.56 4.56 0 0 0-3.177-1.292c-1.186 0-2.203.402-3.198 1.27l-9.51 8.43l-3.791-3.431c-.89-.784-1.864-1.207-2.88-1.207c-.933 0-1.801.381-2.712 1.186L14 43.76Zm11.48 10.886c2.732 0 4.977-2.245 4.977-5.02c0-2.71-2.245-4.998-4.977-4.998c-2.754 0-4.999 2.288-4.999 4.999c0 2.774 2.245 5.02 4.999 5.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.65 42.3h3.94v3.642c0 4.364 2.203 6.566 6.65 6.566h32.11c4.405 0 6.65-2.203 6.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225 6.887 0 9.089 0 13.452v22.303c0 4.363 2.224 6.544 6.65 6.544m.064-3.41c-2.118 0-3.304-1.123-3.304-3.326v-21.92c0-2.203 1.186-3.347 3.304-3.347h32.003c2.097 0 3.283 1.144 3.283 3.347v3.24H17.24c-4.447 0-6.65 2.182-6.65 6.545V38.89ZM14 23.618c0-2.203 1.165-3.326 3.283-3.326h32.003c2.097 0 3.304 1.123 3.304 3.326v17.685l-7.773-7.328a4.56 4.56 0 0 0-3.177-1.292c-1.186 0-2.203.402-3.198 1.27l-9.51 8.43l-3.791-3.431c-.89-.784-1.864-1.207-2.88-1.207c-.933 0-1.801.381-2.712 1.186L14 43.76Zm11.48 10.886c2.732 0 4.977-2.245 4.977-5.02c0-2.71-2.245-4.998-4.977-4.998c-2.754 0-4.999 2.288-4.999 4.999c0 2.774 2.245 5.02 4.999 5.02"/></svg>
</template>

CSS

.icon-photo-on-rectangle {
  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%22M6.65%2042.3h3.94v3.642c0%204.364%202.203%206.566%206.65%206.566h32.11c4.405%200%206.65-2.203%206.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544m.064-3.41c-2.118%200-3.304-1.123-3.304-3.326v-21.92c0-2.203%201.186-3.347%203.304-3.347h32.003c2.097%200%203.283%201.144%203.283%203.347v3.24H17.24c-4.447%200-6.65%202.182-6.65%206.545V38.89ZM14%2023.618c0-2.203%201.165-3.326%203.283-3.326h32.003c2.097%200%203.304%201.123%203.304%203.326v17.685l-7.773-7.328a4.56%204.56%200%200%200-3.177-1.292c-1.186%200-2.203.402-3.198%201.27l-9.51%208.43l-3.791-3.431c-.89-.784-1.864-1.207-2.88-1.207c-.933%200-1.801.381-2.712%201.186L14%2043.76Zm11.48%2010.886c2.732%200%204.977-2.245%204.977-5.02c0-2.71-2.245-4.998-4.977-4.998c-2.754%200-4.999%202.288-4.999%204.999c0%202.774%202.245%205.02%204.999%205.02%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%22M6.65%2042.3h3.94v3.642c0%204.364%202.203%206.566%206.65%206.566h32.11c4.405%200%206.65-2.203%206.65-6.566V23.428c0-4.342-2.245-6.545-6.65-6.545h-3.94v-3.43c0-4.364-2.224-6.566-6.63-6.566H6.65C2.225%206.887%200%209.089%200%2013.452v22.303c0%204.363%202.224%206.544%206.65%206.544m.064-3.41c-2.118%200-3.304-1.123-3.304-3.326v-21.92c0-2.203%201.186-3.347%203.304-3.347h32.003c2.097%200%203.283%201.144%203.283%203.347v3.24H17.24c-4.447%200-6.65%202.182-6.65%206.545V38.89ZM14%2023.618c0-2.203%201.165-3.326%203.283-3.326h32.003c2.097%200%203.304%201.123%203.304%203.326v17.685l-7.773-7.328a4.56%204.56%200%200%200-3.177-1.292c-1.186%200-2.203.402-3.198%201.27l-9.51%208.43l-3.791-3.431c-.89-.784-1.864-1.207-2.88-1.207c-.933%200-1.801.381-2.712%201.186L14%2043.76Zm11.48%2010.886c2.732%200%204.977-2.245%204.977-5.02c0-2.71-2.245-4.998-4.977-4.998c-2.754%200-4.999%202.288-4.999%204.999c0%202.774%202.245%205.02%204.999%205.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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