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

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

The same logo in other sets

Use the testrail logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.27 23.896L4.5 21.124a.35.35 0 0 1 0-.5l2.772-2.77a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5l-2.772 2.77a.35.35 0 0 1-.5 0zm4.48-4.48l-2.772-2.772a.35.35 0 0 1 0-.498l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .5l-2.77 2.77a.35.35 0 0 1-.499 0zm4.48-4.48l-2.77-2.772a.35.35 0 0 1 0-.498l2.771-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.772 2.772a.35.35 0 0 1-.5 0h.002zm-8.876.084l-2.772-2.77a.35.35 0 0 1 0-.499l2.772-2.773a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .498l-2.772 2.774a.35.35 0 0 1-.5 0zm4.48-4.48L9.062 7.77a.35.35 0 0 1 0-.5l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.77 2.772a.35.35 0 0 1-.499 0v-.002v.001zM7.44 6.15L4.666 3.37a.35.35 0 0 1 0-.5L7.44.104a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5L7.938 6.142a.35.35 0 0 1-.5 0l.002.006z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTestrail(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="M7.27 23.896L4.5 21.124a.35.35 0 0 1 0-.5l2.772-2.77a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5l-2.772 2.77a.35.35 0 0 1-.5 0zm4.48-4.48l-2.772-2.772a.35.35 0 0 1 0-.498l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .5l-2.77 2.77a.35.35 0 0 1-.499 0zm4.48-4.48l-2.77-2.772a.35.35 0 0 1 0-.498l2.771-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.772 2.772a.35.35 0 0 1-.5 0h.002zm-8.876.084l-2.772-2.77a.35.35 0 0 1 0-.499l2.772-2.773a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .498l-2.772 2.774a.35.35 0 0 1-.5 0zm4.48-4.48L9.062 7.77a.35.35 0 0 1 0-.5l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.77 2.772a.35.35 0 0 1-.499 0v-.002v.001zM7.44 6.15L4.666 3.37a.35.35 0 0 1 0-.5L7.44.104a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5L7.938 6.142a.35.35 0 0 1-.5 0l.002.006z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.27 23.896L4.5 21.124a.35.35 0 0 1 0-.5l2.772-2.77a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5l-2.772 2.77a.35.35 0 0 1-.5 0zm4.48-4.48l-2.772-2.772a.35.35 0 0 1 0-.498l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .5l-2.77 2.77a.35.35 0 0 1-.499 0zm4.48-4.48l-2.77-2.772a.35.35 0 0 1 0-.498l2.771-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.772 2.772a.35.35 0 0 1-.5 0h.002zm-8.876.084l-2.772-2.77a.35.35 0 0 1 0-.499l2.772-2.773a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .498l-2.772 2.774a.35.35 0 0 1-.5 0zm4.48-4.48L9.062 7.77a.35.35 0 0 1 0-.5l2.772-2.772a.35.35 0 0 1 .5 0l2.77 2.772a.35.35 0 0 1 0 .498l-2.77 2.772a.35.35 0 0 1-.499 0v-.002v.001zM7.44 6.15L4.666 3.37a.35.35 0 0 1 0-.5L7.44.104a.35.35 0 0 1 .5 0l2.772 2.772a.35.35 0 0 1 0 .5L7.938 6.142a.35.35 0 0 1-.5 0l.002.006z"/></svg>
</template>

CSS

.icon-testrail {
  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%22M7.27%2023.896L4.5%2021.124a.35.35%200%200%201%200-.5l2.772-2.77a.35.35%200%200%201%20.5%200l2.772%202.772a.35.35%200%200%201%200%20.5l-2.772%202.77a.35.35%200%200%201-.5%200zm4.48-4.48l-2.772-2.772a.35.35%200%200%201%200-.498l2.772-2.772a.35.35%200%200%201%20.5%200l2.77%202.772a.35.35%200%200%201%200%20.5l-2.77%202.77a.35.35%200%200%201-.499%200zm4.48-4.48l-2.77-2.772a.35.35%200%200%201%200-.498l2.771-2.772a.35.35%200%200%201%20.5%200l2.77%202.772a.35.35%200%200%201%200%20.498l-2.772%202.772a.35.35%200%200%201-.5%200h.002zm-8.876.084l-2.772-2.77a.35.35%200%200%201%200-.499l2.772-2.773a.35.35%200%200%201%20.5%200l2.772%202.772a.35.35%200%200%201%200%20.498l-2.772%202.774a.35.35%200%200%201-.5%200zm4.48-4.48L9.062%207.77a.35.35%200%200%201%200-.5l2.772-2.772a.35.35%200%200%201%20.5%200l2.77%202.772a.35.35%200%200%201%200%20.498l-2.77%202.772a.35.35%200%200%201-.499%200v-.002v.001zM7.44%206.15L4.666%203.37a.35.35%200%200%201%200-.5L7.44.104a.35.35%200%200%201%20.5%200l2.772%202.772a.35.35%200%200%201%200%20.5L7.938%206.142a.35.35%200%200%201-.5%200l.002.006z%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%22M7.27%2023.896L4.5%2021.124a.35.35%200%200%201%200-.5l2.772-2.77a.35.35%200%200%201%20.5%200l2.772%202.772a.35.35%200%200%201%200%20.5l-2.772%202.77a.35.35%200%200%201-.5%200zm4.48-4.48l-2.772-2.772a.35.35%200%200%201%200-.498l2.772-2.772a.35.35%200%200%201%20.5%200l2.77%202.772a.35.35%200%200%201%200%20.5l-2.77%202.77a.35.35%200%200%201-.499%200zm4.48-4.48l-2.77-2.772a.35.35%200%200%201%200-.498l2.771-2.772a.35.35%200%200%201%20.5%200l2.77%202.772a.35.35%200%200%201%200%20.498l-2.772%202.772a.35.35%200%200%201-.5%200h.002zm-8.876.084l-2.772-2.77a.35.35%200%200%201%200-.499l2.772-2.773a.35.35%200%200%201%20.5%200l2.772%202.772a.35.35%200%200%201%200%20.498l-2.772%202.774a.35.35%200%200%201-.5%200zm4.48-4.48L9.062%207.77a.35.35%200%200%201%200-.5l2.772-2.772a.35.35%200%200%201%20.5%200l2.77%202.772a.35.35%200%200%201%200%20.498l-2.77%202.772a.35.35%200%200%201-.499%200v-.002v.001zM7.44%206.15L4.666%203.37a.35.35%200%200%201%200-.5L7.44.104a.35.35%200%200%201%20.5%200l2.772%202.772a.35.35%200%200%201%200%20.5L7.938%206.142a.35.35%200%200%201-.5%200l.002.006z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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