llama emoji
llama from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- llama
- 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 llama emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M61.54 37c-.414-.682-1.39-1.178-2.738-1.947c-1.524-1.908-.277-2.888-2.053-4.905c-4.281-4.865-26.31-1.117-26.31-1.117c-4.651-5.643-5.238-8.224-10.98-17.44c0 0-.259 1.479-1.428 2.21c-1.259.787-3.444.841-3.707 1.134c-.694.773-1.671 2.201-2.951 3.054c-.815.543.334 2.21.417 3.005c.166 1.592 2.6-.72 3.797.344c3.578 3.18 4 15.15 6.763 19.06a11.6 11.6 0 0 0 4.98 3.433c1.844 6.96 3.817 7.267 2.687 15.83c.437.16 1.284.93 1.707.736c.285-.168 1.226-.12 1.52-.939c.115-.32.527-1.195.712-1.722c.22-.63.161-1.73.161-1.73l.692-6.167l-.243-3.854c4.723-.013 8.445-.352 14.93-1.979c1.32-.734.978-.891 1.52.667c1.1 3.158 3.573 5.685 4.12 7.08c1.747 4.457.527 4.588.413 6.775c0 0 .023 2.269 1.503 1.958c.792-.85 2.113-2.72 2.393-4.392c.25-1.491.4-4.187-.365-6.387c-.824-1.093-.065-6.32-.335-9.521c-.14-1.675-.481-2.371-.34-2.404c1.814 2.192 3.536 1.42 3.131-.773z"/><path fill="#6a462f" d="M24.77 42.73c1.975.178 3.83 1.677 3.79 4.771c0 0-4.077 2.104-4.41 2.898s1.014 6.068 1.014 6.068s-1.065 1.741-1.219 2.027c-.846 1.573-2.624 1.142-2.624 1.142l-.787-11.64c1.228-2.086 4.236-5.262 4.236-5.262zm23.59 1.81s2.621-1.731 3.146-.981c.405.574 1.054 5.922 1.349 8.562s-3.699 6.29-4.407 7.209c-.458.593-1.158.75-1.881.73c-.468-.013-1.223.99-1.756.331c-.42-.519-.452-2.319-.701-2.366c-.317.153 4.857-4.956 4.857-4.956z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m60.66 37.43l-1.868-2.339c-.873-8.886-18.46-7.821-28.36-6.022c-2.322.435-6.446-9.261-8.223-13.67c-.274-.68-1.317-3.758-2.636-3.758c-1.128 0-1.043 1.632-1.55 2.196c-.431.48-2.718.638-3.768.958c-.365.11.13 1.608-.23 1.722c-1.336.421-2.757.814-2.7 1.644c.049.71.11 2.779.808 2.934c1.55.346 2.62-.455 3.447.278c3.578 3.18 4 15.15 6.763 19.06c1.3 1.544 2.992 2.71 4.98 3.433l2.344 5.148c1.045 2.673 1.01 5.618 1.009 8.373l-.462 1.021c-.424.938.359 1.958 1.503 1.958v0c.68 0 1.286-.375 1.52-.939l.712-1.722a2.9 2.9 0 0 0 .162-1.73l-.229-6.014"/><path d="M33.02 45.22c3.575 1.759 13.64.043 18.2-1.392c.49 5.819 2.003 5.739 3.923 7.774l.874 5.754l-.461 1.021c-.424.938.358 1.958 1.503 1.958v0c.68 0 1.286-.375 1.52-.939l.712-1.722a2.9 2.9 0 0 0 .161-1.73l-1.269-5.97"/><path d="M49.05 44.7c-1.155 3.33-1.013 3.448-1.017 4.312c-.004.79.276 1.276.673 2.694c.325 1.161-2.755 4.226-3.8 5.376l-.797.788c-.732.724-.367 1.956.702 2.366v0c.634.244 1.335.111 1.756-.331l1.282-1.352M24.77 42.73c-1.323 2.21-3.516 4.47-4.241 6.28c-.32.819.673 9.041.673 9.041l.111 1.115c.102 1.024 1.29 1.516 2.281.943v0c.589-.34.926-.968.847-1.573l-.246-1.847"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLlama(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M61.54 37c-.414-.682-1.39-1.178-2.738-1.947c-1.524-1.908-.277-2.888-2.053-4.905c-4.281-4.865-26.31-1.117-26.31-1.117c-4.651-5.643-5.238-8.224-10.98-17.44c0 0-.259 1.479-1.428 2.21c-1.259.787-3.444.841-3.707 1.134c-.694.773-1.671 2.201-2.951 3.054c-.815.543.334 2.21.417 3.005c.166 1.592 2.6-.72 3.797.344c3.578 3.18 4 15.15 6.763 19.06a11.6 11.6 0 0 0 4.98 3.433c1.844 6.96 3.817 7.267 2.687 15.83c.437.16 1.284.93 1.707.736c.285-.168 1.226-.12 1.52-.939c.115-.32.527-1.195.712-1.722c.22-.63.161-1.73.161-1.73l.692-6.167l-.243-3.854c4.723-.013 8.445-.352 14.93-1.979c1.32-.734.978-.891 1.52.667c1.1 3.158 3.573 5.685 4.12 7.08c1.747 4.457.527 4.588.413 6.775c0 0 .023 2.269 1.503 1.958c.792-.85 2.113-2.72 2.393-4.392c.25-1.491.4-4.187-.365-6.387c-.824-1.093-.065-6.32-.335-9.521c-.14-1.675-.481-2.371-.34-2.404c1.814 2.192 3.536 1.42 3.131-.773z"/><path fill="#6a462f" d="M24.77 42.73c1.975.178 3.83 1.677 3.79 4.771c0 0-4.077 2.104-4.41 2.898s1.014 6.068 1.014 6.068s-1.065 1.741-1.219 2.027c-.846 1.573-2.624 1.142-2.624 1.142l-.787-11.64c1.228-2.086 4.236-5.262 4.236-5.262zm23.59 1.81s2.621-1.731 3.146-.981c.405.574 1.054 5.922 1.349 8.562s-3.699 6.29-4.407 7.209c-.458.593-1.158.75-1.881.73c-.468-.013-1.223.99-1.756.331c-.42-.519-.452-2.319-.701-2.366c-.317.153 4.857-4.956 4.857-4.956z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m60.66 37.43l-1.868-2.339c-.873-8.886-18.46-7.821-28.36-6.022c-2.322.435-6.446-9.261-8.223-13.67c-.274-.68-1.317-3.758-2.636-3.758c-1.128 0-1.043 1.632-1.55 2.196c-.431.48-2.718.638-3.768.958c-.365.11.13 1.608-.23 1.722c-1.336.421-2.757.814-2.7 1.644c.049.71.11 2.779.808 2.934c1.55.346 2.62-.455 3.447.278c3.578 3.18 4 15.15 6.763 19.06c1.3 1.544 2.992 2.71 4.98 3.433l2.344 5.148c1.045 2.673 1.01 5.618 1.009 8.373l-.462 1.021c-.424.938.359 1.958 1.503 1.958v0c.68 0 1.286-.375 1.52-.939l.712-1.722a2.9 2.9 0 0 0 .162-1.73l-.229-6.014"/><path d="M33.02 45.22c3.575 1.759 13.64.043 18.2-1.392c.49 5.819 2.003 5.739 3.923 7.774l.874 5.754l-.461 1.021c-.424.938.358 1.958 1.503 1.958v0c.68 0 1.286-.375 1.52-.939l.712-1.722a2.9 2.9 0 0 0 .161-1.73l-1.269-5.97"/><path d="M49.05 44.7c-1.155 3.33-1.013 3.448-1.017 4.312c-.004.79.276 1.276.673 2.694c.325 1.161-2.755 4.226-3.8 5.376l-.797.788c-.732.724-.367 1.956.702 2.366v0c.634.244 1.335.111 1.756-.331l1.282-1.352M24.77 42.73c-1.323 2.21-3.516 4.47-4.241 6.28c-.32.819.673 9.041.673 9.041l.111 1.115c.102 1.024 1.29 1.516 2.281.943v0c.589-.34.926-.968.847-1.573l-.246-1.847"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M61.54 37c-.414-.682-1.39-1.178-2.738-1.947c-1.524-1.908-.277-2.888-2.053-4.905c-4.281-4.865-26.31-1.117-26.31-1.117c-4.651-5.643-5.238-8.224-10.98-17.44c0 0-.259 1.479-1.428 2.21c-1.259.787-3.444.841-3.707 1.134c-.694.773-1.671 2.201-2.951 3.054c-.815.543.334 2.21.417 3.005c.166 1.592 2.6-.72 3.797.344c3.578 3.18 4 15.15 6.763 19.06a11.6 11.6 0 0 0 4.98 3.433c1.844 6.96 3.817 7.267 2.687 15.83c.437.16 1.284.93 1.707.736c.285-.168 1.226-.12 1.52-.939c.115-.32.527-1.195.712-1.722c.22-.63.161-1.73.161-1.73l.692-6.167l-.243-3.854c4.723-.013 8.445-.352 14.93-1.979c1.32-.734.978-.891 1.52.667c1.1 3.158 3.573 5.685 4.12 7.08c1.747 4.457.527 4.588.413 6.775c0 0 .023 2.269 1.503 1.958c.792-.85 2.113-2.72 2.393-4.392c.25-1.491.4-4.187-.365-6.387c-.824-1.093-.065-6.32-.335-9.521c-.14-1.675-.481-2.371-.34-2.404c1.814 2.192 3.536 1.42 3.131-.773z"/><path fill="#6a462f" d="M24.77 42.73c1.975.178 3.83 1.677 3.79 4.771c0 0-4.077 2.104-4.41 2.898s1.014 6.068 1.014 6.068s-1.065 1.741-1.219 2.027c-.846 1.573-2.624 1.142-2.624 1.142l-.787-11.64c1.228-2.086 4.236-5.262 4.236-5.262zm23.59 1.81s2.621-1.731 3.146-.981c.405.574 1.054 5.922 1.349 8.562s-3.699 6.29-4.407 7.209c-.458.593-1.158.75-1.881.73c-.468-.013-1.223.99-1.756.331c-.42-.519-.452-2.319-.701-2.366c-.317.153 4.857-4.956 4.857-4.956z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m60.66 37.43l-1.868-2.339c-.873-8.886-18.46-7.821-28.36-6.022c-2.322.435-6.446-9.261-8.223-13.67c-.274-.68-1.317-3.758-2.636-3.758c-1.128 0-1.043 1.632-1.55 2.196c-.431.48-2.718.638-3.768.958c-.365.11.13 1.608-.23 1.722c-1.336.421-2.757.814-2.7 1.644c.049.71.11 2.779.808 2.934c1.55.346 2.62-.455 3.447.278c3.578 3.18 4 15.15 6.763 19.06c1.3 1.544 2.992 2.71 4.98 3.433l2.344 5.148c1.045 2.673 1.01 5.618 1.009 8.373l-.462 1.021c-.424.938.359 1.958 1.503 1.958v0c.68 0 1.286-.375 1.52-.939l.712-1.722a2.9 2.9 0 0 0 .162-1.73l-.229-6.014"/><path d="M33.02 45.22c3.575 1.759 13.64.043 18.2-1.392c.49 5.819 2.003 5.739 3.923 7.774l.874 5.754l-.461 1.021c-.424.938.358 1.958 1.503 1.958v0c.68 0 1.286-.375 1.52-.939l.712-1.722a2.9 2.9 0 0 0 .161-1.73l-1.269-5.97"/><path d="M49.05 44.7c-1.155 3.33-1.013 3.448-1.017 4.312c-.004.79.276 1.276.673 2.694c.325 1.161-2.755 4.226-3.8 5.376l-.797.788c-.732.724-.367 1.956.702 2.366v0c.634.244 1.335.111 1.756-.331l1.282-1.352M24.77 42.73c-1.323 2.21-3.516 4.47-4.241 6.28c-.32.819.673 9.041.673 9.041l.111 1.115c.102 1.024 1.29 1.516 2.281.943v0c.589-.34.926-.968.847-1.573l-.246-1.847"/></g></svg> </template>
CSS
.icon-llama {
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%23a57939%22%20d%3D%22M61.54%2037c-.414-.682-1.39-1.178-2.738-1.947c-1.524-1.908-.277-2.888-2.053-4.905c-4.281-4.865-26.31-1.117-26.31-1.117c-4.651-5.643-5.238-8.224-10.98-17.44c0%200-.259%201.479-1.428%202.21c-1.259.787-3.444.841-3.707%201.134c-.694.773-1.671%202.201-2.951%203.054c-.815.543.334%202.21.417%203.005c.166%201.592%202.6-.72%203.797.344c3.578%203.18%204%2015.15%206.763%2019.06a11.6%2011.6%200%200%200%204.98%203.433c1.844%206.96%203.817%207.267%202.687%2015.83c.437.16%201.284.93%201.707.736c.285-.168%201.226-.12%201.52-.939c.115-.32.527-1.195.712-1.722c.22-.63.161-1.73.161-1.73l.692-6.167l-.243-3.854c4.723-.013%208.445-.352%2014.93-1.979c1.32-.734.978-.891%201.52.667c1.1%203.158%203.573%205.685%204.12%207.08c1.747%204.457.527%204.588.413%206.775c0%200%20.023%202.269%201.503%201.958c.792-.85%202.113-2.72%202.393-4.392c.25-1.491.4-4.187-.365-6.387c-.824-1.093-.065-6.32-.335-9.521c-.14-1.675-.481-2.371-.34-2.404c1.814%202.192%203.536%201.42%203.131-.773z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M24.77%2042.73c1.975.178%203.83%201.677%203.79%204.771c0%200-4.077%202.104-4.41%202.898s1.014%206.068%201.014%206.068s-1.065%201.741-1.219%202.027c-.846%201.573-2.624%201.142-2.624%201.142l-.787-11.64c1.228-2.086%204.236-5.262%204.236-5.262zm23.59%201.81s2.621-1.731%203.146-.981c.405.574%201.054%205.922%201.349%208.562s-3.699%206.29-4.407%207.209c-.458.593-1.158.75-1.881.73c-.468-.013-1.223.99-1.756.331c-.42-.519-.452-2.319-.701-2.366c-.317.153%204.857-4.956%204.857-4.956z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m60.66%2037.43l-1.868-2.339c-.873-8.886-18.46-7.821-28.36-6.022c-2.322.435-6.446-9.261-8.223-13.67c-.274-.68-1.317-3.758-2.636-3.758c-1.128%200-1.043%201.632-1.55%202.196c-.431.48-2.718.638-3.768.958c-.365.11.13%201.608-.23%201.722c-1.336.421-2.757.814-2.7%201.644c.049.71.11%202.779.808%202.934c1.55.346%202.62-.455%203.447.278c3.578%203.18%204%2015.15%206.763%2019.06c1.3%201.544%202.992%202.71%204.98%203.433l2.344%205.148c1.045%202.673%201.01%205.618%201.009%208.373l-.462%201.021c-.424.938.359%201.958%201.503%201.958v0c.68%200%201.286-.375%201.52-.939l.712-1.722a2.9%202.9%200%200%200%20.162-1.73l-.229-6.014%22%2F%3E%3Cpath%20d%3D%22M33.02%2045.22c3.575%201.759%2013.64.043%2018.2-1.392c.49%205.819%202.003%205.739%203.923%207.774l.874%205.754l-.461%201.021c-.424.938.358%201.958%201.503%201.958v0c.68%200%201.286-.375%201.52-.939l.712-1.722a2.9%202.9%200%200%200%20.161-1.73l-1.269-5.97%22%2F%3E%3Cpath%20d%3D%22M49.05%2044.7c-1.155%203.33-1.013%203.448-1.017%204.312c-.004.79.276%201.276.673%202.694c.325%201.161-2.755%204.226-3.8%205.376l-.797.788c-.732.724-.367%201.956.702%202.366v0c.634.244%201.335.111%201.756-.331l1.282-1.352M24.77%2042.73c-1.323%202.21-3.516%204.47-4.241%206.28c-.32.819.673%209.041.673%209.041l.111%201.115c.102%201.024%201.29%201.516%202.281.943v0c.589-.34.926-.968.847-1.573l-.246-1.847%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%23a57939%22%20d%3D%22M61.54%2037c-.414-.682-1.39-1.178-2.738-1.947c-1.524-1.908-.277-2.888-2.053-4.905c-4.281-4.865-26.31-1.117-26.31-1.117c-4.651-5.643-5.238-8.224-10.98-17.44c0%200-.259%201.479-1.428%202.21c-1.259.787-3.444.841-3.707%201.134c-.694.773-1.671%202.201-2.951%203.054c-.815.543.334%202.21.417%203.005c.166%201.592%202.6-.72%203.797.344c3.578%203.18%204%2015.15%206.763%2019.06a11.6%2011.6%200%200%200%204.98%203.433c1.844%206.96%203.817%207.267%202.687%2015.83c.437.16%201.284.93%201.707.736c.285-.168%201.226-.12%201.52-.939c.115-.32.527-1.195.712-1.722c.22-.63.161-1.73.161-1.73l.692-6.167l-.243-3.854c4.723-.013%208.445-.352%2014.93-1.979c1.32-.734.978-.891%201.52.667c1.1%203.158%203.573%205.685%204.12%207.08c1.747%204.457.527%204.588.413%206.775c0%200%20.023%202.269%201.503%201.958c.792-.85%202.113-2.72%202.393-4.392c.25-1.491.4-4.187-.365-6.387c-.824-1.093-.065-6.32-.335-9.521c-.14-1.675-.481-2.371-.34-2.404c1.814%202.192%203.536%201.42%203.131-.773z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M24.77%2042.73c1.975.178%203.83%201.677%203.79%204.771c0%200-4.077%202.104-4.41%202.898s1.014%206.068%201.014%206.068s-1.065%201.741-1.219%202.027c-.846%201.573-2.624%201.142-2.624%201.142l-.787-11.64c1.228-2.086%204.236-5.262%204.236-5.262zm23.59%201.81s2.621-1.731%203.146-.981c.405.574%201.054%205.922%201.349%208.562s-3.699%206.29-4.407%207.209c-.458.593-1.158.75-1.881.73c-.468-.013-1.223.99-1.756.331c-.42-.519-.452-2.319-.701-2.366c-.317.153%204.857-4.956%204.857-4.956z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m60.66%2037.43l-1.868-2.339c-.873-8.886-18.46-7.821-28.36-6.022c-2.322.435-6.446-9.261-8.223-13.67c-.274-.68-1.317-3.758-2.636-3.758c-1.128%200-1.043%201.632-1.55%202.196c-.431.48-2.718.638-3.768.958c-.365.11.13%201.608-.23%201.722c-1.336.421-2.757.814-2.7%201.644c.049.71.11%202.779.808%202.934c1.55.346%202.62-.455%203.447.278c3.578%203.18%204%2015.15%206.763%2019.06c1.3%201.544%202.992%202.71%204.98%203.433l2.344%205.148c1.045%202.673%201.01%205.618%201.009%208.373l-.462%201.021c-.424.938.359%201.958%201.503%201.958v0c.68%200%201.286-.375%201.52-.939l.712-1.722a2.9%202.9%200%200%200%20.162-1.73l-.229-6.014%22%2F%3E%3Cpath%20d%3D%22M33.02%2045.22c3.575%201.759%2013.64.043%2018.2-1.392c.49%205.819%202.003%205.739%203.923%207.774l.874%205.754l-.461%201.021c-.424.938.358%201.958%201.503%201.958v0c.68%200%201.286-.375%201.52-.939l.712-1.722a2.9%202.9%200%200%200%20.161-1.73l-1.269-5.97%22%2F%3E%3Cpath%20d%3D%22M49.05%2044.7c-1.155%203.33-1.013%203.448-1.017%204.312c-.004.79.276%201.276.673%202.694c.325%201.161-2.755%204.226-3.8%205.376l-.797.788c-.732.724-.367%201.956.702%202.366v0c.634.244%201.335.111%201.756-.331l1.282-1.352M24.77%2042.73c-1.323%202.21-3.516%204.47-4.241%206.28c-.32.819.673%209.041.673%209.041l.111%201.115c.102%201.024%201.29%201.516%202.281.943v0c.589-.34.926-.968.847-1.573l-.246-1.847%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/llama.svg?color=%231a73e8&size=48