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

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

The same logo in other sets

Use the eight logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.908 6.092a5.908 5.908 0 1 0 0 11.816a5.908 5.908 0 0 0 0-11.816m9.23 0v2.955h5.909V6.092zm5.909 2.955v5.906H24V9.047zm0 5.906h-5.908v2.955h5.908zm-5.908 0V9.047h-2.953v5.906zm-9.23-5.906A2.956 2.956 0 0 1 8.86 12a2.956 2.956 0 0 1-2.953 2.953A2.96 2.96 0 0 1 2.953 12a2.96 2.96 0 0 1 2.955-2.953z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEight(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="M5.908 6.092a5.908 5.908 0 1 0 0 11.816a5.908 5.908 0 0 0 0-11.816m9.23 0v2.955h5.909V6.092zm5.909 2.955v5.906H24V9.047zm0 5.906h-5.908v2.955h5.908zm-5.908 0V9.047h-2.953v5.906zm-9.23-5.906A2.956 2.956 0 0 1 8.86 12a2.956 2.956 0 0 1-2.953 2.953A2.96 2.96 0 0 1 2.953 12a2.96 2.96 0 0 1 2.955-2.953z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.908 6.092a5.908 5.908 0 1 0 0 11.816a5.908 5.908 0 0 0 0-11.816m9.23 0v2.955h5.909V6.092zm5.909 2.955v5.906H24V9.047zm0 5.906h-5.908v2.955h5.908zm-5.908 0V9.047h-2.953v5.906zm-9.23-5.906A2.956 2.956 0 0 1 8.86 12a2.956 2.956 0 0 1-2.953 2.953A2.96 2.96 0 0 1 2.953 12a2.96 2.96 0 0 1 2.955-2.953z"/></svg>
</template>

CSS

.icon-eight {
  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%22M5.908%206.092a5.908%205.908%200%201%200%200%2011.816a5.908%205.908%200%200%200%200-11.816m9.23%200v2.955h5.909V6.092zm5.909%202.955v5.906H24V9.047zm0%205.906h-5.908v2.955h5.908zm-5.908%200V9.047h-2.953v5.906zm-9.23-5.906A2.956%202.956%200%200%201%208.86%2012a2.956%202.956%200%200%201-2.953%202.953A2.96%202.96%200%200%201%202.953%2012a2.96%202.96%200%200%201%202.955-2.953z%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%22M5.908%206.092a5.908%205.908%200%201%200%200%2011.816a5.908%205.908%200%200%200%200-11.816m9.23%200v2.955h5.909V6.092zm5.909%202.955v5.906H24V9.047zm0%205.906h-5.908v2.955h5.908zm-5.908%200V9.047h-2.953v5.906zm-9.23-5.906A2.956%202.956%200%200%201%208.86%2012a2.956%202.956%200%200%201-2.953%202.953A2.96%202.96%200%200%201%202.953%2012a2.96%202.96%200%200%201%202.955-2.953z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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