Webdriverio Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Webdriverio 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/316604.svg" alt="Webdriverio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316604.svg" alt="Webdriverio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316604.svg" alt="Webdriverio icon" :width="24" :height="24" />
CSS background
.icon-webdriverio {
background-image: url('https://proicons.com/icon/316604.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>WebdriverIO</title><path d="M1.875 0C0.836 0 0 0.836 0 1.875v20.25C0 23.164 0.836 24 1.875 24h20.25C23.164 24 24 23.164 24 22.125V1.875C24 0.836 23.164 0 22.125 0ZM2.25 6H3V18H2.25ZM9.335 6H10.125L5.29 18H4.499ZM16.125 6c3.314 0 6 2.686 6 6 0 3.314-2.686 6-6 6-3.314 0-6-2.686-6-6 0-3.314 2.686-6 6-6zm0 0.75c-2.899 0-5.25 2.351-5.25 5.25 0 2.899 2.351 5.25 5.25 5.25 2.899 0 5.25-2.351 5.25-5.25 0-2.899-2.351-5.25-5.25-5.25z"/></svg>
Copied!