Beaker Stop Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Beaker Stop 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/307002.svg" alt="Beaker Stop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307002.svg" alt="Beaker Stop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307002.svg" alt="Beaker Stop icon" :width="24" :height="24" />
CSS background
.icon-beaker-stop {
background-image: url('https://proicons.com/icon/307002.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5002 7C13.9851 7.00011 16.0002 9.01507 16.0002 11.5C16.0002 13.9849 13.9851 15.9999 11.5002 16C9.0152 16 7.0002 13.985 7.0002 11.5C7.0002 9.015 9.0152 7 11.5002 7ZM9.40352 14.3027C9.98752 14.7407 10.7142 15 11.5002 15C13.4331 14.9999 15.0002 13.4329 15.0002 11.5C15.0002 10.7141 14.7409 9.98827 14.3029 9.4043L9.40352 14.3027ZM11.5002 8C9.5672 8 8.0002 9.567 8.0002 11.5C8.0002 12.286 8.25947 13.0117 8.69747 13.5957L13.5959 8.69727C13.012 8.2593 12.2861 8.00005 11.5002 8Z"/><path d="M12.0002 0.999023C12.2761 0.999139 12.5002 1.22309 12.5002 1.49902C12.5002 1.77494 12.2761 1.99891 12.0002 1.99902H11.0041V6.02539C10.6602 6.05639 10.3271 6.12093 10.0041 6.21191V1.99902H5.99434V6.68652C5.99434 7.43152 5.80926 8.16529 5.45626 8.82129L4.82051 10H6.21407C6.12207 10.323 6.05659 10.656 6.02559 11H4.28243L3.06172 13.2637C2.88272 13.5967 3.12415 14.001 3.50215 14.001H6.60762C6.79062 14.358 7.00695 14.694 7.26094 15.001H3.50118C2.36521 15.001 1.64295 13.789 2.18087 12.79L4.5754 8.3457C4.85026 7.8358 4.99434 7.2644 4.99434 6.68555V1.99902H4.0002C3.72421 1.99902 3.50022 1.77501 3.5002 1.49902C3.5002 1.22302 3.7242 0.999023 4.0002 0.999023H12.0002Z"/></svg>
Copied!