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

Name
karma
Set
Material Icon Theme
Style
Color
Viewbox
64×64
License
MIT

The same logo in other sets

Use the karma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#009688" d="m37.275 55.618l-20.29-26.686l9.53-7.247l20.29 26.686h.003l5.527 7.247z"/><path fill="#4db6ac" d="M34.4 8.378L23.638 22.533V8.403H11.665V22.22l7.84 33.234h4.132V42.308l.003.003l20.29-26.686l-.008-.006l5.504-7.24H34.558v.12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeKarma(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#009688" d="m37.275 55.618l-20.29-26.686l9.53-7.247l20.29 26.686h.003l5.527 7.247z"/><path fill="#4db6ac" d="M34.4 8.378L23.638 22.533V8.403H11.665V22.22l7.84 33.234h4.132V42.308l.003.003l20.29-26.686l-.008-.006l5.504-7.24H34.558v.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#009688" d="m37.275 55.618l-20.29-26.686l9.53-7.247l20.29 26.686h.003l5.527 7.247z"/><path fill="#4db6ac" d="M34.4 8.378L23.638 22.533V8.403H11.665V22.22l7.84 33.234h4.132V42.308l.003.003l20.29-26.686l-.008-.006l5.504-7.24H34.558v.12z"/></svg>
</template>

CSS

.icon-karma {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23009688%22%20d%3D%22m37.275%2055.618l-20.29-26.686l9.53-7.247l20.29%2026.686h.003l5.527%207.247z%22%2F%3E%3Cpath%20fill%3D%22%234db6ac%22%20d%3D%22M34.4%208.378L23.638%2022.533V8.403H11.665V22.22l7.84%2033.234h4.132V42.308l.003.003l20.29-26.686l-.008-.006l5.504-7.24H34.558v.12z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23009688%22%20d%3D%22m37.275%2055.618l-20.29-26.686l9.53-7.247l20.29%2026.686h.003l5.527%207.247z%22%2F%3E%3Cpath%20fill%3D%22%234db6ac%22%20d%3D%22M34.4%208.378L23.638%2022.533V8.403H11.665V22.22l7.84%2033.234h4.132V42.308l.003.003l20.29-26.686l-.008-.006l5.504-7.24H34.558v.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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