junit-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
junit-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

Use the junit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc514a" d="M108.79 44.601c-4.777-.092-9.332 1.169-13.23 4.77c-8.154 7.546-8.398 20.46-.522 28.283c1.42 1.41 3.107 2.71 4.959 3.502c.485-1.627.39-3.593.236-5.525c-.036-.039-.072-.075-.102-.118c-.516-.768-.134-2.785-.134-3.7c3.26.576 5.908 2.367 9.395 1.328c3.41-1.019 4.835-5.936 1.827-8.269c-1.815-1.405-4.513-1.213-6.654-.954c-1.284.154-2.894.628-3.78-.741c-.527-.804.015-2.781.103-3.693l.08-.792c.228-2.8.596-5.625.596-8.425h13.833V45.47c-2.221-.507-4.437-.827-6.608-.868z"/><path fill="#23a161" d="M115.192 45.535v8.438h-10.049l-.52 6.489c2.229-.175 4.294-.569 6.522-.043c1.528.357 2.96 1.078 4.024 2.249c2.96 3.263 2.374 9.386-1.024 12.14c-.963.781-2.065 1.292-3.23 1.619a10.8 10.8 0 0 1-3.177.485q-.583.031-1.161.033a18.5 18.5 0 0 1-4.96-.668c-.405-.114-1.037-.275-1.436-.57l-.259-.059l-.131 5.449c10.354 5.49 23.55-.382 27.263-11.159c3.14-9.108-1.722-22.01-11.862-24.403"/><path fill="#737373" d="M64.902 49.977c-1.357.53-.998 4.087.776 3.438c1.556-.57 1.047-4.15-.776-3.438m-57.814.29v21.287c0 2.518.72 6.45-.968 8.564c-1.59 1.996-3.93 1.26-6.08 1.17c0 .45-.151 1.233.132 1.61c.525.706 2.244.466 3 .466c2.455-.004 4.752-1.14 5.46-3.633c.907-3.204.41-6.952.41-10.254v-19.21zm8.87 0v13.889c0 2.841-.242 5.817 1.095 8.436c3.175 6.225 14.266 6.12 17.614.128c1.451-2.604 1.257-5.687 1.257-8.564V50.267h-2.086v14.02c0 2.53.318 5.221-.955 7.526c-2.73 4.946-11.449 4.77-14.016-.259c-1.221-2.392-.95-5.193-.95-7.788V50.267Zm54.025 8.438h2.873v11.679c0 1.898-.055 4.143 1.442 5.567c1.774 1.691 4.615 1.238 6.776.792v-1.555c-1.507.064-3.319.693-4.696-.22c-1.564-1.038-1.568-3.047-1.568-4.71V58.704h5.743v-1.687H74.81v-4.672c-2.176.008-1.002 2.985-2.053 4.23c-1.007 1.198-2.77.087-2.774 2.13M44.54 59.744h-.132l-.262-2.726H42.45v19.726h1.958V67.53c0-2.157-.071-4.413 1.019-6.359c1.73-3.104 7.664-3.963 9.861-.907c1.086 1.516.994 3.8.994 5.579v10.9h1.827v-10.9c0-2.121.175-4.433-.9-6.359c-2.225-3.98-10.609-3.861-12.67.259m19.833-2.726v19.725h1.958V57.016Zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function DeviconJunitWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc514a" d="M108.79 44.601c-4.777-.092-9.332 1.169-13.23 4.77c-8.154 7.546-8.398 20.46-.522 28.283c1.42 1.41 3.107 2.71 4.959 3.502c.485-1.627.39-3.593.236-5.525c-.036-.039-.072-.075-.102-.118c-.516-.768-.134-2.785-.134-3.7c3.26.576 5.908 2.367 9.395 1.328c3.41-1.019 4.835-5.936 1.827-8.269c-1.815-1.405-4.513-1.213-6.654-.954c-1.284.154-2.894.628-3.78-.741c-.527-.804.015-2.781.103-3.693l.08-.792c.228-2.8.596-5.625.596-8.425h13.833V45.47c-2.221-.507-4.437-.827-6.608-.868z"/><path fill="#23a161" d="M115.192 45.535v8.438h-10.049l-.52 6.489c2.229-.175 4.294-.569 6.522-.043c1.528.357 2.96 1.078 4.024 2.249c2.96 3.263 2.374 9.386-1.024 12.14c-.963.781-2.065 1.292-3.23 1.619a10.8 10.8 0 0 1-3.177.485q-.583.031-1.161.033a18.5 18.5 0 0 1-4.96-.668c-.405-.114-1.037-.275-1.436-.57l-.259-.059l-.131 5.449c10.354 5.49 23.55-.382 27.263-11.159c3.14-9.108-1.722-22.01-11.862-24.403"/><path fill="#737373" d="M64.902 49.977c-1.357.53-.998 4.087.776 3.438c1.556-.57 1.047-4.15-.776-3.438m-57.814.29v21.287c0 2.518.72 6.45-.968 8.564c-1.59 1.996-3.93 1.26-6.08 1.17c0 .45-.151 1.233.132 1.61c.525.706 2.244.466 3 .466c2.455-.004 4.752-1.14 5.46-3.633c.907-3.204.41-6.952.41-10.254v-19.21zm8.87 0v13.889c0 2.841-.242 5.817 1.095 8.436c3.175 6.225 14.266 6.12 17.614.128c1.451-2.604 1.257-5.687 1.257-8.564V50.267h-2.086v14.02c0 2.53.318 5.221-.955 7.526c-2.73 4.946-11.449 4.77-14.016-.259c-1.221-2.392-.95-5.193-.95-7.788V50.267Zm54.025 8.438h2.873v11.679c0 1.898-.055 4.143 1.442 5.567c1.774 1.691 4.615 1.238 6.776.792v-1.555c-1.507.064-3.319.693-4.696-.22c-1.564-1.038-1.568-3.047-1.568-4.71V58.704h5.743v-1.687H74.81v-4.672c-2.176.008-1.002 2.985-2.053 4.23c-1.007 1.198-2.77.087-2.774 2.13M44.54 59.744h-.132l-.262-2.726H42.45v19.726h1.958V67.53c0-2.157-.071-4.413 1.019-6.359c1.73-3.104 7.664-3.963 9.861-.907c1.086 1.516.994 3.8.994 5.579v10.9h1.827v-10.9c0-2.121.175-4.433-.9-6.359c-2.225-3.98-10.609-3.861-12.67.259m19.833-2.726v19.725h1.958V57.016Zm0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc514a" d="M108.79 44.601c-4.777-.092-9.332 1.169-13.23 4.77c-8.154 7.546-8.398 20.46-.522 28.283c1.42 1.41 3.107 2.71 4.959 3.502c.485-1.627.39-3.593.236-5.525c-.036-.039-.072-.075-.102-.118c-.516-.768-.134-2.785-.134-3.7c3.26.576 5.908 2.367 9.395 1.328c3.41-1.019 4.835-5.936 1.827-8.269c-1.815-1.405-4.513-1.213-6.654-.954c-1.284.154-2.894.628-3.78-.741c-.527-.804.015-2.781.103-3.693l.08-.792c.228-2.8.596-5.625.596-8.425h13.833V45.47c-2.221-.507-4.437-.827-6.608-.868z"/><path fill="#23a161" d="M115.192 45.535v8.438h-10.049l-.52 6.489c2.229-.175 4.294-.569 6.522-.043c1.528.357 2.96 1.078 4.024 2.249c2.96 3.263 2.374 9.386-1.024 12.14c-.963.781-2.065 1.292-3.23 1.619a10.8 10.8 0 0 1-3.177.485q-.583.031-1.161.033a18.5 18.5 0 0 1-4.96-.668c-.405-.114-1.037-.275-1.436-.57l-.259-.059l-.131 5.449c10.354 5.49 23.55-.382 27.263-11.159c3.14-9.108-1.722-22.01-11.862-24.403"/><path fill="#737373" d="M64.902 49.977c-1.357.53-.998 4.087.776 3.438c1.556-.57 1.047-4.15-.776-3.438m-57.814.29v21.287c0 2.518.72 6.45-.968 8.564c-1.59 1.996-3.93 1.26-6.08 1.17c0 .45-.151 1.233.132 1.61c.525.706 2.244.466 3 .466c2.455-.004 4.752-1.14 5.46-3.633c.907-3.204.41-6.952.41-10.254v-19.21zm8.87 0v13.889c0 2.841-.242 5.817 1.095 8.436c3.175 6.225 14.266 6.12 17.614.128c1.451-2.604 1.257-5.687 1.257-8.564V50.267h-2.086v14.02c0 2.53.318 5.221-.955 7.526c-2.73 4.946-11.449 4.77-14.016-.259c-1.221-2.392-.95-5.193-.95-7.788V50.267Zm54.025 8.438h2.873v11.679c0 1.898-.055 4.143 1.442 5.567c1.774 1.691 4.615 1.238 6.776.792v-1.555c-1.507.064-3.319.693-4.696-.22c-1.564-1.038-1.568-3.047-1.568-4.71V58.704h5.743v-1.687H74.81v-4.672c-2.176.008-1.002 2.985-2.053 4.23c-1.007 1.198-2.77.087-2.774 2.13M44.54 59.744h-.132l-.262-2.726H42.45v19.726h1.958V67.53c0-2.157-.071-4.413 1.019-6.359c1.73-3.104 7.664-3.963 9.861-.907c1.086 1.516.994 3.8.994 5.579v10.9h1.827v-10.9c0-2.121.175-4.433-.9-6.359c-2.225-3.98-10.609-3.861-12.67.259m19.833-2.726v19.725h1.958V57.016Zm0 0"/></svg>
</template>

CSS

.icon-junit-wordmark {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dc514a%22%20d%3D%22M108.79%2044.601c-4.777-.092-9.332%201.169-13.23%204.77c-8.154%207.546-8.398%2020.46-.522%2028.283c1.42%201.41%203.107%202.71%204.959%203.502c.485-1.627.39-3.593.236-5.525c-.036-.039-.072-.075-.102-.118c-.516-.768-.134-2.785-.134-3.7c3.26.576%205.908%202.367%209.395%201.328c3.41-1.019%204.835-5.936%201.827-8.269c-1.815-1.405-4.513-1.213-6.654-.954c-1.284.154-2.894.628-3.78-.741c-.527-.804.015-2.781.103-3.693l.08-.792c.228-2.8.596-5.625.596-8.425h13.833V45.47c-2.221-.507-4.437-.827-6.608-.868z%22%2F%3E%3Cpath%20fill%3D%22%2323a161%22%20d%3D%22M115.192%2045.535v8.438h-10.049l-.52%206.489c2.229-.175%204.294-.569%206.522-.043c1.528.357%202.96%201.078%204.024%202.249c2.96%203.263%202.374%209.386-1.024%2012.14c-.963.781-2.065%201.292-3.23%201.619a10.8%2010.8%200%200%201-3.177.485q-.583.031-1.161.033a18.5%2018.5%200%200%201-4.96-.668c-.405-.114-1.037-.275-1.436-.57l-.259-.059l-.131%205.449c10.354%205.49%2023.55-.382%2027.263-11.159c3.14-9.108-1.722-22.01-11.862-24.403%22%2F%3E%3Cpath%20fill%3D%22%23737373%22%20d%3D%22M64.902%2049.977c-1.357.53-.998%204.087.776%203.438c1.556-.57%201.047-4.15-.776-3.438m-57.814.29v21.287c0%202.518.72%206.45-.968%208.564c-1.59%201.996-3.93%201.26-6.08%201.17c0%20.45-.151%201.233.132%201.61c.525.706%202.244.466%203%20.466c2.455-.004%204.752-1.14%205.46-3.633c.907-3.204.41-6.952.41-10.254v-19.21zm8.87%200v13.889c0%202.841-.242%205.817%201.095%208.436c3.175%206.225%2014.266%206.12%2017.614.128c1.451-2.604%201.257-5.687%201.257-8.564V50.267h-2.086v14.02c0%202.53.318%205.221-.955%207.526c-2.73%204.946-11.449%204.77-14.016-.259c-1.221-2.392-.95-5.193-.95-7.788V50.267Zm54.025%208.438h2.873v11.679c0%201.898-.055%204.143%201.442%205.567c1.774%201.691%204.615%201.238%206.776.792v-1.555c-1.507.064-3.319.693-4.696-.22c-1.564-1.038-1.568-3.047-1.568-4.71V58.704h5.743v-1.687H74.81v-4.672c-2.176.008-1.002%202.985-2.053%204.23c-1.007%201.198-2.77.087-2.774%202.13M44.54%2059.744h-.132l-.262-2.726H42.45v19.726h1.958V67.53c0-2.157-.071-4.413%201.019-6.359c1.73-3.104%207.664-3.963%209.861-.907c1.086%201.516.994%203.8.994%205.579v10.9h1.827v-10.9c0-2.121.175-4.433-.9-6.359c-2.225-3.98-10.609-3.861-12.67.259m19.833-2.726v19.725h1.958V57.016Zm0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dc514a%22%20d%3D%22M108.79%2044.601c-4.777-.092-9.332%201.169-13.23%204.77c-8.154%207.546-8.398%2020.46-.522%2028.283c1.42%201.41%203.107%202.71%204.959%203.502c.485-1.627.39-3.593.236-5.525c-.036-.039-.072-.075-.102-.118c-.516-.768-.134-2.785-.134-3.7c3.26.576%205.908%202.367%209.395%201.328c3.41-1.019%204.835-5.936%201.827-8.269c-1.815-1.405-4.513-1.213-6.654-.954c-1.284.154-2.894.628-3.78-.741c-.527-.804.015-2.781.103-3.693l.08-.792c.228-2.8.596-5.625.596-8.425h13.833V45.47c-2.221-.507-4.437-.827-6.608-.868z%22%2F%3E%3Cpath%20fill%3D%22%2323a161%22%20d%3D%22M115.192%2045.535v8.438h-10.049l-.52%206.489c2.229-.175%204.294-.569%206.522-.043c1.528.357%202.96%201.078%204.024%202.249c2.96%203.263%202.374%209.386-1.024%2012.14c-.963.781-2.065%201.292-3.23%201.619a10.8%2010.8%200%200%201-3.177.485q-.583.031-1.161.033a18.5%2018.5%200%200%201-4.96-.668c-.405-.114-1.037-.275-1.436-.57l-.259-.059l-.131%205.449c10.354%205.49%2023.55-.382%2027.263-11.159c3.14-9.108-1.722-22.01-11.862-24.403%22%2F%3E%3Cpath%20fill%3D%22%23737373%22%20d%3D%22M64.902%2049.977c-1.357.53-.998%204.087.776%203.438c1.556-.57%201.047-4.15-.776-3.438m-57.814.29v21.287c0%202.518.72%206.45-.968%208.564c-1.59%201.996-3.93%201.26-6.08%201.17c0%20.45-.151%201.233.132%201.61c.525.706%202.244.466%203%20.466c2.455-.004%204.752-1.14%205.46-3.633c.907-3.204.41-6.952.41-10.254v-19.21zm8.87%200v13.889c0%202.841-.242%205.817%201.095%208.436c3.175%206.225%2014.266%206.12%2017.614.128c1.451-2.604%201.257-5.687%201.257-8.564V50.267h-2.086v14.02c0%202.53.318%205.221-.955%207.526c-2.73%204.946-11.449%204.77-14.016-.259c-1.221-2.392-.95-5.193-.95-7.788V50.267Zm54.025%208.438h2.873v11.679c0%201.898-.055%204.143%201.442%205.567c1.774%201.691%204.615%201.238%206.776.792v-1.555c-1.507.064-3.319.693-4.696-.22c-1.564-1.038-1.568-3.047-1.568-4.71V58.704h5.743v-1.687H74.81v-4.672c-2.176.008-1.002%202.985-2.053%204.23c-1.007%201.198-2.77.087-2.774%202.13M44.54%2059.744h-.132l-.262-2.726H42.45v19.726h1.958V67.53c0-2.157-.071-4.413%201.019-6.359c1.73-3.104%207.664-3.963%209.861-.907c1.086%201.516.994%203.8.994%205.579v10.9h1.827v-10.9c0-2.121.175-4.433-.9-6.359c-2.225-3.98-10.609-3.861-12.67.259m19.833-2.726v19.725h1.958V57.016Zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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