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

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

The same icon in other sets

Use the present icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"/><path fill="currentColor" d="M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"/><path fill="currentColor" d="M416 256a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/><path fill="currentColor" d="M608 256a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/></svg>

React

import type { SVGProps } from "react";

export function EpPresent(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="M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"/><path fill="currentColor" d="M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"/><path fill="currentColor" d="M416 256a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/><path fill="currentColor" d="M608 256a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"/><path fill="currentColor" d="M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"/><path fill="currentColor" d="M416 256a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/><path fill="currentColor" d="M608 256a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/></svg>
</template>

CSS

.icon-present {
  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%22M480%20896V640H192v-64h288V320H192v576zm64%200h288V320H544v256h288v64H544zM128%20256h768v672a32%2032%200%200%201-32%2032H160a32%2032%200%200%201-32-32z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20256h832q32%200%2032%2032t-32%2032H96q-32%200-32-32t32-32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20256a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%2064a128%20128%200%201%201%200-256a128%20128%200%200%201%200%20256%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M608%20256a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%2064a128%20128%200%201%201%200-256a128%20128%200%200%201%200%20256%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%22M480%20896V640H192v-64h288V320H192v576zm64%200h288V320H544v256h288v64H544zM128%20256h768v672a32%2032%200%200%201-32%2032H160a32%2032%200%200%201-32-32z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20256h832q32%200%2032%2032t-32%2032H96q-32%200-32-32t32-32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20256a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%2064a128%20128%200%201%201%200-256a128%20128%200%200%201%200%20256%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M608%20256a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%2064a128%20128%200%201%201%200-256a128%20128%200%200%201%200%20256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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