polygon logo

polygon-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
polygon-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the polygon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#7950dd" d="M8.28 50.545c-.326 0-.658.086-.963.256L.943 54.556c-.61.341-.943.968-.943 1.65v7.566c0 .682.333 1.31.943 1.65l6.374 3.755c.554.341 1.274.341 1.884 0l4.323-2.56l2.938-1.763l4.323-2.56c.554-.342 1.276-.342 1.886 0l3.38 1.99c.554.342.942.968.942 1.65v4.04c0 .682-.333 1.309-.942 1.65l-3.38 2.048c-.555.342-1.276.342-1.886 0l-3.38-1.992c-.554-.341-.943-.966-.943-1.649v-2.618l-2.938 1.764v2.616c0 .683.333 1.31.943 1.651L20.84 77.2c.554.341 1.274.341 1.884 0l6.376-3.755c.554-.341.94-.968.94-1.65v-7.566c0-.682-.33-1.309-.94-1.65l-6.43-3.812c-.555-.342-1.276-.342-1.886 0l-4.323 2.618l-2.938 1.706L9.2 65.707c-.554.34-1.274.34-1.884 0l-3.438-2.049a1.97 1.97 0 0 1-.94-1.649v-4.04c0-.683.33-1.308.94-1.649l3.382-1.992c.554-.342 1.274-.342 1.884 0l3.382 1.992c.554.341.943.966.943 1.65v2.617l2.936-1.764v-2.616c0-.683-.331-1.31-.94-1.65L9.2 50.8a1.75 1.75 0 0 0-.921-.256Z"/><path d="M67.823 51.649v18.24h3.48v-18.24Zm-22.447 5.323c-1.628 0-2.88.606-3.63 1.59v-1.388h-3.48v17.862h3.48v-6.283c.676.858 1.902 1.337 3.329 1.337c3.63 0 6.084-2.597 6.084-6.558s-2.253-6.56-5.783-6.56m13.684 0c-3.88 0-6.658 2.776-6.658 6.56s2.778 6.558 6.658 6.558s6.66-2.774 6.66-6.558s-2.78-6.56-6.66-6.56m32.578 0c-3.68 0-5.91 2.6-5.91 6.56s2.229 6.558 5.96 6.558c1.477 0 2.803-.554 3.455-1.488v1.666c0 1.185-.776 2.017-1.828 2.017h-5.81v2.75h6.36c2.854 0 4.757-1.74 4.757-4.39v-13.47h-3.505v1.26c-.702-.882-1.952-1.463-3.479-1.463m15.758 0c-3.88 0-6.66 2.776-6.66 6.56s2.78 6.558 6.66 6.558s6.658-2.774 6.658-6.558s-2.778-6.56-6.658-6.56m15.897 0c-1.727 0-3.13.732-3.83 1.968v-1.766h-3.505v12.714h3.505v-6.962c0-1.64 1.076-2.825 2.603-2.825c1.451 0 2.429 1.109 2.429 2.648v7.14H128v-7.922c0-2.927-1.853-4.995-4.707-4.995m-50.367.202l4.582 12.614l-1.852 5.248h3.329l1.777-5.197l4.582-12.665h-3.58l-2.628 8.2l-2.654-8.2zm-28.276 2.8c1.827 0 3.08 1.414 3.08 3.558c0 2.12-1.253 3.531-3.08 3.531c-1.878 0-3.105-1.412-3.105-3.531c0-2.144 1.227-3.558 3.105-3.558m14.41 0c1.878 0 3.155 1.439 3.155 3.558c0 2.094-1.277 3.531-3.155 3.531s-3.155-1.437-3.155-3.531c0-2.12 1.278-3.558 3.155-3.558m33.178 0c1.877 0 3.105 1.414 3.105 3.558s-1.228 3.531-3.105 3.531c-1.853 0-3.08-1.387-3.08-3.531s1.227-3.558 3.08-3.558m15.158 0c1.877 0 3.153 1.439 3.153 3.558c0 2.094-1.276 3.531-3.153 3.531s-3.155-1.437-3.155-3.531c0-2.12 1.277-3.558 3.155-3.558"/></svg>

React

import type { SVGProps } from "react";

export function DeviconPolygonWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#7950dd" d="M8.28 50.545c-.326 0-.658.086-.963.256L.943 54.556c-.61.341-.943.968-.943 1.65v7.566c0 .682.333 1.31.943 1.65l6.374 3.755c.554.341 1.274.341 1.884 0l4.323-2.56l2.938-1.763l4.323-2.56c.554-.342 1.276-.342 1.886 0l3.38 1.99c.554.342.942.968.942 1.65v4.04c0 .682-.333 1.309-.942 1.65l-3.38 2.048c-.555.342-1.276.342-1.886 0l-3.38-1.992c-.554-.341-.943-.966-.943-1.649v-2.618l-2.938 1.764v2.616c0 .683.333 1.31.943 1.651L20.84 77.2c.554.341 1.274.341 1.884 0l6.376-3.755c.554-.341.94-.968.94-1.65v-7.566c0-.682-.33-1.309-.94-1.65l-6.43-3.812c-.555-.342-1.276-.342-1.886 0l-4.323 2.618l-2.938 1.706L9.2 65.707c-.554.34-1.274.34-1.884 0l-3.438-2.049a1.97 1.97 0 0 1-.94-1.649v-4.04c0-.683.33-1.308.94-1.649l3.382-1.992c.554-.342 1.274-.342 1.884 0l3.382 1.992c.554.341.943.966.943 1.65v2.617l2.936-1.764v-2.616c0-.683-.331-1.31-.94-1.65L9.2 50.8a1.75 1.75 0 0 0-.921-.256Z"/><path d="M67.823 51.649v18.24h3.48v-18.24Zm-22.447 5.323c-1.628 0-2.88.606-3.63 1.59v-1.388h-3.48v17.862h3.48v-6.283c.676.858 1.902 1.337 3.329 1.337c3.63 0 6.084-2.597 6.084-6.558s-2.253-6.56-5.783-6.56m13.684 0c-3.88 0-6.658 2.776-6.658 6.56s2.778 6.558 6.658 6.558s6.66-2.774 6.66-6.558s-2.78-6.56-6.66-6.56m32.578 0c-3.68 0-5.91 2.6-5.91 6.56s2.229 6.558 5.96 6.558c1.477 0 2.803-.554 3.455-1.488v1.666c0 1.185-.776 2.017-1.828 2.017h-5.81v2.75h6.36c2.854 0 4.757-1.74 4.757-4.39v-13.47h-3.505v1.26c-.702-.882-1.952-1.463-3.479-1.463m15.758 0c-3.88 0-6.66 2.776-6.66 6.56s2.78 6.558 6.66 6.558s6.658-2.774 6.658-6.558s-2.778-6.56-6.658-6.56m15.897 0c-1.727 0-3.13.732-3.83 1.968v-1.766h-3.505v12.714h3.505v-6.962c0-1.64 1.076-2.825 2.603-2.825c1.451 0 2.429 1.109 2.429 2.648v7.14H128v-7.922c0-2.927-1.853-4.995-4.707-4.995m-50.367.202l4.582 12.614l-1.852 5.248h3.329l1.777-5.197l4.582-12.665h-3.58l-2.628 8.2l-2.654-8.2zm-28.276 2.8c1.827 0 3.08 1.414 3.08 3.558c0 2.12-1.253 3.531-3.08 3.531c-1.878 0-3.105-1.412-3.105-3.531c0-2.144 1.227-3.558 3.105-3.558m14.41 0c1.878 0 3.155 1.439 3.155 3.558c0 2.094-1.277 3.531-3.155 3.531s-3.155-1.437-3.155-3.531c0-2.12 1.278-3.558 3.155-3.558m33.178 0c1.877 0 3.105 1.414 3.105 3.558s-1.228 3.531-3.105 3.531c-1.853 0-3.08-1.387-3.08-3.531s1.227-3.558 3.08-3.558m15.158 0c1.877 0 3.153 1.439 3.153 3.558c0 2.094-1.276 3.531-3.153 3.531s-3.155-1.437-3.155-3.531c0-2.12 1.277-3.558 3.155-3.558"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#7950dd" d="M8.28 50.545c-.326 0-.658.086-.963.256L.943 54.556c-.61.341-.943.968-.943 1.65v7.566c0 .682.333 1.31.943 1.65l6.374 3.755c.554.341 1.274.341 1.884 0l4.323-2.56l2.938-1.763l4.323-2.56c.554-.342 1.276-.342 1.886 0l3.38 1.99c.554.342.942.968.942 1.65v4.04c0 .682-.333 1.309-.942 1.65l-3.38 2.048c-.555.342-1.276.342-1.886 0l-3.38-1.992c-.554-.341-.943-.966-.943-1.649v-2.618l-2.938 1.764v2.616c0 .683.333 1.31.943 1.651L20.84 77.2c.554.341 1.274.341 1.884 0l6.376-3.755c.554-.341.94-.968.94-1.65v-7.566c0-.682-.33-1.309-.94-1.65l-6.43-3.812c-.555-.342-1.276-.342-1.886 0l-4.323 2.618l-2.938 1.706L9.2 65.707c-.554.34-1.274.34-1.884 0l-3.438-2.049a1.97 1.97 0 0 1-.94-1.649v-4.04c0-.683.33-1.308.94-1.649l3.382-1.992c.554-.342 1.274-.342 1.884 0l3.382 1.992c.554.341.943.966.943 1.65v2.617l2.936-1.764v-2.616c0-.683-.331-1.31-.94-1.65L9.2 50.8a1.75 1.75 0 0 0-.921-.256Z"/><path d="M67.823 51.649v18.24h3.48v-18.24Zm-22.447 5.323c-1.628 0-2.88.606-3.63 1.59v-1.388h-3.48v17.862h3.48v-6.283c.676.858 1.902 1.337 3.329 1.337c3.63 0 6.084-2.597 6.084-6.558s-2.253-6.56-5.783-6.56m13.684 0c-3.88 0-6.658 2.776-6.658 6.56s2.778 6.558 6.658 6.558s6.66-2.774 6.66-6.558s-2.78-6.56-6.66-6.56m32.578 0c-3.68 0-5.91 2.6-5.91 6.56s2.229 6.558 5.96 6.558c1.477 0 2.803-.554 3.455-1.488v1.666c0 1.185-.776 2.017-1.828 2.017h-5.81v2.75h6.36c2.854 0 4.757-1.74 4.757-4.39v-13.47h-3.505v1.26c-.702-.882-1.952-1.463-3.479-1.463m15.758 0c-3.88 0-6.66 2.776-6.66 6.56s2.78 6.558 6.66 6.558s6.658-2.774 6.658-6.558s-2.778-6.56-6.658-6.56m15.897 0c-1.727 0-3.13.732-3.83 1.968v-1.766h-3.505v12.714h3.505v-6.962c0-1.64 1.076-2.825 2.603-2.825c1.451 0 2.429 1.109 2.429 2.648v7.14H128v-7.922c0-2.927-1.853-4.995-4.707-4.995m-50.367.202l4.582 12.614l-1.852 5.248h3.329l1.777-5.197l4.582-12.665h-3.58l-2.628 8.2l-2.654-8.2zm-28.276 2.8c1.827 0 3.08 1.414 3.08 3.558c0 2.12-1.253 3.531-3.08 3.531c-1.878 0-3.105-1.412-3.105-3.531c0-2.144 1.227-3.558 3.105-3.558m14.41 0c1.878 0 3.155 1.439 3.155 3.558c0 2.094-1.277 3.531-3.155 3.531s-3.155-1.437-3.155-3.531c0-2.12 1.278-3.558 3.155-3.558m33.178 0c1.877 0 3.105 1.414 3.105 3.558s-1.228 3.531-3.105 3.531c-1.853 0-3.08-1.387-3.08-3.531s1.227-3.558 3.08-3.558m15.158 0c1.877 0 3.153 1.439 3.153 3.558c0 2.094-1.276 3.531-3.153 3.531s-3.155-1.437-3.155-3.531c0-2.12 1.277-3.558 3.155-3.558"/></svg>
</template>

CSS

.icon-polygon-wordmark {
  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%237950dd%22%20d%3D%22M8.28%2050.545c-.326%200-.658.086-.963.256L.943%2054.556c-.61.341-.943.968-.943%201.65v7.566c0%20.682.333%201.31.943%201.65l6.374%203.755c.554.341%201.274.341%201.884%200l4.323-2.56l2.938-1.763l4.323-2.56c.554-.342%201.276-.342%201.886%200l3.38%201.99c.554.342.942.968.942%201.65v4.04c0%20.682-.333%201.309-.942%201.65l-3.38%202.048c-.555.342-1.276.342-1.886%200l-3.38-1.992c-.554-.341-.943-.966-.943-1.649v-2.618l-2.938%201.764v2.616c0%20.683.333%201.31.943%201.651L20.84%2077.2c.554.341%201.274.341%201.884%200l6.376-3.755c.554-.341.94-.968.94-1.65v-7.566c0-.682-.33-1.309-.94-1.65l-6.43-3.812c-.555-.342-1.276-.342-1.886%200l-4.323%202.618l-2.938%201.706L9.2%2065.707c-.554.34-1.274.34-1.884%200l-3.438-2.049a1.97%201.97%200%200%201-.94-1.649v-4.04c0-.683.33-1.308.94-1.649l3.382-1.992c.554-.342%201.274-.342%201.884%200l3.382%201.992c.554.341.943.966.943%201.65v2.617l2.936-1.764v-2.616c0-.683-.331-1.31-.94-1.65L9.2%2050.8a1.75%201.75%200%200%200-.921-.256Z%22%2F%3E%3Cpath%20d%3D%22M67.823%2051.649v18.24h3.48v-18.24Zm-22.447%205.323c-1.628%200-2.88.606-3.63%201.59v-1.388h-3.48v17.862h3.48v-6.283c.676.858%201.902%201.337%203.329%201.337c3.63%200%206.084-2.597%206.084-6.558s-2.253-6.56-5.783-6.56m13.684%200c-3.88%200-6.658%202.776-6.658%206.56s2.778%206.558%206.658%206.558s6.66-2.774%206.66-6.558s-2.78-6.56-6.66-6.56m32.578%200c-3.68%200-5.91%202.6-5.91%206.56s2.229%206.558%205.96%206.558c1.477%200%202.803-.554%203.455-1.488v1.666c0%201.185-.776%202.017-1.828%202.017h-5.81v2.75h6.36c2.854%200%204.757-1.74%204.757-4.39v-13.47h-3.505v1.26c-.702-.882-1.952-1.463-3.479-1.463m15.758%200c-3.88%200-6.66%202.776-6.66%206.56s2.78%206.558%206.66%206.558s6.658-2.774%206.658-6.558s-2.778-6.56-6.658-6.56m15.897%200c-1.727%200-3.13.732-3.83%201.968v-1.766h-3.505v12.714h3.505v-6.962c0-1.64%201.076-2.825%202.603-2.825c1.451%200%202.429%201.109%202.429%202.648v7.14H128v-7.922c0-2.927-1.853-4.995-4.707-4.995m-50.367.202l4.582%2012.614l-1.852%205.248h3.329l1.777-5.197l4.582-12.665h-3.58l-2.628%208.2l-2.654-8.2zm-28.276%202.8c1.827%200%203.08%201.414%203.08%203.558c0%202.12-1.253%203.531-3.08%203.531c-1.878%200-3.105-1.412-3.105-3.531c0-2.144%201.227-3.558%203.105-3.558m14.41%200c1.878%200%203.155%201.439%203.155%203.558c0%202.094-1.277%203.531-3.155%203.531s-3.155-1.437-3.155-3.531c0-2.12%201.278-3.558%203.155-3.558m33.178%200c1.877%200%203.105%201.414%203.105%203.558s-1.228%203.531-3.105%203.531c-1.853%200-3.08-1.387-3.08-3.531s1.227-3.558%203.08-3.558m15.158%200c1.877%200%203.153%201.439%203.153%203.558c0%202.094-1.276%203.531-3.153%203.531s-3.155-1.437-3.155-3.531c0-2.12%201.277-3.558%203.155-3.558%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%237950dd%22%20d%3D%22M8.28%2050.545c-.326%200-.658.086-.963.256L.943%2054.556c-.61.341-.943.968-.943%201.65v7.566c0%20.682.333%201.31.943%201.65l6.374%203.755c.554.341%201.274.341%201.884%200l4.323-2.56l2.938-1.763l4.323-2.56c.554-.342%201.276-.342%201.886%200l3.38%201.99c.554.342.942.968.942%201.65v4.04c0%20.682-.333%201.309-.942%201.65l-3.38%202.048c-.555.342-1.276.342-1.886%200l-3.38-1.992c-.554-.341-.943-.966-.943-1.649v-2.618l-2.938%201.764v2.616c0%20.683.333%201.31.943%201.651L20.84%2077.2c.554.341%201.274.341%201.884%200l6.376-3.755c.554-.341.94-.968.94-1.65v-7.566c0-.682-.33-1.309-.94-1.65l-6.43-3.812c-.555-.342-1.276-.342-1.886%200l-4.323%202.618l-2.938%201.706L9.2%2065.707c-.554.34-1.274.34-1.884%200l-3.438-2.049a1.97%201.97%200%200%201-.94-1.649v-4.04c0-.683.33-1.308.94-1.649l3.382-1.992c.554-.342%201.274-.342%201.884%200l3.382%201.992c.554.341.943.966.943%201.65v2.617l2.936-1.764v-2.616c0-.683-.331-1.31-.94-1.65L9.2%2050.8a1.75%201.75%200%200%200-.921-.256Z%22%2F%3E%3Cpath%20d%3D%22M67.823%2051.649v18.24h3.48v-18.24Zm-22.447%205.323c-1.628%200-2.88.606-3.63%201.59v-1.388h-3.48v17.862h3.48v-6.283c.676.858%201.902%201.337%203.329%201.337c3.63%200%206.084-2.597%206.084-6.558s-2.253-6.56-5.783-6.56m13.684%200c-3.88%200-6.658%202.776-6.658%206.56s2.778%206.558%206.658%206.558s6.66-2.774%206.66-6.558s-2.78-6.56-6.66-6.56m32.578%200c-3.68%200-5.91%202.6-5.91%206.56s2.229%206.558%205.96%206.558c1.477%200%202.803-.554%203.455-1.488v1.666c0%201.185-.776%202.017-1.828%202.017h-5.81v2.75h6.36c2.854%200%204.757-1.74%204.757-4.39v-13.47h-3.505v1.26c-.702-.882-1.952-1.463-3.479-1.463m15.758%200c-3.88%200-6.66%202.776-6.66%206.56s2.78%206.558%206.66%206.558s6.658-2.774%206.658-6.558s-2.778-6.56-6.658-6.56m15.897%200c-1.727%200-3.13.732-3.83%201.968v-1.766h-3.505v12.714h3.505v-6.962c0-1.64%201.076-2.825%202.603-2.825c1.451%200%202.429%201.109%202.429%202.648v7.14H128v-7.922c0-2.927-1.853-4.995-4.707-4.995m-50.367.202l4.582%2012.614l-1.852%205.248h3.329l1.777-5.197l4.582-12.665h-3.58l-2.628%208.2l-2.654-8.2zm-28.276%202.8c1.827%200%203.08%201.414%203.08%203.558c0%202.12-1.253%203.531-3.08%203.531c-1.878%200-3.105-1.412-3.105-3.531c0-2.144%201.227-3.558%203.105-3.558m14.41%200c1.878%200%203.155%201.439%203.155%203.558c0%202.094-1.277%203.531-3.155%203.531s-3.155-1.437-3.155-3.531c0-2.12%201.278-3.558%203.155-3.558m33.178%200c1.877%200%203.105%201.414%203.105%203.558s-1.228%203.531-3.105%203.531c-1.853%200-3.08-1.387-3.08-3.531s1.227-3.558%203.08-3.558m15.158%200c1.877%200%203.153%201.439%203.153%203.558c0%202.094-1.276%203.531-3.153%203.531s-3.155-1.437-3.155-3.531c0-2.12%201.277-3.558%203.155-3.558%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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