trident emblem emoji
trident-emblem from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- trident-emblem
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the trident emblem emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m40.155 68l.001-8.658a10.8 10.8 0 0 0 5.501 1.5c4.784 0 9.192-2.049 10.496-7.077c.31-1.201.35-2.458.235-3.695l-.176-.797a69 69 0 0 1-1.555-18.006h3l-4.503-7.996l-4.497 7.996h3l-.48 9.306l-.267 5.177a11.2 11.2 0 0 1-.99 4.056c-1.702 3.73-6.902 3.732-8.606.003a12.2 12.2 0 0 1-1.057-4.06l-1.6-19.581l-.033-.347h3l-4.497-7.996l-4.503 7.996h3v.2l-1.6 19.583a12.2 12.2 0 0 1-1.057 4.059c-1.703 3.73-6.904 3.727-8.605-.003a11.2 11.2 0 0 1-.99-4.056l-.267-5.178l-.48-9.305h3l-4.497-7.996l-4.504 7.996h3a69 69 0 0 1-1.555 18.005l-.176.798c-.114 1.236-.075 2.494.236 3.694c1.303 5.029 5.71 7.078 10.495 7.078c2.004 0 3.883-.546 5.5-1.5l.014 8.744z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M40.157 67.005v-8.471a10.95 10.95 0 0 0 5.5 1.471c4.784 0 9.192-2.01 10.496-6.94c.31-1.177.35-2.41.235-3.623l-.176-.781a66.5 66.5 0 0 1-1.555-17.656h3l-4.503-7.84l-4.497 7.84h3l-.48 9.125l-.267 5.077a10.8 10.8 0 0 1-.99 3.977h0c-1.702 3.658-6.902 3.66-8.606.002h0a11.7 11.7 0 0 1-1.057-3.98l-1.6-19.2l-.033-.34h3l-4.497-7.841l-4.503 7.84h3v.197l-1.6 19.2a11.7 11.7 0 0 1-1.057 3.98h0c-1.703 3.658-6.904 3.656-8.605-.002h0c-.582-1.25-.918-2.6-.99-3.977l-.267-5.077l-.48-9.124h3l-4.497-7.84l-4.504 7.84h3a66.5 66.5 0 0 1-1.555 17.655l-.176.782c-.114 1.212-.075 2.445.236 3.622c1.303 4.931 5.71 6.94 10.495 6.94a10.95 10.95 0 0 0 5.5-1.471l.012 8.573"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiTridentEmblem(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m40.155 68l.001-8.658a10.8 10.8 0 0 0 5.501 1.5c4.784 0 9.192-2.049 10.496-7.077c.31-1.201.35-2.458.235-3.695l-.176-.797a69 69 0 0 1-1.555-18.006h3l-4.503-7.996l-4.497 7.996h3l-.48 9.306l-.267 5.177a11.2 11.2 0 0 1-.99 4.056c-1.702 3.73-6.902 3.732-8.606.003a12.2 12.2 0 0 1-1.057-4.06l-1.6-19.581l-.033-.347h3l-4.497-7.996l-4.503 7.996h3v.2l-1.6 19.583a12.2 12.2 0 0 1-1.057 4.059c-1.703 3.73-6.904 3.727-8.605-.003a11.2 11.2 0 0 1-.99-4.056l-.267-5.178l-.48-9.305h3l-4.497-7.996l-4.504 7.996h3a69 69 0 0 1-1.555 18.005l-.176.798c-.114 1.236-.075 2.494.236 3.694c1.303 5.029 5.71 7.078 10.495 7.078c2.004 0 3.883-.546 5.5-1.5l.014 8.744z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M40.157 67.005v-8.471a10.95 10.95 0 0 0 5.5 1.471c4.784 0 9.192-2.01 10.496-6.94c.31-1.177.35-2.41.235-3.623l-.176-.781a66.5 66.5 0 0 1-1.555-17.656h3l-4.503-7.84l-4.497 7.84h3l-.48 9.125l-.267 5.077a10.8 10.8 0 0 1-.99 3.977h0c-1.702 3.658-6.902 3.66-8.606.002h0a11.7 11.7 0 0 1-1.057-3.98l-1.6-19.2l-.033-.34h3l-4.497-7.841l-4.503 7.84h3v.197l-1.6 19.2a11.7 11.7 0 0 1-1.057 3.98h0c-1.703 3.658-6.904 3.656-8.605-.002h0c-.582-1.25-.918-2.6-.99-3.977l-.267-5.077l-.48-9.124h3l-4.497-7.84l-4.504 7.84h3a66.5 66.5 0 0 1-1.555 17.655l-.176.782c-.114 1.212-.075 2.445.236 3.622c1.303 4.931 5.71 6.94 10.495 6.94a10.95 10.95 0 0 0 5.5-1.471l.012 8.573"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m40.155 68l.001-8.658a10.8 10.8 0 0 0 5.501 1.5c4.784 0 9.192-2.049 10.496-7.077c.31-1.201.35-2.458.235-3.695l-.176-.797a69 69 0 0 1-1.555-18.006h3l-4.503-7.996l-4.497 7.996h3l-.48 9.306l-.267 5.177a11.2 11.2 0 0 1-.99 4.056c-1.702 3.73-6.902 3.732-8.606.003a12.2 12.2 0 0 1-1.057-4.06l-1.6-19.581l-.033-.347h3l-4.497-7.996l-4.503 7.996h3v.2l-1.6 19.583a12.2 12.2 0 0 1-1.057 4.059c-1.703 3.73-6.904 3.727-8.605-.003a11.2 11.2 0 0 1-.99-4.056l-.267-5.178l-.48-9.305h3l-4.497-7.996l-4.504 7.996h3a69 69 0 0 1-1.555 18.005l-.176.798c-.114 1.236-.075 2.494.236 3.694c1.303 5.029 5.71 7.078 10.495 7.078c2.004 0 3.883-.546 5.5-1.5l.014 8.744z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M40.157 67.005v-8.471a10.95 10.95 0 0 0 5.5 1.471c4.784 0 9.192-2.01 10.496-6.94c.31-1.177.35-2.41.235-3.623l-.176-.781a66.5 66.5 0 0 1-1.555-17.656h3l-4.503-7.84l-4.497 7.84h3l-.48 9.125l-.267 5.077a10.8 10.8 0 0 1-.99 3.977h0c-1.702 3.658-6.902 3.66-8.606.002h0a11.7 11.7 0 0 1-1.057-3.98l-1.6-19.2l-.033-.34h3l-4.497-7.841l-4.503 7.84h3v.197l-1.6 19.2a11.7 11.7 0 0 1-1.057 3.98h0c-1.703 3.658-6.904 3.656-8.605-.002h0c-.582-1.25-.918-2.6-.99-3.977l-.267-5.077l-.48-9.124h3l-4.497-7.84l-4.504 7.84h3a66.5 66.5 0 0 1-1.555 17.655l-.176.782c-.114 1.212-.075 2.445.236 3.622c1.303 4.931 5.71 6.94 10.495 6.94a10.95 10.95 0 0 0 5.5-1.471l.012 8.573"/></svg> </template>
CSS
.icon-trident-emblem {
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%23fcea2b%22%20d%3D%22m40.155%2068l.001-8.658a10.8%2010.8%200%200%200%205.501%201.5c4.784%200%209.192-2.049%2010.496-7.077c.31-1.201.35-2.458.235-3.695l-.176-.797a69%2069%200%200%201-1.555-18.006h3l-4.503-7.996l-4.497%207.996h3l-.48%209.306l-.267%205.177a11.2%2011.2%200%200%201-.99%204.056c-1.702%203.73-6.902%203.732-8.606.003a12.2%2012.2%200%200%201-1.057-4.06l-1.6-19.581l-.033-.347h3l-4.497-7.996l-4.503%207.996h3v.2l-1.6%2019.583a12.2%2012.2%200%200%201-1.057%204.059c-1.703%203.73-6.904%203.727-8.605-.003a11.2%2011.2%200%200%201-.99-4.056l-.267-5.178l-.48-9.305h3l-4.497-7.996l-4.504%207.996h3a69%2069%200%200%201-1.555%2018.005l-.176.798c-.114%201.236-.075%202.494.236%203.694c1.303%205.029%205.71%207.078%2010.495%207.078c2.004%200%203.883-.546%205.5-1.5l.014%208.744z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M40.157%2067.005v-8.471a10.95%2010.95%200%200%200%205.5%201.471c4.784%200%209.192-2.01%2010.496-6.94c.31-1.177.35-2.41.235-3.623l-.176-.781a66.5%2066.5%200%200%201-1.555-17.656h3l-4.503-7.84l-4.497%207.84h3l-.48%209.125l-.267%205.077a10.8%2010.8%200%200%201-.99%203.977h0c-1.702%203.658-6.902%203.66-8.606.002h0a11.7%2011.7%200%200%201-1.057-3.98l-1.6-19.2l-.033-.34h3l-4.497-7.841l-4.503%207.84h3v.197l-1.6%2019.2a11.7%2011.7%200%200%201-1.057%203.98h0c-1.703%203.658-6.904%203.656-8.605-.002h0c-.582-1.25-.918-2.6-.99-3.977l-.267-5.077l-.48-9.124h3l-4.497-7.84l-4.504%207.84h3a66.5%2066.5%200%200%201-1.555%2017.655l-.176.782c-.114%201.212-.075%202.445.236%203.622c1.303%204.931%205.71%206.94%2010.495%206.94a10.95%2010.95%200%200%200%205.5-1.471l.012%208.573%22%2F%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%23fcea2b%22%20d%3D%22m40.155%2068l.001-8.658a10.8%2010.8%200%200%200%205.501%201.5c4.784%200%209.192-2.049%2010.496-7.077c.31-1.201.35-2.458.235-3.695l-.176-.797a69%2069%200%200%201-1.555-18.006h3l-4.503-7.996l-4.497%207.996h3l-.48%209.306l-.267%205.177a11.2%2011.2%200%200%201-.99%204.056c-1.702%203.73-6.902%203.732-8.606.003a12.2%2012.2%200%200%201-1.057-4.06l-1.6-19.581l-.033-.347h3l-4.497-7.996l-4.503%207.996h3v.2l-1.6%2019.583a12.2%2012.2%200%200%201-1.057%204.059c-1.703%203.73-6.904%203.727-8.605-.003a11.2%2011.2%200%200%201-.99-4.056l-.267-5.178l-.48-9.305h3l-4.497-7.996l-4.504%207.996h3a69%2069%200%200%201-1.555%2018.005l-.176.798c-.114%201.236-.075%202.494.236%203.694c1.303%205.029%205.71%207.078%2010.495%207.078c2.004%200%203.883-.546%205.5-1.5l.014%208.744z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M40.157%2067.005v-8.471a10.95%2010.95%200%200%200%205.5%201.471c4.784%200%209.192-2.01%2010.496-6.94c.31-1.177.35-2.41.235-3.623l-.176-.781a66.5%2066.5%200%200%201-1.555-17.656h3l-4.503-7.84l-4.497%207.84h3l-.48%209.125l-.267%205.077a10.8%2010.8%200%200%201-.99%203.977h0c-1.702%203.658-6.902%203.66-8.606.002h0a11.7%2011.7%200%200%201-1.057-3.98l-1.6-19.2l-.033-.34h3l-4.497-7.841l-4.503%207.84h3v.197l-1.6%2019.2a11.7%2011.7%200%200%201-1.057%203.98h0c-1.703%203.658-6.904%203.656-8.605-.002h0c-.582-1.25-.918-2.6-.99-3.977l-.267-5.077l-.48-9.124h3l-4.497-7.84l-4.504%207.84h3a66.5%2066.5%200%200%201-1.555%2017.655l-.176.782c-.114%201.212-.075%202.445.236%203.622c1.303%204.931%205.71%206.94%2010.495%206.94a10.95%2010.95%200%200%200%205.5-1.471l.012%208.573%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/trident-emblem.svg?color=%231a73e8&size=48