ello from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
ello
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

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 256 256"><path fill-rule="evenodd" d="M256 128c0 70.692-57.31 128-128 128C57.306 256 0 198.692 0 128S57.306 0 128 0c70.69 0 128 57.308 128 128m-128 76.8c-34.993 0-65.544-23.685-74.29-57.603a7.32 7.32 0 0 1 5.255-8.91a7.31 7.31 0 0 1 8.908 5.26c7.084 27.452 31.805 46.628 60.127 46.628c28.317 0 53.043-19.177 60.123-46.628c1.008-3.913 4.988-6.276 8.909-5.26a7.31 7.31 0 0 1 5.254 8.91c-8.746 33.918-39.293 57.604-74.286 57.604"/></svg>

React

import type { SVGProps } from "react";

export function LogosEllo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fillRule="evenodd" d="M256 128c0 70.692-57.31 128-128 128C57.306 256 0 198.692 0 128S57.306 0 128 0c70.69 0 128 57.308 128 128m-128 76.8c-34.993 0-65.544-23.685-74.29-57.603a7.32 7.32 0 0 1 5.255-8.91a7.31 7.31 0 0 1 8.908 5.26c7.084 27.452 31.805 46.628 60.127 46.628c28.317 0 53.043-19.177 60.123-46.628c1.008-3.913 4.988-6.276 8.909-5.26a7.31 7.31 0 0 1 5.254 8.91c-8.746 33.918-39.293 57.604-74.286 57.604"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill-rule="evenodd" d="M256 128c0 70.692-57.31 128-128 128C57.306 256 0 198.692 0 128S57.306 0 128 0c70.69 0 128 57.308 128 128m-128 76.8c-34.993 0-65.544-23.685-74.29-57.603a7.32 7.32 0 0 1 5.255-8.91a7.31 7.31 0 0 1 8.908 5.26c7.084 27.452 31.805 46.628 60.127 46.628c28.317 0 53.043-19.177 60.123-46.628c1.008-3.913 4.988-6.276 8.909-5.26a7.31 7.31 0 0 1 5.254 8.91c-8.746 33.918-39.293 57.604-74.286 57.604"/></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%20256%20256%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M256%20128c0%2070.692-57.31%20128-128%20128C57.306%20256%200%20198.692%200%20128S57.306%200%20128%200c70.69%200%20128%2057.308%20128%20128m-128%2076.8c-34.993%200-65.544-23.685-74.29-57.603a7.32%207.32%200%200%201%205.255-8.91a7.31%207.31%200%200%201%208.908%205.26c7.084%2027.452%2031.805%2046.628%2060.127%2046.628c28.317%200%2053.043-19.177%2060.123-46.628c1.008-3.913%204.988-6.276%208.909-5.26a7.31%207.31%200%200%201%205.254%208.91c-8.746%2033.918-39.293%2057.604-74.286%2057.604%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%20256%20256%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M256%20128c0%2070.692-57.31%20128-128%20128C57.306%20256%200%20198.692%200%20128S57.306%200%20128%200c70.69%200%20128%2057.308%20128%20128m-128%2076.8c-34.993%200-65.544-23.685-74.29-57.603a7.32%207.32%200%200%201%205.255-8.91a7.31%207.31%200%200%201%208.908%205.26c7.084%2027.452%2031.805%2046.628%2060.127%2046.628c28.317%200%2053.043-19.177%2060.123-46.628c1.008-3.913%204.988-6.276%208.909-5.26a7.31%207.31%200%200%201%205.254%208.91c-8.746%2033.918-39.293%2057.604-74.286%2057.604%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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