Octoprint Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Octoprint 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/315396.svg" alt="Octoprint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315396.svg" alt="Octoprint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315396.svg" alt="Octoprint icon" :width="24" :height="24" />
CSS background
.icon-octoprint {
background-image: url('https://proicons.com/icon/315396.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>OctoPrint</title><path d="M3.942 4.613C2.424 5.987 1.107 7.473.476 9.71c-.634 2.248-.585 5.094-.145 7.398.44 2.303 1.12 4.107 1.873 5.83h13.179c-.31-.988-.761-1.967-1.446-3.237-.685-1.268-1.658-2.692-2.648-4.178-.99-1.486-1.985-3.077-1.851-4.472.094-.987.49-1.976 1.492-2.76 1.16-.909 2.289-1.437 3.353-1.595 3.325-.496 6.422.601 8.925 3.366.288.316.36.726.545 1.127l.166-.653c.15-.589.088-1.359-.152-2.371-.243-1.029-.563-1.792-1.46-2.973-.893-1.176-2.467-2.322-4.48-3.226-1.5-.673-3.305-1-5.798-.879-2.522.124-5.494 1.177-8.087 3.526Z"/></svg>
Octoprint in other icon packs
Copied!