koala emoji
koala from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- koala
- 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 koala emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m33.671 13.167l-5.298 1.074c-1.884.582-5.036.132-6.6-.154a2.54 2.54 0 0 0-1.797.342l-.798.492a4.47 4.47 0 0 0-2.12 3.801c0 .483.129.957.374 1.372l.242.41a8 8 0 0 0 4.133 3.444l.667.244l.56 1.23a8.9 8.9 0 0 0 2.54 3.263l.854.684l-.653 2.464l-1.262 6.624l1.262 6.376l.39 1.386s1.592 1.631 2.33 2.03l.426 3.334l.121 1.952c.077 1.232.37 2.44.867 3.57l.134.302c.7 1.593 1.959 2.245 3.605 2.809l2.916-.148s3.474.307 4.356.13c.696-.14 6.322-2.584 6.322-2.584s4.61-4.426 5.162-8.351s.71-8.869-.986-12.223s-4.54-7.148-4.54-7.148l-2.103-3.494l-2.771-2.482s-2.25-.666-2.75 0s-.481-2.42-.481-2.42l.46-.12a4.81 4.81 0 0 0 3.437-3.459c.191-.746.36-1.452.417-1.834q.02-.129.025-.28c.082-2.016-1.37-3.782-3.329-4.265c-.795-.197-1.622-.244-2.296.066a52 52 0 0 1-3.816 1.563"/><path fill="#3f3f3f" d="m30.046 19.542l-1.833 1.625v2.416l1.505 1.834h1.911l.709-1.459l-.167-2.916z"/><path fill="#d0cfce" d="M33.299 29.143s3.226 1.17.664 3.357s-3.313 4.813-3.313 4.813l.5 4.937l-1.432 4.753l-.443 1.56s-3.187-1.376-4.062-4.188s-.687-6.675-.687-6.675l2.25-7.828z"/><g fill="none" stroke="#000" stroke-width="2"><ellipse cx="30.319" cy="22.573" stroke-miterlimit="9.999" rx="2.168" ry="3.124" transform="rotate(-10.248 30.32 22.573)"/><path stroke-linecap="round" stroke-linejoin="round" d="M29.718 29.872c3.059-.206 7.15-1.816 8.384-3.56s.671-4.816.671-4.816c4.166-.085 3.894-3.115 3.94-6.698c.047-3.612-4.22-3.342-4.22-3.342c-1.881-.085-4.86 2.364-4.86 2.364c-5.399-.68-9.105 1.528-9.19 1.655c0 0-2.089-2.001-4.206-1.505c0 0-5.223 1.06-2.935 6.096c2.56 5.631 5.09 3.718 5.09 3.718s.931 6.517 7.326 6.088m3.414 2.311c-.085.255-4.165 2.408-1.812 10.179l-2.113 6.122a13 13 0 0 0-.689 5.013l.082 1.38c.116 1.955.952 3.885 2.543 5.029c4.146 2.982 6.26-1.681 6.775-2.756c.636-1.327-.446-3.048-2.177-2.616m4.579-21.312l.723 3.592a4.66 4.66 0 0 1-.492 3.178l-2.078 3.747"/><path stroke-linecap="round" stroke-linejoin="round" d="M46.88 50.056s-9.098-5.739-12.457-.255c-.72 1.175-1.09 2.256-1.227 3.23m-6.16-23.159s-5.557 8.124-.175 15.656m13.177 15.386a11.3 11.3 0 0 1-4.297-.366"/><path stroke-linecap="round" stroke-linejoin="round" d="M42 24.833c2.488.783 3.621 2.04 4.88 5.06c7.787 8.587 7.953 20.106 1.36 26.752c0 0-3.214 3.728-8.202 4.269"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiKoala(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m33.671 13.167l-5.298 1.074c-1.884.582-5.036.132-6.6-.154a2.54 2.54 0 0 0-1.797.342l-.798.492a4.47 4.47 0 0 0-2.12 3.801c0 .483.129.957.374 1.372l.242.41a8 8 0 0 0 4.133 3.444l.667.244l.56 1.23a8.9 8.9 0 0 0 2.54 3.263l.854.684l-.653 2.464l-1.262 6.624l1.262 6.376l.39 1.386s1.592 1.631 2.33 2.03l.426 3.334l.121 1.952c.077 1.232.37 2.44.867 3.57l.134.302c.7 1.593 1.959 2.245 3.605 2.809l2.916-.148s3.474.307 4.356.13c.696-.14 6.322-2.584 6.322-2.584s4.61-4.426 5.162-8.351s.71-8.869-.986-12.223s-4.54-7.148-4.54-7.148l-2.103-3.494l-2.771-2.482s-2.25-.666-2.75 0s-.481-2.42-.481-2.42l.46-.12a4.81 4.81 0 0 0 3.437-3.459c.191-.746.36-1.452.417-1.834q.02-.129.025-.28c.082-2.016-1.37-3.782-3.329-4.265c-.795-.197-1.622-.244-2.296.066a52 52 0 0 1-3.816 1.563"/><path fill="#3f3f3f" d="m30.046 19.542l-1.833 1.625v2.416l1.505 1.834h1.911l.709-1.459l-.167-2.916z"/><path fill="#d0cfce" d="M33.299 29.143s3.226 1.17.664 3.357s-3.313 4.813-3.313 4.813l.5 4.937l-1.432 4.753l-.443 1.56s-3.187-1.376-4.062-4.188s-.687-6.675-.687-6.675l2.25-7.828z"/><g fill="none" stroke="#000" strokeWidth="2"><ellipse cx="30.319" cy="22.573" strokeMiterlimit="9.999" rx="2.168" ry="3.124" transform="rotate(-10.248 30.32 22.573)"/><path strokeLinecap="round" strokeLinejoin="round" d="M29.718 29.872c3.059-.206 7.15-1.816 8.384-3.56s.671-4.816.671-4.816c4.166-.085 3.894-3.115 3.94-6.698c.047-3.612-4.22-3.342-4.22-3.342c-1.881-.085-4.86 2.364-4.86 2.364c-5.399-.68-9.105 1.528-9.19 1.655c0 0-2.089-2.001-4.206-1.505c0 0-5.223 1.06-2.935 6.096c2.56 5.631 5.09 3.718 5.09 3.718s.931 6.517 7.326 6.088m3.414 2.311c-.085.255-4.165 2.408-1.812 10.179l-2.113 6.122a13 13 0 0 0-.689 5.013l.082 1.38c.116 1.955.952 3.885 2.543 5.029c4.146 2.982 6.26-1.681 6.775-2.756c.636-1.327-.446-3.048-2.177-2.616m4.579-21.312l.723 3.592a4.66 4.66 0 0 1-.492 3.178l-2.078 3.747"/><path strokeLinecap="round" strokeLinejoin="round" d="M46.88 50.056s-9.098-5.739-12.457-.255c-.72 1.175-1.09 2.256-1.227 3.23m-6.16-23.159s-5.557 8.124-.175 15.656m13.177 15.386a11.3 11.3 0 0 1-4.297-.366"/><path strokeLinecap="round" strokeLinejoin="round" d="M42 24.833c2.488.783 3.621 2.04 4.88 5.06c7.787 8.587 7.953 20.106 1.36 26.752c0 0-3.214 3.728-8.202 4.269"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="m33.671 13.167l-5.298 1.074c-1.884.582-5.036.132-6.6-.154a2.54 2.54 0 0 0-1.797.342l-.798.492a4.47 4.47 0 0 0-2.12 3.801c0 .483.129.957.374 1.372l.242.41a8 8 0 0 0 4.133 3.444l.667.244l.56 1.23a8.9 8.9 0 0 0 2.54 3.263l.854.684l-.653 2.464l-1.262 6.624l1.262 6.376l.39 1.386s1.592 1.631 2.33 2.03l.426 3.334l.121 1.952c.077 1.232.37 2.44.867 3.57l.134.302c.7 1.593 1.959 2.245 3.605 2.809l2.916-.148s3.474.307 4.356.13c.696-.14 6.322-2.584 6.322-2.584s4.61-4.426 5.162-8.351s.71-8.869-.986-12.223s-4.54-7.148-4.54-7.148l-2.103-3.494l-2.771-2.482s-2.25-.666-2.75 0s-.481-2.42-.481-2.42l.46-.12a4.81 4.81 0 0 0 3.437-3.459c.191-.746.36-1.452.417-1.834q.02-.129.025-.28c.082-2.016-1.37-3.782-3.329-4.265c-.795-.197-1.622-.244-2.296.066a52 52 0 0 1-3.816 1.563"/><path fill="#3f3f3f" d="m30.046 19.542l-1.833 1.625v2.416l1.505 1.834h1.911l.709-1.459l-.167-2.916z"/><path fill="#d0cfce" d="M33.299 29.143s3.226 1.17.664 3.357s-3.313 4.813-3.313 4.813l.5 4.937l-1.432 4.753l-.443 1.56s-3.187-1.376-4.062-4.188s-.687-6.675-.687-6.675l2.25-7.828z"/><g fill="none" stroke="#000" stroke-width="2"><ellipse cx="30.319" cy="22.573" stroke-miterlimit="9.999" rx="2.168" ry="3.124" transform="rotate(-10.248 30.32 22.573)"/><path stroke-linecap="round" stroke-linejoin="round" d="M29.718 29.872c3.059-.206 7.15-1.816 8.384-3.56s.671-4.816.671-4.816c4.166-.085 3.894-3.115 3.94-6.698c.047-3.612-4.22-3.342-4.22-3.342c-1.881-.085-4.86 2.364-4.86 2.364c-5.399-.68-9.105 1.528-9.19 1.655c0 0-2.089-2.001-4.206-1.505c0 0-5.223 1.06-2.935 6.096c2.56 5.631 5.09 3.718 5.09 3.718s.931 6.517 7.326 6.088m3.414 2.311c-.085.255-4.165 2.408-1.812 10.179l-2.113 6.122a13 13 0 0 0-.689 5.013l.082 1.38c.116 1.955.952 3.885 2.543 5.029c4.146 2.982 6.26-1.681 6.775-2.756c.636-1.327-.446-3.048-2.177-2.616m4.579-21.312l.723 3.592a4.66 4.66 0 0 1-.492 3.178l-2.078 3.747"/><path stroke-linecap="round" stroke-linejoin="round" d="M46.88 50.056s-9.098-5.739-12.457-.255c-.72 1.175-1.09 2.256-1.227 3.23m-6.16-23.159s-5.557 8.124-.175 15.656m13.177 15.386a11.3 11.3 0 0 1-4.297-.366"/><path stroke-linecap="round" stroke-linejoin="round" d="M42 24.833c2.488.783 3.621 2.04 4.88 5.06c7.787 8.587 7.953 20.106 1.36 26.752c0 0-3.214 3.728-8.202 4.269"/></g></svg> </template>
CSS
.icon-koala {
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%239b9b9a%22%20d%3D%22m33.671%2013.167l-5.298%201.074c-1.884.582-5.036.132-6.6-.154a2.54%202.54%200%200%200-1.797.342l-.798.492a4.47%204.47%200%200%200-2.12%203.801c0%20.483.129.957.374%201.372l.242.41a8%208%200%200%200%204.133%203.444l.667.244l.56%201.23a8.9%208.9%200%200%200%202.54%203.263l.854.684l-.653%202.464l-1.262%206.624l1.262%206.376l.39%201.386s1.592%201.631%202.33%202.03l.426%203.334l.121%201.952c.077%201.232.37%202.44.867%203.57l.134.302c.7%201.593%201.959%202.245%203.605%202.809l2.916-.148s3.474.307%204.356.13c.696-.14%206.322-2.584%206.322-2.584s4.61-4.426%205.162-8.351s.71-8.869-.986-12.223s-4.54-7.148-4.54-7.148l-2.103-3.494l-2.771-2.482s-2.25-.666-2.75%200s-.481-2.42-.481-2.42l.46-.12a4.81%204.81%200%200%200%203.437-3.459c.191-.746.36-1.452.417-1.834q.02-.129.025-.28c.082-2.016-1.37-3.782-3.329-4.265c-.795-.197-1.622-.244-2.296.066a52%2052%200%200%201-3.816%201.563%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m30.046%2019.542l-1.833%201.625v2.416l1.505%201.834h1.911l.709-1.459l-.167-2.916z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M33.299%2029.143s3.226%201.17.664%203.357s-3.313%204.813-3.313%204.813l.5%204.937l-1.432%204.753l-.443%201.56s-3.187-1.376-4.062-4.188s-.687-6.675-.687-6.675l2.25-7.828z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cellipse%20cx%3D%2230.319%22%20cy%3D%2222.573%22%20stroke-miterlimit%3D%229.999%22%20rx%3D%222.168%22%20ry%3D%223.124%22%20transform%3D%22rotate(-10.248%2030.32%2022.573)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.718%2029.872c3.059-.206%207.15-1.816%208.384-3.56s.671-4.816.671-4.816c4.166-.085%203.894-3.115%203.94-6.698c.047-3.612-4.22-3.342-4.22-3.342c-1.881-.085-4.86%202.364-4.86%202.364c-5.399-.68-9.105%201.528-9.19%201.655c0%200-2.089-2.001-4.206-1.505c0%200-5.223%201.06-2.935%206.096c2.56%205.631%205.09%203.718%205.09%203.718s.931%206.517%207.326%206.088m3.414%202.311c-.085.255-4.165%202.408-1.812%2010.179l-2.113%206.122a13%2013%200%200%200-.689%205.013l.082%201.38c.116%201.955.952%203.885%202.543%205.029c4.146%202.982%206.26-1.681%206.775-2.756c.636-1.327-.446-3.048-2.177-2.616m4.579-21.312l.723%203.592a4.66%204.66%200%200%201-.492%203.178l-2.078%203.747%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M46.88%2050.056s-9.098-5.739-12.457-.255c-.72%201.175-1.09%202.256-1.227%203.23m-6.16-23.159s-5.557%208.124-.175%2015.656m13.177%2015.386a11.3%2011.3%200%200%201-4.297-.366%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2024.833c2.488.783%203.621%202.04%204.88%205.06c7.787%208.587%207.953%2020.106%201.36%2026.752c0%200-3.214%203.728-8.202%204.269%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%239b9b9a%22%20d%3D%22m33.671%2013.167l-5.298%201.074c-1.884.582-5.036.132-6.6-.154a2.54%202.54%200%200%200-1.797.342l-.798.492a4.47%204.47%200%200%200-2.12%203.801c0%20.483.129.957.374%201.372l.242.41a8%208%200%200%200%204.133%203.444l.667.244l.56%201.23a8.9%208.9%200%200%200%202.54%203.263l.854.684l-.653%202.464l-1.262%206.624l1.262%206.376l.39%201.386s1.592%201.631%202.33%202.03l.426%203.334l.121%201.952c.077%201.232.37%202.44.867%203.57l.134.302c.7%201.593%201.959%202.245%203.605%202.809l2.916-.148s3.474.307%204.356.13c.696-.14%206.322-2.584%206.322-2.584s4.61-4.426%205.162-8.351s.71-8.869-.986-12.223s-4.54-7.148-4.54-7.148l-2.103-3.494l-2.771-2.482s-2.25-.666-2.75%200s-.481-2.42-.481-2.42l.46-.12a4.81%204.81%200%200%200%203.437-3.459c.191-.746.36-1.452.417-1.834q.02-.129.025-.28c.082-2.016-1.37-3.782-3.329-4.265c-.795-.197-1.622-.244-2.296.066a52%2052%200%200%201-3.816%201.563%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m30.046%2019.542l-1.833%201.625v2.416l1.505%201.834h1.911l.709-1.459l-.167-2.916z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M33.299%2029.143s3.226%201.17.664%203.357s-3.313%204.813-3.313%204.813l.5%204.937l-1.432%204.753l-.443%201.56s-3.187-1.376-4.062-4.188s-.687-6.675-.687-6.675l2.25-7.828z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cellipse%20cx%3D%2230.319%22%20cy%3D%2222.573%22%20stroke-miterlimit%3D%229.999%22%20rx%3D%222.168%22%20ry%3D%223.124%22%20transform%3D%22rotate(-10.248%2030.32%2022.573)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.718%2029.872c3.059-.206%207.15-1.816%208.384-3.56s.671-4.816.671-4.816c4.166-.085%203.894-3.115%203.94-6.698c.047-3.612-4.22-3.342-4.22-3.342c-1.881-.085-4.86%202.364-4.86%202.364c-5.399-.68-9.105%201.528-9.19%201.655c0%200-2.089-2.001-4.206-1.505c0%200-5.223%201.06-2.935%206.096c2.56%205.631%205.09%203.718%205.09%203.718s.931%206.517%207.326%206.088m3.414%202.311c-.085.255-4.165%202.408-1.812%2010.179l-2.113%206.122a13%2013%200%200%200-.689%205.013l.082%201.38c.116%201.955.952%203.885%202.543%205.029c4.146%202.982%206.26-1.681%206.775-2.756c.636-1.327-.446-3.048-2.177-2.616m4.579-21.312l.723%203.592a4.66%204.66%200%200%201-.492%203.178l-2.078%203.747%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M46.88%2050.056s-9.098-5.739-12.457-.255c-.72%201.175-1.09%202.256-1.227%203.23m-6.16-23.159s-5.557%208.124-.175%2015.656m13.177%2015.386a11.3%2011.3%200%200%201-4.297-.366%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M42%2024.833c2.488.783%203.621%202.04%204.88%205.06c7.787%208.587%207.953%2020.106%201.36%2026.752c0%200-3.214%203.728-8.202%204.269%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/koala.svg?color=%231a73e8&size=48