testrail logo
testrail from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- testrail
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
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 128 128"><path fill="#50d18d" d="m37.701 127.439l-15.398-14.782a1.813 1.813 0 0 1 0-2.666l15.41-14.773a2.005 2.005 0 0 1 2.78 0l15.412 14.783c.778.73.778 1.936 0 2.666L40.494 127.44a2.003 2.003 0 0 1-2.78 0zm24.907-23.89l-15.41-14.783a1.813 1.813 0 0 1 0-2.656l15.41-14.782a2.005 2.005 0 0 1 2.78 0L80.79 86.11c.778.73.778 1.936 0 2.666l-15.4 14.773a2.01 2.01 0 0 1-2.774 0zm24.908-23.892l-15.4-14.783a1.81 1.81 0 0 1 0-2.656L87.52 47.437a2.005 2.005 0 0 1 2.78 0l15.402 14.781a1.81 1.81 0 0 1 0 2.656L90.29 79.657a2.006 2.006 0 0 1-2.779 0h.01zm-49.346.447L22.758 65.333a1.817 1.817 0 0 1 0-2.66l15.412-14.79a2.004 2.004 0 0 1 2.779 0l15.41 14.784a1.81 1.81 0 0 1 0 2.656L40.95 80.116a2.007 2.007 0 0 1-2.78 0zm24.906-23.89L47.664 41.441a1.817 1.817 0 0 1 0-2.668l15.412-14.781a2.004 2.004 0 0 1 2.78 0l15.4 14.781a1.81 1.81 0 0 1 0 2.658l-15.4 14.781a2.006 2.006 0 0 1-2.774 0v-.01v.005zm-24.43-23.41l-15.42-14.828a1.814 1.814 0 0 1 0-2.667L38.647.56a2.004 2.004 0 0 1 2.78 0l15.41 14.782c.78.731.78 1.937 0 2.667l-15.42 14.75a2.004 2.004 0 0 1-2.78 0l.01.032z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconTestrail(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#50d18d" d="m37.701 127.439l-15.398-14.782a1.813 1.813 0 0 1 0-2.666l15.41-14.773a2.005 2.005 0 0 1 2.78 0l15.412 14.783c.778.73.778 1.936 0 2.666L40.494 127.44a2.003 2.003 0 0 1-2.78 0zm24.907-23.89l-15.41-14.783a1.813 1.813 0 0 1 0-2.656l15.41-14.782a2.005 2.005 0 0 1 2.78 0L80.79 86.11c.778.73.778 1.936 0 2.666l-15.4 14.773a2.01 2.01 0 0 1-2.774 0zm24.908-23.892l-15.4-14.783a1.81 1.81 0 0 1 0-2.656L87.52 47.437a2.005 2.005 0 0 1 2.78 0l15.402 14.781a1.81 1.81 0 0 1 0 2.656L90.29 79.657a2.006 2.006 0 0 1-2.779 0h.01zm-49.346.447L22.758 65.333a1.817 1.817 0 0 1 0-2.66l15.412-14.79a2.004 2.004 0 0 1 2.779 0l15.41 14.784a1.81 1.81 0 0 1 0 2.656L40.95 80.116a2.007 2.007 0 0 1-2.78 0zm24.906-23.89L47.664 41.441a1.817 1.817 0 0 1 0-2.668l15.412-14.781a2.004 2.004 0 0 1 2.78 0l15.4 14.781a1.81 1.81 0 0 1 0 2.658l-15.4 14.781a2.006 2.006 0 0 1-2.774 0v-.01v.005zm-24.43-23.41l-15.42-14.828a1.814 1.814 0 0 1 0-2.667L38.647.56a2.004 2.004 0 0 1 2.78 0l15.41 14.782c.78.731.78 1.937 0 2.667l-15.42 14.75a2.004 2.004 0 0 1-2.78 0l.01.032z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#50d18d" d="m37.701 127.439l-15.398-14.782a1.813 1.813 0 0 1 0-2.666l15.41-14.773a2.005 2.005 0 0 1 2.78 0l15.412 14.783c.778.73.778 1.936 0 2.666L40.494 127.44a2.003 2.003 0 0 1-2.78 0zm24.907-23.89l-15.41-14.783a1.813 1.813 0 0 1 0-2.656l15.41-14.782a2.005 2.005 0 0 1 2.78 0L80.79 86.11c.778.73.778 1.936 0 2.666l-15.4 14.773a2.01 2.01 0 0 1-2.774 0zm24.908-23.892l-15.4-14.783a1.81 1.81 0 0 1 0-2.656L87.52 47.437a2.005 2.005 0 0 1 2.78 0l15.402 14.781a1.81 1.81 0 0 1 0 2.656L90.29 79.657a2.006 2.006 0 0 1-2.779 0h.01zm-49.346.447L22.758 65.333a1.817 1.817 0 0 1 0-2.66l15.412-14.79a2.004 2.004 0 0 1 2.779 0l15.41 14.784a1.81 1.81 0 0 1 0 2.656L40.95 80.116a2.007 2.007 0 0 1-2.78 0zm24.906-23.89L47.664 41.441a1.817 1.817 0 0 1 0-2.668l15.412-14.781a2.004 2.004 0 0 1 2.78 0l15.4 14.781a1.81 1.81 0 0 1 0 2.658l-15.4 14.781a2.006 2.006 0 0 1-2.774 0v-.01v.005zm-24.43-23.41l-15.42-14.828a1.814 1.814 0 0 1 0-2.667L38.647.56a2.004 2.004 0 0 1 2.78 0l15.41 14.782c.78.731.78 1.937 0 2.667l-15.42 14.75a2.004 2.004 0 0 1-2.78 0l.01.032z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2350d18d%22%20d%3D%22m37.701%20127.439l-15.398-14.782a1.813%201.813%200%200%201%200-2.666l15.41-14.773a2.005%202.005%200%200%201%202.78%200l15.412%2014.783c.778.73.778%201.936%200%202.666L40.494%20127.44a2.003%202.003%200%200%201-2.78%200zm24.907-23.89l-15.41-14.783a1.813%201.813%200%200%201%200-2.656l15.41-14.782a2.005%202.005%200%200%201%202.78%200L80.79%2086.11c.778.73.778%201.936%200%202.666l-15.4%2014.773a2.01%202.01%200%200%201-2.774%200zm24.908-23.892l-15.4-14.783a1.81%201.81%200%200%201%200-2.656L87.52%2047.437a2.005%202.005%200%200%201%202.78%200l15.402%2014.781a1.81%201.81%200%200%201%200%202.656L90.29%2079.657a2.006%202.006%200%200%201-2.779%200h.01zm-49.346.447L22.758%2065.333a1.817%201.817%200%200%201%200-2.66l15.412-14.79a2.004%202.004%200%200%201%202.779%200l15.41%2014.784a1.81%201.81%200%200%201%200%202.656L40.95%2080.116a2.007%202.007%200%200%201-2.78%200zm24.906-23.89L47.664%2041.441a1.817%201.817%200%200%201%200-2.668l15.412-14.781a2.004%202.004%200%200%201%202.78%200l15.4%2014.781a1.81%201.81%200%200%201%200%202.658l-15.4%2014.781a2.006%202.006%200%200%201-2.774%200v-.01v.005zm-24.43-23.41l-15.42-14.828a1.814%201.814%200%200%201%200-2.667L38.647.56a2.004%202.004%200%200%201%202.78%200l15.41%2014.782c.78.731.78%201.937%200%202.667l-15.42%2014.75a2.004%202.004%200%200%201-2.78%200l.01.032z%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%2350d18d%22%20d%3D%22m37.701%20127.439l-15.398-14.782a1.813%201.813%200%200%201%200-2.666l15.41-14.773a2.005%202.005%200%200%201%202.78%200l15.412%2014.783c.778.73.778%201.936%200%202.666L40.494%20127.44a2.003%202.003%200%200%201-2.78%200zm24.907-23.89l-15.41-14.783a1.813%201.813%200%200%201%200-2.656l15.41-14.782a2.005%202.005%200%200%201%202.78%200L80.79%2086.11c.778.73.778%201.936%200%202.666l-15.4%2014.773a2.01%202.01%200%200%201-2.774%200zm24.908-23.892l-15.4-14.783a1.81%201.81%200%200%201%200-2.656L87.52%2047.437a2.005%202.005%200%200%201%202.78%200l15.402%2014.781a1.81%201.81%200%200%201%200%202.656L90.29%2079.657a2.006%202.006%200%200%201-2.779%200h.01zm-49.346.447L22.758%2065.333a1.817%201.817%200%200%201%200-2.66l15.412-14.79a2.004%202.004%200%200%201%202.779%200l15.41%2014.784a1.81%201.81%200%200%201%200%202.656L40.95%2080.116a2.007%202.007%200%200%201-2.78%200zm24.906-23.89L47.664%2041.441a1.817%201.817%200%200%201%200-2.668l15.412-14.781a2.004%202.004%200%200%201%202.78%200l15.4%2014.781a1.81%201.81%200%200%201%200%202.658l-15.4%2014.781a2.006%202.006%200%200%201-2.774%200v-.01v.005zm-24.43-23.41l-15.42-14.828a1.814%201.814%200%200%201%200-2.667L38.647.56a2.004%202.004%200%200%201%202.78%200l15.41%2014.782c.78.731.78%201.937%200%202.667l-15.42%2014.75a2.004%202.004%200%200%201-2.78%200l.01.032z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/testrail.svg?color=%231a73e8&size=48