trident emblem emoji

trident-emblem from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
trident-emblem
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the trident emblem emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><g fill="#ffcc4d"><path d="m7 22.266l-.01.001l.01.003zm22.062.004l.01-.003l-.01-.001z"/><path d="M35.905 19.613c-1.774 1.072-3.839 1.977-6.833 2.653c.017.002.082.009.046.02c-.268.068-.411.135-.687.197c-1.046.204-2.587.296-2.08-1.095l2.131-2.906L29 19l4.5-4.5L29 10l-4.5 4.5l2.551 2.551l-2.221 3.029l-.002-.002c-1.672 2-4.781 1.328-4.781-1.078H20v-6l5.5-5.5L18 0l-7.5 7.5L16 13v6.19c-.164 2.246-3.14 2.832-4.766.888l-.002.002l-2.248-3.065L11.5 14.5L7 10l-4.5 4.5L7 19l.554-.554l2.157 2.942c.507 1.391-1.034 1.299-2.081 1.095c-.274-.062-.418-.129-.686-.197c-.036-.011.028-.017.045-.02c-2.994-.676-5.058-1.581-6.833-2.653c-.008.151-.095.301-.095.455c0 3.481 6.245 10.923 14.623 12.586L18 35.984l3.346-3.33C29.725 30.991 36 23.55 36 20.068c0-.154-.087-.303-.095-.455"/></g></svg>

React

import type { SVGProps } from "react";

export function TwemojiTridentEmblem(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><g fill="#ffcc4d"><path d="m7 22.266l-.01.001l.01.003zm22.062.004l.01-.003l-.01-.001z"/><path d="M35.905 19.613c-1.774 1.072-3.839 1.977-6.833 2.653c.017.002.082.009.046.02c-.268.068-.411.135-.687.197c-1.046.204-2.587.296-2.08-1.095l2.131-2.906L29 19l4.5-4.5L29 10l-4.5 4.5l2.551 2.551l-2.221 3.029l-.002-.002c-1.672 2-4.781 1.328-4.781-1.078H20v-6l5.5-5.5L18 0l-7.5 7.5L16 13v6.19c-.164 2.246-3.14 2.832-4.766.888l-.002.002l-2.248-3.065L11.5 14.5L7 10l-4.5 4.5L7 19l.554-.554l2.157 2.942c.507 1.391-1.034 1.299-2.081 1.095c-.274-.062-.418-.129-.686-.197c-.036-.011.028-.017.045-.02c-2.994-.676-5.058-1.581-6.833-2.653c-.008.151-.095.301-.095.455c0 3.481 6.245 10.923 14.623 12.586L18 35.984l3.346-3.33C29.725 30.991 36 23.55 36 20.068c0-.154-.087-.303-.095-.455"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><g fill="#ffcc4d"><path d="m7 22.266l-.01.001l.01.003zm22.062.004l.01-.003l-.01-.001z"/><path d="M35.905 19.613c-1.774 1.072-3.839 1.977-6.833 2.653c.017.002.082.009.046.02c-.268.068-.411.135-.687.197c-1.046.204-2.587.296-2.08-1.095l2.131-2.906L29 19l4.5-4.5L29 10l-4.5 4.5l2.551 2.551l-2.221 3.029l-.002-.002c-1.672 2-4.781 1.328-4.781-1.078H20v-6l5.5-5.5L18 0l-7.5 7.5L16 13v6.19c-.164 2.246-3.14 2.832-4.766.888l-.002.002l-2.248-3.065L11.5 14.5L7 10l-4.5 4.5L7 19l.554-.554l2.157 2.942c.507 1.391-1.034 1.299-2.081 1.095c-.274-.062-.418-.129-.686-.197c-.036-.011.028-.017.045-.02c-2.994-.676-5.058-1.581-6.833-2.653c-.008.151-.095.301-.095.455c0 3.481 6.245 10.923 14.623 12.586L18 35.984l3.346-3.33C29.725 30.991 36 23.55 36 20.068c0-.154-.087-.303-.095-.455"/></g></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%2036%2036%22%3E%3Cg%20fill%3D%22%23ffcc4d%22%3E%3Cpath%20d%3D%22m7%2022.266l-.01.001l.01.003zm22.062.004l.01-.003l-.01-.001z%22%2F%3E%3Cpath%20d%3D%22M35.905%2019.613c-1.774%201.072-3.839%201.977-6.833%202.653c.017.002.082.009.046.02c-.268.068-.411.135-.687.197c-1.046.204-2.587.296-2.08-1.095l2.131-2.906L29%2019l4.5-4.5L29%2010l-4.5%204.5l2.551%202.551l-2.221%203.029l-.002-.002c-1.672%202-4.781%201.328-4.781-1.078H20v-6l5.5-5.5L18%200l-7.5%207.5L16%2013v6.19c-.164%202.246-3.14%202.832-4.766.888l-.002.002l-2.248-3.065L11.5%2014.5L7%2010l-4.5%204.5L7%2019l.554-.554l2.157%202.942c.507%201.391-1.034%201.299-2.081%201.095c-.274-.062-.418-.129-.686-.197c-.036-.011.028-.017.045-.02c-2.994-.676-5.058-1.581-6.833-2.653c-.008.151-.095.301-.095.455c0%203.481%206.245%2010.923%2014.623%2012.586L18%2035.984l3.346-3.33C29.725%2030.991%2036%2023.55%2036%2020.068c0-.154-.087-.303-.095-.455%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%2036%2036%22%3E%3Cg%20fill%3D%22%23ffcc4d%22%3E%3Cpath%20d%3D%22m7%2022.266l-.01.001l.01.003zm22.062.004l.01-.003l-.01-.001z%22%2F%3E%3Cpath%20d%3D%22M35.905%2019.613c-1.774%201.072-3.839%201.977-6.833%202.653c.017.002.082.009.046.02c-.268.068-.411.135-.687.197c-1.046.204-2.587.296-2.08-1.095l2.131-2.906L29%2019l4.5-4.5L29%2010l-4.5%204.5l2.551%202.551l-2.221%203.029l-.002-.002c-1.672%202-4.781%201.328-4.781-1.078H20v-6l5.5-5.5L18%200l-7.5%207.5L16%2013v6.19c-.164%202.246-3.14%202.832-4.766.888l-.002.002l-2.248-3.065L11.5%2014.5L7%2010l-4.5%204.5L7%2019l.554-.554l2.157%202.942c.507%201.391-1.034%201.299-2.081%201.095c-.274-.062-.418-.129-.686-.197c-.036-.011.028-.017.045-.02c-2.994-.676-5.058-1.581-6.833-2.653c-.008.151-.095.301-.095.455c0%203.481%206.245%2010.923%2014.623%2012.586L18%2035.984l3.346-3.33C29.725%2030.991%2036%2023.55%2036%2020.068c0-.154-.087-.303-.095-.455%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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