Saucelabs Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Saucelabs 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/315953.svg" alt="Saucelabs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315953.svg" alt="Saucelabs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315953.svg" alt="Saucelabs icon" :width="24" :height="24" />
CSS background
.icon-saucelabs {
background-image: url('https://proicons.com/icon/315953.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>Sauce Labs</title><path d="M23.4337 7.344c-.5641-.7664-1.469-1.2197-2.4343-1.2197H13.999L11.9993 12h4.8377l-1.9998 5.8755H9.9995l-1.9997 5.8755h9.0001c1.2912 0 2.438-.8086 2.8466-2.0088L23.846 9.9922c.3049-.8957.1518-1.8807-.4123-2.647Zm-13.434 4.655H7.1618l1.9997-5.8756h4.8378l2.001-5.8743H7c-1.2912 0-2.438.8086-2.8466 2.0089L.154 14.0079c-.3049.8956-.1518 1.8807.4123 2.647.5641.7663 1.469 1.2196 2.4343 1.2196h7.0004l1.9998-5.8755H10.001z"/></svg>
Copied!