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

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

Use the nexon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.714 15.358V0L0 5.697v15.358L13.29 24L24 18.303zm-9.495-1.219l7.291 1.568l-7.291 3.832zm11.895 8.578L2.35 20.327l7.454-3.926l10.846 2.406z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsNexon(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.714 15.358V0L0 5.697v15.358L13.29 24L24 18.303zm-9.495-1.219l7.291 1.568l-7.291 3.832zm11.895 8.578L2.35 20.327l7.454-3.926l10.846 2.406z"/></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.714 15.358V0L0 5.697v15.358L13.29 24L24 18.303zm-9.495-1.219l7.291 1.568l-7.291 3.832zm11.895 8.578L2.35 20.327l7.454-3.926l10.846 2.406z"/></svg>
</template>

CSS

.icon-nexon {
  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.714%2015.358V0L0%205.697v15.358L13.29%2024L24%2018.303zm-9.495-1.219l7.291%201.568l-7.291%203.832zm11.895%208.578L2.35%2020.327l7.454-3.926l10.846%202.406z%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.714%2015.358V0L0%205.697v15.358L13.29%2024L24%2018.303zm-9.495-1.219l7.291%201.568l-7.291%203.832zm11.895%208.578L2.35%2020.327l7.454-3.926l10.846%202.406z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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