t-rex from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
t-rex
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 t rex emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10" stroke-width="1.8"><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" d="M38 55s9 4 12-8s-12 8-12 8"/><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" d="M39 48s6.125-2.68 6.651.837c.15 1.006-.243 2.018-.915 2.781L40 57h0c.002 0 6.43 1.91 5.167 3.417C43 63 34 61 34 61h0l1-5h0c-15.997 4-19.998-10.994-20-11h0c.005.004 14.168 11.665 20.083 1.833C41 37 38.167 17.167 50.583 17.583c8.358.28 9.844 4.715 9.923 7.583c.038 1.393-.256 2.417-.256 2.417a10 10 0 0 1-.319 1.53c-1.154 3.836-4.26 3-7.098 3.97c-3.166 1.084-2.083 4.416-2.083 4.417h0C56.5 36 56 43 54 41s-3.167 1.333-3.167 1.333h0S51 49 49 51"/><path fill="#5c9e31" stroke="#5c9e31" d="M51 43c2 0 4 3 4 3c1 4-4.417 8.333-4.417 8.333S62 57 52.667 57.333S46 55 46 55s3-2 5-9"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M43 41s2-3.833 4.5-1.417S47 43 46 42s-2 2-2 2"/><path d="M39 48s6.125-2.68 6.651.837c.15 1.006-.243 2.018-.915 2.781L40 57s6.43 1.91 5.167 3.417C43 63 34 61 34 61l1-5c-16 4-20-11-20-11s14.167 11.667 20.083 1.833s3.084-29.666 15.5-29.25c8.358.28 9.844 4.715 9.923 7.583c.038 1.393-.256 2.417-.256 2.417a10 10 0 0 1-.319 1.53c-1.154 3.836-4.26 3-7.098 3.97c-3.166 1.084-2.083 4.417-2.083 4.417C56.5 36 56 43 54 41s-3.167 1.333-3.167 1.333S51 49 49 51"/><path d="M54.5 44.833c3.5 2.834-3.917 9.5-3.917 9.5S62 57 52.667 57.333S46 55 46 55"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiTRex(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeMiterlimit="10" strokeWidth="1.8"><path fill="#b1cc33" stroke="#b1cc33" strokeLinecap="round" strokeLinejoin="round" d="M38 55s9 4 12-8s-12 8-12 8"/><path fill="#b1cc33" stroke="#b1cc33" strokeLinecap="round" strokeLinejoin="round" d="M39 48s6.125-2.68 6.651.837c.15 1.006-.243 2.018-.915 2.781L40 57h0c.002 0 6.43 1.91 5.167 3.417C43 63 34 61 34 61h0l1-5h0c-15.997 4-19.998-10.994-20-11h0c.005.004 14.168 11.665 20.083 1.833C41 37 38.167 17.167 50.583 17.583c8.358.28 9.844 4.715 9.923 7.583c.038 1.393-.256 2.417-.256 2.417a10 10 0 0 1-.319 1.53c-1.154 3.836-4.26 3-7.098 3.97c-3.166 1.084-2.083 4.416-2.083 4.417h0C56.5 36 56 43 54 41s-3.167 1.333-3.167 1.333h0S51 49 49 51"/><path fill="#5c9e31" stroke="#5c9e31" d="M51 43c2 0 4 3 4 3c1 4-4.417 8.333-4.417 8.333S62 57 52.667 57.333S46 55 46 55s3-2 5-9"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M43 41s2-3.833 4.5-1.417S47 43 46 42s-2 2-2 2"/><path d="M39 48s6.125-2.68 6.651.837c.15 1.006-.243 2.018-.915 2.781L40 57s6.43 1.91 5.167 3.417C43 63 34 61 34 61l1-5c-16 4-20-11-20-11s14.167 11.667 20.083 1.833s3.084-29.666 15.5-29.25c8.358.28 9.844 4.715 9.923 7.583c.038 1.393-.256 2.417-.256 2.417a10 10 0 0 1-.319 1.53c-1.154 3.836-4.26 3-7.098 3.97c-3.166 1.084-2.083 4.417-2.083 4.417C56.5 36 56 43 54 41s-3.167 1.333-3.167 1.333S51 49 49 51"/><path d="M54.5 44.833c3.5 2.834-3.917 9.5-3.917 9.5S62 57 52.667 57.333S46 55 46 55"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10" stroke-width="1.8"><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" d="M38 55s9 4 12-8s-12 8-12 8"/><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" d="M39 48s6.125-2.68 6.651.837c.15 1.006-.243 2.018-.915 2.781L40 57h0c.002 0 6.43 1.91 5.167 3.417C43 63 34 61 34 61h0l1-5h0c-15.997 4-19.998-10.994-20-11h0c.005.004 14.168 11.665 20.083 1.833C41 37 38.167 17.167 50.583 17.583c8.358.28 9.844 4.715 9.923 7.583c.038 1.393-.256 2.417-.256 2.417a10 10 0 0 1-.319 1.53c-1.154 3.836-4.26 3-7.098 3.97c-3.166 1.084-2.083 4.416-2.083 4.417h0C56.5 36 56 43 54 41s-3.167 1.333-3.167 1.333h0S51 49 49 51"/><path fill="#5c9e31" stroke="#5c9e31" d="M51 43c2 0 4 3 4 3c1 4-4.417 8.333-4.417 8.333S62 57 52.667 57.333S46 55 46 55s3-2 5-9"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M43 41s2-3.833 4.5-1.417S47 43 46 42s-2 2-2 2"/><path d="M39 48s6.125-2.68 6.651.837c.15 1.006-.243 2.018-.915 2.781L40 57s6.43 1.91 5.167 3.417C43 63 34 61 34 61l1-5c-16 4-20-11-20-11s14.167 11.667 20.083 1.833s3.084-29.666 15.5-29.25c8.358.28 9.844 4.715 9.923 7.583c.038 1.393-.256 2.417-.256 2.417a10 10 0 0 1-.319 1.53c-1.154 3.836-4.26 3-7.098 3.97c-3.166 1.084-2.083 4.417-2.083 4.417C56.5 36 56 43 54 41s-3.167 1.333-3.167 1.333S51 49 49 51"/><path d="M54.5 44.833c3.5 2.834-3.917 9.5-3.917 9.5S62 57 52.667 57.333S46 55 46 55"/></g></svg>
</template>

CSS

.icon-t-rex {
  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%3Cg%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38%2055s9%204%2012-8s-12%208-12%208%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2048s6.125-2.68%206.651.837c.15%201.006-.243%202.018-.915%202.781L40%2057h0c.002%200%206.43%201.91%205.167%203.417C43%2063%2034%2061%2034%2061h0l1-5h0c-15.997%204-19.998-10.994-20-11h0c.005.004%2014.168%2011.665%2020.083%201.833C41%2037%2038.167%2017.167%2050.583%2017.583c8.358.28%209.844%204.715%209.923%207.583c.038%201.393-.256%202.417-.256%202.417a10%2010%200%200%201-.319%201.53c-1.154%203.836-4.26%203-7.098%203.97c-3.166%201.084-2.083%204.416-2.083%204.417h0C56.5%2036%2056%2043%2054%2041s-3.167%201.333-3.167%201.333h0S51%2049%2049%2051%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20d%3D%22M51%2043c2%200%204%203%204%203c1%204-4.417%208.333-4.417%208.333S62%2057%2052.667%2057.333S46%2055%2046%2055s3-2%205-9%22%2F%3E%3C%2Fg%3E%3Cg%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%3E%3Cpath%20d%3D%22M43%2041s2-3.833%204.5-1.417S47%2043%2046%2042s-2%202-2%202%22%2F%3E%3Cpath%20d%3D%22M39%2048s6.125-2.68%206.651.837c.15%201.006-.243%202.018-.915%202.781L40%2057s6.43%201.91%205.167%203.417C43%2063%2034%2061%2034%2061l1-5c-16%204-20-11-20-11s14.167%2011.667%2020.083%201.833s3.084-29.666%2015.5-29.25c8.358.28%209.844%204.715%209.923%207.583c.038%201.393-.256%202.417-.256%202.417a10%2010%200%200%201-.319%201.53c-1.154%203.836-4.26%203-7.098%203.97c-3.166%201.084-2.083%204.417-2.083%204.417C56.5%2036%2056%2043%2054%2041s-3.167%201.333-3.167%201.333S51%2049%2049%2051%22%2F%3E%3Cpath%20d%3D%22M54.5%2044.833c3.5%202.834-3.917%209.5-3.917%209.5S62%2057%2052.667%2057.333S46%2055%2046%2055%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%3Cg%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38%2055s9%204%2012-8s-12%208-12%208%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39%2048s6.125-2.68%206.651.837c.15%201.006-.243%202.018-.915%202.781L40%2057h0c.002%200%206.43%201.91%205.167%203.417C43%2063%2034%2061%2034%2061h0l1-5h0c-15.997%204-19.998-10.994-20-11h0c.005.004%2014.168%2011.665%2020.083%201.833C41%2037%2038.167%2017.167%2050.583%2017.583c8.358.28%209.844%204.715%209.923%207.583c.038%201.393-.256%202.417-.256%202.417a10%2010%200%200%201-.319%201.53c-1.154%203.836-4.26%203-7.098%203.97c-3.166%201.084-2.083%204.416-2.083%204.417h0C56.5%2036%2056%2043%2054%2041s-3.167%201.333-3.167%201.333h0S51%2049%2049%2051%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20d%3D%22M51%2043c2%200%204%203%204%203c1%204-4.417%208.333-4.417%208.333S62%2057%2052.667%2057.333S46%2055%2046%2055s3-2%205-9%22%2F%3E%3C%2Fg%3E%3Cg%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%3E%3Cpath%20d%3D%22M43%2041s2-3.833%204.5-1.417S47%2043%2046%2042s-2%202-2%202%22%2F%3E%3Cpath%20d%3D%22M39%2048s6.125-2.68%206.651.837c.15%201.006-.243%202.018-.915%202.781L40%2057s6.43%201.91%205.167%203.417C43%2063%2034%2061%2034%2061l1-5c-16%204-20-11-20-11s14.167%2011.667%2020.083%201.833s3.084-29.666%2015.5-29.25c8.358.28%209.844%204.715%209.923%207.583c.038%201.393-.256%202.417-.256%202.417a10%2010%200%200%201-.319%201.53c-1.154%203.836-4.26%203-7.098%203.97c-3.166%201.084-2.083%204.417-2.083%204.417C56.5%2036%2056%2043%2054%2041s-3.167%201.333-3.167%201.333S51%2049%2049%2051%22%2F%3E%3Cpath%20d%3D%22M54.5%2044.833c3.5%202.834-3.917%209.5-3.917%209.5S62%2057%2052.667%2057.333S46%2055%2046%2055%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/t-rex.svg?color=%231a73e8&size=48