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

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

Use the argos logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 1.738v20.524h24V1.738zm5.93 5.546c.178 0 .434 0 .638.026c.23 0 .307.077.333.281c.051.792.23 4.217.256 4.907c0 .18-.103.23-.23.23H6.21c-.179 0-.256-.102-.256-.23c0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946c-.076.153-.178.179-.306.179h-.818c-.18 0-.23-.128-.153-.281C3.272 10.428 4.677 8.255 5.29 7.54c.178-.23.383-.23.638-.256zM5.831 8.48a.1.1 0 0 0-.03.032c-.46.562-1.048 1.483-1.38 2.122h1.507S5.88 9.15 5.853 8.51c0 0 0-.043-.021-.032zm14.666.237c.614 0 1.125.28 1.355.664c.102.154.076.255-.077.332a3.5 3.5 0 0 1-.434.205c-.128.025-.23.025-.333-.102c-.434-.512-1.047-.333-1.073-.051c-.026.255.256.357.639.46c.588.178 1.252.485 1.048 1.277c-.205.818-.997 1.227-1.917 1.227c-.588 0-1.253-.178-1.508-.792c-.051-.128-.026-.23.077-.28q.23-.155.46-.231c.128-.026.23 0 .306.102c.18.256.384.384.716.384c.307 0 .639-.129.613-.41c-.025-.255-.408-.357-.613-.409c-.383-.102-1.176-.28-1.176-.92c0-.792.741-1.38 1.917-1.456m-3.834.076c1.227 0 1.79.818 1.534 1.994c-.23 1.176-1.15 1.993-2.377 1.993s-1.789-.817-1.533-1.993c.255-1.176 1.15-1.994 2.376-1.994m-4.421.026c.562 0 .869.332.945.46c0 .025.026.025.026 0c.025-.077.051-.128.051-.153c.026-.128.128-.23.307-.23h.51c.154 0 .282.102.231.306a96 96 0 0 1-.741 3.067q-.575 2.223-2.3 2.224c-.46 0-1.227-.128-1.56-.664c-.076-.103-.102-.205.077-.333c.154-.102.332-.153.486-.205c.153-.05.204-.05.357.052a.9.9 0 0 0 .563.179c.409 0 .946-.23 1.201-1.1c.026-.05 0-.05-.025-.025c-.18.23-.563.383-.997.383c-.537-.025-.869-.204-1.074-.536c-.23-.358-.204-.997-.025-1.56c.28-.894.971-1.865 1.968-1.865m-3.86.026h.614c.127 0 .179.101.153.204s-.051.179-.051.204c0 .026.025.026.025.026c.46-.41 1.049-.409 1.688-.409c.102 0 .153.102.076.179c-.23.23-.358.409-.511.639c-.102.153-.18.204-.358.204c-.409.026-.613.102-.767.205c-.153.102-.307.434-.383.818a48 48 0 0 1-.332 1.61a.224.224 0 0 1-.23.179h-.742c-.102 0-.178-.077-.153-.18c.128-.715.64-3.117.716-3.475c.026-.154.128-.204.256-.204zm8.205.792c-.69 0-.971.562-1.15 1.15c-.154.588-.23 1.15.46 1.15s.97-.562 1.15-1.15s.23-1.15-.46-1.15m-4.217.025c-.512-.025-.87.384-1.1 1.15c-.127.41-.153 1.023.384 1.1c.537.025.895-.358 1.099-1.1c.128-.485.256-1.124-.383-1.15M2.338 13.958a.3.3 0 0 1 .09.023c3.68 1.508 6.058 2.07 9.406 2.07s5.725-.562 9.43-2.07c.256-.102.41.153.155.306c-1.457.92-4.805 2.812-9.585 2.812s-8.153-1.892-9.56-2.812c-.223-.134-.133-.346.064-.329"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsArgos(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 1.738v20.524h24V1.738zm5.93 5.546c.178 0 .434 0 .638.026c.23 0 .307.077.333.281c.051.792.23 4.217.256 4.907c0 .18-.103.23-.23.23H6.21c-.179 0-.256-.102-.256-.23c0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946c-.076.153-.178.179-.306.179h-.818c-.18 0-.23-.128-.153-.281C3.272 10.428 4.677 8.255 5.29 7.54c.178-.23.383-.23.638-.256zM5.831 8.48a.1.1 0 0 0-.03.032c-.46.562-1.048 1.483-1.38 2.122h1.507S5.88 9.15 5.853 8.51c0 0 0-.043-.021-.032zm14.666.237c.614 0 1.125.28 1.355.664c.102.154.076.255-.077.332a3.5 3.5 0 0 1-.434.205c-.128.025-.23.025-.333-.102c-.434-.512-1.047-.333-1.073-.051c-.026.255.256.357.639.46c.588.178 1.252.485 1.048 1.277c-.205.818-.997 1.227-1.917 1.227c-.588 0-1.253-.178-1.508-.792c-.051-.128-.026-.23.077-.28q.23-.155.46-.231c.128-.026.23 0 .306.102c.18.256.384.384.716.384c.307 0 .639-.129.613-.41c-.025-.255-.408-.357-.613-.409c-.383-.102-1.176-.28-1.176-.92c0-.792.741-1.38 1.917-1.456m-3.834.076c1.227 0 1.79.818 1.534 1.994c-.23 1.176-1.15 1.993-2.377 1.993s-1.789-.817-1.533-1.993c.255-1.176 1.15-1.994 2.376-1.994m-4.421.026c.562 0 .869.332.945.46c0 .025.026.025.026 0c.025-.077.051-.128.051-.153c.026-.128.128-.23.307-.23h.51c.154 0 .282.102.231.306a96 96 0 0 1-.741 3.067q-.575 2.223-2.3 2.224c-.46 0-1.227-.128-1.56-.664c-.076-.103-.102-.205.077-.333c.154-.102.332-.153.486-.205c.153-.05.204-.05.357.052a.9.9 0 0 0 .563.179c.409 0 .946-.23 1.201-1.1c.026-.05 0-.05-.025-.025c-.18.23-.563.383-.997.383c-.537-.025-.869-.204-1.074-.536c-.23-.358-.204-.997-.025-1.56c.28-.894.971-1.865 1.968-1.865m-3.86.026h.614c.127 0 .179.101.153.204s-.051.179-.051.204c0 .026.025.026.025.026c.46-.41 1.049-.409 1.688-.409c.102 0 .153.102.076.179c-.23.23-.358.409-.511.639c-.102.153-.18.204-.358.204c-.409.026-.613.102-.767.205c-.153.102-.307.434-.383.818a48 48 0 0 1-.332 1.61a.224.224 0 0 1-.23.179h-.742c-.102 0-.178-.077-.153-.18c.128-.715.64-3.117.716-3.475c.026-.154.128-.204.256-.204zm8.205.792c-.69 0-.971.562-1.15 1.15c-.154.588-.23 1.15.46 1.15s.97-.562 1.15-1.15s.23-1.15-.46-1.15m-4.217.025c-.512-.025-.87.384-1.1 1.15c-.127.41-.153 1.023.384 1.1c.537.025.895-.358 1.099-1.1c.128-.485.256-1.124-.383-1.15M2.338 13.958a.3.3 0 0 1 .09.023c3.68 1.508 6.058 2.07 9.406 2.07s5.725-.562 9.43-2.07c.256-.102.41.153.155.306c-1.457.92-4.805 2.812-9.585 2.812s-8.153-1.892-9.56-2.812c-.223-.134-.133-.346.064-.329"/></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 1.738v20.524h24V1.738zm5.93 5.546c.178 0 .434 0 .638.026c.23 0 .307.077.333.281c.051.792.23 4.217.256 4.907c0 .18-.103.23-.23.23H6.21c-.179 0-.256-.102-.256-.23c0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946c-.076.153-.178.179-.306.179h-.818c-.18 0-.23-.128-.153-.281C3.272 10.428 4.677 8.255 5.29 7.54c.178-.23.383-.23.638-.256zM5.831 8.48a.1.1 0 0 0-.03.032c-.46.562-1.048 1.483-1.38 2.122h1.507S5.88 9.15 5.853 8.51c0 0 0-.043-.021-.032zm14.666.237c.614 0 1.125.28 1.355.664c.102.154.076.255-.077.332a3.5 3.5 0 0 1-.434.205c-.128.025-.23.025-.333-.102c-.434-.512-1.047-.333-1.073-.051c-.026.255.256.357.639.46c.588.178 1.252.485 1.048 1.277c-.205.818-.997 1.227-1.917 1.227c-.588 0-1.253-.178-1.508-.792c-.051-.128-.026-.23.077-.28q.23-.155.46-.231c.128-.026.23 0 .306.102c.18.256.384.384.716.384c.307 0 .639-.129.613-.41c-.025-.255-.408-.357-.613-.409c-.383-.102-1.176-.28-1.176-.92c0-.792.741-1.38 1.917-1.456m-3.834.076c1.227 0 1.79.818 1.534 1.994c-.23 1.176-1.15 1.993-2.377 1.993s-1.789-.817-1.533-1.993c.255-1.176 1.15-1.994 2.376-1.994m-4.421.026c.562 0 .869.332.945.46c0 .025.026.025.026 0c.025-.077.051-.128.051-.153c.026-.128.128-.23.307-.23h.51c.154 0 .282.102.231.306a96 96 0 0 1-.741 3.067q-.575 2.223-2.3 2.224c-.46 0-1.227-.128-1.56-.664c-.076-.103-.102-.205.077-.333c.154-.102.332-.153.486-.205c.153-.05.204-.05.357.052a.9.9 0 0 0 .563.179c.409 0 .946-.23 1.201-1.1c.026-.05 0-.05-.025-.025c-.18.23-.563.383-.997.383c-.537-.025-.869-.204-1.074-.536c-.23-.358-.204-.997-.025-1.56c.28-.894.971-1.865 1.968-1.865m-3.86.026h.614c.127 0 .179.101.153.204s-.051.179-.051.204c0 .026.025.026.025.026c.46-.41 1.049-.409 1.688-.409c.102 0 .153.102.076.179c-.23.23-.358.409-.511.639c-.102.153-.18.204-.358.204c-.409.026-.613.102-.767.205c-.153.102-.307.434-.383.818a48 48 0 0 1-.332 1.61a.224.224 0 0 1-.23.179h-.742c-.102 0-.178-.077-.153-.18c.128-.715.64-3.117.716-3.475c.026-.154.128-.204.256-.204zm8.205.792c-.69 0-.971.562-1.15 1.15c-.154.588-.23 1.15.46 1.15s.97-.562 1.15-1.15s.23-1.15-.46-1.15m-4.217.025c-.512-.025-.87.384-1.1 1.15c-.127.41-.153 1.023.384 1.1c.537.025.895-.358 1.099-1.1c.128-.485.256-1.124-.383-1.15M2.338 13.958a.3.3 0 0 1 .09.023c3.68 1.508 6.058 2.07 9.406 2.07s5.725-.562 9.43-2.07c.256-.102.41.153.155.306c-1.457.92-4.805 2.812-9.585 2.812s-8.153-1.892-9.56-2.812c-.223-.134-.133-.346.064-.329"/></svg>
</template>

CSS

.icon-argos {
  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%201.738v20.524h24V1.738zm5.93%205.546c.178%200%20.434%200%20.638.026c.23%200%20.307.077.333.281c.051.792.23%204.217.256%204.907c0%20.18-.103.23-.23.23H6.21c-.179%200-.256-.102-.256-.23c0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946c-.076.153-.178.179-.306.179h-.818c-.18%200-.23-.128-.153-.281C3.272%2010.428%204.677%208.255%205.29%207.54c.178-.23.383-.23.638-.256zM5.831%208.48a.1.1%200%200%200-.03.032c-.46.562-1.048%201.483-1.38%202.122h1.507S5.88%209.15%205.853%208.51c0%200%200-.043-.021-.032zm14.666.237c.614%200%201.125.28%201.355.664c.102.154.076.255-.077.332a3.5%203.5%200%200%201-.434.205c-.128.025-.23.025-.333-.102c-.434-.512-1.047-.333-1.073-.051c-.026.255.256.357.639.46c.588.178%201.252.485%201.048%201.277c-.205.818-.997%201.227-1.917%201.227c-.588%200-1.253-.178-1.508-.792c-.051-.128-.026-.23.077-.28q.23-.155.46-.231c.128-.026.23%200%20.306.102c.18.256.384.384.716.384c.307%200%20.639-.129.613-.41c-.025-.255-.408-.357-.613-.409c-.383-.102-1.176-.28-1.176-.92c0-.792.741-1.38%201.917-1.456m-3.834.076c1.227%200%201.79.818%201.534%201.994c-.23%201.176-1.15%201.993-2.377%201.993s-1.789-.817-1.533-1.993c.255-1.176%201.15-1.994%202.376-1.994m-4.421.026c.562%200%20.869.332.945.46c0%20.025.026.025.026%200c.025-.077.051-.128.051-.153c.026-.128.128-.23.307-.23h.51c.154%200%20.282.102.231.306a96%2096%200%200%201-.741%203.067q-.575%202.223-2.3%202.224c-.46%200-1.227-.128-1.56-.664c-.076-.103-.102-.205.077-.333c.154-.102.332-.153.486-.205c.153-.05.204-.05.357.052a.9.9%200%200%200%20.563.179c.409%200%20.946-.23%201.201-1.1c.026-.05%200-.05-.025-.025c-.18.23-.563.383-.997.383c-.537-.025-.869-.204-1.074-.536c-.23-.358-.204-.997-.025-1.56c.28-.894.971-1.865%201.968-1.865m-3.86.026h.614c.127%200%20.179.101.153.204s-.051.179-.051.204c0%20.026.025.026.025.026c.46-.41%201.049-.409%201.688-.409c.102%200%20.153.102.076.179c-.23.23-.358.409-.511.639c-.102.153-.18.204-.358.204c-.409.026-.613.102-.767.205c-.153.102-.307.434-.383.818a48%2048%200%200%201-.332%201.61a.224.224%200%200%201-.23.179h-.742c-.102%200-.178-.077-.153-.18c.128-.715.64-3.117.716-3.475c.026-.154.128-.204.256-.204zm8.205.792c-.69%200-.971.562-1.15%201.15c-.154.588-.23%201.15.46%201.15s.97-.562%201.15-1.15s.23-1.15-.46-1.15m-4.217.025c-.512-.025-.87.384-1.1%201.15c-.127.41-.153%201.023.384%201.1c.537.025.895-.358%201.099-1.1c.128-.485.256-1.124-.383-1.15M2.338%2013.958a.3.3%200%200%201%20.09.023c3.68%201.508%206.058%202.07%209.406%202.07s5.725-.562%209.43-2.07c.256-.102.41.153.155.306c-1.457.92-4.805%202.812-9.585%202.812s-8.153-1.892-9.56-2.812c-.223-.134-.133-.346.064-.329%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%201.738v20.524h24V1.738zm5.93%205.546c.178%200%20.434%200%20.638.026c.23%200%20.307.077.333.281c.051.792.23%204.217.256%204.907c0%20.18-.103.23-.23.23H6.21c-.179%200-.256-.102-.256-.23c0-.255-.026-.92-.026-.92H3.987c-.204.358-.434.767-.537.946c-.076.153-.178.179-.306.179h-.818c-.18%200-.23-.128-.153-.281C3.272%2010.428%204.677%208.255%205.29%207.54c.178-.23.383-.23.638-.256zM5.831%208.48a.1.1%200%200%200-.03.032c-.46.562-1.048%201.483-1.38%202.122h1.507S5.88%209.15%205.853%208.51c0%200%200-.043-.021-.032zm14.666.237c.614%200%201.125.28%201.355.664c.102.154.076.255-.077.332a3.5%203.5%200%200%201-.434.205c-.128.025-.23.025-.333-.102c-.434-.512-1.047-.333-1.073-.051c-.026.255.256.357.639.46c.588.178%201.252.485%201.048%201.277c-.205.818-.997%201.227-1.917%201.227c-.588%200-1.253-.178-1.508-.792c-.051-.128-.026-.23.077-.28q.23-.155.46-.231c.128-.026.23%200%20.306.102c.18.256.384.384.716.384c.307%200%20.639-.129.613-.41c-.025-.255-.408-.357-.613-.409c-.383-.102-1.176-.28-1.176-.92c0-.792.741-1.38%201.917-1.456m-3.834.076c1.227%200%201.79.818%201.534%201.994c-.23%201.176-1.15%201.993-2.377%201.993s-1.789-.817-1.533-1.993c.255-1.176%201.15-1.994%202.376-1.994m-4.421.026c.562%200%20.869.332.945.46c0%20.025.026.025.026%200c.025-.077.051-.128.051-.153c.026-.128.128-.23.307-.23h.51c.154%200%20.282.102.231.306a96%2096%200%200%201-.741%203.067q-.575%202.223-2.3%202.224c-.46%200-1.227-.128-1.56-.664c-.076-.103-.102-.205.077-.333c.154-.102.332-.153.486-.205c.153-.05.204-.05.357.052a.9.9%200%200%200%20.563.179c.409%200%20.946-.23%201.201-1.1c.026-.05%200-.05-.025-.025c-.18.23-.563.383-.997.383c-.537-.025-.869-.204-1.074-.536c-.23-.358-.204-.997-.025-1.56c.28-.894.971-1.865%201.968-1.865m-3.86.026h.614c.127%200%20.179.101.153.204s-.051.179-.051.204c0%20.026.025.026.025.026c.46-.41%201.049-.409%201.688-.409c.102%200%20.153.102.076.179c-.23.23-.358.409-.511.639c-.102.153-.18.204-.358.204c-.409.026-.613.102-.767.205c-.153.102-.307.434-.383.818a48%2048%200%200%201-.332%201.61a.224.224%200%200%201-.23.179h-.742c-.102%200-.178-.077-.153-.18c.128-.715.64-3.117.716-3.475c.026-.154.128-.204.256-.204zm8.205.792c-.69%200-.971.562-1.15%201.15c-.154.588-.23%201.15.46%201.15s.97-.562%201.15-1.15s.23-1.15-.46-1.15m-4.217.025c-.512-.025-.87.384-1.1%201.15c-.127.41-.153%201.023.384%201.1c.537.025.895-.358%201.099-1.1c.128-.485.256-1.124-.383-1.15M2.338%2013.958a.3.3%200%200%201%20.09.023c3.68%201.508%206.058%202.07%209.406%202.07s5.725-.562%209.43-2.07c.256-.102.41.153.155.306c-1.457.92-4.805%202.812-9.585%202.812s-8.153-1.892-9.56-2.812c-.223-.134-.133-.346.064-.329%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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