eta icon logo

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

Name
eta-icon
Set
SVG Logos
Style
Color
Viewbox
256×282
License
CC0
Aliases
eta-lang

Use the eta icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 282"><path fill="#32bebe" d="M105.326 6.264L22.674 53.806C8.777 61.852 0 76.846 0 92.938v95.451c0 16.092 8.777 31.086 22.674 39.132l82.652 47.543c13.897 8.045 31.451 8.045 45.348 0l82.652-47.543C247.223 219.475 256 204.48 256 188.389V93.304c0-16.092-8.777-31.086-22.674-39.132L150.674 6.63c-13.897-8.777-31.451-8.777-45.348-.365"/><path fill="#fff" d="M155.889 70.376c.544-.336 1.026-.015 1.617.285c30.846 15.655 52.602 43.384 52.072 78.372c-.064 4.206-.554 8.579-1.787 12.488c-.357 1.132-.653 2.712-1.36 3.302c-.697-.548-.646-1.859-.766-2.73c-5.177-37.65-43.356-35.115-52.653.797c-.623-.03-.64-.315-1.064-.656c-14.946-13.136-58.916-48.961-43.648-68.901c7.273-8.55 14.915-6.084 17.05-5.625c-.8-1.089-3.98-4.837-4.063-5.845c10.18 2.227 17.26 4.827 23.238 13.934c2.532 3.857 4.067 10.907 1.498 15.412l-.218-.167l-.062-.06c-1.013-1.66-3.041-4.662-4.16-6.395c-2.532-3.927-2.426-1.764-5.072 1.59c-.352.476-2.96 3.955-3.364 4.12c-.17-3.96-.494-6.859-2.286-9.782c-3.946-6.435-15.26-6.43-15.588 2.297c1.195 30.52 64.578 30.773 47.869-17.604c-1.594-4.616-2.85-7.202-5.296-11.33c-.495-.835-1.956-2.675-1.957-3.502M46.413 157.653l.305-8.7c1.377-34.837 13.06-67.768 50.356-77.752c.835-.223 2.667-.907 3.51-.836c-.779 1.412-2.464 3.381-3.482 5.008C60.837 133.278 170.005 150.862 149.55 197c-14.228 25.59-42.369 9.296-41.262 2.03l14.72 2.23c.695.917-1.897 2.479-1.735 3.278c.155.766 5.16 4.491 10.076 1.526c21.09-12.716 7.739-50.122-30.425-44.956c-.234-.343-.319-.965-.397-1.369c-5.453-28.127-36.29-32.63-51.709-6.046c-.413.713-1.906 3.724-2.405 3.959"/></svg>

React

import type { SVGProps } from "react";

export function LogosEtaIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 282"><path fill="#32bebe" d="M105.326 6.264L22.674 53.806C8.777 61.852 0 76.846 0 92.938v95.451c0 16.092 8.777 31.086 22.674 39.132l82.652 47.543c13.897 8.045 31.451 8.045 45.348 0l82.652-47.543C247.223 219.475 256 204.48 256 188.389V93.304c0-16.092-8.777-31.086-22.674-39.132L150.674 6.63c-13.897-8.777-31.451-8.777-45.348-.365"/><path fill="#fff" d="M155.889 70.376c.544-.336 1.026-.015 1.617.285c30.846 15.655 52.602 43.384 52.072 78.372c-.064 4.206-.554 8.579-1.787 12.488c-.357 1.132-.653 2.712-1.36 3.302c-.697-.548-.646-1.859-.766-2.73c-5.177-37.65-43.356-35.115-52.653.797c-.623-.03-.64-.315-1.064-.656c-14.946-13.136-58.916-48.961-43.648-68.901c7.273-8.55 14.915-6.084 17.05-5.625c-.8-1.089-3.98-4.837-4.063-5.845c10.18 2.227 17.26 4.827 23.238 13.934c2.532 3.857 4.067 10.907 1.498 15.412l-.218-.167l-.062-.06c-1.013-1.66-3.041-4.662-4.16-6.395c-2.532-3.927-2.426-1.764-5.072 1.59c-.352.476-2.96 3.955-3.364 4.12c-.17-3.96-.494-6.859-2.286-9.782c-3.946-6.435-15.26-6.43-15.588 2.297c1.195 30.52 64.578 30.773 47.869-17.604c-1.594-4.616-2.85-7.202-5.296-11.33c-.495-.835-1.956-2.675-1.957-3.502M46.413 157.653l.305-8.7c1.377-34.837 13.06-67.768 50.356-77.752c.835-.223 2.667-.907 3.51-.836c-.779 1.412-2.464 3.381-3.482 5.008C60.837 133.278 170.005 150.862 149.55 197c-14.228 25.59-42.369 9.296-41.262 2.03l14.72 2.23c.695.917-1.897 2.479-1.735 3.278c.155.766 5.16 4.491 10.076 1.526c21.09-12.716 7.739-50.122-30.425-44.956c-.234-.343-.319-.965-.397-1.369c-5.453-28.127-36.29-32.63-51.709-6.046c-.413.713-1.906 3.724-2.405 3.959"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 282"><path fill="#32bebe" d="M105.326 6.264L22.674 53.806C8.777 61.852 0 76.846 0 92.938v95.451c0 16.092 8.777 31.086 22.674 39.132l82.652 47.543c13.897 8.045 31.451 8.045 45.348 0l82.652-47.543C247.223 219.475 256 204.48 256 188.389V93.304c0-16.092-8.777-31.086-22.674-39.132L150.674 6.63c-13.897-8.777-31.451-8.777-45.348-.365"/><path fill="#fff" d="M155.889 70.376c.544-.336 1.026-.015 1.617.285c30.846 15.655 52.602 43.384 52.072 78.372c-.064 4.206-.554 8.579-1.787 12.488c-.357 1.132-.653 2.712-1.36 3.302c-.697-.548-.646-1.859-.766-2.73c-5.177-37.65-43.356-35.115-52.653.797c-.623-.03-.64-.315-1.064-.656c-14.946-13.136-58.916-48.961-43.648-68.901c7.273-8.55 14.915-6.084 17.05-5.625c-.8-1.089-3.98-4.837-4.063-5.845c10.18 2.227 17.26 4.827 23.238 13.934c2.532 3.857 4.067 10.907 1.498 15.412l-.218-.167l-.062-.06c-1.013-1.66-3.041-4.662-4.16-6.395c-2.532-3.927-2.426-1.764-5.072 1.59c-.352.476-2.96 3.955-3.364 4.12c-.17-3.96-.494-6.859-2.286-9.782c-3.946-6.435-15.26-6.43-15.588 2.297c1.195 30.52 64.578 30.773 47.869-17.604c-1.594-4.616-2.85-7.202-5.296-11.33c-.495-.835-1.956-2.675-1.957-3.502M46.413 157.653l.305-8.7c1.377-34.837 13.06-67.768 50.356-77.752c.835-.223 2.667-.907 3.51-.836c-.779 1.412-2.464 3.381-3.482 5.008C60.837 133.278 170.005 150.862 149.55 197c-14.228 25.59-42.369 9.296-41.262 2.03l14.72 2.23c.695.917-1.897 2.479-1.735 3.278c.155.766 5.16 4.491 10.076 1.526c21.09-12.716 7.739-50.122-30.425-44.956c-.234-.343-.319-.965-.397-1.369c-5.453-28.127-36.29-32.63-51.709-6.046c-.413.713-1.906 3.724-2.405 3.959"/></svg>
</template>

CSS

.icon-eta-icon {
  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%20282%22%3E%3Cpath%20fill%3D%22%2332bebe%22%20d%3D%22M105.326%206.264L22.674%2053.806C8.777%2061.852%200%2076.846%200%2092.938v95.451c0%2016.092%208.777%2031.086%2022.674%2039.132l82.652%2047.543c13.897%208.045%2031.451%208.045%2045.348%200l82.652-47.543C247.223%20219.475%20256%20204.48%20256%20188.389V93.304c0-16.092-8.777-31.086-22.674-39.132L150.674%206.63c-13.897-8.777-31.451-8.777-45.348-.365%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M155.889%2070.376c.544-.336%201.026-.015%201.617.285c30.846%2015.655%2052.602%2043.384%2052.072%2078.372c-.064%204.206-.554%208.579-1.787%2012.488c-.357%201.132-.653%202.712-1.36%203.302c-.697-.548-.646-1.859-.766-2.73c-5.177-37.65-43.356-35.115-52.653.797c-.623-.03-.64-.315-1.064-.656c-14.946-13.136-58.916-48.961-43.648-68.901c7.273-8.55%2014.915-6.084%2017.05-5.625c-.8-1.089-3.98-4.837-4.063-5.845c10.18%202.227%2017.26%204.827%2023.238%2013.934c2.532%203.857%204.067%2010.907%201.498%2015.412l-.218-.167l-.062-.06c-1.013-1.66-3.041-4.662-4.16-6.395c-2.532-3.927-2.426-1.764-5.072%201.59c-.352.476-2.96%203.955-3.364%204.12c-.17-3.96-.494-6.859-2.286-9.782c-3.946-6.435-15.26-6.43-15.588%202.297c1.195%2030.52%2064.578%2030.773%2047.869-17.604c-1.594-4.616-2.85-7.202-5.296-11.33c-.495-.835-1.956-2.675-1.957-3.502M46.413%20157.653l.305-8.7c1.377-34.837%2013.06-67.768%2050.356-77.752c.835-.223%202.667-.907%203.51-.836c-.779%201.412-2.464%203.381-3.482%205.008C60.837%20133.278%20170.005%20150.862%20149.55%20197c-14.228%2025.59-42.369%209.296-41.262%202.03l14.72%202.23c.695.917-1.897%202.479-1.735%203.278c.155.766%205.16%204.491%2010.076%201.526c21.09-12.716%207.739-50.122-30.425-44.956c-.234-.343-.319-.965-.397-1.369c-5.453-28.127-36.29-32.63-51.709-6.046c-.413.713-1.906%203.724-2.405%203.959%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%20282%22%3E%3Cpath%20fill%3D%22%2332bebe%22%20d%3D%22M105.326%206.264L22.674%2053.806C8.777%2061.852%200%2076.846%200%2092.938v95.451c0%2016.092%208.777%2031.086%2022.674%2039.132l82.652%2047.543c13.897%208.045%2031.451%208.045%2045.348%200l82.652-47.543C247.223%20219.475%20256%20204.48%20256%20188.389V93.304c0-16.092-8.777-31.086-22.674-39.132L150.674%206.63c-13.897-8.777-31.451-8.777-45.348-.365%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M155.889%2070.376c.544-.336%201.026-.015%201.617.285c30.846%2015.655%2052.602%2043.384%2052.072%2078.372c-.064%204.206-.554%208.579-1.787%2012.488c-.357%201.132-.653%202.712-1.36%203.302c-.697-.548-.646-1.859-.766-2.73c-5.177-37.65-43.356-35.115-52.653.797c-.623-.03-.64-.315-1.064-.656c-14.946-13.136-58.916-48.961-43.648-68.901c7.273-8.55%2014.915-6.084%2017.05-5.625c-.8-1.089-3.98-4.837-4.063-5.845c10.18%202.227%2017.26%204.827%2023.238%2013.934c2.532%203.857%204.067%2010.907%201.498%2015.412l-.218-.167l-.062-.06c-1.013-1.66-3.041-4.662-4.16-6.395c-2.532-3.927-2.426-1.764-5.072%201.59c-.352.476-2.96%203.955-3.364%204.12c-.17-3.96-.494-6.859-2.286-9.782c-3.946-6.435-15.26-6.43-15.588%202.297c1.195%2030.52%2064.578%2030.773%2047.869-17.604c-1.594-4.616-2.85-7.202-5.296-11.33c-.495-.835-1.956-2.675-1.957-3.502M46.413%20157.653l.305-8.7c1.377-34.837%2013.06-67.768%2050.356-77.752c.835-.223%202.667-.907%203.51-.836c-.779%201.412-2.464%203.381-3.482%205.008C60.837%20133.278%20170.005%20150.862%20149.55%20197c-14.228%2025.59-42.369%209.296-41.262%202.03l14.72%202.23c.695.917-1.897%202.479-1.735%203.278c.155.766%205.16%204.491%2010.076%201.526c21.09-12.716%207.739-50.122-30.425-44.956c-.234-.343-.319-.965-.397-1.369c-5.453-28.127-36.29-32.63-51.709-6.046c-.413.713-1.906%203.724-2.405%203.959%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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