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

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

Use the hyperx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.428 5.234c-.036-.005-.055.05-.055.05c-.935 2.297-2.446 4.096-4.25 5.503c-2.157-1.445-4.476-2.16-6.477-2.5l.508-1.695H10.56l-.445 1.496c-2.12-.194-3.61.004-3.664.008c-.085.007-.108.027-.106.056c.004.042.084.043.084.043c4.228.324 7.684 1.789 10.367 3.528C9.926 16.098.15 15.826.15 15.826c-.123-.002-.149.019-.15.065c-.004.07.113.07.113.07c12.395 1.527 17.776-2.796 18.238-3.143c3.685 2.82 5.513 5.867 5.513 5.867c.034.05.069.092.105.079c.056-.02.02-.106.02-.106c-1.062-3.053-2.666-5.243-4.475-6.808c2.846-2.757 2.926-6.242 2.945-6.499c.01-.113-.01-.115-.03-.117zM4.939 6.592l-1.313 4.384h1.582l1.314-4.384Zm1.39 2.023l-.222.748h3.625c-.09.297-.483 1.613-.483 1.613h1.594l.422-1.414a22 22 0 0 0-4.936-.947"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsHyperx(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="M22.428 5.234c-.036-.005-.055.05-.055.05c-.935 2.297-2.446 4.096-4.25 5.503c-2.157-1.445-4.476-2.16-6.477-2.5l.508-1.695H10.56l-.445 1.496c-2.12-.194-3.61.004-3.664.008c-.085.007-.108.027-.106.056c.004.042.084.043.084.043c4.228.324 7.684 1.789 10.367 3.528C9.926 16.098.15 15.826.15 15.826c-.123-.002-.149.019-.15.065c-.004.07.113.07.113.07c12.395 1.527 17.776-2.796 18.238-3.143c3.685 2.82 5.513 5.867 5.513 5.867c.034.05.069.092.105.079c.056-.02.02-.106.02-.106c-1.062-3.053-2.666-5.243-4.475-6.808c2.846-2.757 2.926-6.242 2.945-6.499c.01-.113-.01-.115-.03-.117zM4.939 6.592l-1.313 4.384h1.582l1.314-4.384Zm1.39 2.023l-.222.748h3.625c-.09.297-.483 1.613-.483 1.613h1.594l.422-1.414a22 22 0 0 0-4.936-.947"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.428 5.234c-.036-.005-.055.05-.055.05c-.935 2.297-2.446 4.096-4.25 5.503c-2.157-1.445-4.476-2.16-6.477-2.5l.508-1.695H10.56l-.445 1.496c-2.12-.194-3.61.004-3.664.008c-.085.007-.108.027-.106.056c.004.042.084.043.084.043c4.228.324 7.684 1.789 10.367 3.528C9.926 16.098.15 15.826.15 15.826c-.123-.002-.149.019-.15.065c-.004.07.113.07.113.07c12.395 1.527 17.776-2.796 18.238-3.143c3.685 2.82 5.513 5.867 5.513 5.867c.034.05.069.092.105.079c.056-.02.02-.106.02-.106c-1.062-3.053-2.666-5.243-4.475-6.808c2.846-2.757 2.926-6.242 2.945-6.499c.01-.113-.01-.115-.03-.117zM4.939 6.592l-1.313 4.384h1.582l1.314-4.384Zm1.39 2.023l-.222.748h3.625c-.09.297-.483 1.613-.483 1.613h1.594l.422-1.414a22 22 0 0 0-4.936-.947"/></svg>
</template>

CSS

.icon-hyperx {
  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%22M22.428%205.234c-.036-.005-.055.05-.055.05c-.935%202.297-2.446%204.096-4.25%205.503c-2.157-1.445-4.476-2.16-6.477-2.5l.508-1.695H10.56l-.445%201.496c-2.12-.194-3.61.004-3.664.008c-.085.007-.108.027-.106.056c.004.042.084.043.084.043c4.228.324%207.684%201.789%2010.367%203.528C9.926%2016.098.15%2015.826.15%2015.826c-.123-.002-.149.019-.15.065c-.004.07.113.07.113.07c12.395%201.527%2017.776-2.796%2018.238-3.143c3.685%202.82%205.513%205.867%205.513%205.867c.034.05.069.092.105.079c.056-.02.02-.106.02-.106c-1.062-3.053-2.666-5.243-4.475-6.808c2.846-2.757%202.926-6.242%202.945-6.499c.01-.113-.01-.115-.03-.117zM4.939%206.592l-1.313%204.384h1.582l1.314-4.384Zm1.39%202.023l-.222.748h3.625c-.09.297-.483%201.613-.483%201.613h1.594l.422-1.414a22%2022%200%200%200-4.936-.947%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%22M22.428%205.234c-.036-.005-.055.05-.055.05c-.935%202.297-2.446%204.096-4.25%205.503c-2.157-1.445-4.476-2.16-6.477-2.5l.508-1.695H10.56l-.445%201.496c-2.12-.194-3.61.004-3.664.008c-.085.007-.108.027-.106.056c.004.042.084.043.084.043c4.228.324%207.684%201.789%2010.367%203.528C9.926%2016.098.15%2015.826.15%2015.826c-.123-.002-.149.019-.15.065c-.004.07.113.07.113.07c12.395%201.527%2017.776-2.796%2018.238-3.143c3.685%202.82%205.513%205.867%205.513%205.867c.034.05.069.092.105.079c.056-.02.02-.106.02-.106c-1.062-3.053-2.666-5.243-4.475-6.808c2.846-2.757%202.926-6.242%202.945-6.499c.01-.113-.01-.115-.03-.117zM4.939%206.592l-1.313%204.384h1.582l1.314-4.384Zm1.39%202.023l-.222.748h3.625c-.09.297-.483%201.613-.483%201.613h1.594l.422-1.414a22%2022%200%200%200-4.936-.947%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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