groovy from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
groovy
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the groovy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#26c6da" d="M19.322 2a6.5 6.5 0 0 1 4.352 1.419a4.55 4.55 0 0 1 1.685 3.662a5.82 5.82 0 0 1-1.886 4.275a6.04 6.04 0 0 1-4.34 1.846a4.15 4.15 0 0 1-2.385-.649a1.91 1.91 0 0 1-.936-1.603a1.6 1.6 0 0 1 .356-1.024a1.1 1.1 0 0 1 .861-.447q.469 0 .468.504a.79.79 0 0 0 .358.693a1.43 1.43 0 0 0 .826.245a3.1 3.1 0 0 0 2.39-1.573a5.66 5.66 0 0 0 1.154-3.39a2.64 2.64 0 0 0-.891-2.064a3.28 3.28 0 0 0-2.293-.812a6.18 6.18 0 0 0-4.086 1.736a12.9 12.9 0 0 0-3.215 4.557a13.4 13.4 0 0 0-1.233 5.36a5.86 5.86 0 0 0 1.091 3.723a3.53 3.53 0 0 0 2.905 1.372q3.058 0 5.848-4.002l2.935-.388q.546-.07.545.246a8 8 0 0 1-.423 1.24q-.421 1.097-1.152 3.668A12.7 12.7 0 0 0 26 17.72v1.66a14.2 14.2 0 0 1-4.055 2.57a10.38 10.38 0 0 1-2.764 5.931a6.7 6.7 0 0 1-4.806 2.11a3.3 3.3 0 0 1-2.012-.55a1.8 1.8 0 0 1-.718-1.514q0-2.685 5.634-5.212q.532-1.766 1.152-3.507a8.6 8.6 0 0 1-2.853 2.323a7.4 7.4 0 0 1-3.48 1.01a5.46 5.46 0 0 1-4.366-2.093A8.1 8.1 0 0 1 6 15.122a11.6 11.6 0 0 1 1.966-6.426a14.7 14.7 0 0 1 5.162-4.862A12.44 12.44 0 0 1 19.322 2m-2.407 22.17q-4.055 1.875-4.054 3.695a.87.87 0 0 0 .999.97q1.964 0 3.055-4.665"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeGroovy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#26c6da" d="M19.322 2a6.5 6.5 0 0 1 4.352 1.419a4.55 4.55 0 0 1 1.685 3.662a5.82 5.82 0 0 1-1.886 4.275a6.04 6.04 0 0 1-4.34 1.846a4.15 4.15 0 0 1-2.385-.649a1.91 1.91 0 0 1-.936-1.603a1.6 1.6 0 0 1 .356-1.024a1.1 1.1 0 0 1 .861-.447q.469 0 .468.504a.79.79 0 0 0 .358.693a1.43 1.43 0 0 0 .826.245a3.1 3.1 0 0 0 2.39-1.573a5.66 5.66 0 0 0 1.154-3.39a2.64 2.64 0 0 0-.891-2.064a3.28 3.28 0 0 0-2.293-.812a6.18 6.18 0 0 0-4.086 1.736a12.9 12.9 0 0 0-3.215 4.557a13.4 13.4 0 0 0-1.233 5.36a5.86 5.86 0 0 0 1.091 3.723a3.53 3.53 0 0 0 2.905 1.372q3.058 0 5.848-4.002l2.935-.388q.546-.07.545.246a8 8 0 0 1-.423 1.24q-.421 1.097-1.152 3.668A12.7 12.7 0 0 0 26 17.72v1.66a14.2 14.2 0 0 1-4.055 2.57a10.38 10.38 0 0 1-2.764 5.931a6.7 6.7 0 0 1-4.806 2.11a3.3 3.3 0 0 1-2.012-.55a1.8 1.8 0 0 1-.718-1.514q0-2.685 5.634-5.212q.532-1.766 1.152-3.507a8.6 8.6 0 0 1-2.853 2.323a7.4 7.4 0 0 1-3.48 1.01a5.46 5.46 0 0 1-4.366-2.093A8.1 8.1 0 0 1 6 15.122a11.6 11.6 0 0 1 1.966-6.426a14.7 14.7 0 0 1 5.162-4.862A12.44 12.44 0 0 1 19.322 2m-2.407 22.17q-4.055 1.875-4.054 3.695a.87.87 0 0 0 .999.97q1.964 0 3.055-4.665"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#26c6da" d="M19.322 2a6.5 6.5 0 0 1 4.352 1.419a4.55 4.55 0 0 1 1.685 3.662a5.82 5.82 0 0 1-1.886 4.275a6.04 6.04 0 0 1-4.34 1.846a4.15 4.15 0 0 1-2.385-.649a1.91 1.91 0 0 1-.936-1.603a1.6 1.6 0 0 1 .356-1.024a1.1 1.1 0 0 1 .861-.447q.469 0 .468.504a.79.79 0 0 0 .358.693a1.43 1.43 0 0 0 .826.245a3.1 3.1 0 0 0 2.39-1.573a5.66 5.66 0 0 0 1.154-3.39a2.64 2.64 0 0 0-.891-2.064a3.28 3.28 0 0 0-2.293-.812a6.18 6.18 0 0 0-4.086 1.736a12.9 12.9 0 0 0-3.215 4.557a13.4 13.4 0 0 0-1.233 5.36a5.86 5.86 0 0 0 1.091 3.723a3.53 3.53 0 0 0 2.905 1.372q3.058 0 5.848-4.002l2.935-.388q.546-.07.545.246a8 8 0 0 1-.423 1.24q-.421 1.097-1.152 3.668A12.7 12.7 0 0 0 26 17.72v1.66a14.2 14.2 0 0 1-4.055 2.57a10.38 10.38 0 0 1-2.764 5.931a6.7 6.7 0 0 1-4.806 2.11a3.3 3.3 0 0 1-2.012-.55a1.8 1.8 0 0 1-.718-1.514q0-2.685 5.634-5.212q.532-1.766 1.152-3.507a8.6 8.6 0 0 1-2.853 2.323a7.4 7.4 0 0 1-3.48 1.01a5.46 5.46 0 0 1-4.366-2.093A8.1 8.1 0 0 1 6 15.122a11.6 11.6 0 0 1 1.966-6.426a14.7 14.7 0 0 1 5.162-4.862A12.44 12.44 0 0 1 19.322 2m-2.407 22.17q-4.055 1.875-4.054 3.695a.87.87 0 0 0 .999.97q1.964 0 3.055-4.665"/></svg>
</template>

CSS

.icon-groovy {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%2326c6da%22%20d%3D%22M19.322%202a6.5%206.5%200%200%201%204.352%201.419a4.55%204.55%200%200%201%201.685%203.662a5.82%205.82%200%200%201-1.886%204.275a6.04%206.04%200%200%201-4.34%201.846a4.15%204.15%200%200%201-2.385-.649a1.91%201.91%200%200%201-.936-1.603a1.6%201.6%200%200%201%20.356-1.024a1.1%201.1%200%200%201%20.861-.447q.469%200%20.468.504a.79.79%200%200%200%20.358.693a1.43%201.43%200%200%200%20.826.245a3.1%203.1%200%200%200%202.39-1.573a5.66%205.66%200%200%200%201.154-3.39a2.64%202.64%200%200%200-.891-2.064a3.28%203.28%200%200%200-2.293-.812a6.18%206.18%200%200%200-4.086%201.736a12.9%2012.9%200%200%200-3.215%204.557a13.4%2013.4%200%200%200-1.233%205.36a5.86%205.86%200%200%200%201.091%203.723a3.53%203.53%200%200%200%202.905%201.372q3.058%200%205.848-4.002l2.935-.388q.546-.07.545.246a8%208%200%200%201-.423%201.24q-.421%201.097-1.152%203.668A12.7%2012.7%200%200%200%2026%2017.72v1.66a14.2%2014.2%200%200%201-4.055%202.57a10.38%2010.38%200%200%201-2.764%205.931a6.7%206.7%200%200%201-4.806%202.11a3.3%203.3%200%200%201-2.012-.55a1.8%201.8%200%200%201-.718-1.514q0-2.685%205.634-5.212q.532-1.766%201.152-3.507a8.6%208.6%200%200%201-2.853%202.323a7.4%207.4%200%200%201-3.48%201.01a5.46%205.46%200%200%201-4.366-2.093A8.1%208.1%200%200%201%206%2015.122a11.6%2011.6%200%200%201%201.966-6.426a14.7%2014.7%200%200%201%205.162-4.862A12.44%2012.44%200%200%201%2019.322%202m-2.407%2022.17q-4.055%201.875-4.054%203.695a.87.87%200%200%200%20.999.97q1.964%200%203.055-4.665%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2326c6da%22%20d%3D%22M19.322%202a6.5%206.5%200%200%201%204.352%201.419a4.55%204.55%200%200%201%201.685%203.662a5.82%205.82%200%200%201-1.886%204.275a6.04%206.04%200%200%201-4.34%201.846a4.15%204.15%200%200%201-2.385-.649a1.91%201.91%200%200%201-.936-1.603a1.6%201.6%200%200%201%20.356-1.024a1.1%201.1%200%200%201%20.861-.447q.469%200%20.468.504a.79.79%200%200%200%20.358.693a1.43%201.43%200%200%200%20.826.245a3.1%203.1%200%200%200%202.39-1.573a5.66%205.66%200%200%200%201.154-3.39a2.64%202.64%200%200%200-.891-2.064a3.28%203.28%200%200%200-2.293-.812a6.18%206.18%200%200%200-4.086%201.736a12.9%2012.9%200%200%200-3.215%204.557a13.4%2013.4%200%200%200-1.233%205.36a5.86%205.86%200%200%200%201.091%203.723a3.53%203.53%200%200%200%202.905%201.372q3.058%200%205.848-4.002l2.935-.388q.546-.07.545.246a8%208%200%200%201-.423%201.24q-.421%201.097-1.152%203.668A12.7%2012.7%200%200%200%2026%2017.72v1.66a14.2%2014.2%200%200%201-4.055%202.57a10.38%2010.38%200%200%201-2.764%205.931a6.7%206.7%200%200%201-4.806%202.11a3.3%203.3%200%200%201-2.012-.55a1.8%201.8%200%200%201-.718-1.514q0-2.685%205.634-5.212q.532-1.766%201.152-3.507a8.6%208.6%200%200%201-2.853%202.323a7.4%207.4%200%200%201-3.48%201.01a5.46%205.46%200%200%201-4.366-2.093A8.1%208.1%200%200%201%206%2015.122a11.6%2011.6%200%200%201%201.966-6.426a14.7%2014.7%200%200%201%205.162-4.862A12.44%2012.44%200%200%201%2019.322%202m-2.407%2022.17q-4.055%201.875-4.054%203.695a.87.87%200%200%200%20.999.97q1.964%200%203.055-4.665%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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