crocodile emoji
crocodile from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- crocodile
- 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 crocodile emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#5c9e31" stroke="#5c9e31" d="M46 52s17 2 19 0v-1s3-3 1-4s-5 0-5 0s-2.917-1.333-6.458-4.667c0 0-1.542-1.333-3.542.667c0 0-2-3-8-3s-24 1-24 1s-6-1 0-3s11-2 12 0c0 0-2.667-8.417-17.333-5.208C13.667 32.792 1 36 8 48c0 0 2 4 8 4z"/><path fill="#b1cc33" stroke="#b1cc33" d="M23 47s-4.812 4-3.406 5S23 55 23 55h4l-3.032-3S26 51 27 49s0-3.24 0-3.24M40 47s-4.812 4-3.406 5S40 55 40 55h4l-3.032-3S43 51 44 49s0-3.24 0-3.24"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M29 52h4m13 0s17 2 19 0v-1s3-3 1-4s-5 0-5 0s-2.917-1.333-6.458-4.667c0 0-1.542-1.333-3.542.667c0 0-2-3-8-3s-24 1-24 1s-6-1 0-3s11-2 12 0c0 0-2.667-8.417-17.333-5.208C13.667 32.792 1 36 8 48c0 0 2 4 8 4"/><path d="M23 47s-4.812 4-3.406 5S23 55 23 55h4l-3.032-3S26 51 27 49s0-3.24 0-3.24M40 47s-4.812 4-3.406 5S40 55 40 55h4l-3.032-3S43 51 44 49s0-3.24 0-3.24"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCrocodile(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#5c9e31" stroke="#5c9e31" d="M46 52s17 2 19 0v-1s3-3 1-4s-5 0-5 0s-2.917-1.333-6.458-4.667c0 0-1.542-1.333-3.542.667c0 0-2-3-8-3s-24 1-24 1s-6-1 0-3s11-2 12 0c0 0-2.667-8.417-17.333-5.208C13.667 32.792 1 36 8 48c0 0 2 4 8 4z"/><path fill="#b1cc33" stroke="#b1cc33" d="M23 47s-4.812 4-3.406 5S23 55 23 55h4l-3.032-3S26 51 27 49s0-3.24 0-3.24M40 47s-4.812 4-3.406 5S40 55 40 55h4l-3.032-3S43 51 44 49s0-3.24 0-3.24"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M29 52h4m13 0s17 2 19 0v-1s3-3 1-4s-5 0-5 0s-2.917-1.333-6.458-4.667c0 0-1.542-1.333-3.542.667c0 0-2-3-8-3s-24 1-24 1s-6-1 0-3s11-2 12 0c0 0-2.667-8.417-17.333-5.208C13.667 32.792 1 36 8 48c0 0 2 4 8 4"/><path d="M23 47s-4.812 4-3.406 5S23 55 23 55h4l-3.032-3S26 51 27 49s0-3.24 0-3.24M40 47s-4.812 4-3.406 5S40 55 40 55h4l-3.032-3S43 51 44 49s0-3.24 0-3.24"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#5c9e31" stroke="#5c9e31" d="M46 52s17 2 19 0v-1s3-3 1-4s-5 0-5 0s-2.917-1.333-6.458-4.667c0 0-1.542-1.333-3.542.667c0 0-2-3-8-3s-24 1-24 1s-6-1 0-3s11-2 12 0c0 0-2.667-8.417-17.333-5.208C13.667 32.792 1 36 8 48c0 0 2 4 8 4z"/><path fill="#b1cc33" stroke="#b1cc33" d="M23 47s-4.812 4-3.406 5S23 55 23 55h4l-3.032-3S26 51 27 49s0-3.24 0-3.24M40 47s-4.812 4-3.406 5S40 55 40 55h4l-3.032-3S43 51 44 49s0-3.24 0-3.24"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M29 52h4m13 0s17 2 19 0v-1s3-3 1-4s-5 0-5 0s-2.917-1.333-6.458-4.667c0 0-1.542-1.333-3.542.667c0 0-2-3-8-3s-24 1-24 1s-6-1 0-3s11-2 12 0c0 0-2.667-8.417-17.333-5.208C13.667 32.792 1 36 8 48c0 0 2 4 8 4"/><path d="M23 47s-4.812 4-3.406 5S23 55 23 55h4l-3.032-3S26 51 27 49s0-3.24 0-3.24M40 47s-4.812 4-3.406 5S40 55 40 55h4l-3.032-3S43 51 44 49s0-3.24 0-3.24"/></g></svg> </template>
CSS
.icon-crocodile {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20d%3D%22M46%2052s17%202%2019%200v-1s3-3%201-4s-5%200-5%200s-2.917-1.333-6.458-4.667c0%200-1.542-1.333-3.542.667c0%200-2-3-8-3s-24%201-24%201s-6-1%200-3s11-2%2012%200c0%200-2.667-8.417-17.333-5.208C13.667%2032.792%201%2036%208%2048c0%200%202%204%208%204z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20d%3D%22M23%2047s-4.812%204-3.406%205S23%2055%2023%2055h4l-3.032-3S26%2051%2027%2049s0-3.24%200-3.24M40%2047s-4.812%204-3.406%205S40%2055%2040%2055h4l-3.032-3S43%2051%2044%2049s0-3.24%200-3.24%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%22M29%2052h4m13%200s17%202%2019%200v-1s3-3%201-4s-5%200-5%200s-2.917-1.333-6.458-4.667c0%200-1.542-1.333-3.542.667c0%200-2-3-8-3s-24%201-24%201s-6-1%200-3s11-2%2012%200c0%200-2.667-8.417-17.333-5.208C13.667%2032.792%201%2036%208%2048c0%200%202%204%208%204%22%2F%3E%3Cpath%20d%3D%22M23%2047s-4.812%204-3.406%205S23%2055%2023%2055h4l-3.032-3S26%2051%2027%2049s0-3.24%200-3.24M40%2047s-4.812%204-3.406%205S40%2055%2040%2055h4l-3.032-3S43%2051%2044%2049s0-3.24%200-3.24%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20d%3D%22M46%2052s17%202%2019%200v-1s3-3%201-4s-5%200-5%200s-2.917-1.333-6.458-4.667c0%200-1.542-1.333-3.542.667c0%200-2-3-8-3s-24%201-24%201s-6-1%200-3s11-2%2012%200c0%200-2.667-8.417-17.333-5.208C13.667%2032.792%201%2036%208%2048c0%200%202%204%208%204z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20d%3D%22M23%2047s-4.812%204-3.406%205S23%2055%2023%2055h4l-3.032-3S26%2051%2027%2049s0-3.24%200-3.24M40%2047s-4.812%204-3.406%205S40%2055%2040%2055h4l-3.032-3S43%2051%2044%2049s0-3.24%200-3.24%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%22M29%2052h4m13%200s17%202%2019%200v-1s3-3%201-4s-5%200-5%200s-2.917-1.333-6.458-4.667c0%200-1.542-1.333-3.542.667c0%200-2-3-8-3s-24%201-24%201s-6-1%200-3s11-2%2012%200c0%200-2.667-8.417-17.333-5.208C13.667%2032.792%201%2036%208%2048c0%200%202%204%208%204%22%2F%3E%3Cpath%20d%3D%22M23%2047s-4.812%204-3.406%205S23%2055%2023%2055h4l-3.032-3S26%2051%2027%2049s0-3.24%200-3.24M40%2047s-4.812%204-3.406%205S40%2055%2040%2055h4l-3.032-3S43%2051%2044%2049s0-3.24%200-3.24%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/crocodile.svg?color=%231a73e8&size=48