trident emblem emoji

trident-emblem from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
trident-emblem
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the trident emblem emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M57 24.6C54 17.4 44.8 8.7 44.8 8.7s3 7.4.8 17.3l3.5-3s3.3 1.4 3.7 5c.5 4.4-2 10.6-2 10.6s-5.5-1.7-13.9-1.6l-3-19.6l7.2 4.7L32 2l-9 19.9l7.2-4.7l-3 19.6c-8.4-.1-13.9 1.6-13.9 1.6s-2.5-6.2-2-10.6c.4-3.5 3.7-5 3.7-5l3.5 3c-2.2-9.8.8-17.3.8-17.3S10 17.4 7 24.6C3.9 32 2 40.8 2 40.8l6.4 5.9s5.6-1.7 10-2c4.1-.3 8.9-.4 8.9-.4l-.6 8.7l5.3 9l5.3-9l-.6-8.7s4.8.1 8.9.4c4.3.3 10 2 10 2l6.4-5.9s-1.9-8.8-5-16.2"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneTridentEmblem(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M57 24.6C54 17.4 44.8 8.7 44.8 8.7s3 7.4.8 17.3l3.5-3s3.3 1.4 3.7 5c.5 4.4-2 10.6-2 10.6s-5.5-1.7-13.9-1.6l-3-19.6l7.2 4.7L32 2l-9 19.9l7.2-4.7l-3 19.6c-8.4-.1-13.9 1.6-13.9 1.6s-2.5-6.2-2-10.6c.4-3.5 3.7-5 3.7-5l3.5 3c-2.2-9.8.8-17.3.8-17.3S10 17.4 7 24.6C3.9 32 2 40.8 2 40.8l6.4 5.9s5.6-1.7 10-2c4.1-.3 8.9-.4 8.9-.4l-.6 8.7l5.3 9l5.3-9l-.6-8.7s4.8.1 8.9.4c4.3.3 10 2 10 2l6.4-5.9s-1.9-8.8-5-16.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#eda454" d="M57 24.6C54 17.4 44.8 8.7 44.8 8.7s3 7.4.8 17.3l3.5-3s3.3 1.4 3.7 5c.5 4.4-2 10.6-2 10.6s-5.5-1.7-13.9-1.6l-3-19.6l7.2 4.7L32 2l-9 19.9l7.2-4.7l-3 19.6c-8.4-.1-13.9 1.6-13.9 1.6s-2.5-6.2-2-10.6c.4-3.5 3.7-5 3.7-5l3.5 3c-2.2-9.8.8-17.3.8-17.3S10 17.4 7 24.6C3.9 32 2 40.8 2 40.8l6.4 5.9s5.6-1.7 10-2c4.1-.3 8.9-.4 8.9-.4l-.6 8.7l5.3 9l5.3-9l-.6-8.7s4.8.1 8.9.4c4.3.3 10 2 10 2l6.4-5.9s-1.9-8.8-5-16.2"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23eda454%22%20d%3D%22M57%2024.6C54%2017.4%2044.8%208.7%2044.8%208.7s3%207.4.8%2017.3l3.5-3s3.3%201.4%203.7%205c.5%204.4-2%2010.6-2%2010.6s-5.5-1.7-13.9-1.6l-3-19.6l7.2%204.7L32%202l-9%2019.9l7.2-4.7l-3%2019.6c-8.4-.1-13.9%201.6-13.9%201.6s-2.5-6.2-2-10.6c.4-3.5%203.7-5%203.7-5l3.5%203c-2.2-9.8.8-17.3.8-17.3S10%2017.4%207%2024.6C3.9%2032%202%2040.8%202%2040.8l6.4%205.9s5.6-1.7%2010-2c4.1-.3%208.9-.4%208.9-.4l-.6%208.7l5.3%209l5.3-9l-.6-8.7s4.8.1%208.9.4c4.3.3%2010%202%2010%202l6.4-5.9s-1.9-8.8-5-16.2%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23eda454%22%20d%3D%22M57%2024.6C54%2017.4%2044.8%208.7%2044.8%208.7s3%207.4.8%2017.3l3.5-3s3.3%201.4%203.7%205c.5%204.4-2%2010.6-2%2010.6s-5.5-1.7-13.9-1.6l-3-19.6l7.2%204.7L32%202l-9%2019.9l7.2-4.7l-3%2019.6c-8.4-.1-13.9%201.6-13.9%201.6s-2.5-6.2-2-10.6c.4-3.5%203.7-5%203.7-5l3.5%203c-2.2-9.8.8-17.3.8-17.3S10%2017.4%207%2024.6C3.9%2032%202%2040.8%202%2040.8l6.4%205.9s5.6-1.7%2010-2c4.1-.3%208.9-.4%208.9-.4l-.6%208.7l5.3%209l5.3-9l-.6-8.7s4.8.1%208.9.4c4.3.3%2010%202%2010%202l6.4-5.9s-1.9-8.8-5-16.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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