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

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

Use the antv logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.837 1.418c-.363 0-3.064.002-3.545 0c-.188 0-.446.1-.62.2c-.538.305-.855 1.123-.558 1.735L10.69 21.71c.357.617.801.87 1.324.871c.63.001 1.038-.454 1.18-.7c.635-1.088 6.214-10.707 6.214-10.707a1.285 1.285 0 0 0-.497-1.694c-.596-.348-1.397-.197-1.744.388c-.307.517-4.58 7.888-4.886 8.413c-.156.267-.463.2-.585-.017c-.216-.383-5.255-9.13-7.833-13.605l.005.004c-.066-.103-.15-.328-.043-.509c.09-.155.279-.138.372-.138h9.535a1.3 1.3 0 0 0 0-2.6zm12.737.029v.003a1.3 1.3 0 0 0 0 2.593v.003l2.386.002c.309 0 .406.3.28.514L19.053 6.59l.002.002a1.3 1.3 0 0 0 2.243 1.303l.002.002l2.425-4.2c.354-.62.349-1.13.086-1.582c-.315-.544-.915-.667-1.2-.667Zm-2.839 5.642l-.038.002H9.71a.54.54 0 0 0-.523.55c0 .12.037.23.098.32l2.505 4.275q.014.028.032.055l.003.005a.47.47 0 0 0 .39.207c.194 0 .36-.12.435-.294l2.506-4.306a.515.515 0 0 0-.42-.814"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAntv(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="M4.837 1.418c-.363 0-3.064.002-3.545 0c-.188 0-.446.1-.62.2c-.538.305-.855 1.123-.558 1.735L10.69 21.71c.357.617.801.87 1.324.871c.63.001 1.038-.454 1.18-.7c.635-1.088 6.214-10.707 6.214-10.707a1.285 1.285 0 0 0-.497-1.694c-.596-.348-1.397-.197-1.744.388c-.307.517-4.58 7.888-4.886 8.413c-.156.267-.463.2-.585-.017c-.216-.383-5.255-9.13-7.833-13.605l.005.004c-.066-.103-.15-.328-.043-.509c.09-.155.279-.138.372-.138h9.535a1.3 1.3 0 0 0 0-2.6zm12.737.029v.003a1.3 1.3 0 0 0 0 2.593v.003l2.386.002c.309 0 .406.3.28.514L19.053 6.59l.002.002a1.3 1.3 0 0 0 2.243 1.303l.002.002l2.425-4.2c.354-.62.349-1.13.086-1.582c-.315-.544-.915-.667-1.2-.667Zm-2.839 5.642l-.038.002H9.71a.54.54 0 0 0-.523.55c0 .12.037.23.098.32l2.505 4.275q.014.028.032.055l.003.005a.47.47 0 0 0 .39.207c.194 0 .36-.12.435-.294l2.506-4.306a.515.515 0 0 0-.42-.814"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.837 1.418c-.363 0-3.064.002-3.545 0c-.188 0-.446.1-.62.2c-.538.305-.855 1.123-.558 1.735L10.69 21.71c.357.617.801.87 1.324.871c.63.001 1.038-.454 1.18-.7c.635-1.088 6.214-10.707 6.214-10.707a1.285 1.285 0 0 0-.497-1.694c-.596-.348-1.397-.197-1.744.388c-.307.517-4.58 7.888-4.886 8.413c-.156.267-.463.2-.585-.017c-.216-.383-5.255-9.13-7.833-13.605l.005.004c-.066-.103-.15-.328-.043-.509c.09-.155.279-.138.372-.138h9.535a1.3 1.3 0 0 0 0-2.6zm12.737.029v.003a1.3 1.3 0 0 0 0 2.593v.003l2.386.002c.309 0 .406.3.28.514L19.053 6.59l.002.002a1.3 1.3 0 0 0 2.243 1.303l.002.002l2.425-4.2c.354-.62.349-1.13.086-1.582c-.315-.544-.915-.667-1.2-.667Zm-2.839 5.642l-.038.002H9.71a.54.54 0 0 0-.523.55c0 .12.037.23.098.32l2.505 4.275q.014.028.032.055l.003.005a.47.47 0 0 0 .39.207c.194 0 .36-.12.435-.294l2.506-4.306a.515.515 0 0 0-.42-.814"/></svg>
</template>

CSS

.icon-antv {
  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%22M4.837%201.418c-.363%200-3.064.002-3.545%200c-.188%200-.446.1-.62.2c-.538.305-.855%201.123-.558%201.735L10.69%2021.71c.357.617.801.87%201.324.871c.63.001%201.038-.454%201.18-.7c.635-1.088%206.214-10.707%206.214-10.707a1.285%201.285%200%200%200-.497-1.694c-.596-.348-1.397-.197-1.744.388c-.307.517-4.58%207.888-4.886%208.413c-.156.267-.463.2-.585-.017c-.216-.383-5.255-9.13-7.833-13.605l.005.004c-.066-.103-.15-.328-.043-.509c.09-.155.279-.138.372-.138h9.535a1.3%201.3%200%200%200%200-2.6zm12.737.029v.003a1.3%201.3%200%200%200%200%202.593v.003l2.386.002c.309%200%20.406.3.28.514L19.053%206.59l.002.002a1.3%201.3%200%200%200%202.243%201.303l.002.002l2.425-4.2c.354-.62.349-1.13.086-1.582c-.315-.544-.915-.667-1.2-.667Zm-2.839%205.642l-.038.002H9.71a.54.54%200%200%200-.523.55c0%20.12.037.23.098.32l2.505%204.275q.014.028.032.055l.003.005a.47.47%200%200%200%20.39.207c.194%200%20.36-.12.435-.294l2.506-4.306a.515.515%200%200%200-.42-.814%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%22M4.837%201.418c-.363%200-3.064.002-3.545%200c-.188%200-.446.1-.62.2c-.538.305-.855%201.123-.558%201.735L10.69%2021.71c.357.617.801.87%201.324.871c.63.001%201.038-.454%201.18-.7c.635-1.088%206.214-10.707%206.214-10.707a1.285%201.285%200%200%200-.497-1.694c-.596-.348-1.397-.197-1.744.388c-.307.517-4.58%207.888-4.886%208.413c-.156.267-.463.2-.585-.017c-.216-.383-5.255-9.13-7.833-13.605l.005.004c-.066-.103-.15-.328-.043-.509c.09-.155.279-.138.372-.138h9.535a1.3%201.3%200%200%200%200-2.6zm12.737.029v.003a1.3%201.3%200%200%200%200%202.593v.003l2.386.002c.309%200%20.406.3.28.514L19.053%206.59l.002.002a1.3%201.3%200%200%200%202.243%201.303l.002.002l2.425-4.2c.354-.62.349-1.13.086-1.582c-.315-.544-.915-.667-1.2-.667Zm-2.839%205.642l-.038.002H9.71a.54.54%200%200%200-.523.55c0%20.12.037.23.098.32l2.505%204.275q.014.028.032.055l.003.005a.47.47%200%200%200%20.39.207c.194%200%20.36-.12.435-.294l2.506-4.306a.515.515%200%200%200-.42-.814%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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