picture from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
picture
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Related icons in Element Plus

Use the picture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"/><path fill="currentColor" d="M384 288q64 0 64 64t-64 64t-64-64t64-64M185.4 877l-50.8-39l216.1-282a96 96 0 0 1 134.6-17.8l1.9 1.4L610 638.8a32 32 0 0 0 45-4.9L871 364l50 40l-215.8 269.8l-.3.3a96 96 0 0 1-135 14.5l-123-99.1l-.6-.5a32 32 0 0 0-44.8 6z"/></svg>

React

import type { SVGProps } from "react";

export function EpPicture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"/><path fill="currentColor" d="M384 288q64 0 64 64t-64 64t-64-64t64-64M185.4 877l-50.8-39l216.1-282a96 96 0 0 1 134.6-17.8l1.9 1.4L610 638.8a32 32 0 0 0 45-4.9L871 364l50 40l-215.8 269.8l-.3.3a96 96 0 0 1-135 14.5l-123-99.1l-.6-.5a32 32 0 0 0-44.8 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"/><path fill="currentColor" d="M384 288q64 0 64 64t-64 64t-64-64t64-64M185.4 877l-50.8-39l216.1-282a96 96 0 0 1 134.6-17.8l1.9 1.4L610 638.8a32 32 0 0 0 45-4.9L871 364l50 40l-215.8 269.8l-.3.3a96 96 0 0 1-135 14.5l-123-99.1l-.6-.5a32 32 0 0 0-44.8 6z"/></svg>
</template>

CSS

.icon-picture {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20160v704h704V160zm-32-64h768a32%2032%200%200%201%2032%2032v768a32%2032%200%200%201-32%2032H128a32%2032%200%200%201-32-32V128a32%2032%200%200%201%2032-32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20288q64%200%2064%2064t-64%2064t-64-64t64-64M185.4%20877l-50.8-39l216.1-282a96%2096%200%200%201%20134.6-17.8l1.9%201.4L610%20638.8a32%2032%200%200%200%2045-4.9L871%20364l50%2040l-215.8%20269.8l-.3.3a96%2096%200%200%201-135%2014.5l-123-99.1l-.6-.5a32%2032%200%200%200-44.8%206z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20160v704h704V160zm-32-64h768a32%2032%200%200%201%2032%2032v768a32%2032%200%200%201-32%2032H128a32%2032%200%200%201-32-32V128a32%2032%200%200%201%2032-32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20288q64%200%2064%2064t-64%2064t-64-64t64-64M185.4%20877l-50.8-39l216.1-282a96%2096%200%200%201%20134.6-17.8l1.9%201.4L610%20638.8a32%2032%200%200%200%2045-4.9L871%20364l50%2040l-215.8%20269.8l-.3.3a96%2096%200%200%201-135%2014.5l-123-99.1l-.6-.5a32%2032%200%200%200-44.8%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/picture.svg?color=%231a73e8&size=48