Emoji Test Tube Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Test Tube 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/339966.svg" alt="Emoji Test Tube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339966.svg" alt="Emoji Test Tube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339966.svg" alt="Emoji Test Tube icon" :width="24" :height="24" />
CSS background
.icon-emoji-test-tube {
background-image: url('https://proicons.com/icon/339966.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M29.1436,9.2907v27.6895c.1173,2.928-2.1814,5.3974-5.1383,5.5198-2.9569-.1223-5.2556-2.5918-5.1383-5.5198V9.5629"/><path id="c" class="f" d="M29.1436,19.3746v18.0376c.0018,2.8082-2.2959,5.086-5.132,5.0877h-.0063c-.4741.0016-.946-.0638-1.4013-.1943-2.2121-.6181-3.7391-2.6176-3.737-4.8935v-18.0376"/><path id="d" class="f" d="M18.867,20.1982c1.5485.7153,3.43,1.0666,5.1383,1.0267.7832.0046,1.5651-.0635,2.3354-.2032.056-.0093.1215-.0184.1775-.0278.8465-.15,1.8546-.418,2.6253-.7957"/><path id="e" class="f" d="M18.1645,7.9516c0,1.354,2.6126,2.4516,5.8355,2.4516s5.8355-1.0976,5.8355-2.4516-2.6126-2.4516-5.8355-2.4516-5.8355,1.0976-5.8355,2.4516"/></svg>
Copied!