leo emoji
leo from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- leo
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the leo emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M414.257 357.146c-.662-10.196-9.466-17.929-19.66-17.262c-10.195.662-17.924 9.464-17.262 19.66c.455 7.006-.889 29.826-12.628 42.353c-6.274 6.695-15.069 9.95-26.887 9.95c-14.197 0-24.785-6.393-31.47-18.999c-15.991-30.16-9.718-96.846 55.845-193.559c9.578-14.129 19.369-31.489 19.369-53.118c0-45.776-37.241-83.018-83.018-83.018c-36.98 0-67.769 14.514-89.036 41.973c-26.516 34.236-37.265 87.782-31.218 149.531a76.3 76.3 0 0 0-28.498-5.512c-42.29 0-76.694 34.405-76.694 76.694s34.405 76.694 76.694 76.694s76.695-34.405 76.695-76.694a77 77 0 0 0-.817-11.125a18.4 18.4 0 0 0-.403-7.242c-19.389-75.058-14.218-143.91 13.493-179.689c14.399-18.591 33.954-27.629 59.783-27.629c25.374 0 46.018 20.644 46.018 46.018c0 11.588-6.246 22.399-12.996 32.356c-33.117 48.854-54.726 94.56-64.224 135.85c-8.805 38.275-6.62 71.403 6.316 95.803c13.029 24.573 36.415 38.667 64.159 38.667c21.979 0 40.611-7.486 53.885-21.649c24.636-26.288 22.84-65.651 22.554-70.053m-264.462 8.386c-21.888 0-39.694-17.807-39.694-39.694s17.807-39.694 39.694-39.694s39.695 17.807 39.695 39.694s-17.807 39.694-39.695 39.694"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiLeo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M414.257 357.146c-.662-10.196-9.466-17.929-19.66-17.262c-10.195.662-17.924 9.464-17.262 19.66c.455 7.006-.889 29.826-12.628 42.353c-6.274 6.695-15.069 9.95-26.887 9.95c-14.197 0-24.785-6.393-31.47-18.999c-15.991-30.16-9.718-96.846 55.845-193.559c9.578-14.129 19.369-31.489 19.369-53.118c0-45.776-37.241-83.018-83.018-83.018c-36.98 0-67.769 14.514-89.036 41.973c-26.516 34.236-37.265 87.782-31.218 149.531a76.3 76.3 0 0 0-28.498-5.512c-42.29 0-76.694 34.405-76.694 76.694s34.405 76.694 76.694 76.694s76.695-34.405 76.695-76.694a77 77 0 0 0-.817-11.125a18.4 18.4 0 0 0-.403-7.242c-19.389-75.058-14.218-143.91 13.493-179.689c14.399-18.591 33.954-27.629 59.783-27.629c25.374 0 46.018 20.644 46.018 46.018c0 11.588-6.246 22.399-12.996 32.356c-33.117 48.854-54.726 94.56-64.224 135.85c-8.805 38.275-6.62 71.403 6.316 95.803c13.029 24.573 36.415 38.667 64.159 38.667c21.979 0 40.611-7.486 53.885-21.649c24.636-26.288 22.84-65.651 22.554-70.053m-264.462 8.386c-21.888 0-39.694-17.807-39.694-39.694s17.807-39.694 39.694-39.694s39.695 17.807 39.695 39.694s-17.807 39.694-39.695 39.694"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#A97DFF" d="M508.333 32.666C508.333 16.35 494.984 3 478.668 3H29.032C14.348 3 2.333 15.015 2.333 29.699v452.602C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666z"/><path fill="#7F4AFF" d="M478.668 488.915H29.032c-14.684 0-26.699-12.015-26.699-26.699v20.085C2.333 496.985 14.348 509 29.032 509h449.635c16.316 0 29.666-13.35 29.666-29.666v-20.085c0 16.316-13.349 29.666-29.665 29.666"/><path fill="#FFF" d="M414.257 357.146c-.662-10.196-9.466-17.929-19.66-17.262c-10.195.662-17.924 9.464-17.262 19.66c.455 7.006-.889 29.826-12.628 42.353c-6.274 6.695-15.069 9.95-26.887 9.95c-14.197 0-24.785-6.393-31.47-18.999c-15.991-30.16-9.718-96.846 55.845-193.559c9.578-14.129 19.369-31.489 19.369-53.118c0-45.776-37.241-83.018-83.018-83.018c-36.98 0-67.769 14.514-89.036 41.973c-26.516 34.236-37.265 87.782-31.218 149.531a76.3 76.3 0 0 0-28.498-5.512c-42.29 0-76.694 34.405-76.694 76.694s34.405 76.694 76.694 76.694s76.695-34.405 76.695-76.694a77 77 0 0 0-.817-11.125a18.4 18.4 0 0 0-.403-7.242c-19.389-75.058-14.218-143.91 13.493-179.689c14.399-18.591 33.954-27.629 59.783-27.629c25.374 0 46.018 20.644 46.018 46.018c0 11.588-6.246 22.399-12.996 32.356c-33.117 48.854-54.726 94.56-64.224 135.85c-8.805 38.275-6.62 71.403 6.316 95.803c13.029 24.573 36.415 38.667 64.159 38.667c21.979 0 40.611-7.486 53.885-21.649c24.636-26.288 22.84-65.651 22.554-70.053m-264.462 8.386c-21.888 0-39.694-17.807-39.694-39.694s17.807-39.694 39.694-39.694s39.695 17.807 39.695 39.694s-17.807 39.694-39.695 39.694"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M414.257%20357.146c-.662-10.196-9.466-17.929-19.66-17.262c-10.195.662-17.924%209.464-17.262%2019.66c.455%207.006-.889%2029.826-12.628%2042.353c-6.274%206.695-15.069%209.95-26.887%209.95c-14.197%200-24.785-6.393-31.47-18.999c-15.991-30.16-9.718-96.846%2055.845-193.559c9.578-14.129%2019.369-31.489%2019.369-53.118c0-45.776-37.241-83.018-83.018-83.018c-36.98%200-67.769%2014.514-89.036%2041.973c-26.516%2034.236-37.265%2087.782-31.218%20149.531a76.3%2076.3%200%200%200-28.498-5.512c-42.29%200-76.694%2034.405-76.694%2076.694s34.405%2076.694%2076.694%2076.694s76.695-34.405%2076.695-76.694a77%2077%200%200%200-.817-11.125a18.4%2018.4%200%200%200-.403-7.242c-19.389-75.058-14.218-143.91%2013.493-179.689c14.399-18.591%2033.954-27.629%2059.783-27.629c25.374%200%2046.018%2020.644%2046.018%2046.018c0%2011.588-6.246%2022.399-12.996%2032.356c-33.117%2048.854-54.726%2094.56-64.224%20135.85c-8.805%2038.275-6.62%2071.403%206.316%2095.803c13.029%2024.573%2036.415%2038.667%2064.159%2038.667c21.979%200%2040.611-7.486%2053.885-21.649c24.636-26.288%2022.84-65.651%2022.554-70.053m-264.462%208.386c-21.888%200-39.694-17.807-39.694-39.694s17.807-39.694%2039.694-39.694s39.695%2017.807%2039.695%2039.694s-17.807%2039.694-39.695%2039.694%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23A97DFF%22%20d%3D%22M508.333%2032.666C508.333%2016.35%20494.984%203%20478.668%203H29.032C14.348%203%202.333%2015.015%202.333%2029.699v452.602C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666z%22%2F%3E%3Cpath%20fill%3D%22%237F4AFF%22%20d%3D%22M478.668%20488.915H29.032c-14.684%200-26.699-12.015-26.699-26.699v20.085C2.333%20496.985%2014.348%20509%2029.032%20509h449.635c16.316%200%2029.666-13.35%2029.666-29.666v-20.085c0%2016.316-13.349%2029.666-29.665%2029.666%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M414.257%20357.146c-.662-10.196-9.466-17.929-19.66-17.262c-10.195.662-17.924%209.464-17.262%2019.66c.455%207.006-.889%2029.826-12.628%2042.353c-6.274%206.695-15.069%209.95-26.887%209.95c-14.197%200-24.785-6.393-31.47-18.999c-15.991-30.16-9.718-96.846%2055.845-193.559c9.578-14.129%2019.369-31.489%2019.369-53.118c0-45.776-37.241-83.018-83.018-83.018c-36.98%200-67.769%2014.514-89.036%2041.973c-26.516%2034.236-37.265%2087.782-31.218%20149.531a76.3%2076.3%200%200%200-28.498-5.512c-42.29%200-76.694%2034.405-76.694%2076.694s34.405%2076.694%2076.694%2076.694s76.695-34.405%2076.695-76.694a77%2077%200%200%200-.817-11.125a18.4%2018.4%200%200%200-.403-7.242c-19.389-75.058-14.218-143.91%2013.493-179.689c14.399-18.591%2033.954-27.629%2059.783-27.629c25.374%200%2046.018%2020.644%2046.018%2046.018c0%2011.588-6.246%2022.399-12.996%2032.356c-33.117%2048.854-54.726%2094.56-64.224%20135.85c-8.805%2038.275-6.62%2071.403%206.316%2095.803c13.029%2024.573%2036.415%2038.667%2064.159%2038.667c21.979%200%2040.611-7.486%2053.885-21.649c24.636-26.288%2022.84-65.651%2022.554-70.053m-264.462%208.386c-21.888%200-39.694-17.807-39.694-39.694s17.807-39.694%2039.694-39.694s39.695%2017.807%2039.695%2039.694s-17.807%2039.694-39.695%2039.694%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/leo.svg?color=%231a73e8&size=48