dragon emoji

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

Name
dragon
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 dragon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46 24c-1.083-.583-4-1-5.917-.917C38.167 23.167 37 21 37 21c-.9 1.35-.315 2.768.6 3.918c1.152 1.447 2.823 2.399 4.63 2.792C47.726 28.907 48 30 48 30l-.194 2.858c3.89 1.55 4.608 4.458 4.889 5.45l-4.358.008c3.47 2.442 4.326 7.368 4.326 7.368L50 46c-.167 3-3.5 7.917-8 11s-2.25 7.75-2.25 7.75S34 58 42 51s.583-15 .583-15c1.584 12-4.416 14.583-4.416 14.583c-7.834 1.584-8.417-3.333-8.417-3.333l3.75 1.417c8.5.666.167-11.084.167-11.084c-9.334-5.416-13.667 2.417-14.084 1s1.584-4.75 1.584-4.75c-1.834-1.166-10.834 3.084-10.834 3.084c-.666-1.084 7.25-5.917 7.25-5.917C16.167 29 10 29 10 29s4-6 14.167-2.833L37 34s-6.737-6.876-8-12c-1.28-5.192 2.618-8.493 2-8l-3.33-4.332c1.943-.522 3.566.78 4.132 1.213L30.224 5.76c2.502.121 3.79 2.118 4.247 2.79L36 5l3.917 3.5s2.083-1.5 3 .25S46 14 49.083 14.583s1.5 3.917 1.5 3.917S46 17 44 17s-2.75 1.583-2.75 1.583S41 18 45 20s1 4 1 4"/><path fill="#ea5a47" d="M50 21s4 2 3 4c0 0 3.333 0 4.167 2.5S63 28 63 28l-4.333-2.167s0-2.833-1.334-2.833C56 23 53 20 50 21"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M52.663 45.684s-.856-4.926-4.326-7.368m4.358-.007c-.281-.993-.998-3.9-4.89-5.45M48 30s-.273-1.093-5.77-2.29c-1.807-.393-3.478-1.345-4.63-2.792c-.915-1.15-1.5-2.568-.6-3.918c0 0 1.167 2.167 3.083 2.083s4.834.334 5.917.917m0 0s3-2-1-4s-3.75-1.417-3.75-1.417S42 17 44 17s6.583 1.5 6.583 1.5s1.584-3.333-1.5-3.917s-5.25-4.083-6.166-5.833s-3-.25-3-.25L36 5M24.167 26.167C14 23 10 29 10 29s6.167 0 7.583 2c0 0-7.916 4.833-7.25 5.917c0 0 9-4.25 10.834-3.084c0 0-2 3.334-1.584 4.75c.417 1.417 4.75-6.416 14.084-1c0 0 8.333 11.75-.167 11.084l-3.75-1.417s.583 4.917 8.417 3.333c0 0 6-2.583 4.416-14.583c0 0 7.417 8-.583 15s-2.25 13.75-2.25 13.75S37.5 60.083 42 57s7.833-8 8-11"/><path d="M31 14c.618-.493-3.28 2.808-2 8c1.263 5.124 8 12 8 12M34.47 8.55c-.457-.673-1.744-2.67-4.246-2.79m1.578 5.121c-.566-.432-2.19-1.735-4.133-1.213M50 21s4 2 3 4c0 0 3.333 0 4.167 2.5S63 28 63 28l-4.333-2.167s0-2.833-1.334-2.833C56 23 53 20 50 21"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiDragon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M46 24c-1.083-.583-4-1-5.917-.917C38.167 23.167 37 21 37 21c-.9 1.35-.315 2.768.6 3.918c1.152 1.447 2.823 2.399 4.63 2.792C47.726 28.907 48 30 48 30l-.194 2.858c3.89 1.55 4.608 4.458 4.889 5.45l-4.358.008c3.47 2.442 4.326 7.368 4.326 7.368L50 46c-.167 3-3.5 7.917-8 11s-2.25 7.75-2.25 7.75S34 58 42 51s.583-15 .583-15c1.584 12-4.416 14.583-4.416 14.583c-7.834 1.584-8.417-3.333-8.417-3.333l3.75 1.417c8.5.666.167-11.084.167-11.084c-9.334-5.416-13.667 2.417-14.084 1s1.584-4.75 1.584-4.75c-1.834-1.166-10.834 3.084-10.834 3.084c-.666-1.084 7.25-5.917 7.25-5.917C16.167 29 10 29 10 29s4-6 14.167-2.833L37 34s-6.737-6.876-8-12c-1.28-5.192 2.618-8.493 2-8l-3.33-4.332c1.943-.522 3.566.78 4.132 1.213L30.224 5.76c2.502.121 3.79 2.118 4.247 2.79L36 5l3.917 3.5s2.083-1.5 3 .25S46 14 49.083 14.583s1.5 3.917 1.5 3.917S46 17 44 17s-2.75 1.583-2.75 1.583S41 18 45 20s1 4 1 4"/><path fill="#ea5a47" d="M50 21s4 2 3 4c0 0 3.333 0 4.167 2.5S63 28 63 28l-4.333-2.167s0-2.833-1.334-2.833C56 23 53 20 50 21"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M52.663 45.684s-.856-4.926-4.326-7.368m4.358-.007c-.281-.993-.998-3.9-4.89-5.45M48 30s-.273-1.093-5.77-2.29c-1.807-.393-3.478-1.345-4.63-2.792c-.915-1.15-1.5-2.568-.6-3.918c0 0 1.167 2.167 3.083 2.083s4.834.334 5.917.917m0 0s3-2-1-4s-3.75-1.417-3.75-1.417S42 17 44 17s6.583 1.5 6.583 1.5s1.584-3.333-1.5-3.917s-5.25-4.083-6.166-5.833s-3-.25-3-.25L36 5M24.167 26.167C14 23 10 29 10 29s6.167 0 7.583 2c0 0-7.916 4.833-7.25 5.917c0 0 9-4.25 10.834-3.084c0 0-2 3.334-1.584 4.75c.417 1.417 4.75-6.416 14.084-1c0 0 8.333 11.75-.167 11.084l-3.75-1.417s.583 4.917 8.417 3.333c0 0 6-2.583 4.416-14.583c0 0 7.417 8-.583 15s-2.25 13.75-2.25 13.75S37.5 60.083 42 57s7.833-8 8-11"/><path d="M31 14c.618-.493-3.28 2.808-2 8c1.263 5.124 8 12 8 12M34.47 8.55c-.457-.673-1.744-2.67-4.246-2.79m1.578 5.121c-.566-.432-2.19-1.735-4.133-1.213M50 21s4 2 3 4c0 0 3.333 0 4.167 2.5S63 28 63 28l-4.333-2.167s0-2.833-1.334-2.833C56 23 53 20 50 21"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M46 24c-1.083-.583-4-1-5.917-.917C38.167 23.167 37 21 37 21c-.9 1.35-.315 2.768.6 3.918c1.152 1.447 2.823 2.399 4.63 2.792C47.726 28.907 48 30 48 30l-.194 2.858c3.89 1.55 4.608 4.458 4.889 5.45l-4.358.008c3.47 2.442 4.326 7.368 4.326 7.368L50 46c-.167 3-3.5 7.917-8 11s-2.25 7.75-2.25 7.75S34 58 42 51s.583-15 .583-15c1.584 12-4.416 14.583-4.416 14.583c-7.834 1.584-8.417-3.333-8.417-3.333l3.75 1.417c8.5.666.167-11.084.167-11.084c-9.334-5.416-13.667 2.417-14.084 1s1.584-4.75 1.584-4.75c-1.834-1.166-10.834 3.084-10.834 3.084c-.666-1.084 7.25-5.917 7.25-5.917C16.167 29 10 29 10 29s4-6 14.167-2.833L37 34s-6.737-6.876-8-12c-1.28-5.192 2.618-8.493 2-8l-3.33-4.332c1.943-.522 3.566.78 4.132 1.213L30.224 5.76c2.502.121 3.79 2.118 4.247 2.79L36 5l3.917 3.5s2.083-1.5 3 .25S46 14 49.083 14.583s1.5 3.917 1.5 3.917S46 17 44 17s-2.75 1.583-2.75 1.583S41 18 45 20s1 4 1 4"/><path fill="#ea5a47" d="M50 21s4 2 3 4c0 0 3.333 0 4.167 2.5S63 28 63 28l-4.333-2.167s0-2.833-1.334-2.833C56 23 53 20 50 21"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M52.663 45.684s-.856-4.926-4.326-7.368m4.358-.007c-.281-.993-.998-3.9-4.89-5.45M48 30s-.273-1.093-5.77-2.29c-1.807-.393-3.478-1.345-4.63-2.792c-.915-1.15-1.5-2.568-.6-3.918c0 0 1.167 2.167 3.083 2.083s4.834.334 5.917.917m0 0s3-2-1-4s-3.75-1.417-3.75-1.417S42 17 44 17s6.583 1.5 6.583 1.5s1.584-3.333-1.5-3.917s-5.25-4.083-6.166-5.833s-3-.25-3-.25L36 5M24.167 26.167C14 23 10 29 10 29s6.167 0 7.583 2c0 0-7.916 4.833-7.25 5.917c0 0 9-4.25 10.834-3.084c0 0-2 3.334-1.584 4.75c.417 1.417 4.75-6.416 14.084-1c0 0 8.333 11.75-.167 11.084l-3.75-1.417s.583 4.917 8.417 3.333c0 0 6-2.583 4.416-14.583c0 0 7.417 8-.583 15s-2.25 13.75-2.25 13.75S37.5 60.083 42 57s7.833-8 8-11"/><path d="M31 14c.618-.493-3.28 2.808-2 8c1.263 5.124 8 12 8 12M34.47 8.55c-.457-.673-1.744-2.67-4.246-2.79m1.578 5.121c-.566-.432-2.19-1.735-4.133-1.213M50 21s4 2 3 4c0 0 3.333 0 4.167 2.5S63 28 63 28l-4.333-2.167s0-2.833-1.334-2.833C56 23 53 20 50 21"/></g></svg>
</template>

CSS

.icon-dragon {
  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%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M46%2024c-1.083-.583-4-1-5.917-.917C38.167%2023.167%2037%2021%2037%2021c-.9%201.35-.315%202.768.6%203.918c1.152%201.447%202.823%202.399%204.63%202.792C47.726%2028.907%2048%2030%2048%2030l-.194%202.858c3.89%201.55%204.608%204.458%204.889%205.45l-4.358.008c3.47%202.442%204.326%207.368%204.326%207.368L50%2046c-.167%203-3.5%207.917-8%2011s-2.25%207.75-2.25%207.75S34%2058%2042%2051s.583-15%20.583-15c1.584%2012-4.416%2014.583-4.416%2014.583c-7.834%201.584-8.417-3.333-8.417-3.333l3.75%201.417c8.5.666.167-11.084.167-11.084c-9.334-5.416-13.667%202.417-14.084%201s1.584-4.75%201.584-4.75c-1.834-1.166-10.834%203.084-10.834%203.084c-.666-1.084%207.25-5.917%207.25-5.917C16.167%2029%2010%2029%2010%2029s4-6%2014.167-2.833L37%2034s-6.737-6.876-8-12c-1.28-5.192%202.618-8.493%202-8l-3.33-4.332c1.943-.522%203.566.78%204.132%201.213L30.224%205.76c2.502.121%203.79%202.118%204.247%202.79L36%205l3.917%203.5s2.083-1.5%203%20.25S46%2014%2049.083%2014.583s1.5%203.917%201.5%203.917S46%2017%2044%2017s-2.75%201.583-2.75%201.583S41%2018%2045%2020s1%204%201%204%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M50%2021s4%202%203%204c0%200%203.333%200%204.167%202.5S63%2028%2063%2028l-4.333-2.167s0-2.833-1.334-2.833C56%2023%2053%2020%2050%2021%22%2F%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%22M52.663%2045.684s-.856-4.926-4.326-7.368m4.358-.007c-.281-.993-.998-3.9-4.89-5.45M48%2030s-.273-1.093-5.77-2.29c-1.807-.393-3.478-1.345-4.63-2.792c-.915-1.15-1.5-2.568-.6-3.918c0%200%201.167%202.167%203.083%202.083s4.834.334%205.917.917m0%200s3-2-1-4s-3.75-1.417-3.75-1.417S42%2017%2044%2017s6.583%201.5%206.583%201.5s1.584-3.333-1.5-3.917s-5.25-4.083-6.166-5.833s-3-.25-3-.25L36%205M24.167%2026.167C14%2023%2010%2029%2010%2029s6.167%200%207.583%202c0%200-7.916%204.833-7.25%205.917c0%200%209-4.25%2010.834-3.084c0%200-2%203.334-1.584%204.75c.417%201.417%204.75-6.416%2014.084-1c0%200%208.333%2011.75-.167%2011.084l-3.75-1.417s.583%204.917%208.417%203.333c0%200%206-2.583%204.416-14.583c0%200%207.417%208-.583%2015s-2.25%2013.75-2.25%2013.75S37.5%2060.083%2042%2057s7.833-8%208-11%22%2F%3E%3Cpath%20d%3D%22M31%2014c.618-.493-3.28%202.808-2%208c1.263%205.124%208%2012%208%2012M34.47%208.55c-.457-.673-1.744-2.67-4.246-2.79m1.578%205.121c-.566-.432-2.19-1.735-4.133-1.213M50%2021s4%202%203%204c0%200%203.333%200%204.167%202.5S63%2028%2063%2028l-4.333-2.167s0-2.833-1.334-2.833C56%2023%2053%2020%2050%2021%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%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M46%2024c-1.083-.583-4-1-5.917-.917C38.167%2023.167%2037%2021%2037%2021c-.9%201.35-.315%202.768.6%203.918c1.152%201.447%202.823%202.399%204.63%202.792C47.726%2028.907%2048%2030%2048%2030l-.194%202.858c3.89%201.55%204.608%204.458%204.889%205.45l-4.358.008c3.47%202.442%204.326%207.368%204.326%207.368L50%2046c-.167%203-3.5%207.917-8%2011s-2.25%207.75-2.25%207.75S34%2058%2042%2051s.583-15%20.583-15c1.584%2012-4.416%2014.583-4.416%2014.583c-7.834%201.584-8.417-3.333-8.417-3.333l3.75%201.417c8.5.666.167-11.084.167-11.084c-9.334-5.416-13.667%202.417-14.084%201s1.584-4.75%201.584-4.75c-1.834-1.166-10.834%203.084-10.834%203.084c-.666-1.084%207.25-5.917%207.25-5.917C16.167%2029%2010%2029%2010%2029s4-6%2014.167-2.833L37%2034s-6.737-6.876-8-12c-1.28-5.192%202.618-8.493%202-8l-3.33-4.332c1.943-.522%203.566.78%204.132%201.213L30.224%205.76c2.502.121%203.79%202.118%204.247%202.79L36%205l3.917%203.5s2.083-1.5%203%20.25S46%2014%2049.083%2014.583s1.5%203.917%201.5%203.917S46%2017%2044%2017s-2.75%201.583-2.75%201.583S41%2018%2045%2020s1%204%201%204%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M50%2021s4%202%203%204c0%200%203.333%200%204.167%202.5S63%2028%2063%2028l-4.333-2.167s0-2.833-1.334-2.833C56%2023%2053%2020%2050%2021%22%2F%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%22M52.663%2045.684s-.856-4.926-4.326-7.368m4.358-.007c-.281-.993-.998-3.9-4.89-5.45M48%2030s-.273-1.093-5.77-2.29c-1.807-.393-3.478-1.345-4.63-2.792c-.915-1.15-1.5-2.568-.6-3.918c0%200%201.167%202.167%203.083%202.083s4.834.334%205.917.917m0%200s3-2-1-4s-3.75-1.417-3.75-1.417S42%2017%2044%2017s6.583%201.5%206.583%201.5s1.584-3.333-1.5-3.917s-5.25-4.083-6.166-5.833s-3-.25-3-.25L36%205M24.167%2026.167C14%2023%2010%2029%2010%2029s6.167%200%207.583%202c0%200-7.916%204.833-7.25%205.917c0%200%209-4.25%2010.834-3.084c0%200-2%203.334-1.584%204.75c.417%201.417%204.75-6.416%2014.084-1c0%200%208.333%2011.75-.167%2011.084l-3.75-1.417s.583%204.917%208.417%203.333c0%200%206-2.583%204.416-14.583c0%200%207.417%208-.583%2015s-2.25%2013.75-2.25%2013.75S37.5%2060.083%2042%2057s7.833-8%208-11%22%2F%3E%3Cpath%20d%3D%22M31%2014c.618-.493-3.28%202.808-2%208c1.263%205.124%208%2012%208%2012M34.47%208.55c-.457-.673-1.744-2.67-4.246-2.79m1.578%205.121c-.566-.432-2.19-1.735-4.133-1.213M50%2021s4%202%203%204c0%200%203.333%200%204.167%202.5S63%2028%2063%2028l-4.333-2.167s0-2.833-1.334-2.833C56%2023%2053%2020%2050%2021%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/dragon.svg?color=%231a73e8&size=48