lucene net logo

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

Name
lucene-net
Set
SVG Logos
Style
Color
Viewbox
256×146
License
CC0

Use the lucene net logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 146"><defs><linearGradient id="SVGdzV40zbe1" x1="16.142%" x2="49.957%" y1="95.175%" y2="36.627%"><stop offset="0%" stop-color="#02364f"/><stop offset="100%" stop-color="#0664a8"/></linearGradient><linearGradient id="SVGE3DwheMW1" x1="-.02%" x2="99.976%" y1="49.957%" y2="49.957%"><stop offset="0%" stop-color="#02364f"/><stop offset="100%" stop-color="#0664a8"/></linearGradient><linearGradient id="SVGvgngxbSU1" x1="90.75%" x2="65.509%" y1="-14.259%" y2="34.527%"><stop offset="0%" stop-color="#02364f"/><stop offset="100%" stop-color="#0664a8"/></linearGradient></defs><path fill="#0664a8" d="M246.4 66.6c-12.7 40.7-59.9 38.5-88.8 30.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1 1.1-1.5c2.2-2.7 7.4-8.4 14.6-15.1c10 4.3 20 8.9 29.8 13.2C181 84 235.2 86 236.3 33.7C237.1-3.1 181-8 151.4 10.8c-11.3 7.2-20.5 16.1-29 25.5C82.4 21.3 29 23.4.8 59.4c34.7-28.9 71.6-21.4 107.6-7c-4.8 5.6-9.6 11-14.8 16.3c-27-12.7-52.7-20.2-78.9-.5c-33.4 25.3-4.2 64.7 31 60.1c21.5-2.8 32.6-17.1 42.6-32.7c26.5 15.1 55.2 37.2 78.3 45.5c57.4 20.8 112.1-35.1 79.8-74.5m-39-37.5c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6C161 22.2 192 6 207.4 29.1M39.6 106c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.7 1.9 31 7.1c-10 9.8-22.5 21.6-33.6 18.2"/><path fill="url(#SVGdzV40zbe1)" d="M35.1 88.6c1.9-.6 3.8-1.3 5.6-2q-2.55.15-5.1-.6c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.6 1.9 30.9 7c-22-13.9-42.7-24.1-58.3-19.5c-4 3-7.1 6.2-9.4 9.6c-4.7 14.7 8.1 39.3 33.7 30.8" transform="translate(4 20)"/><path fill="url(#SVGE3DwheMW1)" d="M152.1 116.7q5.4 2.7 10.5 4.5C220 141.9 274.7 86 242.4 46.6c-12.2 48.8-53 81.1-90.3 70.1" transform="translate(4 20)"/><path fill="url(#SVGvgngxbSU1)" d="M193.2 0c3.8 1.8 7.3 4.8 10.2 9.1c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6 5.2-12.7 10.6-17.9 15.5c10.1 4.3 20.1 9 29.9 13.2c26.7 11.6 68.3 15 82.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1" transform="translate(4 20)"/></svg>

React

import type { SVGProps } from "react";

export function LogosLuceneNet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 146"><defs><linearGradient id="SVGdzV40zbe1" x1="16.142%" x2="49.957%" y1="95.175%" y2="36.627%"><stop offset="0%" stopColor="#02364f"/><stop offset="100%" stopColor="#0664a8"/></linearGradient><linearGradient id="SVGE3DwheMW1" x1="-.02%" x2="99.976%" y1="49.957%" y2="49.957%"><stop offset="0%" stopColor="#02364f"/><stop offset="100%" stopColor="#0664a8"/></linearGradient><linearGradient id="SVGvgngxbSU1" x1="90.75%" x2="65.509%" y1="-14.259%" y2="34.527%"><stop offset="0%" stopColor="#02364f"/><stop offset="100%" stopColor="#0664a8"/></linearGradient></defs><path fill="#0664a8" d="M246.4 66.6c-12.7 40.7-59.9 38.5-88.8 30.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1 1.1-1.5c2.2-2.7 7.4-8.4 14.6-15.1c10 4.3 20 8.9 29.8 13.2C181 84 235.2 86 236.3 33.7C237.1-3.1 181-8 151.4 10.8c-11.3 7.2-20.5 16.1-29 25.5C82.4 21.3 29 23.4.8 59.4c34.7-28.9 71.6-21.4 107.6-7c-4.8 5.6-9.6 11-14.8 16.3c-27-12.7-52.7-20.2-78.9-.5c-33.4 25.3-4.2 64.7 31 60.1c21.5-2.8 32.6-17.1 42.6-32.7c26.5 15.1 55.2 37.2 78.3 45.5c57.4 20.8 112.1-35.1 79.8-74.5m-39-37.5c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6C161 22.2 192 6 207.4 29.1M39.6 106c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.7 1.9 31 7.1c-10 9.8-22.5 21.6-33.6 18.2"/><path fill="url(#SVGdzV40zbe1)" d="M35.1 88.6c1.9-.6 3.8-1.3 5.6-2q-2.55.15-5.1-.6c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.6 1.9 30.9 7c-22-13.9-42.7-24.1-58.3-19.5c-4 3-7.1 6.2-9.4 9.6c-4.7 14.7 8.1 39.3 33.7 30.8" transform="translate(4 20)"/><path fill="url(#SVGE3DwheMW1)" d="M152.1 116.7q5.4 2.7 10.5 4.5C220 141.9 274.7 86 242.4 46.6c-12.2 48.8-53 81.1-90.3 70.1" transform="translate(4 20)"/><path fill="url(#SVGvgngxbSU1)" d="M193.2 0c3.8 1.8 7.3 4.8 10.2 9.1c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6 5.2-12.7 10.6-17.9 15.5c10.1 4.3 20.1 9 29.9 13.2c26.7 11.6 68.3 15 82.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1" transform="translate(4 20)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 146"><defs><linearGradient id="SVGdzV40zbe1" x1="16.142%" x2="49.957%" y1="95.175%" y2="36.627%"><stop offset="0%" stop-color="#02364f"/><stop offset="100%" stop-color="#0664a8"/></linearGradient><linearGradient id="SVGE3DwheMW1" x1="-.02%" x2="99.976%" y1="49.957%" y2="49.957%"><stop offset="0%" stop-color="#02364f"/><stop offset="100%" stop-color="#0664a8"/></linearGradient><linearGradient id="SVGvgngxbSU1" x1="90.75%" x2="65.509%" y1="-14.259%" y2="34.527%"><stop offset="0%" stop-color="#02364f"/><stop offset="100%" stop-color="#0664a8"/></linearGradient></defs><path fill="#0664a8" d="M246.4 66.6c-12.7 40.7-59.9 38.5-88.8 30.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1 1.1-1.5c2.2-2.7 7.4-8.4 14.6-15.1c10 4.3 20 8.9 29.8 13.2C181 84 235.2 86 236.3 33.7C237.1-3.1 181-8 151.4 10.8c-11.3 7.2-20.5 16.1-29 25.5C82.4 21.3 29 23.4.8 59.4c34.7-28.9 71.6-21.4 107.6-7c-4.8 5.6-9.6 11-14.8 16.3c-27-12.7-52.7-20.2-78.9-.5c-33.4 25.3-4.2 64.7 31 60.1c21.5-2.8 32.6-17.1 42.6-32.7c26.5 15.1 55.2 37.2 78.3 45.5c57.4 20.8 112.1-35.1 79.8-74.5m-39-37.5c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6C161 22.2 192 6 207.4 29.1M39.6 106c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.7 1.9 31 7.1c-10 9.8-22.5 21.6-33.6 18.2"/><path fill="url(#SVGdzV40zbe1)" d="M35.1 88.6c1.9-.6 3.8-1.3 5.6-2q-2.55.15-5.1-.6c-15.7-.3-11.7-23.6 2.6-25.3c9.1-1.1 19.6 1.9 30.9 7c-22-13.9-42.7-24.1-58.3-19.5c-4 3-7.1 6.2-9.4 9.6c-4.7 14.7 8.1 39.3 33.7 30.8" transform="translate(4 20)"/><path fill="url(#SVGE3DwheMW1)" d="M152.1 116.7q5.4 2.7 10.5 4.5C220 141.9 274.7 86 242.4 46.6c-12.2 48.8-53 81.1-90.3 70.1" transform="translate(4 20)"/><path fill="url(#SVGvgngxbSU1)" d="M193.2 0c3.8 1.8 7.3 4.8 10.2 9.1c8.2 12.3-6.7 27.2-27.4 25.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6 5.2-12.7 10.6-17.9 15.5c10.1 4.3 20.1 9 29.9 13.2c26.7 11.6 68.3 15 82.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1" transform="translate(4 20)"/></svg>
</template>

CSS

.icon-lucene-net {
  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%20146%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdzV40zbe1%22%20x1%3D%2216.142%25%22%20x2%3D%2249.957%25%22%20y1%3D%2295.175%25%22%20y2%3D%2236.627%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2302364f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230664a8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGE3DwheMW1%22%20x1%3D%22-.02%25%22%20x2%3D%2299.976%25%22%20y1%3D%2249.957%25%22%20y2%3D%2249.957%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2302364f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230664a8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvgngxbSU1%22%20x1%3D%2290.75%25%22%20x2%3D%2265.509%25%22%20y1%3D%22-14.259%25%22%20y2%3D%2234.527%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2302364f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230664a8%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%230664a8%22%20d%3D%22M246.4%2066.6c-12.7%2040.7-59.9%2038.5-88.8%2030.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1%201.1-1.5c2.2-2.7%207.4-8.4%2014.6-15.1c10%204.3%2020%208.9%2029.8%2013.2C181%2084%20235.2%2086%20236.3%2033.7C237.1-3.1%20181-8%20151.4%2010.8c-11.3%207.2-20.5%2016.1-29%2025.5C82.4%2021.3%2029%2023.4.8%2059.4c34.7-28.9%2071.6-21.4%20107.6-7c-4.8%205.6-9.6%2011-14.8%2016.3c-27-12.7-52.7-20.2-78.9-.5c-33.4%2025.3-4.2%2064.7%2031%2060.1c21.5-2.8%2032.6-17.1%2042.6-32.7c26.5%2015.1%2055.2%2037.2%2078.3%2045.5c57.4%2020.8%20112.1-35.1%2079.8-74.5m-39-37.5c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6C161%2022.2%20192%206%20207.4%2029.1M39.6%20106c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.7%201.9%2031%207.1c-10%209.8-22.5%2021.6-33.6%2018.2%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdzV40zbe1)%22%20d%3D%22M35.1%2088.6c1.9-.6%203.8-1.3%205.6-2q-2.55.15-5.1-.6c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.6%201.9%2030.9%207c-22-13.9-42.7-24.1-58.3-19.5c-4%203-7.1%206.2-9.4%209.6c-4.7%2014.7%208.1%2039.3%2033.7%2030.8%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGE3DwheMW1)%22%20d%3D%22M152.1%20116.7q5.4%202.7%2010.5%204.5C220%20141.9%20274.7%2086%20242.4%2046.6c-12.2%2048.8-53%2081.1-90.3%2070.1%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvgngxbSU1)%22%20d%3D%22M193.2%200c3.8%201.8%207.3%204.8%2010.2%209.1c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6%205.2-12.7%2010.6-17.9%2015.5c10.1%204.3%2020.1%209%2029.9%2013.2c26.7%2011.6%2068.3%2015%2082.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1%22%20transform%3D%22translate(4%2020)%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%20146%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdzV40zbe1%22%20x1%3D%2216.142%25%22%20x2%3D%2249.957%25%22%20y1%3D%2295.175%25%22%20y2%3D%2236.627%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2302364f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230664a8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGE3DwheMW1%22%20x1%3D%22-.02%25%22%20x2%3D%2299.976%25%22%20y1%3D%2249.957%25%22%20y2%3D%2249.957%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2302364f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230664a8%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvgngxbSU1%22%20x1%3D%2290.75%25%22%20x2%3D%2265.509%25%22%20y1%3D%22-14.259%25%22%20y2%3D%2234.527%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2302364f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%230664a8%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%230664a8%22%20d%3D%22M246.4%2066.6c-12.7%2040.7-59.9%2038.5-88.8%2030.5c-18.9-5.2-36.9-15.1-54.3-23.8c.4-.5.7-1%201.1-1.5c2.2-2.7%207.4-8.4%2014.6-15.1c10%204.3%2020%208.9%2029.8%2013.2C181%2084%20235.2%2086%20236.3%2033.7C237.1-3.1%20181-8%20151.4%2010.8c-11.3%207.2-20.5%2016.1-29%2025.5C82.4%2021.3%2029%2023.4.8%2059.4c34.7-28.9%2071.6-21.4%20107.6-7c-4.8%205.6-9.6%2011-14.8%2016.3c-27-12.7-52.7-20.2-78.9-.5c-33.4%2025.3-4.2%2064.7%2031%2060.1c21.5-2.8%2032.6-17.1%2042.6-32.7c26.5%2015.1%2055.2%2037.2%2078.3%2045.5c57.4%2020.8%20112.1-35.1%2079.8-74.5m-39-37.5c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6C161%2022.2%20192%206%20207.4%2029.1M39.6%20106c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.7%201.9%2031%207.1c-10%209.8-22.5%2021.6-33.6%2018.2%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdzV40zbe1)%22%20d%3D%22M35.1%2088.6c1.9-.6%203.8-1.3%205.6-2q-2.55.15-5.1-.6c-15.7-.3-11.7-23.6%202.6-25.3c9.1-1.1%2019.6%201.9%2030.9%207c-22-13.9-42.7-24.1-58.3-19.5c-4%203-7.1%206.2-9.4%209.6c-4.7%2014.7%208.1%2039.3%2033.7%2030.8%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGE3DwheMW1)%22%20d%3D%22M152.1%20116.7q5.4%202.7%2010.5%204.5C220%20141.9%20274.7%2086%20242.4%2046.6c-12.2%2048.8-53%2081.1-90.3%2070.1%22%20transform%3D%22translate(4%2020)%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvgngxbSU1)%22%20d%3D%22M193.2%200c3.8%201.8%207.3%204.8%2010.2%209.1c8.2%2012.3-6.7%2027.2-27.4%2025.7c-19.5-1.4-30.4-8.3-43.3-13.6c-6.6%205.2-12.7%2010.6-17.9%2015.5c10.1%204.3%2020.1%209%2029.9%2013.2c26.7%2011.6%2068.3%2015%2082.6-13.8c3.2-18.2-13.5-32.3-34.1-36.1%22%20transform%3D%22translate(4%2020)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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