Tricentis Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tricentis icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316396.svg" alt="Tricentis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316396.svg" alt="Tricentis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316396.svg" alt="Tricentis icon" :width="24" :height="24" />
CSS background
.icon-tricentis {
background-image: url('https://proicons.com/icon/316396.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Tricentis</title><path d="M14.271 10.42 6.86 3.006 9.833.034l4.438 4.438L18.742 0l2.974 2.974ZM9.825 24l-2.973-2.974 7.445-7.445 7.412 7.412-2.974 2.973-4.438-4.437zm-4.567-4.568-2.974-2.974 4.47-4.47-4.437-4.439 2.974-2.974 7.412 7.412Z"/></svg>
Copied!