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

Name
gaugeio
Set
SVG Logos
Style
Color
Viewbox
256×248
License
CC0

Use the gaugeio logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path d="M230.4 247.474H25.6c-14.138 0-25.6-11.08-25.6-24.748V136.1c0-13.667 11.462-24.747 25.6-24.747c14.138 0 25.6 11.08 25.6 24.747v61.879h117.396L7.498 42.246c-9.997-9.664-9.997-25.333 0-34.998c9.998-9.664 26.207-9.664 36.203 0l204.8 197.98c7.322 7.076 9.512 17.722 5.55 26.969c-3.963 9.247-13.298 15.277-23.652 15.277zm0-123.736c-6.552 0-13.104-2.416-18.102-7.25l-76.8-74.24c-9.997-9.665-9.997-25.334 0-35c9.998-9.663 26.206-9.663 36.203 0l76.8 74.243c9.997 9.665 9.997 25.334 0 34.998c-4.998 4.833-11.55 7.249-18.102 7.249z" fill="#171717"/></svg>

React

import type { SVGProps } from "react";

export function LogosGaugeio(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path d="M230.4 247.474H25.6c-14.138 0-25.6-11.08-25.6-24.748V136.1c0-13.667 11.462-24.747 25.6-24.747c14.138 0 25.6 11.08 25.6 24.747v61.879h117.396L7.498 42.246c-9.997-9.664-9.997-25.333 0-34.998c9.998-9.664 26.207-9.664 36.203 0l204.8 197.98c7.322 7.076 9.512 17.722 5.55 26.969c-3.963 9.247-13.298 15.277-23.652 15.277zm0-123.736c-6.552 0-13.104-2.416-18.102-7.25l-76.8-74.24c-9.997-9.665-9.997-25.334 0-35c9.998-9.663 26.206-9.663 36.203 0l76.8 74.243c9.997 9.665 9.997 25.334 0 34.998c-4.998 4.833-11.55 7.249-18.102 7.249z" fill="#171717"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 248"><path d="M230.4 247.474H25.6c-14.138 0-25.6-11.08-25.6-24.748V136.1c0-13.667 11.462-24.747 25.6-24.747c14.138 0 25.6 11.08 25.6 24.747v61.879h117.396L7.498 42.246c-9.997-9.664-9.997-25.333 0-34.998c9.998-9.664 26.207-9.664 36.203 0l204.8 197.98c7.322 7.076 9.512 17.722 5.55 26.969c-3.963 9.247-13.298 15.277-23.652 15.277zm0-123.736c-6.552 0-13.104-2.416-18.102-7.25l-76.8-74.24c-9.997-9.665-9.997-25.334 0-35c9.998-9.663 26.206-9.663 36.203 0l76.8 74.243c9.997 9.665 9.997 25.334 0 34.998c-4.998 4.833-11.55 7.249-18.102 7.249z" fill="#171717"/></svg>
</template>

CSS

.icon-gaugeio {
  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%20248%22%3E%3Cpath%20d%3D%22M230.4%20247.474H25.6c-14.138%200-25.6-11.08-25.6-24.748V136.1c0-13.667%2011.462-24.747%2025.6-24.747c14.138%200%2025.6%2011.08%2025.6%2024.747v61.879h117.396L7.498%2042.246c-9.997-9.664-9.997-25.333%200-34.998c9.998-9.664%2026.207-9.664%2036.203%200l204.8%20197.98c7.322%207.076%209.512%2017.722%205.55%2026.969c-3.963%209.247-13.298%2015.277-23.652%2015.277zm0-123.736c-6.552%200-13.104-2.416-18.102-7.25l-76.8-74.24c-9.997-9.665-9.997-25.334%200-35c9.998-9.663%2026.206-9.663%2036.203%200l76.8%2074.243c9.997%209.665%209.997%2025.334%200%2034.998c-4.998%204.833-11.55%207.249-18.102%207.249z%22%20fill%3D%22%23171717%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%20248%22%3E%3Cpath%20d%3D%22M230.4%20247.474H25.6c-14.138%200-25.6-11.08-25.6-24.748V136.1c0-13.667%2011.462-24.747%2025.6-24.747c14.138%200%2025.6%2011.08%2025.6%2024.747v61.879h117.396L7.498%2042.246c-9.997-9.664-9.997-25.333%200-34.998c9.998-9.664%2026.207-9.664%2036.203%200l204.8%20197.98c7.322%207.076%209.512%2017.722%205.55%2026.969c-3.963%209.247-13.298%2015.277-23.652%2015.277zm0-123.736c-6.552%200-13.104-2.416-18.102-7.25l-76.8-74.24c-9.997-9.665-9.997-25.334%200-35c9.998-9.663%2026.206-9.663%2036.203%200l76.8%2074.243c9.997%209.665%209.997%2025.334%200%2034.998c-4.998%204.833-11.55%207.249-18.102%207.249z%22%20fill%3D%22%23171717%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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