Anycubic Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Anycubic 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/313491.svg" alt="Anycubic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313491.svg" alt="Anycubic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313491.svg" alt="Anycubic icon" :width="24" :height="24" />
CSS background
.icon-anycubic {
background-image: url('https://proicons.com/icon/313491.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>Anycubic</title><path d="m6.762.534 8.728 3.481 8.469 7.449-6.494-.631L6.762.534Zm10.72 10.463 6.518.581-7.826 8.749-8.649 3.139 9.957-12.469ZM6.592.601l10.699 10.331L7.355 23.44 0 12.465 6.592.601Z"/></svg>
Copied!