milvus icon logo

milvus-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
milvus-icon
Set
SVG Logos
Style
Color
Viewbox
256×175
License
CC0

Use the milvus icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 175"><path fill="#4fc4f9" d="M57.943 25.552c33.946-34.07 88.991-34.07 122.937 0c34 34.069 34 89.305 0 123.318c-33.946 34.013-88.991 34.013-122.937-.056L2.46 93.131a8.42 8.42 0 0 1 0-11.896zm109.763 16.364c-24.926-25.021-65.377-25.021-90.303 0L36.624 82.799c-2.405 2.457-2.405 6.367 0 8.768l40.833 40.939c24.927 25.021 65.378 25.021 90.304 0s24.927-65.569-.055-90.59m-44.825 1.62c23.638 0 42.801 19.579 42.801 43.731s-19.163 43.731-42.801 43.731s-42.801-19.58-42.801-43.731s19.162-43.731 42.8-43.731m130.7 37.754l-24.434-24.965c-1.476-1.508-3.936-.112-3.444 1.955a134.7 134.7 0 0 1 0 57.973c-.437 2.066 2.022 3.406 3.444 1.954l24.434-24.965c3.036-3.154 3.214-8.04.536-11.35z"/></svg>

React

import type { SVGProps } from "react";

export function LogosMilvusIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 175"><path fill="#4fc4f9" d="M57.943 25.552c33.946-34.07 88.991-34.07 122.937 0c34 34.069 34 89.305 0 123.318c-33.946 34.013-88.991 34.013-122.937-.056L2.46 93.131a8.42 8.42 0 0 1 0-11.896zm109.763 16.364c-24.926-25.021-65.377-25.021-90.303 0L36.624 82.799c-2.405 2.457-2.405 6.367 0 8.768l40.833 40.939c24.927 25.021 65.378 25.021 90.304 0s24.927-65.569-.055-90.59m-44.825 1.62c23.638 0 42.801 19.579 42.801 43.731s-19.163 43.731-42.801 43.731s-42.801-19.58-42.801-43.731s19.162-43.731 42.8-43.731m130.7 37.754l-24.434-24.965c-1.476-1.508-3.936-.112-3.444 1.955a134.7 134.7 0 0 1 0 57.973c-.437 2.066 2.022 3.406 3.444 1.954l24.434-24.965c3.036-3.154 3.214-8.04.536-11.35z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 175"><path fill="#4fc4f9" d="M57.943 25.552c33.946-34.07 88.991-34.07 122.937 0c34 34.069 34 89.305 0 123.318c-33.946 34.013-88.991 34.013-122.937-.056L2.46 93.131a8.42 8.42 0 0 1 0-11.896zm109.763 16.364c-24.926-25.021-65.377-25.021-90.303 0L36.624 82.799c-2.405 2.457-2.405 6.367 0 8.768l40.833 40.939c24.927 25.021 65.378 25.021 90.304 0s24.927-65.569-.055-90.59m-44.825 1.62c23.638 0 42.801 19.579 42.801 43.731s-19.163 43.731-42.801 43.731s-42.801-19.58-42.801-43.731s19.162-43.731 42.8-43.731m130.7 37.754l-24.434-24.965c-1.476-1.508-3.936-.112-3.444 1.955a134.7 134.7 0 0 1 0 57.973c-.437 2.066 2.022 3.406 3.444 1.954l24.434-24.965c3.036-3.154 3.214-8.04.536-11.35z"/></svg>
</template>

CSS

.icon-milvus-icon {
  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%20256%20175%22%3E%3Cpath%20fill%3D%22%234fc4f9%22%20d%3D%22M57.943%2025.552c33.946-34.07%2088.991-34.07%20122.937%200c34%2034.069%2034%2089.305%200%20123.318c-33.946%2034.013-88.991%2034.013-122.937-.056L2.46%2093.131a8.42%208.42%200%200%201%200-11.896zm109.763%2016.364c-24.926-25.021-65.377-25.021-90.303%200L36.624%2082.799c-2.405%202.457-2.405%206.367%200%208.768l40.833%2040.939c24.927%2025.021%2065.378%2025.021%2090.304%200s24.927-65.569-.055-90.59m-44.825%201.62c23.638%200%2042.801%2019.579%2042.801%2043.731s-19.163%2043.731-42.801%2043.731s-42.801-19.58-42.801-43.731s19.162-43.731%2042.8-43.731m130.7%2037.754l-24.434-24.965c-1.476-1.508-3.936-.112-3.444%201.955a134.7%20134.7%200%200%201%200%2057.973c-.437%202.066%202.022%203.406%203.444%201.954l24.434-24.965c3.036-3.154%203.214-8.04.536-11.35z%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%20256%20175%22%3E%3Cpath%20fill%3D%22%234fc4f9%22%20d%3D%22M57.943%2025.552c33.946-34.07%2088.991-34.07%20122.937%200c34%2034.069%2034%2089.305%200%20123.318c-33.946%2034.013-88.991%2034.013-122.937-.056L2.46%2093.131a8.42%208.42%200%200%201%200-11.896zm109.763%2016.364c-24.926-25.021-65.377-25.021-90.303%200L36.624%2082.799c-2.405%202.457-2.405%206.367%200%208.768l40.833%2040.939c24.927%2025.021%2065.378%2025.021%2090.304%200s24.927-65.569-.055-90.59m-44.825%201.62c23.638%200%2042.801%2019.579%2042.801%2043.731s-19.163%2043.731-42.801%2043.731s-42.801-19.58-42.801-43.731s19.162-43.731%2042.8-43.731m130.7%2037.754l-24.434-24.965c-1.476-1.508-3.936-.112-3.444%201.955a134.7%20134.7%200%200%201%200%2057.973c-.437%202.066%202.022%203.406%203.444%201.954l24.434-24.965c3.036-3.154%203.214-8.04.536-11.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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