Office & Business Stamps
The stamps and medallions of daily commerce — receipt, approval, settlement, guarantee. Wording, dates and account captions are parameters, so one component covers every desk.
Features used: SVG, Composition, Data Binding, Columns, Fonts, Styles
- Output
- Template
- Data
The seals on this page
Each seal is a component: invoke it by name inside any svg block and pass parameters where the design exposes them.
Rubber Date Stamp
Records-office receipt — shape: rectangles, ovals & cards.
Parameters: office · action · date · caption
Seen in a real document: VR-T4 Tax Slip
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "rubber-date-stamp",
"width": 132,
"height": 132,
"params": {
"office": "VERDANIA RECORDS OFFICE",
"action": "RECEIVED",
"date": "JUL 29 2026",
"caption": "DOCUMENT CONTROL · ROOM 214"
}
}
}
]
}
}
Share Certificate
Corporate stock medallion — shape: toothed, scalloped & rayed edges.
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "share-certificate-seal",
"width": 132,
"height": 132
}
}
]
}
}
Approved
Procurement sign-off — shape: classic rings.
Parameters: date
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "approved-stamp",
"width": 132,
"height": 132,
"params": {
"date": "29 JUL 2026"
}
}
}
]
}
}
Paid
Settled-invoice mark — shape: rectangles, ovals & cards.
Parameters: date · caption
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "paid-stamp",
"width": 132,
"height": 132,
"params": {
"date": "29 JUL 2026",
"caption": "VERDANIA UTILITIES · ACCT 40-118"
}
}
}
]
}
}
Confidential
Handling classification — shape: rectangles, ovals & cards.
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "confidential-stamp",
"width": 132,
"height": 132
}
}
]
}
}
Bank Treasury
Neoclassical solvency — shape: classic rings.
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "bank-treasury-seal",
"width": 132,
"height": 132
}
}
]
}
}
Warranty Guarantee
Retail promise rosette — shape: toothed, scalloped & rayed edges.
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "warranty-guarantee-seal",
"width": 132,
"height": 132
}
}
]
}
}