scorpion emoji
scorpion from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- scorpion
- 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 scorpion emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M39.823 26.896s9.777.248 9.878-3.75c.101-4 1.686-6.692-.775-8.023C45 13 44.864 21.022 45.79 23.046S38 25 38 25zM32 27s-10 0-10-4s-1-6 1-8s4 6 3 8s7 2 7 2z"/><path fill="#d22f27" d="M41.964 55.862s-2.155-6.898 2.803-3.018s-3.018 9.916-6.79 6.899s-9.809-18.539-5.497-33.197c0 0 3.449-5.173 6.035 0c2.587 5.174 1.165 20.694.151 24.143c-1.013 3.449-1.013 6.036 2.436 7.329"/><path fill="#ea5a47" d="M31 34h9v4h-9zm0 9h9v4h-9z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M23.857 11.888c-6.898 10.347.862 14.658.862 14.658l6.898.862"/><path d="M23.19 14.554c5.367 1.803 2.392 8.543 2.392 8.543l.862.862l6.898.862m13.796-12.933s6.898 9.485-.862 14.658l-6.69.464"/><path d="m37.653 24.822l7.76-.863l.863-1.724s-4.746-3.291 1.507-7.681M40.24 30.857l4.927 1.725l1.971-1.725l-.986-1.724m-15.397 1.724l-5.173 1.725l-1.725-1.725l1.725-1.724m5.173 5.173l-3.449 6.036l-1.724.862l-2.479-1.221m17.137-5.677l3.449 6.036l1.724.862l2.623-1.149m-13.832-17.82l.575 2.012m1.365 0l.647-2.012m2.587 11.209c-5.174 1.725-8.323-.125-8.323-.125m-.215 4.005s4.801 2.156 8.825 0"/><path d="M41.964 55.862s-2.155-6.898 2.803-3.018s-3.018 9.916-6.79 6.899s-9.809-18.539-5.497-33.197c0 0 3.449-5.173 6.035 0c2.587 5.174 1.165 20.694.151 24.143c-1.013 3.449-1.013 6.036 2.436 7.329"/><path d="M25.582 48.24h3.173l1.586-1.724l.793-4.312s5.553 1.725 8.726 0l.794 4.312l1.586 1.724h3.173"/><path d="M31.932 46.315s3.997 1.787 7.446.063"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiScorpion(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M39.823 26.896s9.777.248 9.878-3.75c.101-4 1.686-6.692-.775-8.023C45 13 44.864 21.022 45.79 23.046S38 25 38 25zM32 27s-10 0-10-4s-1-6 1-8s4 6 3 8s7 2 7 2z"/><path fill="#d22f27" d="M41.964 55.862s-2.155-6.898 2.803-3.018s-3.018 9.916-6.79 6.899s-9.809-18.539-5.497-33.197c0 0 3.449-5.173 6.035 0c2.587 5.174 1.165 20.694.151 24.143c-1.013 3.449-1.013 6.036 2.436 7.329"/><path fill="#ea5a47" d="M31 34h9v4h-9zm0 9h9v4h-9z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M23.857 11.888c-6.898 10.347.862 14.658.862 14.658l6.898.862"/><path d="M23.19 14.554c5.367 1.803 2.392 8.543 2.392 8.543l.862.862l6.898.862m13.796-12.933s6.898 9.485-.862 14.658l-6.69.464"/><path d="m37.653 24.822l7.76-.863l.863-1.724s-4.746-3.291 1.507-7.681M40.24 30.857l4.927 1.725l1.971-1.725l-.986-1.724m-15.397 1.724l-5.173 1.725l-1.725-1.725l1.725-1.724m5.173 5.173l-3.449 6.036l-1.724.862l-2.479-1.221m17.137-5.677l3.449 6.036l1.724.862l2.623-1.149m-13.832-17.82l.575 2.012m1.365 0l.647-2.012m2.587 11.209c-5.174 1.725-8.323-.125-8.323-.125m-.215 4.005s4.801 2.156 8.825 0"/><path d="M41.964 55.862s-2.155-6.898 2.803-3.018s-3.018 9.916-6.79 6.899s-9.809-18.539-5.497-33.197c0 0 3.449-5.173 6.035 0c2.587 5.174 1.165 20.694.151 24.143c-1.013 3.449-1.013 6.036 2.436 7.329"/><path d="M25.582 48.24h3.173l1.586-1.724l.793-4.312s5.553 1.725 8.726 0l.794 4.312l1.586 1.724h3.173"/><path d="M31.932 46.315s3.997 1.787 7.446.063"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" d="M39.823 26.896s9.777.248 9.878-3.75c.101-4 1.686-6.692-.775-8.023C45 13 44.864 21.022 45.79 23.046S38 25 38 25zM32 27s-10 0-10-4s-1-6 1-8s4 6 3 8s7 2 7 2z"/><path fill="#d22f27" d="M41.964 55.862s-2.155-6.898 2.803-3.018s-3.018 9.916-6.79 6.899s-9.809-18.539-5.497-33.197c0 0 3.449-5.173 6.035 0c2.587 5.174 1.165 20.694.151 24.143c-1.013 3.449-1.013 6.036 2.436 7.329"/><path fill="#ea5a47" d="M31 34h9v4h-9zm0 9h9v4h-9z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M23.857 11.888c-6.898 10.347.862 14.658.862 14.658l6.898.862"/><path d="M23.19 14.554c5.367 1.803 2.392 8.543 2.392 8.543l.862.862l6.898.862m13.796-12.933s6.898 9.485-.862 14.658l-6.69.464"/><path d="m37.653 24.822l7.76-.863l.863-1.724s-4.746-3.291 1.507-7.681M40.24 30.857l4.927 1.725l1.971-1.725l-.986-1.724m-15.397 1.724l-5.173 1.725l-1.725-1.725l1.725-1.724m5.173 5.173l-3.449 6.036l-1.724.862l-2.479-1.221m17.137-5.677l3.449 6.036l1.724.862l2.623-1.149m-13.832-17.82l.575 2.012m1.365 0l.647-2.012m2.587 11.209c-5.174 1.725-8.323-.125-8.323-.125m-.215 4.005s4.801 2.156 8.825 0"/><path d="M41.964 55.862s-2.155-6.898 2.803-3.018s-3.018 9.916-6.79 6.899s-9.809-18.539-5.497-33.197c0 0 3.449-5.173 6.035 0c2.587 5.174 1.165 20.694.151 24.143c-1.013 3.449-1.013 6.036 2.436 7.329"/><path d="M25.582 48.24h3.173l1.586-1.724l.793-4.312s5.553 1.725 8.726 0l.794 4.312l1.586 1.724h3.173"/><path d="M31.932 46.315s3.997 1.787 7.446.063"/></g></svg> </template>
CSS
.icon-scorpion {
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%23ea5a47%22%20d%3D%22M39.823%2026.896s9.777.248%209.878-3.75c.101-4%201.686-6.692-.775-8.023C45%2013%2044.864%2021.022%2045.79%2023.046S38%2025%2038%2025zM32%2027s-10%200-10-4s-1-6%201-8s4%206%203%208s7%202%207%202z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M41.964%2055.862s-2.155-6.898%202.803-3.018s-3.018%209.916-6.79%206.899s-9.809-18.539-5.497-33.197c0%200%203.449-5.173%206.035%200c2.587%205.174%201.165%2020.694.151%2024.143c-1.013%203.449-1.013%206.036%202.436%207.329%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M31%2034h9v4h-9zm0%209h9v4h-9z%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%22M23.857%2011.888c-6.898%2010.347.862%2014.658.862%2014.658l6.898.862%22%2F%3E%3Cpath%20d%3D%22M23.19%2014.554c5.367%201.803%202.392%208.543%202.392%208.543l.862.862l6.898.862m13.796-12.933s6.898%209.485-.862%2014.658l-6.69.464%22%2F%3E%3Cpath%20d%3D%22m37.653%2024.822l7.76-.863l.863-1.724s-4.746-3.291%201.507-7.681M40.24%2030.857l4.927%201.725l1.971-1.725l-.986-1.724m-15.397%201.724l-5.173%201.725l-1.725-1.725l1.725-1.724m5.173%205.173l-3.449%206.036l-1.724.862l-2.479-1.221m17.137-5.677l3.449%206.036l1.724.862l2.623-1.149m-13.832-17.82l.575%202.012m1.365%200l.647-2.012m2.587%2011.209c-5.174%201.725-8.323-.125-8.323-.125m-.215%204.005s4.801%202.156%208.825%200%22%2F%3E%3Cpath%20d%3D%22M41.964%2055.862s-2.155-6.898%202.803-3.018s-3.018%209.916-6.79%206.899s-9.809-18.539-5.497-33.197c0%200%203.449-5.173%206.035%200c2.587%205.174%201.165%2020.694.151%2024.143c-1.013%203.449-1.013%206.036%202.436%207.329%22%2F%3E%3Cpath%20d%3D%22M25.582%2048.24h3.173l1.586-1.724l.793-4.312s5.553%201.725%208.726%200l.794%204.312l1.586%201.724h3.173%22%2F%3E%3Cpath%20d%3D%22M31.932%2046.315s3.997%201.787%207.446.063%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%23ea5a47%22%20d%3D%22M39.823%2026.896s9.777.248%209.878-3.75c.101-4%201.686-6.692-.775-8.023C45%2013%2044.864%2021.022%2045.79%2023.046S38%2025%2038%2025zM32%2027s-10%200-10-4s-1-6%201-8s4%206%203%208s7%202%207%202z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M41.964%2055.862s-2.155-6.898%202.803-3.018s-3.018%209.916-6.79%206.899s-9.809-18.539-5.497-33.197c0%200%203.449-5.173%206.035%200c2.587%205.174%201.165%2020.694.151%2024.143c-1.013%203.449-1.013%206.036%202.436%207.329%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M31%2034h9v4h-9zm0%209h9v4h-9z%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%22M23.857%2011.888c-6.898%2010.347.862%2014.658.862%2014.658l6.898.862%22%2F%3E%3Cpath%20d%3D%22M23.19%2014.554c5.367%201.803%202.392%208.543%202.392%208.543l.862.862l6.898.862m13.796-12.933s6.898%209.485-.862%2014.658l-6.69.464%22%2F%3E%3Cpath%20d%3D%22m37.653%2024.822l7.76-.863l.863-1.724s-4.746-3.291%201.507-7.681M40.24%2030.857l4.927%201.725l1.971-1.725l-.986-1.724m-15.397%201.724l-5.173%201.725l-1.725-1.725l1.725-1.724m5.173%205.173l-3.449%206.036l-1.724.862l-2.479-1.221m17.137-5.677l3.449%206.036l1.724.862l2.623-1.149m-13.832-17.82l.575%202.012m1.365%200l.647-2.012m2.587%2011.209c-5.174%201.725-8.323-.125-8.323-.125m-.215%204.005s4.801%202.156%208.825%200%22%2F%3E%3Cpath%20d%3D%22M41.964%2055.862s-2.155-6.898%202.803-3.018s-3.018%209.916-6.79%206.899s-9.809-18.539-5.497-33.197c0%200%203.449-5.173%206.035%200c2.587%205.174%201.165%2020.694.151%2024.143c-1.013%203.449-1.013%206.036%202.436%207.329%22%2F%3E%3Cpath%20d%3D%22M25.582%2048.24h3.173l1.586-1.724l.793-4.312s5.553%201.725%208.726%200l.794%204.312l1.586%201.724h3.173%22%2F%3E%3Cpath%20d%3D%22M31.932%2046.315s3.997%201.787%207.446.063%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/scorpion.svg?color=%231a73e8&size=48