getx from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
getx
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the getx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.643.934c-.302.067-.928.29-1.386.503c-2.167 1.05-3.485 3.52-3.15 5.899a5.76 5.76 0 0 0 1.575 3.25c1.128 1.174 2.469 1.732 4.134 1.744c1.642 0 2.994-.57 4.133-1.743C19.39 7 17.055 1.113 12.095.867c-.492-.022-1.14 0-1.452.067M13.77 3.17c.905.335 1.966 1.374 2.178 2.145c.213.793.1 1.82-.29 2.547c-.86 1.575-2.816 2.726-3.989 2.346c-.536-.179-1.25-.994-1.642-1.855c-.847-1.889-1.127-3.52-.736-4.28c.592-1.15 2.715-1.575 4.48-.904Zm-9.663 8.69c-2.838.916-4.513 3.598-4.022 6.48c.48 2.86 3.173 4.994 6.033 4.77c2.033-.145 3.765-1.24 4.681-2.96c.503-.96.681-1.676.681-2.815c0-2.045-.971-3.799-2.737-4.894c-1.24-.782-3.25-1.028-4.636-.58Zm2.436 1.799c2.737.447 4.222 2.737 3.15 4.882c-.436.86-1.352 1.732-2.29 2.179c-.637.29-.838.335-1.43.29c-1.028-.067-1.486-.48-2.045-1.877c-.67-1.642-.95-3.608-.614-4.245c.413-.771 1.117-1.162 2.413-1.33c.067 0 .424.045.816.101m9.842-1.743c-3.34 1.173-4.837 4.882-3.273 8.077c.435.894 1.463 1.944 2.38 2.425c2.356 1.24 4.904.871 6.78-.995c3.05-3.016 1.9-8.077-2.178-9.507c-1.039-.368-2.67-.368-3.709 0m3.419 1.978c1.184.38 2.368 1.485 2.636 2.48c.179.659.078 1.609-.223 2.234c-.548 1.129-1.91 2.145-3.251 2.413c-1.81.358-2.737-.882-3.15-4.19c-.247-1.999.3-2.915 1.91-3.16c.67-.101 1.25-.046 2.078.223"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGetx(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.643.934c-.302.067-.928.29-1.386.503c-2.167 1.05-3.485 3.52-3.15 5.899a5.76 5.76 0 0 0 1.575 3.25c1.128 1.174 2.469 1.732 4.134 1.744c1.642 0 2.994-.57 4.133-1.743C19.39 7 17.055 1.113 12.095.867c-.492-.022-1.14 0-1.452.067M13.77 3.17c.905.335 1.966 1.374 2.178 2.145c.213.793.1 1.82-.29 2.547c-.86 1.575-2.816 2.726-3.989 2.346c-.536-.179-1.25-.994-1.642-1.855c-.847-1.889-1.127-3.52-.736-4.28c.592-1.15 2.715-1.575 4.48-.904Zm-9.663 8.69c-2.838.916-4.513 3.598-4.022 6.48c.48 2.86 3.173 4.994 6.033 4.77c2.033-.145 3.765-1.24 4.681-2.96c.503-.96.681-1.676.681-2.815c0-2.045-.971-3.799-2.737-4.894c-1.24-.782-3.25-1.028-4.636-.58Zm2.436 1.799c2.737.447 4.222 2.737 3.15 4.882c-.436.86-1.352 1.732-2.29 2.179c-.637.29-.838.335-1.43.29c-1.028-.067-1.486-.48-2.045-1.877c-.67-1.642-.95-3.608-.614-4.245c.413-.771 1.117-1.162 2.413-1.33c.067 0 .424.045.816.101m9.842-1.743c-3.34 1.173-4.837 4.882-3.273 8.077c.435.894 1.463 1.944 2.38 2.425c2.356 1.24 4.904.871 6.78-.995c3.05-3.016 1.9-8.077-2.178-9.507c-1.039-.368-2.67-.368-3.709 0m3.419 1.978c1.184.38 2.368 1.485 2.636 2.48c.179.659.078 1.609-.223 2.234c-.548 1.129-1.91 2.145-3.251 2.413c-1.81.358-2.737-.882-3.15-4.19c-.247-1.999.3-2.915 1.91-3.16c.67-.101 1.25-.046 2.078.223"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.643.934c-.302.067-.928.29-1.386.503c-2.167 1.05-3.485 3.52-3.15 5.899a5.76 5.76 0 0 0 1.575 3.25c1.128 1.174 2.469 1.732 4.134 1.744c1.642 0 2.994-.57 4.133-1.743C19.39 7 17.055 1.113 12.095.867c-.492-.022-1.14 0-1.452.067M13.77 3.17c.905.335 1.966 1.374 2.178 2.145c.213.793.1 1.82-.29 2.547c-.86 1.575-2.816 2.726-3.989 2.346c-.536-.179-1.25-.994-1.642-1.855c-.847-1.889-1.127-3.52-.736-4.28c.592-1.15 2.715-1.575 4.48-.904Zm-9.663 8.69c-2.838.916-4.513 3.598-4.022 6.48c.48 2.86 3.173 4.994 6.033 4.77c2.033-.145 3.765-1.24 4.681-2.96c.503-.96.681-1.676.681-2.815c0-2.045-.971-3.799-2.737-4.894c-1.24-.782-3.25-1.028-4.636-.58Zm2.436 1.799c2.737.447 4.222 2.737 3.15 4.882c-.436.86-1.352 1.732-2.29 2.179c-.637.29-.838.335-1.43.29c-1.028-.067-1.486-.48-2.045-1.877c-.67-1.642-.95-3.608-.614-4.245c.413-.771 1.117-1.162 2.413-1.33c.067 0 .424.045.816.101m9.842-1.743c-3.34 1.173-4.837 4.882-3.273 8.077c.435.894 1.463 1.944 2.38 2.425c2.356 1.24 4.904.871 6.78-.995c3.05-3.016 1.9-8.077-2.178-9.507c-1.039-.368-2.67-.368-3.709 0m3.419 1.978c1.184.38 2.368 1.485 2.636 2.48c.179.659.078 1.609-.223 2.234c-.548 1.129-1.91 2.145-3.251 2.413c-1.81.358-2.737-.882-3.15-4.19c-.247-1.999.3-2.915 1.91-3.16c.67-.101 1.25-.046 2.078.223"/></svg>
</template>

CSS

.icon-getx {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.643.934c-.302.067-.928.29-1.386.503c-2.167%201.05-3.485%203.52-3.15%205.899a5.76%205.76%200%200%200%201.575%203.25c1.128%201.174%202.469%201.732%204.134%201.744c1.642%200%202.994-.57%204.133-1.743C19.39%207%2017.055%201.113%2012.095.867c-.492-.022-1.14%200-1.452.067M13.77%203.17c.905.335%201.966%201.374%202.178%202.145c.213.793.1%201.82-.29%202.547c-.86%201.575-2.816%202.726-3.989%202.346c-.536-.179-1.25-.994-1.642-1.855c-.847-1.889-1.127-3.52-.736-4.28c.592-1.15%202.715-1.575%204.48-.904Zm-9.663%208.69c-2.838.916-4.513%203.598-4.022%206.48c.48%202.86%203.173%204.994%206.033%204.77c2.033-.145%203.765-1.24%204.681-2.96c.503-.96.681-1.676.681-2.815c0-2.045-.971-3.799-2.737-4.894c-1.24-.782-3.25-1.028-4.636-.58Zm2.436%201.799c2.737.447%204.222%202.737%203.15%204.882c-.436.86-1.352%201.732-2.29%202.179c-.637.29-.838.335-1.43.29c-1.028-.067-1.486-.48-2.045-1.877c-.67-1.642-.95-3.608-.614-4.245c.413-.771%201.117-1.162%202.413-1.33c.067%200%20.424.045.816.101m9.842-1.743c-3.34%201.173-4.837%204.882-3.273%208.077c.435.894%201.463%201.944%202.38%202.425c2.356%201.24%204.904.871%206.78-.995c3.05-3.016%201.9-8.077-2.178-9.507c-1.039-.368-2.67-.368-3.709%200m3.419%201.978c1.184.38%202.368%201.485%202.636%202.48c.179.659.078%201.609-.223%202.234c-.548%201.129-1.91%202.145-3.251%202.413c-1.81.358-2.737-.882-3.15-4.19c-.247-1.999.3-2.915%201.91-3.16c.67-.101%201.25-.046%202.078.223%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.643.934c-.302.067-.928.29-1.386.503c-2.167%201.05-3.485%203.52-3.15%205.899a5.76%205.76%200%200%200%201.575%203.25c1.128%201.174%202.469%201.732%204.134%201.744c1.642%200%202.994-.57%204.133-1.743C19.39%207%2017.055%201.113%2012.095.867c-.492-.022-1.14%200-1.452.067M13.77%203.17c.905.335%201.966%201.374%202.178%202.145c.213.793.1%201.82-.29%202.547c-.86%201.575-2.816%202.726-3.989%202.346c-.536-.179-1.25-.994-1.642-1.855c-.847-1.889-1.127-3.52-.736-4.28c.592-1.15%202.715-1.575%204.48-.904Zm-9.663%208.69c-2.838.916-4.513%203.598-4.022%206.48c.48%202.86%203.173%204.994%206.033%204.77c2.033-.145%203.765-1.24%204.681-2.96c.503-.96.681-1.676.681-2.815c0-2.045-.971-3.799-2.737-4.894c-1.24-.782-3.25-1.028-4.636-.58Zm2.436%201.799c2.737.447%204.222%202.737%203.15%204.882c-.436.86-1.352%201.732-2.29%202.179c-.637.29-.838.335-1.43.29c-1.028-.067-1.486-.48-2.045-1.877c-.67-1.642-.95-3.608-.614-4.245c.413-.771%201.117-1.162%202.413-1.33c.067%200%20.424.045.816.101m9.842-1.743c-3.34%201.173-4.837%204.882-3.273%208.077c.435.894%201.463%201.944%202.38%202.425c2.356%201.24%204.904.871%206.78-.995c3.05-3.016%201.9-8.077-2.178-9.507c-1.039-.368-2.67-.368-3.709%200m3.419%201.978c1.184.38%202.368%201.485%202.636%202.48c.179.659.078%201.609-.223%202.234c-.548%201.129-1.91%202.145-3.251%202.413c-1.81.358-2.737-.882-3.15-4.19c-.247-1.999.3-2.915%201.91-3.16c.67-.101%201.25-.046%202.078.223%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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