seal from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
seal
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the seal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M5 37C5 35.8954 5.89543 35 7 35H41C42.1046 35 43 35.8954 43 37V42C43 43.1046 42.1046 44 41 44H7C5.89543 44 5 43.1046 5 42V37Z"/><path d="M5 31C5 29.8954 5.89543 29 7 29H41C42.1046 29 43 29.8954 43 31V42C43 43.1046 42.1046 44 41 44H7C5.89543 44 5 43.1046 5 42V31Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.763 15.6637C18.9051 15.2657 19.2821 15 19.7047 15H28.2953C28.7179 15 29.0949 15.2657 29.237 15.6637L34 29H14L18.763 15.6637Z"/><rect width="18" height="10.8" x="15" y="4" fill="#2F88FF" rx="5.4"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSeal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" d="M5 37C5 35.8954 5.89543 35 7 35H41C42.1046 35 43 35.8954 43 37V42C43 43.1046 42.1046 44 41 44H7C5.89543 44 5 43.1046 5 42V37Z"/><path d="M5 31C5 29.8954 5.89543 29 7 29H41C42.1046 29 43 29.8954 43 31V42C43 43.1046 42.1046 44 41 44H7C5.89543 44 5 43.1046 5 42V31Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M18.763 15.6637C18.9051 15.2657 19.2821 15 19.7047 15H28.2953C28.7179 15 29.0949 15.2657 29.237 15.6637L34 29H14L18.763 15.6637Z"/><rect width="18" height="10.8" x="15" y="4" fill="#2F88FF" rx="5.4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M5 37C5 35.8954 5.89543 35 7 35H41C42.1046 35 43 35.8954 43 37V42C43 43.1046 42.1046 44 41 44H7C5.89543 44 5 43.1046 5 42V37Z"/><path d="M5 31C5 29.8954 5.89543 29 7 29H41C42.1046 29 43 29.8954 43 31V42C43 43.1046 42.1046 44 41 44H7C5.89543 44 5 43.1046 5 42V31Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.763 15.6637C18.9051 15.2657 19.2821 15 19.7047 15H28.2953C28.7179 15 29.0949 15.2657 29.237 15.6637L34 29H14L18.763 15.6637Z"/><rect width="18" height="10.8" x="15" y="4" fill="#2F88FF" rx="5.4"/></g></svg>
</template>

CSS

.icon-seal {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M5%2037C5%2035.8954%205.89543%2035%207%2035H41C42.1046%2035%2043%2035.8954%2043%2037V42C43%2043.1046%2042.1046%2044%2041%2044H7C5.89543%2044%205%2043.1046%205%2042V37Z%22%2F%3E%3Cpath%20d%3D%22M5%2031C5%2029.8954%205.89543%2029%207%2029H41C42.1046%2029%2043%2029.8954%2043%2031V42C43%2043.1046%2042.1046%2044%2041%2044H7C5.89543%2044%205%2043.1046%205%2042V31Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.763%2015.6637C18.9051%2015.2657%2019.2821%2015%2019.7047%2015H28.2953C28.7179%2015%2029.0949%2015.2657%2029.237%2015.6637L34%2029H14L18.763%2015.6637Z%22%2F%3E%3Crect%20width%3D%2218%22%20height%3D%2210.8%22%20x%3D%2215%22%20y%3D%224%22%20fill%3D%22%232F88FF%22%20rx%3D%225.4%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M5%2037C5%2035.8954%205.89543%2035%207%2035H41C42.1046%2035%2043%2035.8954%2043%2037V42C43%2043.1046%2042.1046%2044%2041%2044H7C5.89543%2044%205%2043.1046%205%2042V37Z%22%2F%3E%3Cpath%20d%3D%22M5%2031C5%2029.8954%205.89543%2029%207%2029H41C42.1046%2029%2043%2029.8954%2043%2031V42C43%2043.1046%2042.1046%2044%2041%2044H7C5.89543%2044%205%2043.1046%205%2042V31Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.763%2015.6637C18.9051%2015.2657%2019.2821%2015%2019.7047%2015H28.2953C28.7179%2015%2029.0949%2015.2657%2029.237%2015.6637L34%2029H14L18.763%2015.6637Z%22%2F%3E%3Crect%20width%3D%2218%22%20height%3D%2210.8%22%20x%3D%2215%22%20y%3D%224%22%20fill%3D%22%232F88FF%22%20rx%3D%225.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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