seal emoji
seal from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- seal
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the seal emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M56.785 37.15c-5.202-6.59-19.921-8.181-20.46-8.233a2.54 2.54 0 0 1-1.623-1.076a5.11 5.11 0 0 1 1.455-7.121l1.076-.701a4.765 4.765 0 0 0 2.014-5.173a2.45 2.45 0 0 0-2.586-1.843l-.754.062a4.82 4.82 0 0 1-3.405-.987a8.78 8.78 0 0 0-7.973-1.432c-.361.107-8.89 2.76-11.158 15.346c-.05.333-1.178 8.228 3.32 13.789c2.521 3.117 6.282 4.85 11.18 5.149a1 1 0 0 0 .128-.02a14.34 14.34 0 0 0 8.927 3.366a15.2 15.2 0 0 0 7.36-2.043a2.8 2.8 0 0 0 1.118-1.174c4.442-.815 5.827.308 5.971.787a1 1 0 0 0 .056.196a1.08 1.08 0 0 1-.066.882c-.138.176-.78.73-3.277.388c-6.342-.853-8.379 2.477-8.463 2.62a1 1 0 0 0 .996 1.496a5.76 5.76 0 0 1 4.358 1.743a4.7 4.7 0 0 0 4.756.912q.243-.09.471-.17l-.05.053a3.06 3.06 0 0 0-.374 3.764a4.37 4.37 0 0 1 .333 2.969a1 1 0 0 0 .966 1.259a1 1 0 0 0 .308-.05c5.896-1.903 6.869-8.005 6.553-11.26a12.2 12.2 0 0 0-1.157-13.499"/><path fill="#9b9b9a" d="M14.144 47.89a6.4 6.4 0 0 1-2.157-.331a1.53 1.53 0 0 1-.032-2.874a6.11 6.11 0 0 0 3.94-6.217a1.001 1.001 0 0 1 1.83-.651c.026.039 2.573 3.855 5.617 4.299a1 1 0 0 1 .098.02l1.228.306a1 1 0 0 1 .233 1.85c-5.148 2.78-8.544 3.598-10.757 3.598"/><path fill="#9b9b9a" d="M28.763 45.291c-.064 0-.724-.342-.79-.356a16.8 16.8 0 0 1-7.766-2.157c-4.996-2.965-6.943-7.85-6.96-12.846c-.037-10.934 6.146-16.056 6.398-16.247a1 1 0 0 1 1.573 1.042a30.9 30.9 0 0 0 4.604 25.147q.025.03.047.064a21.7 21.7 0 0 0 3.521 3.574a1 1 0 0 1-.627 1.779"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M24.426 43.411c-12.21-3.036-10.066-17.27-10.066-17.27c2.18-12.094 10.452-14.536 10.452-14.536a7.79 7.79 0 0 1 7.08 1.265h0A5.84 5.84 0 0 0 36 14.06h0l.743-.06a1.46 1.46 0 0 1 1.535 1.095h0a3.77 3.77 0 0 1-1.592 4.087l-1.075.701a6.11 6.11 0 0 0-1.74 8.515h0a3.52 3.52 0 0 0 2.267 1.501S51 31.436 56 37.77a11.15 11.15 0 0 1 .911 12.667s1.102 8.282-5.83 10.522a5.35 5.35 0 0 0-.448-3.753a2.05 2.05 0 0 1 .235-2.539a4.43 4.43 0 0 0 1.493-2.452a28 28 0 0 0-2.973.931a3.71 3.71 0 0 1-3.745-.722a6.72 6.72 0 0 0-5.155-1.987s1.707-2.914 7.465-2.132s4.408-2.63 4.408-2.63s-.366-2.104-4.733-1.896"/><path d="M23.905 38.832s7.542 13.288 19.883 6.535c0 0 2.55-1.471-1.476-2.676a11.05 11.05 0 0 1-5.522-4.516s-1.415-3.434-4.715-3.704M16.89 38.367a7.15 7.15 0 0 1-4.577 7.252a.529.529 0 0 0 .01.997c1.51.537 4.945.661 12.103-3.205"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSeal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M56.785 37.15c-5.202-6.59-19.921-8.181-20.46-8.233a2.54 2.54 0 0 1-1.623-1.076a5.11 5.11 0 0 1 1.455-7.121l1.076-.701a4.765 4.765 0 0 0 2.014-5.173a2.45 2.45 0 0 0-2.586-1.843l-.754.062a4.82 4.82 0 0 1-3.405-.987a8.78 8.78 0 0 0-7.973-1.432c-.361.107-8.89 2.76-11.158 15.346c-.05.333-1.178 8.228 3.32 13.789c2.521 3.117 6.282 4.85 11.18 5.149a1 1 0 0 0 .128-.02a14.34 14.34 0 0 0 8.927 3.366a15.2 15.2 0 0 0 7.36-2.043a2.8 2.8 0 0 0 1.118-1.174c4.442-.815 5.827.308 5.971.787a1 1 0 0 0 .056.196a1.08 1.08 0 0 1-.066.882c-.138.176-.78.73-3.277.388c-6.342-.853-8.379 2.477-8.463 2.62a1 1 0 0 0 .996 1.496a5.76 5.76 0 0 1 4.358 1.743a4.7 4.7 0 0 0 4.756.912q.243-.09.471-.17l-.05.053a3.06 3.06 0 0 0-.374 3.764a4.37 4.37 0 0 1 .333 2.969a1 1 0 0 0 .966 1.259a1 1 0 0 0 .308-.05c5.896-1.903 6.869-8.005 6.553-11.26a12.2 12.2 0 0 0-1.157-13.499"/><path fill="#9b9b9a" d="M14.144 47.89a6.4 6.4 0 0 1-2.157-.331a1.53 1.53 0 0 1-.032-2.874a6.11 6.11 0 0 0 3.94-6.217a1.001 1.001 0 0 1 1.83-.651c.026.039 2.573 3.855 5.617 4.299a1 1 0 0 1 .098.02l1.228.306a1 1 0 0 1 .233 1.85c-5.148 2.78-8.544 3.598-10.757 3.598"/><path fill="#9b9b9a" d="M28.763 45.291c-.064 0-.724-.342-.79-.356a16.8 16.8 0 0 1-7.766-2.157c-4.996-2.965-6.943-7.85-6.96-12.846c-.037-10.934 6.146-16.056 6.398-16.247a1 1 0 0 1 1.573 1.042a30.9 30.9 0 0 0 4.604 25.147q.025.03.047.064a21.7 21.7 0 0 0 3.521 3.574a1 1 0 0 1-.627 1.779"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M24.426 43.411c-12.21-3.036-10.066-17.27-10.066-17.27c2.18-12.094 10.452-14.536 10.452-14.536a7.79 7.79 0 0 1 7.08 1.265h0A5.84 5.84 0 0 0 36 14.06h0l.743-.06a1.46 1.46 0 0 1 1.535 1.095h0a3.77 3.77 0 0 1-1.592 4.087l-1.075.701a6.11 6.11 0 0 0-1.74 8.515h0a3.52 3.52 0 0 0 2.267 1.501S51 31.436 56 37.77a11.15 11.15 0 0 1 .911 12.667s1.102 8.282-5.83 10.522a5.35 5.35 0 0 0-.448-3.753a2.05 2.05 0 0 1 .235-2.539a4.43 4.43 0 0 0 1.493-2.452a28 28 0 0 0-2.973.931a3.71 3.71 0 0 1-3.745-.722a6.72 6.72 0 0 0-5.155-1.987s1.707-2.914 7.465-2.132s4.408-2.63 4.408-2.63s-.366-2.104-4.733-1.896"/><path d="M23.905 38.832s7.542 13.288 19.883 6.535c0 0 2.55-1.471-1.476-2.676a11.05 11.05 0 0 1-5.522-4.516s-1.415-3.434-4.715-3.704M16.89 38.367a7.15 7.15 0 0 1-4.577 7.252a.529.529 0 0 0 .01.997c1.51.537 4.945.661 12.103-3.205"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M56.785 37.15c-5.202-6.59-19.921-8.181-20.46-8.233a2.54 2.54 0 0 1-1.623-1.076a5.11 5.11 0 0 1 1.455-7.121l1.076-.701a4.765 4.765 0 0 0 2.014-5.173a2.45 2.45 0 0 0-2.586-1.843l-.754.062a4.82 4.82 0 0 1-3.405-.987a8.78 8.78 0 0 0-7.973-1.432c-.361.107-8.89 2.76-11.158 15.346c-.05.333-1.178 8.228 3.32 13.789c2.521 3.117 6.282 4.85 11.18 5.149a1 1 0 0 0 .128-.02a14.34 14.34 0 0 0 8.927 3.366a15.2 15.2 0 0 0 7.36-2.043a2.8 2.8 0 0 0 1.118-1.174c4.442-.815 5.827.308 5.971.787a1 1 0 0 0 .056.196a1.08 1.08 0 0 1-.066.882c-.138.176-.78.73-3.277.388c-6.342-.853-8.379 2.477-8.463 2.62a1 1 0 0 0 .996 1.496a5.76 5.76 0 0 1 4.358 1.743a4.7 4.7 0 0 0 4.756.912q.243-.09.471-.17l-.05.053a3.06 3.06 0 0 0-.374 3.764a4.37 4.37 0 0 1 .333 2.969a1 1 0 0 0 .966 1.259a1 1 0 0 0 .308-.05c5.896-1.903 6.869-8.005 6.553-11.26a12.2 12.2 0 0 0-1.157-13.499"/><path fill="#9b9b9a" d="M14.144 47.89a6.4 6.4 0 0 1-2.157-.331a1.53 1.53 0 0 1-.032-2.874a6.11 6.11 0 0 0 3.94-6.217a1.001 1.001 0 0 1 1.83-.651c.026.039 2.573 3.855 5.617 4.299a1 1 0 0 1 .098.02l1.228.306a1 1 0 0 1 .233 1.85c-5.148 2.78-8.544 3.598-10.757 3.598"/><path fill="#9b9b9a" d="M28.763 45.291c-.064 0-.724-.342-.79-.356a16.8 16.8 0 0 1-7.766-2.157c-4.996-2.965-6.943-7.85-6.96-12.846c-.037-10.934 6.146-16.056 6.398-16.247a1 1 0 0 1 1.573 1.042a30.9 30.9 0 0 0 4.604 25.147q.025.03.047.064a21.7 21.7 0 0 0 3.521 3.574a1 1 0 0 1-.627 1.779"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M24.426 43.411c-12.21-3.036-10.066-17.27-10.066-17.27c2.18-12.094 10.452-14.536 10.452-14.536a7.79 7.79 0 0 1 7.08 1.265h0A5.84 5.84 0 0 0 36 14.06h0l.743-.06a1.46 1.46 0 0 1 1.535 1.095h0a3.77 3.77 0 0 1-1.592 4.087l-1.075.701a6.11 6.11 0 0 0-1.74 8.515h0a3.52 3.52 0 0 0 2.267 1.501S51 31.436 56 37.77a11.15 11.15 0 0 1 .911 12.667s1.102 8.282-5.83 10.522a5.35 5.35 0 0 0-.448-3.753a2.05 2.05 0 0 1 .235-2.539a4.43 4.43 0 0 0 1.493-2.452a28 28 0 0 0-2.973.931a3.71 3.71 0 0 1-3.745-.722a6.72 6.72 0 0 0-5.155-1.987s1.707-2.914 7.465-2.132s4.408-2.63 4.408-2.63s-.366-2.104-4.733-1.896"/><path d="M23.905 38.832s7.542 13.288 19.883 6.535c0 0 2.55-1.471-1.476-2.676a11.05 11.05 0 0 1-5.522-4.516s-1.415-3.434-4.715-3.704M16.89 38.367a7.15 7.15 0 0 1-4.577 7.252a.529.529 0 0 0 .01.997c1.51.537 4.945.661 12.103-3.205"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56.785%2037.15c-5.202-6.59-19.921-8.181-20.46-8.233a2.54%202.54%200%200%201-1.623-1.076a5.11%205.11%200%200%201%201.455-7.121l1.076-.701a4.765%204.765%200%200%200%202.014-5.173a2.45%202.45%200%200%200-2.586-1.843l-.754.062a4.82%204.82%200%200%201-3.405-.987a8.78%208.78%200%200%200-7.973-1.432c-.361.107-8.89%202.76-11.158%2015.346c-.05.333-1.178%208.228%203.32%2013.789c2.521%203.117%206.282%204.85%2011.18%205.149a1%201%200%200%200%20.128-.02a14.34%2014.34%200%200%200%208.927%203.366a15.2%2015.2%200%200%200%207.36-2.043a2.8%202.8%200%200%200%201.118-1.174c4.442-.815%205.827.308%205.971.787a1%201%200%200%200%20.056.196a1.08%201.08%200%200%201-.066.882c-.138.176-.78.73-3.277.388c-6.342-.853-8.379%202.477-8.463%202.62a1%201%200%200%200%20.996%201.496a5.76%205.76%200%200%201%204.358%201.743a4.7%204.7%200%200%200%204.756.912q.243-.09.471-.17l-.05.053a3.06%203.06%200%200%200-.374%203.764a4.37%204.37%200%200%201%20.333%202.969a1%201%200%200%200%20.966%201.259a1%201%200%200%200%20.308-.05c5.896-1.903%206.869-8.005%206.553-11.26a12.2%2012.2%200%200%200-1.157-13.499%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14.144%2047.89a6.4%206.4%200%200%201-2.157-.331a1.53%201.53%200%200%201-.032-2.874a6.11%206.11%200%200%200%203.94-6.217a1.001%201.001%200%200%201%201.83-.651c.026.039%202.573%203.855%205.617%204.299a1%201%200%200%201%20.098.02l1.228.306a1%201%200%200%201%20.233%201.85c-5.148%202.78-8.544%203.598-10.757%203.598%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M28.763%2045.291c-.064%200-.724-.342-.79-.356a16.8%2016.8%200%200%201-7.766-2.157c-4.996-2.965-6.943-7.85-6.96-12.846c-.037-10.934%206.146-16.056%206.398-16.247a1%201%200%200%201%201.573%201.042a30.9%2030.9%200%200%200%204.604%2025.147q.025.03.047.064a21.7%2021.7%200%200%200%203.521%203.574a1%201%200%200%201-.627%201.779%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M24.426%2043.411c-12.21-3.036-10.066-17.27-10.066-17.27c2.18-12.094%2010.452-14.536%2010.452-14.536a7.79%207.79%200%200%201%207.08%201.265h0A5.84%205.84%200%200%200%2036%2014.06h0l.743-.06a1.46%201.46%200%200%201%201.535%201.095h0a3.77%203.77%200%200%201-1.592%204.087l-1.075.701a6.11%206.11%200%200%200-1.74%208.515h0a3.52%203.52%200%200%200%202.267%201.501S51%2031.436%2056%2037.77a11.15%2011.15%200%200%201%20.911%2012.667s1.102%208.282-5.83%2010.522a5.35%205.35%200%200%200-.448-3.753a2.05%202.05%200%200%201%20.235-2.539a4.43%204.43%200%200%200%201.493-2.452a28%2028%200%200%200-2.973.931a3.71%203.71%200%200%201-3.745-.722a6.72%206.72%200%200%200-5.155-1.987s1.707-2.914%207.465-2.132s4.408-2.63%204.408-2.63s-.366-2.104-4.733-1.896%22%2F%3E%3Cpath%20d%3D%22M23.905%2038.832s7.542%2013.288%2019.883%206.535c0%200%202.55-1.471-1.476-2.676a11.05%2011.05%200%200%201-5.522-4.516s-1.415-3.434-4.715-3.704M16.89%2038.367a7.15%207.15%200%200%201-4.577%207.252a.529.529%200%200%200%20.01.997c1.51.537%204.945.661%2012.103-3.205%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56.785%2037.15c-5.202-6.59-19.921-8.181-20.46-8.233a2.54%202.54%200%200%201-1.623-1.076a5.11%205.11%200%200%201%201.455-7.121l1.076-.701a4.765%204.765%200%200%200%202.014-5.173a2.45%202.45%200%200%200-2.586-1.843l-.754.062a4.82%204.82%200%200%201-3.405-.987a8.78%208.78%200%200%200-7.973-1.432c-.361.107-8.89%202.76-11.158%2015.346c-.05.333-1.178%208.228%203.32%2013.789c2.521%203.117%206.282%204.85%2011.18%205.149a1%201%200%200%200%20.128-.02a14.34%2014.34%200%200%200%208.927%203.366a15.2%2015.2%200%200%200%207.36-2.043a2.8%202.8%200%200%200%201.118-1.174c4.442-.815%205.827.308%205.971.787a1%201%200%200%200%20.056.196a1.08%201.08%200%200%201-.066.882c-.138.176-.78.73-3.277.388c-6.342-.853-8.379%202.477-8.463%202.62a1%201%200%200%200%20.996%201.496a5.76%205.76%200%200%201%204.358%201.743a4.7%204.7%200%200%200%204.756.912q.243-.09.471-.17l-.05.053a3.06%203.06%200%200%200-.374%203.764a4.37%204.37%200%200%201%20.333%202.969a1%201%200%200%200%20.966%201.259a1%201%200%200%200%20.308-.05c5.896-1.903%206.869-8.005%206.553-11.26a12.2%2012.2%200%200%200-1.157-13.499%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M14.144%2047.89a6.4%206.4%200%200%201-2.157-.331a1.53%201.53%200%200%201-.032-2.874a6.11%206.11%200%200%200%203.94-6.217a1.001%201.001%200%200%201%201.83-.651c.026.039%202.573%203.855%205.617%204.299a1%201%200%200%201%20.098.02l1.228.306a1%201%200%200%201%20.233%201.85c-5.148%202.78-8.544%203.598-10.757%203.598%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M28.763%2045.291c-.064%200-.724-.342-.79-.356a16.8%2016.8%200%200%201-7.766-2.157c-4.996-2.965-6.943-7.85-6.96-12.846c-.037-10.934%206.146-16.056%206.398-16.247a1%201%200%200%201%201.573%201.042a30.9%2030.9%200%200%200%204.604%2025.147q.025.03.047.064a21.7%2021.7%200%200%200%203.521%203.574a1%201%200%200%201-.627%201.779%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M24.426%2043.411c-12.21-3.036-10.066-17.27-10.066-17.27c2.18-12.094%2010.452-14.536%2010.452-14.536a7.79%207.79%200%200%201%207.08%201.265h0A5.84%205.84%200%200%200%2036%2014.06h0l.743-.06a1.46%201.46%200%200%201%201.535%201.095h0a3.77%203.77%200%200%201-1.592%204.087l-1.075.701a6.11%206.11%200%200%200-1.74%208.515h0a3.52%203.52%200%200%200%202.267%201.501S51%2031.436%2056%2037.77a11.15%2011.15%200%200%201%20.911%2012.667s1.102%208.282-5.83%2010.522a5.35%205.35%200%200%200-.448-3.753a2.05%202.05%200%200%201%20.235-2.539a4.43%204.43%200%200%200%201.493-2.452a28%2028%200%200%200-2.973.931a3.71%203.71%200%200%201-3.745-.722a6.72%206.72%200%200%200-5.155-1.987s1.707-2.914%207.465-2.132s4.408-2.63%204.408-2.63s-.366-2.104-4.733-1.896%22%2F%3E%3Cpath%20d%3D%22M23.905%2038.832s7.542%2013.288%2019.883%206.535c0%200%202.55-1.471-1.476-2.676a11.05%2011.05%200%200%201-5.522-4.516s-1.415-3.434-4.715-3.704M16.89%2038.367a7.15%207.15%200%200%201-4.577%207.252a.529.529%200%200%200%20.01.997c1.51.537%204.945.661%2012.103-3.205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/seal.svg?color=%231a73e8&size=48