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

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

The same logo in other sets

Use the gitter logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGIMEzUanW" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#fb0766"/><stop offset="100%" stop-color="#c50948"/></linearGradient></defs><path fill="url(#SVGIMEzUanW)" d="M0 0h256v256H0z"/><path fill="#fff" d="M83.914 62.873h12.525v82.661H83.914zm76.149 20.039h12.524v62.622h-12.524zm-50.599 0h12.524v110.466h-12.524zm25.049 0h12.525v110.466h-12.525z"/></svg>

React

import type { SVGProps } from "react";

export function LogosGitter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGIMEzUanW" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stopColor="#fb0766"/><stop offset="100%" stopColor="#c50948"/></linearGradient></defs><path fill="url(#SVGIMEzUanW)" d="M0 0h256v256H0z"/><path fill="#fff" d="M83.914 62.873h12.525v82.661H83.914zm76.149 20.039h12.524v62.622h-12.524zm-50.599 0h12.524v110.466h-12.524zm25.049 0h12.525v110.466h-12.525z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGIMEzUanW" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#fb0766"/><stop offset="100%" stop-color="#c50948"/></linearGradient></defs><path fill="url(#SVGIMEzUanW)" d="M0 0h256v256H0z"/><path fill="#fff" d="M83.914 62.873h12.525v82.661H83.914zm76.149 20.039h12.524v62.622h-12.524zm-50.599 0h12.524v110.466h-12.524zm25.049 0h12.525v110.466h-12.525z"/></svg>
</template>

CSS

.icon-gitter {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGIMEzUanW%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fb0766%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23c50948%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGIMEzUanW)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M83.914%2062.873h12.525v82.661H83.914zm76.149%2020.039h12.524v62.622h-12.524zm-50.599%200h12.524v110.466h-12.524zm25.049%200h12.525v110.466h-12.525z%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGIMEzUanW%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23fb0766%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23c50948%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGIMEzUanW)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M83.914%2062.873h12.525v82.661H83.914zm76.149%2020.039h12.524v62.622h-12.524zm-50.599%200h12.524v110.466h-12.524zm25.049%200h12.525v110.466h-12.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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