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

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

Use the skynet logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 6.46l21.389 11.297a.917.917 0 0 1 .2 1.485h-.011a10 10 0 0 1-2.234 1.53c-6.912 3.474-14.991-1.837-14.543-9.56l2.86 1.975c.856 4.508 5.618 7.11 9.874 5.393zm8.647 3.151l14.366 5.679a.87.87 0 0 1 .52 1.046v.018a.872.872 0 0 1-1.257.526zm5.29-7.437c2.71-.233 6.095.787 8.111 3.387c1.7 2.195 2.05 4.877 1.93 7.646V13.2a.878.878 0 0 1-1.197.745l-9.765-3.86l9.065 2.432a7.3 7.3 0 0 0-1.068-4.563c-2.968-4.768-9.984-4.535-12.63.42a8 8 0 0 0-.397.883L5.555 7.961q.104-.15.214-.296c.116-.241.242-.487.38-.727c1.612-2.79 4.31-4.433 7.156-4.697c.21-.018.421-.049.632-.067"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSkynet(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="m0 6.46l21.389 11.297a.917.917 0 0 1 .2 1.485h-.011a10 10 0 0 1-2.234 1.53c-6.912 3.474-14.991-1.837-14.543-9.56l2.86 1.975c.856 4.508 5.618 7.11 9.874 5.393zm8.647 3.151l14.366 5.679a.87.87 0 0 1 .52 1.046v.018a.872.872 0 0 1-1.257.526zm5.29-7.437c2.71-.233 6.095.787 8.111 3.387c1.7 2.195 2.05 4.877 1.93 7.646V13.2a.878.878 0 0 1-1.197.745l-9.765-3.86l9.065 2.432a7.3 7.3 0 0 0-1.068-4.563c-2.968-4.768-9.984-4.535-12.63.42a8 8 0 0 0-.397.883L5.555 7.961q.104-.15.214-.296c.116-.241.242-.487.38-.727c1.612-2.79 4.31-4.433 7.156-4.697c.21-.018.421-.049.632-.067"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 6.46l21.389 11.297a.917.917 0 0 1 .2 1.485h-.011a10 10 0 0 1-2.234 1.53c-6.912 3.474-14.991-1.837-14.543-9.56l2.86 1.975c.856 4.508 5.618 7.11 9.874 5.393zm8.647 3.151l14.366 5.679a.87.87 0 0 1 .52 1.046v.018a.872.872 0 0 1-1.257.526zm5.29-7.437c2.71-.233 6.095.787 8.111 3.387c1.7 2.195 2.05 4.877 1.93 7.646V13.2a.878.878 0 0 1-1.197.745l-9.765-3.86l9.065 2.432a7.3 7.3 0 0 0-1.068-4.563c-2.968-4.768-9.984-4.535-12.63.42a8 8 0 0 0-.397.883L5.555 7.961q.104-.15.214-.296c.116-.241.242-.487.38-.727c1.612-2.79 4.31-4.433 7.156-4.697c.21-.018.421-.049.632-.067"/></svg>
</template>

CSS

.icon-skynet {
  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%22m0%206.46l21.389%2011.297a.917.917%200%200%201%20.2%201.485h-.011a10%2010%200%200%201-2.234%201.53c-6.912%203.474-14.991-1.837-14.543-9.56l2.86%201.975c.856%204.508%205.618%207.11%209.874%205.393zm8.647%203.151l14.366%205.679a.87.87%200%200%201%20.52%201.046v.018a.872.872%200%200%201-1.257.526zm5.29-7.437c2.71-.233%206.095.787%208.111%203.387c1.7%202.195%202.05%204.877%201.93%207.646V13.2a.878.878%200%200%201-1.197.745l-9.765-3.86l9.065%202.432a7.3%207.3%200%200%200-1.068-4.563c-2.968-4.768-9.984-4.535-12.63.42a8%208%200%200%200-.397.883L5.555%207.961q.104-.15.214-.296c.116-.241.242-.487.38-.727c1.612-2.79%204.31-4.433%207.156-4.697c.21-.018.421-.049.632-.067%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%22m0%206.46l21.389%2011.297a.917.917%200%200%201%20.2%201.485h-.011a10%2010%200%200%201-2.234%201.53c-6.912%203.474-14.991-1.837-14.543-9.56l2.86%201.975c.856%204.508%205.618%207.11%209.874%205.393zm8.647%203.151l14.366%205.679a.87.87%200%200%201%20.52%201.046v.018a.872.872%200%200%201-1.257.526zm5.29-7.437c2.71-.233%206.095.787%208.111%203.387c1.7%202.195%202.05%204.877%201.93%207.646V13.2a.878.878%200%200%201-1.197.745l-9.765-3.86l9.065%202.432a7.3%207.3%200%200%200-1.068-4.563c-2.968-4.768-9.984-4.535-12.63.42a8%208%200%200%200-.397.883L5.555%207.961q.104-.15.214-.296c.116-.241.242-.487.38-.727c1.612-2.79%204.31-4.433%207.156-4.697c.21-.018.421-.049.632-.067%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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