ello from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
ello
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the ello logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12s12-5.377 12-12S18.623 0 12 0m6.96 13.8c-.8 3.16-3.68 5.4-6.96 5.4s-6.16-2.24-6.96-5.4c-.08-.36.12-.76.48-.84s.76.12.84.48c.68 2.56 3 4.36 5.64 4.36s4.96-1.8 5.64-4.36c.08-.36.48-.6.84-.48c.36.08.6.48.48.84"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEllo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12s12-5.377 12-12S18.623 0 12 0m6.96 13.8c-.8 3.16-3.68 5.4-6.96 5.4s-6.16-2.24-6.96-5.4c-.08-.36.12-.76.48-.84s.76.12.84.48c.68 2.56 3 4.36 5.64 4.36s4.96-1.8 5.64-4.36c.08-.36.48-.6.84-.48c.36.08.6.48.48.84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12s12-5.377 12-12S18.623 0 12 0m6.96 13.8c-.8 3.16-3.68 5.4-6.96 5.4s-6.16-2.24-6.96-5.4c-.08-.36.12-.76.48-.84s.76.12.84.48c.68 2.56 3 4.36 5.64 4.36s4.96-1.8 5.64-4.36c.08-.36.48-.6.84-.48c.36.08.6.48.48.84"/></svg>
</template>

CSS

.icon-ello {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.377%200%200%205.377%200%2012s5.377%2012%2012%2012s12-5.377%2012-12S18.623%200%2012%200m6.96%2013.8c-.8%203.16-3.68%205.4-6.96%205.4s-6.16-2.24-6.96-5.4c-.08-.36.12-.76.48-.84s.76.12.84.48c.68%202.56%203%204.36%205.64%204.36s4.96-1.8%205.64-4.36c.08-.36.48-.6.84-.48c.36.08.6.48.48.84%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.377%200%200%205.377%200%2012s5.377%2012%2012%2012s12-5.377%2012-12S18.623%200%2012%200m6.96%2013.8c-.8%203.16-3.68%205.4-6.96%205.4s-6.16-2.24-6.96-5.4c-.08-.36.12-.76.48-.84s.76.12.84.48c.68%202.56%203%204.36%205.64%204.36s4.96-1.8%205.64-4.36c.08-.36.48-.6.84-.48c.36.08.6.48.48.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ello.svg?color=%231a73e8&size=48