leo emoji
leo from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- leo
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the leo emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#fbc02d"/><circle cx="60.1" cy="63.1" r="56.1" fill="#fce438"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".6"/><path fill="#fafafa" d="M92.6 93.1c-.7-.3-1.4-.5-2.2-.5c-.7 0-1.5.2-2.1.4c-.7.3-2.6 1-4.9 1c-.8 0-1.5-.1-2.2-.2c-2.4-.5-3.8-1.8-4.4-4.3c-1.9-7.4 2-12 7.9-18.9c.6-.7 1.2-1.5 1.9-2.2c.4-.5.9-1 1.3-1.5c5.4-6.4 8.2-9.7 8.2-19.3c0-6.4-1.7-11.9-5-16c-4.2-5.1-10.8-7.9-19.6-8.1h-.7c-12.7 0-22.2 8.4-23.8 21c0 .2-.2.3-.3.3c-1.8-.5-3.6-.7-5.4-.7c-1.6 0-3.1.2-4.7.5c-9 2.1-15.8 9.9-16.4 19.1c-.4 5.9 1.6 11.6 5.6 15.9s9.6 6.7 15.5 6.7h1.2c10.2-.6 18.8-8.7 19.8-18.8c.5-4.3-.4-8.6-2.5-12.4c-2.6-4.7-2.4-11 .5-15.4C62 36.9 67 34 72.2 34h.8c7.1.4 12.6 6.4 12.6 13.6c0 4.5-1.7 7.8-7 14.1c-.7.9-1.5 1.8-2.2 2.6c-6.7 7.7-12.9 15.1-9.7 27.8c1.6 6.4 6.1 10.6 12.5 12c1.3.3 2.7.4 4.1.4c3.2 0 6.4-.7 9.2-1.9c1.8-.8 3-2.6 3.1-4.6c0-2-1.1-3.9-3-4.9M51.7 66.6c-.6 4.7-4.5 8.6-9.2 9.2c-.5.1-.9.1-1.4.1c-3 0-6-1.3-8-3.6s-3-5.3-2.6-8.4c.6-4.7 4.5-8.6 9.2-9.2c.5-.1.9-.1 1.4-.1c3 0 6 1.3 8 3.6c2.1 2.3 3 5.3 2.6 8.4"/></svg>
React
import type { SVGProps } from "react";
export function NotoLeo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#fbc02d"/><circle cx="60.1" cy="63.1" r="56.1" fill="#fce438"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".6"/><path fill="#fafafa" d="M92.6 93.1c-.7-.3-1.4-.5-2.2-.5c-.7 0-1.5.2-2.1.4c-.7.3-2.6 1-4.9 1c-.8 0-1.5-.1-2.2-.2c-2.4-.5-3.8-1.8-4.4-4.3c-1.9-7.4 2-12 7.9-18.9c.6-.7 1.2-1.5 1.9-2.2c.4-.5.9-1 1.3-1.5c5.4-6.4 8.2-9.7 8.2-19.3c0-6.4-1.7-11.9-5-16c-4.2-5.1-10.8-7.9-19.6-8.1h-.7c-12.7 0-22.2 8.4-23.8 21c0 .2-.2.3-.3.3c-1.8-.5-3.6-.7-5.4-.7c-1.6 0-3.1.2-4.7.5c-9 2.1-15.8 9.9-16.4 19.1c-.4 5.9 1.6 11.6 5.6 15.9s9.6 6.7 15.5 6.7h1.2c10.2-.6 18.8-8.7 19.8-18.8c.5-4.3-.4-8.6-2.5-12.4c-2.6-4.7-2.4-11 .5-15.4C62 36.9 67 34 72.2 34h.8c7.1.4 12.6 6.4 12.6 13.6c0 4.5-1.7 7.8-7 14.1c-.7.9-1.5 1.8-2.2 2.6c-6.7 7.7-12.9 15.1-9.7 27.8c1.6 6.4 6.1 10.6 12.5 12c1.3.3 2.7.4 4.1.4c3.2 0 6.4-.7 9.2-1.9c1.8-.8 3-2.6 3.1-4.6c0-2-1.1-3.9-3-4.9M51.7 66.6c-.6 4.7-4.5 8.6-9.2 9.2c-.5.1-.9.1-1.4.1c-3 0-6-1.3-8-3.6s-3-5.3-2.6-8.4c.6-4.7 4.5-8.6 9.2-9.2c.5-.1.9-.1 1.4-.1c3 0 6 1.3 8 3.6c2.1 2.3 3 5.3 2.6 8.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#fbc02d"/><circle cx="60.1" cy="63.1" r="56.1" fill="#fce438"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".6"/><path fill="#fafafa" d="M92.6 93.1c-.7-.3-1.4-.5-2.2-.5c-.7 0-1.5.2-2.1.4c-.7.3-2.6 1-4.9 1c-.8 0-1.5-.1-2.2-.2c-2.4-.5-3.8-1.8-4.4-4.3c-1.9-7.4 2-12 7.9-18.9c.6-.7 1.2-1.5 1.9-2.2c.4-.5.9-1 1.3-1.5c5.4-6.4 8.2-9.7 8.2-19.3c0-6.4-1.7-11.9-5-16c-4.2-5.1-10.8-7.9-19.6-8.1h-.7c-12.7 0-22.2 8.4-23.8 21c0 .2-.2.3-.3.3c-1.8-.5-3.6-.7-5.4-.7c-1.6 0-3.1.2-4.7.5c-9 2.1-15.8 9.9-16.4 19.1c-.4 5.9 1.6 11.6 5.6 15.9s9.6 6.7 15.5 6.7h1.2c10.2-.6 18.8-8.7 19.8-18.8c.5-4.3-.4-8.6-2.5-12.4c-2.6-4.7-2.4-11 .5-15.4C62 36.9 67 34 72.2 34h.8c7.1.4 12.6 6.4 12.6 13.6c0 4.5-1.7 7.8-7 14.1c-.7.9-1.5 1.8-2.2 2.6c-6.7 7.7-12.9 15.1-9.7 27.8c1.6 6.4 6.1 10.6 12.5 12c1.3.3 2.7.4 4.1.4c3.2 0 6.4-.7 9.2-1.9c1.8-.8 3-2.6 3.1-4.6c0-2-1.1-3.9-3-4.9M51.7 66.6c-.6 4.7-4.5 8.6-9.2 9.2c-.5.1-.9.1-1.4.1c-3 0-6-1.3-8-3.6s-3-5.3-2.6-8.4c.6-4.7 4.5-8.6 9.2-9.2c.5-.1.9-.1 1.4-.1c3 0 6 1.3 8 3.6c2.1 2.3 3 5.3 2.6 8.4"/></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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23fbc02d%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23fce438%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M92.6%2093.1c-.7-.3-1.4-.5-2.2-.5c-.7%200-1.5.2-2.1.4c-.7.3-2.6%201-4.9%201c-.8%200-1.5-.1-2.2-.2c-2.4-.5-3.8-1.8-4.4-4.3c-1.9-7.4%202-12%207.9-18.9c.6-.7%201.2-1.5%201.9-2.2c.4-.5.9-1%201.3-1.5c5.4-6.4%208.2-9.7%208.2-19.3c0-6.4-1.7-11.9-5-16c-4.2-5.1-10.8-7.9-19.6-8.1h-.7c-12.7%200-22.2%208.4-23.8%2021c0%20.2-.2.3-.3.3c-1.8-.5-3.6-.7-5.4-.7c-1.6%200-3.1.2-4.7.5c-9%202.1-15.8%209.9-16.4%2019.1c-.4%205.9%201.6%2011.6%205.6%2015.9s9.6%206.7%2015.5%206.7h1.2c10.2-.6%2018.8-8.7%2019.8-18.8c.5-4.3-.4-8.6-2.5-12.4c-2.6-4.7-2.4-11%20.5-15.4C62%2036.9%2067%2034%2072.2%2034h.8c7.1.4%2012.6%206.4%2012.6%2013.6c0%204.5-1.7%207.8-7%2014.1c-.7.9-1.5%201.8-2.2%202.6c-6.7%207.7-12.9%2015.1-9.7%2027.8c1.6%206.4%206.1%2010.6%2012.5%2012c1.3.3%202.7.4%204.1.4c3.2%200%206.4-.7%209.2-1.9c1.8-.8%203-2.6%203.1-4.6c0-2-1.1-3.9-3-4.9M51.7%2066.6c-.6%204.7-4.5%208.6-9.2%209.2c-.5.1-.9.1-1.4.1c-3%200-6-1.3-8-3.6s-3-5.3-2.6-8.4c.6-4.7%204.5-8.6%209.2-9.2c.5-.1.9-.1%201.4-.1c3%200%206%201.3%208%203.6c2.1%202.3%203%205.3%202.6%208.4%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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23fbc02d%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%23fce438%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M92.6%2093.1c-.7-.3-1.4-.5-2.2-.5c-.7%200-1.5.2-2.1.4c-.7.3-2.6%201-4.9%201c-.8%200-1.5-.1-2.2-.2c-2.4-.5-3.8-1.8-4.4-4.3c-1.9-7.4%202-12%207.9-18.9c.6-.7%201.2-1.5%201.9-2.2c.4-.5.9-1%201.3-1.5c5.4-6.4%208.2-9.7%208.2-19.3c0-6.4-1.7-11.9-5-16c-4.2-5.1-10.8-7.9-19.6-8.1h-.7c-12.7%200-22.2%208.4-23.8%2021c0%20.2-.2.3-.3.3c-1.8-.5-3.6-.7-5.4-.7c-1.6%200-3.1.2-4.7.5c-9%202.1-15.8%209.9-16.4%2019.1c-.4%205.9%201.6%2011.6%205.6%2015.9s9.6%206.7%2015.5%206.7h1.2c10.2-.6%2018.8-8.7%2019.8-18.8c.5-4.3-.4-8.6-2.5-12.4c-2.6-4.7-2.4-11%20.5-15.4C62%2036.9%2067%2034%2072.2%2034h.8c7.1.4%2012.6%206.4%2012.6%2013.6c0%204.5-1.7%207.8-7%2014.1c-.7.9-1.5%201.8-2.2%202.6c-6.7%207.7-12.9%2015.1-9.7%2027.8c1.6%206.4%206.1%2010.6%2012.5%2012c1.3.3%202.7.4%204.1.4c3.2%200%206.4-.7%209.2-1.9c1.8-.8%203-2.6%203.1-4.6c0-2-1.1-3.9-3-4.9M51.7%2066.6c-.6%204.7-4.5%208.6-9.2%209.2c-.5.1-.9.1-1.4.1c-3%200-6-1.3-8-3.6s-3-5.3-2.6-8.4c.6-4.7%204.5-8.6%209.2-9.2c.5-.1.9-.1%201.4-.1c3%200%206%201.3%208%203.6c2.1%202.3%203%205.3%202.6%208.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/leo.svg?color=%231a73e8&size=48