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

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

Use the groupme logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.16 6.574h1.68V8.17h-1.68zM18.2 0H5.8C3.15 0 1 2.04 1 4.556v11.768c0 2.516 2.149 4.556 4.8 4.556h4.127L11.98 24l2.052-3.12H18.2c2.65 0 4.8-2.04 4.8-4.556V4.556C23 2.04 20.85 0 18.2 0M7.568 8.169h1.78V6.574h-1.78v-1.72h1.78V3.166h1.812v1.688h1.68V3.166h1.812v1.688h1.779v1.72h-1.78V8.17h1.78v1.72h-1.78v1.688H12.84V9.89h-1.68v1.688H9.348V9.89h-1.78zm12.744 5.263s-2.392 4.276-8.071 4.276l-.234-.002l-.233.002c-5.68 0-8.072-4.276-8.072-4.276s-.155-.278-.155-.579a.83.83 0 0 1 .395-.71a1.1 1.1 0 0 1 .46-.167c.684-.07 1.08.353 1.406.836c.36.533 2.436 2.866 6.199 2.955c3.763-.089 5.84-2.422 6.2-2.955c.325-.482.736-.906 1.406-.836c.142.015.296.066.46.167c.292.183.406.44.396.71c-.023.396-.157.58-.157.58"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGroupme(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="M11.16 6.574h1.68V8.17h-1.68zM18.2 0H5.8C3.15 0 1 2.04 1 4.556v11.768c0 2.516 2.149 4.556 4.8 4.556h4.127L11.98 24l2.052-3.12H18.2c2.65 0 4.8-2.04 4.8-4.556V4.556C23 2.04 20.85 0 18.2 0M7.568 8.169h1.78V6.574h-1.78v-1.72h1.78V3.166h1.812v1.688h1.68V3.166h1.812v1.688h1.779v1.72h-1.78V8.17h1.78v1.72h-1.78v1.688H12.84V9.89h-1.68v1.688H9.348V9.89h-1.78zm12.744 5.263s-2.392 4.276-8.071 4.276l-.234-.002l-.233.002c-5.68 0-8.072-4.276-8.072-4.276s-.155-.278-.155-.579a.83.83 0 0 1 .395-.71a1.1 1.1 0 0 1 .46-.167c.684-.07 1.08.353 1.406.836c.36.533 2.436 2.866 6.199 2.955c3.763-.089 5.84-2.422 6.2-2.955c.325-.482.736-.906 1.406-.836c.142.015.296.066.46.167c.292.183.406.44.396.71c-.023.396-.157.58-.157.58"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.16 6.574h1.68V8.17h-1.68zM18.2 0H5.8C3.15 0 1 2.04 1 4.556v11.768c0 2.516 2.149 4.556 4.8 4.556h4.127L11.98 24l2.052-3.12H18.2c2.65 0 4.8-2.04 4.8-4.556V4.556C23 2.04 20.85 0 18.2 0M7.568 8.169h1.78V6.574h-1.78v-1.72h1.78V3.166h1.812v1.688h1.68V3.166h1.812v1.688h1.779v1.72h-1.78V8.17h1.78v1.72h-1.78v1.688H12.84V9.89h-1.68v1.688H9.348V9.89h-1.78zm12.744 5.263s-2.392 4.276-8.071 4.276l-.234-.002l-.233.002c-5.68 0-8.072-4.276-8.072-4.276s-.155-.278-.155-.579a.83.83 0 0 1 .395-.71a1.1 1.1 0 0 1 .46-.167c.684-.07 1.08.353 1.406.836c.36.533 2.436 2.866 6.199 2.955c3.763-.089 5.84-2.422 6.2-2.955c.325-.482.736-.906 1.406-.836c.142.015.296.066.46.167c.292.183.406.44.396.71c-.023.396-.157.58-.157.58"/></svg>
</template>

CSS

.icon-groupme {
  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%22M11.16%206.574h1.68V8.17h-1.68zM18.2%200H5.8C3.15%200%201%202.04%201%204.556v11.768c0%202.516%202.149%204.556%204.8%204.556h4.127L11.98%2024l2.052-3.12H18.2c2.65%200%204.8-2.04%204.8-4.556V4.556C23%202.04%2020.85%200%2018.2%200M7.568%208.169h1.78V6.574h-1.78v-1.72h1.78V3.166h1.812v1.688h1.68V3.166h1.812v1.688h1.779v1.72h-1.78V8.17h1.78v1.72h-1.78v1.688H12.84V9.89h-1.68v1.688H9.348V9.89h-1.78zm12.744%205.263s-2.392%204.276-8.071%204.276l-.234-.002l-.233.002c-5.68%200-8.072-4.276-8.072-4.276s-.155-.278-.155-.579a.83.83%200%200%201%20.395-.71a1.1%201.1%200%200%201%20.46-.167c.684-.07%201.08.353%201.406.836c.36.533%202.436%202.866%206.199%202.955c3.763-.089%205.84-2.422%206.2-2.955c.325-.482.736-.906%201.406-.836c.142.015.296.066.46.167c.292.183.406.44.396.71c-.023.396-.157.58-.157.58%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%22M11.16%206.574h1.68V8.17h-1.68zM18.2%200H5.8C3.15%200%201%202.04%201%204.556v11.768c0%202.516%202.149%204.556%204.8%204.556h4.127L11.98%2024l2.052-3.12H18.2c2.65%200%204.8-2.04%204.8-4.556V4.556C23%202.04%2020.85%200%2018.2%200M7.568%208.169h1.78V6.574h-1.78v-1.72h1.78V3.166h1.812v1.688h1.68V3.166h1.812v1.688h1.779v1.72h-1.78V8.17h1.78v1.72h-1.78v1.688H12.84V9.89h-1.68v1.688H9.348V9.89h-1.78zm12.744%205.263s-2.392%204.276-8.071%204.276l-.234-.002l-.233.002c-5.68%200-8.072-4.276-8.072-4.276s-.155-.278-.155-.579a.83.83%200%200%201%20.395-.71a1.1%201.1%200%200%201%20.46-.167c.684-.07%201.08.353%201.406.836c.36.533%202.436%202.866%206.199%202.955c3.763-.089%205.84-2.422%206.2-2.955c.325-.482.736-.906%201.406-.836c.142.015.296.066.46.167c.292.183.406.44.396.71c-.023.396-.157.58-.157.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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