Skip to main content

Legal & Notary Seals

Notarial acts, court filings and the older instruments of sworn authenticity. The notary's name and registration, and the e-notary's timestamp, are parameters at the point of use.

Features used: SVG, Composition, Data Binding, Columns, Fonts, Styles

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.

Blind-Emboss Notary

Crimped paper relief — shape: toothed, scalloped & rayed edges.

Parameters: name · reg

Seen in a real document: Durable Power of Attorney

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "notary-emboss-seal",
"width": 132,
"height": 132,
"params": {
"name": "AVERY R. CALLOWAY",
"reg": "REG. NO. 04-7112"
}
}
}
]
}
}

Wax Seal

Signet in sealing wax — shape: organic & pointed forms.

Parameters: monogram

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "wax-seal",
"width": 132,
"height": 132,
"params": {
"monogram": "V"
}
}
}
]
}
}

E-Notary Timestamp

Remote online notarization — shape: classic rings.

Parameters: timestamp · notaryid

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "enotary-timestamp-seal",
"width": 132,
"height": 132,
"params": {
"timestamp": "2026-07-29 14:32 UTC",
"notaryid": "NOTARY ID VN-2214"
}
}
}
]
}
}

Ecclesiastical

Vesica of the church — shape: organic & pointed forms.

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "ecclesiastical-seal",
"width": 132,
"height": 132
}
}
]
}
}

Court Clerk

Filed-copy certification — shape: classic rings.

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "court-clerk-seal",
"width": 132,
"height": 132
}
}
]
}
}