thealgorithms logo

thealgorithms from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
thealgorithms
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the thealgorithms logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00bcb4" d="M43.9 105.9H7.2l9.5-22.5h25.7L71 17.1H40.3L17.8 69.5h13.8c1 1.6 2.7 2.7 4.7 2.7c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.1 1.3-5 3.2h-6.6l18.7-42.3h20.1L39.4 78.3l-25.4.2l-14 32.4h47.2l6.2-13.5h20.5l6.8 13.5H128L85.3 17.1zM56 92.1L63.4 76l8 16.1zm27.8 14.4l-4.7-9.4h14.6c1 1.8 2.8 3 4.9 3c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.2 1.4-5.1 3.3H76.9L65.8 70.6l8.2-18l9.2 18.8h4.3c.9 1.8 2.8 3.2 5 3.2c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.3 0-4.3 1.4-5.1 3.5h-1.6l-9.5-19.4l9.1-19.9l35.6 78.7z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconThealgorithms(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00bcb4" d="M43.9 105.9H7.2l9.5-22.5h25.7L71 17.1H40.3L17.8 69.5h13.8c1 1.6 2.7 2.7 4.7 2.7c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.1 1.3-5 3.2h-6.6l18.7-42.3h20.1L39.4 78.3l-25.4.2l-14 32.4h47.2l6.2-13.5h20.5l6.8 13.5H128L85.3 17.1zM56 92.1L63.4 76l8 16.1zm27.8 14.4l-4.7-9.4h14.6c1 1.8 2.8 3 4.9 3c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.2 1.4-5.1 3.3H76.9L65.8 70.6l8.2-18l9.2 18.8h4.3c.9 1.8 2.8 3.2 5 3.2c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.3 0-4.3 1.4-5.1 3.5h-1.6l-9.5-19.4l9.1-19.9l35.6 78.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00bcb4" d="M43.9 105.9H7.2l9.5-22.5h25.7L71 17.1H40.3L17.8 69.5h13.8c1 1.6 2.7 2.7 4.7 2.7c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.1 1.3-5 3.2h-6.6l18.7-42.3h20.1L39.4 78.3l-25.4.2l-14 32.4h47.2l6.2-13.5h20.5l6.8 13.5H128L85.3 17.1zM56 92.1L63.4 76l8 16.1zm27.8 14.4l-4.7-9.4h14.6c1 1.8 2.8 3 4.9 3c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.2 0-4.2 1.4-5.1 3.3H76.9L65.8 70.6l8.2-18l9.2 18.8h4.3c.9 1.8 2.8 3.2 5 3.2c3 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5c-2.3 0-4.3 1.4-5.1 3.5h-1.6l-9.5-19.4l9.1-19.9l35.6 78.7z"/></svg>
</template>

CSS

.icon-thealgorithms {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cpath%20fill%3D%22%2300bcb4%22%20d%3D%22M43.9%20105.9H7.2l9.5-22.5h25.7L71%2017.1H40.3L17.8%2069.5h13.8c1%201.6%202.7%202.7%204.7%202.7c3%200%205.5-2.5%205.5-5.5s-2.5-5.5-5.5-5.5c-2.2%200-4.1%201.3-5%203.2h-6.6l18.7-42.3h20.1L39.4%2078.3l-25.4.2l-14%2032.4h47.2l6.2-13.5h20.5l6.8%2013.5H128L85.3%2017.1zM56%2092.1L63.4%2076l8%2016.1zm27.8%2014.4l-4.7-9.4h14.6c1%201.8%202.8%203%204.9%203c3%200%205.5-2.5%205.5-5.5s-2.5-5.5-5.5-5.5c-2.2%200-4.2%201.4-5.1%203.3H76.9L65.8%2070.6l8.2-18l9.2%2018.8h4.3c.9%201.8%202.8%203.2%205%203.2c3%200%205.5-2.5%205.5-5.5s-2.5-5.5-5.5-5.5c-2.3%200-4.3%201.4-5.1%203.5h-1.6l-9.5-19.4l9.1-19.9l35.6%2078.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cpath%20fill%3D%22%2300bcb4%22%20d%3D%22M43.9%20105.9H7.2l9.5-22.5h25.7L71%2017.1H40.3L17.8%2069.5h13.8c1%201.6%202.7%202.7%204.7%202.7c3%200%205.5-2.5%205.5-5.5s-2.5-5.5-5.5-5.5c-2.2%200-4.1%201.3-5%203.2h-6.6l18.7-42.3h20.1L39.4%2078.3l-25.4.2l-14%2032.4h47.2l6.2-13.5h20.5l6.8%2013.5H128L85.3%2017.1zM56%2092.1L63.4%2076l8%2016.1zm27.8%2014.4l-4.7-9.4h14.6c1%201.8%202.8%203%204.9%203c3%200%205.5-2.5%205.5-5.5s-2.5-5.5-5.5-5.5c-2.2%200-4.2%201.4-5.1%203.3H76.9L65.8%2070.6l8.2-18l9.2%2018.8h4.3c.9%201.8%202.8%203.2%205%203.2c3%200%205.5-2.5%205.5-5.5s-2.5-5.5-5.5-5.5c-2.3%200-4.3%201.4-5.1%203.5h-1.6l-9.5-19.4l9.1-19.9l35.6%2078.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/thealgorithms.svg?color=%231a73e8&size=48