Skip to main content

Licensing & Certification Seals

Professional boards and inspection authorities: the mark is the license. Names, license numbers and disciplines 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.

Quality Certification

Audited management system — shape: toothed, scalloped & rayed edges.

Seen in a real document: Quality Inspection Report

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

Medical Board

Physician licensure — shape: classic rings.

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

Maritime Port

Harbor authority — shape: classic rings.

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

Aviation Authority

Airworthiness emblem — shape: classic rings.

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

Engineering License

Professional engineer — shape: classic rings.

Parameters: name · license · discipline

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "engineering-license-stamp",
"width": 132,
"height": 132,
"params": {
"name": "M. K. OSEI-TRAN",
"license": "PE-44120",
"discipline": "CIVIL ENGINEERING"
}
}
}
]
}
}

Eco Certification

Sustainability audit — shape: classic rings.

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