file type karma logo

file-type-karma from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-karma
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type karma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#429f87" d="m18.842 20.224l4.295 6.407h6.79l-7.695-11.369l-3.39 4.961M5.154 23.659L8.3 20.7l5.028 5.934L10.1 14.727L7.374 19.21z"/><path fill="#56c5a8" d="m5.154 23.659l4.946-8.932l-3.144 2.964l-5.029-5.935l3.228 11.9M29.28 5.122h-6.79l-4.158 6.144V5.122H12.1v6.372l3.321 12.239l.774 2.9h2.134v-5.379z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeKarma(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#429f87" d="m18.842 20.224l4.295 6.407h6.79l-7.695-11.369l-3.39 4.961M5.154 23.659L8.3 20.7l5.028 5.934L10.1 14.727L7.374 19.21z"/><path fill="#56c5a8" d="m5.154 23.659l4.946-8.932l-3.144 2.964l-5.029-5.935l3.228 11.9M29.28 5.122h-6.79l-4.158 6.144V5.122H12.1v6.372l3.321 12.239l.774 2.9h2.134v-5.379z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#429f87" d="m18.842 20.224l4.295 6.407h6.79l-7.695-11.369l-3.39 4.961M5.154 23.659L8.3 20.7l5.028 5.934L10.1 14.727L7.374 19.21z"/><path fill="#56c5a8" d="m5.154 23.659l4.946-8.932l-3.144 2.964l-5.029-5.935l3.228 11.9M29.28 5.122h-6.79l-4.158 6.144V5.122H12.1v6.372l3.321 12.239l.774 2.9h2.134v-5.379z"/></svg>
</template>

CSS

.icon-file-type-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%2032%2032%22%3E%3Cpath%20fill%3D%22%23429f87%22%20d%3D%22m18.842%2020.224l4.295%206.407h6.79l-7.695-11.369l-3.39%204.961M5.154%2023.659L8.3%2020.7l5.028%205.934L10.1%2014.727L7.374%2019.21z%22%2F%3E%3Cpath%20fill%3D%22%2356c5a8%22%20d%3D%22m5.154%2023.659l4.946-8.932l-3.144%202.964l-5.029-5.935l3.228%2011.9M29.28%205.122h-6.79l-4.158%206.144V5.122H12.1v6.372l3.321%2012.239l.774%202.9h2.134v-5.379z%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%23429f87%22%20d%3D%22m18.842%2020.224l4.295%206.407h6.79l-7.695-11.369l-3.39%204.961M5.154%2023.659L8.3%2020.7l5.028%205.934L10.1%2014.727L7.374%2019.21z%22%2F%3E%3Cpath%20fill%3D%22%2356c5a8%22%20d%3D%22m5.154%2023.659l4.946-8.932l-3.144%202.964l-5.029-5.935l3.228%2011.9M29.28%205.122h-6.79l-4.158%206.144V5.122H12.1v6.372l3.321%2012.239l.774%202.9h2.134v-5.379z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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