picture filled icon
picture-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- picture-filled
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
Related icons in Element Plus
Use the picture filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.5-228.5l-69-69a32 32 0 0 0-45.2 0L128 768.2h778.7L664.6 477.5a32 32 0 0 0-49.2 0l-156.6 188a32 32 0 0 1-47.3 2M256 384a96 96 0 1 0 192 0a96 96 0 0 0-192 0"/></svg>
React
import type { SVGProps } from "react";
export function EpPictureFilled(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="M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.5-228.5l-69-69a32 32 0 0 0-45.2 0L128 768.2h778.7L664.6 477.5a32 32 0 0 0-49.2 0l-156.6 188a32 32 0 0 1-47.3 2M256 384a96 96 0 1 0 192 0a96 96 0 0 0-192 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.5-228.5l-69-69a32 32 0 0 0-45.2 0L128 768.2h778.7L664.6 477.5a32 32 0 0 0-49.2 0l-156.6 188a32 32 0 0 1-47.3 2M256 384a96 96 0 1 0 192 0a96 96 0 0 0-192 0"/></svg> </template>
CSS
.icon-picture-filled {
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%22M96%20896a32%2032%200%200%201-32-32V160a32%2032%200%200%201%2032-32h832a32%2032%200%200%201%2032%2032v704a32%2032%200%200%201-32%2032zm315.5-228.5l-69-69a32%2032%200%200%200-45.2%200L128%20768.2h778.7L664.6%20477.5a32%2032%200%200%200-49.2%200l-156.6%20188a32%2032%200%200%201-47.3%202M256%20384a96%2096%200%201%200%20192%200a96%2096%200%200%200-192%200%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%22M96%20896a32%2032%200%200%201-32-32V160a32%2032%200%200%201%2032-32h832a32%2032%200%200%201%2032%2032v704a32%2032%200%200%201-32%2032zm315.5-228.5l-69-69a32%2032%200%200%200-45.2%200L128%20768.2h778.7L664.6%20477.5a32%2032%200%200%200-49.2%200l-156.6%20188a32%2032%200%200%201-47.3%202M256%20384a96%2096%200%201%200%20192%200a96%2096%200%200%200-192%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/picture-filled.svg?color=%231a73e8&size=48