Algorithm Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Algorithm 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/312573.svg" alt="Algorithm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312573.svg" alt="Algorithm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312573.svg" alt="Algorithm icon" :width="24" :height="24" />
CSS background
.icon-algorithm {
background-image: url('https://proicons.com/icon/312573.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M11 16h4v2h-4zm-8 0h4v2H3zm16 0h4v2h-4zM9 16h2v6H9zm-8 0h2v6H1zm16 0h2v6h-2z"/> <path d="M9 20h6v2H9zm-8 0h6v2H1zm16 0h6v2h-6z"/> <path d="M13 16h2v6h-2zm-8 0h2v6H5zm16 0h2v6h-2zM8 8h8v2H8z"/> <path d="M8 2h2v8H8z"/> <path d="M8 2h8v2H8z"/> <path d="M14 2h2v8h-2zM3 14h2v3H3zm2-2h14v2H5zm14 2h2v3h-2z"/> <path d="M11 9h2v9h-2zm5-4h2v2h-2zm-5-5h2v2h-2zM6 5h2v2H6z"/> </svg>
Algorithm in other icon packs
Copied!