leo emoji
leo from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- leo
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the leo emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffce31"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M43 40.2c-.2.8-.4 1.5-.7 2.3c-.3.7-.6 1.4-1 2c-1.2 2.1-4.6 1.3-4.6-1c.1-3.3 2.7-6.6 4.1-9.5c2.6-5.5 5.2-14.6-1.3-18.9c-4.8-3.2-11.2-1.6-14 3.2c-2.3 4-.4 9.4 1.5 14.2c-3.1-.8-6.4.7-8.1 3.2c-2.2 3.2-.6 7.4 2.6 9.3c3.3 2 7.5.6 9.6-2.2l.3-.3c.1-.1.1-.2.2-.4c.8-1.7.9-3.4.4-5c0-.1 0-.2-.1-.3c-1.7-5.6-9.8-20.6 1.9-20.6c7.2 0 7 5.8 6.2 10.3c-.8 4.1-3 8-5 11.7c-2.1 4-2.6 9.6 2.9 10.9c4.7 1.1 7.2-5 7.9-8.3c.6-1.7-2.4-2.5-2.8-.6zm-21.3-3c2.5-4.5 9.6-.5 7.1 3.9c-2.9 4.2-9.5.5-7.1-3.9z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneLeo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffce31"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M43 40.2c-.2.8-.4 1.5-.7 2.3c-.3.7-.6 1.4-1 2c-1.2 2.1-4.6 1.3-4.6-1c.1-3.3 2.7-6.6 4.1-9.5c2.6-5.5 5.2-14.6-1.3-18.9c-4.8-3.2-11.2-1.6-14 3.2c-2.3 4-.4 9.4 1.5 14.2c-3.1-.8-6.4.7-8.1 3.2c-2.2 3.2-.6 7.4 2.6 9.3c3.3 2 7.5.6 9.6-2.2l.3-.3c.1-.1.1-.2.2-.4c.8-1.7.9-3.4.4-5c0-.1 0-.2-.1-.3c-1.7-5.6-9.8-20.6 1.9-20.6c7.2 0 7 5.8 6.2 10.3c-.8 4.1-3 8-5 11.7c-2.1 4-2.6 9.6 2.9 10.9c4.7 1.1 7.2-5 7.9-8.3c.6-1.7-2.4-2.5-2.8-.6zm-21.3-3c2.5-4.5 9.6-.5 7.1 3.9c-2.9 4.2-9.5.5-7.1-3.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffce31"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M43 40.2c-.2.8-.4 1.5-.7 2.3c-.3.7-.6 1.4-1 2c-1.2 2.1-4.6 1.3-4.6-1c.1-3.3 2.7-6.6 4.1-9.5c2.6-5.5 5.2-14.6-1.3-18.9c-4.8-3.2-11.2-1.6-14 3.2c-2.3 4-.4 9.4 1.5 14.2c-3.1-.8-6.4.7-8.1 3.2c-2.2 3.2-.6 7.4 2.6 9.3c3.3 2 7.5.6 9.6-2.2l.3-.3c.1-.1.1-.2.2-.4c.8-1.7.9-3.4.4-5c0-.1 0-.2-.1-.3c-1.7-5.6-9.8-20.6 1.9-20.6c7.2 0 7 5.8 6.2 10.3c-.8 4.1-3 8-5 11.7c-2.1 4-2.6 9.6 2.9 10.9c4.7 1.1 7.2-5 7.9-8.3c.6-1.7-2.4-2.5-2.8-.6zm-21.3-3c2.5-4.5 9.6-.5 7.1 3.9c-2.9 4.2-9.5.5-7.1-3.9z"/></svg> </template>
CSS
.icon-leo {
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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffce31%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M43%2040.2c-.2.8-.4%201.5-.7%202.3c-.3.7-.6%201.4-1%202c-1.2%202.1-4.6%201.3-4.6-1c.1-3.3%202.7-6.6%204.1-9.5c2.6-5.5%205.2-14.6-1.3-18.9c-4.8-3.2-11.2-1.6-14%203.2c-2.3%204-.4%209.4%201.5%2014.2c-3.1-.8-6.4.7-8.1%203.2c-2.2%203.2-.6%207.4%202.6%209.3c3.3%202%207.5.6%209.6-2.2l.3-.3c.1-.1.1-.2.2-.4c.8-1.7.9-3.4.4-5c0-.1%200-.2-.1-.3c-1.7-5.6-9.8-20.6%201.9-20.6c7.2%200%207%205.8%206.2%2010.3c-.8%204.1-3%208-5%2011.7c-2.1%204-2.6%209.6%202.9%2010.9c4.7%201.1%207.2-5%207.9-8.3c.6-1.7-2.4-2.5-2.8-.6zm-21.3-3c2.5-4.5%209.6-.5%207.1%203.9c-2.9%204.2-9.5.5-7.1-3.9z%22%2F%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffce31%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M43%2040.2c-.2.8-.4%201.5-.7%202.3c-.3.7-.6%201.4-1%202c-1.2%202.1-4.6%201.3-4.6-1c.1-3.3%202.7-6.6%204.1-9.5c2.6-5.5%205.2-14.6-1.3-18.9c-4.8-3.2-11.2-1.6-14%203.2c-2.3%204-.4%209.4%201.5%2014.2c-3.1-.8-6.4.7-8.1%203.2c-2.2%203.2-.6%207.4%202.6%209.3c3.3%202%207.5.6%209.6-2.2l.3-.3c.1-.1.1-.2.2-.4c.8-1.7.9-3.4.4-5c0-.1%200-.2-.1-.3c-1.7-5.6-9.8-20.6%201.9-20.6c7.2%200%207%205.8%206.2%2010.3c-.8%204.1-3%208-5%2011.7c-2.1%204-2.6%209.6%202.9%2010.9c4.7%201.1%207.2-5%207.9-8.3c.6-1.7-2.4-2.5-2.8-.6zm-21.3-3c2.5-4.5%209.6-.5%207.1%203.9c-2.9%204.2-9.5.5-7.1-3.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/leo.svg?color=%231a73e8&size=48