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

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

The same logo in other sets

Use the codacy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.883 9.825a8.46 8.46 0 0 1 3.875-5.07l.04-.021l-1.803-3.113C3.276 3.212 1.268 5.769.427 8.81l-.02.084zm5.941-5.931a8.3 8.3 0 0 1 2.164-.283h.005V.016h-.019a12 12 0 0 0-3.165.421l.084-.02zm4.354.003a8.45 8.45 0 0 1 5.063 3.875l.021.04l3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0 12v.006c0 1.1.148 2.165.425 3.177l-.02-.084l3.476-.929a8 8 0 0 1-.284-2.161v-.008zm1.605 5.995c.55.941 1.18 1.754 1.901 2.475l2.553-2.54a8.6 8.6 0 0 1-1.313-1.695l-.022-.04zm4.39 4.385a11.77 11.77 0 0 0 5.967 1.604h.021h-.001v-3.595h-.004a8.3 8.3 0 0 1-4.223-1.145l.039.021zm13.264-6.175a8.44 8.44 0 0 1-5.034 3.884l-.059.014l.931 3.476c3.124-.86 5.681-2.863 7.246-5.52l.031-.056zm4.318-.984c.268-.947.423-2.035.423-3.159c0-1.087-.144-2.14-.415-3.142l.019.084l-3.486.931c.175.64.275 1.374.275 2.132c0 .79-.109 1.555-.313 2.28l.014-.059z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCodacy(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="M3.883 9.825a8.46 8.46 0 0 1 3.875-5.07l.04-.021l-1.803-3.113C3.276 3.212 1.268 5.769.427 8.81l-.02.084zm5.941-5.931a8.3 8.3 0 0 1 2.164-.283h.005V.016h-.019a12 12 0 0 0-3.165.421l.084-.02zm4.354.003a8.45 8.45 0 0 1 5.063 3.875l.021.04l3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0 12v.006c0 1.1.148 2.165.425 3.177l-.02-.084l3.476-.929a8 8 0 0 1-.284-2.161v-.008zm1.605 5.995c.55.941 1.18 1.754 1.901 2.475l2.553-2.54a8.6 8.6 0 0 1-1.313-1.695l-.022-.04zm4.39 4.385a11.77 11.77 0 0 0 5.967 1.604h.021h-.001v-3.595h-.004a8.3 8.3 0 0 1-4.223-1.145l.039.021zm13.264-6.175a8.44 8.44 0 0 1-5.034 3.884l-.059.014l.931 3.476c3.124-.86 5.681-2.863 7.246-5.52l.031-.056zm4.318-.984c.268-.947.423-2.035.423-3.159c0-1.087-.144-2.14-.415-3.142l.019.084l-3.486.931c.175.64.275 1.374.275 2.132c0 .79-.109 1.555-.313 2.28l.014-.059z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.883 9.825a8.46 8.46 0 0 1 3.875-5.07l.04-.021l-1.803-3.113C3.276 3.212 1.268 5.769.427 8.81l-.02.084zm5.941-5.931a8.3 8.3 0 0 1 2.164-.283h.005V.016h-.019a12 12 0 0 0-3.165.421l.084-.02zm4.354.003a8.45 8.45 0 0 1 5.063 3.875l.021.04l3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0 12v.006c0 1.1.148 2.165.425 3.177l-.02-.084l3.476-.929a8 8 0 0 1-.284-2.161v-.008zm1.605 5.995c.55.941 1.18 1.754 1.901 2.475l2.553-2.54a8.6 8.6 0 0 1-1.313-1.695l-.022-.04zm4.39 4.385a11.77 11.77 0 0 0 5.967 1.604h.021h-.001v-3.595h-.004a8.3 8.3 0 0 1-4.223-1.145l.039.021zm13.264-6.175a8.44 8.44 0 0 1-5.034 3.884l-.059.014l.931 3.476c3.124-.86 5.681-2.863 7.246-5.52l.031-.056zm4.318-.984c.268-.947.423-2.035.423-3.159c0-1.087-.144-2.14-.415-3.142l.019.084l-3.486.931c.175.64.275 1.374.275 2.132c0 .79-.109 1.555-.313 2.28l.014-.059z"/></svg>
</template>

CSS

.icon-codacy {
  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%22M3.883%209.825a8.46%208.46%200%200%201%203.875-5.07l.04-.021l-1.803-3.113C3.276%203.212%201.268%205.769.427%208.81l-.02.084zm5.941-5.931a8.3%208.3%200%200%201%202.164-.283h.005V.016h-.019a12%2012%200%200%200-3.165.421l.084-.02zm4.354.003a8.45%208.45%200%200%201%205.063%203.875l.021.04l3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0%2012v.006c0%201.1.148%202.165.425%203.177l-.02-.084l3.476-.929a8%208%200%200%201-.284-2.161v-.008zm1.605%205.995c.55.941%201.18%201.754%201.901%202.475l2.553-2.54a8.6%208.6%200%200%201-1.313-1.695l-.022-.04zm4.39%204.385a11.77%2011.77%200%200%200%205.967%201.604h.021h-.001v-3.595h-.004a8.3%208.3%200%200%201-4.223-1.145l.039.021zm13.264-6.175a8.44%208.44%200%200%201-5.034%203.884l-.059.014l.931%203.476c3.124-.86%205.681-2.863%207.246-5.52l.031-.056zm4.318-.984c.268-.947.423-2.035.423-3.159c0-1.087-.144-2.14-.415-3.142l.019.084l-3.486.931c.175.64.275%201.374.275%202.132c0%20.79-.109%201.555-.313%202.28l.014-.059z%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%22M3.883%209.825a8.46%208.46%200%200%201%203.875-5.07l.04-.021l-1.803-3.113C3.276%203.212%201.268%205.769.427%208.81l-.02.084zm5.941-5.931a8.3%208.3%200%200%201%202.164-.283h.005V.016h-.019a12%2012%200%200%200-3.165.421l.084-.02zm4.354.003a8.45%208.45%200%200%201%205.063%203.875l.021.04l3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0%2012v.006c0%201.1.148%202.165.425%203.177l-.02-.084l3.476-.929a8%208%200%200%201-.284-2.161v-.008zm1.605%205.995c.55.941%201.18%201.754%201.901%202.475l2.553-2.54a8.6%208.6%200%200%201-1.313-1.695l-.022-.04zm4.39%204.385a11.77%2011.77%200%200%200%205.967%201.604h.021h-.001v-3.595h-.004a8.3%208.3%200%200%201-4.223-1.145l.039.021zm13.264-6.175a8.44%208.44%200%200%201-5.034%203.884l-.059.014l.931%203.476c3.124-.86%205.681-2.863%207.246-5.52l.031-.056zm4.318-.984c.268-.947.423-2.035.423-3.159c0-1.087-.144-2.14-.415-3.142l.019.084l-3.486.931c.175.64.275%201.374.275%202.132c0%20.79-.109%201.555-.313%202.28l.014-.059z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Codacy logo — Simple Icons · IconsDB