elasticsearch logo
elasticsearch-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.
- Name
- elasticsearch-dark
- Set
- Skill Icons
- Style
- Dark
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the elasticsearch logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#00a9e5" d="M173.5 98h-52.25c.25 1.25.75 2.5 1 3.5c1.75 6 2.75 12.25 3.25 18.75c.25 2.5.25 5.25.25 7.75s0 5.25-.25 7.75c-.5 6.5-1.5 12.75-3.25 18.75c-.25 1.25-.75 2.5-1 3.5h52.25c16.5 0 29.75-13.5 29.75-30S190 98 173.5 98"/><path fill="#353535" d="M125.5 135.75c.25-2.5.25-5.25.25-7.75s0-5.25-.25-7.75c-.5-6.5-1.5-12.75-3.25-18.75c-.25-1.25-.75-2.5-1-3.5H40.5Q36 112.25 36 128t4.5 30h80.75c.25-1.25.75-2.5 1-3.5c1.75-6 2.75-12.25 3.25-18.75"/><path fill="#00bfb3" d="M182.5 168h-65q-3 6.75-6.75 12.75c-3.75 6.25-8.25 11.75-13.25 17c-1.75 1.75-3.5 3.25-5.25 5c-3.5 3.25-7.5 6-11.5 8.75c15.75 10.5 34.75 16.5 55 16.5c34.75 0 65.25-17.75 83.25-44.5c-9.25-9.5-22.25-15.5-36.5-15.5"/><path fill="#019b8f" d="M110.75 180.75q3.75-6 6.75-12.75H44.25C52 185.75 64.75 201 81 211.5c4-2.75 7.75-5.5 11.5-8.75c1.75-1.5 3.5-3.25 5.25-5c4.75-5 9.25-10.75 13-17"/><path fill="#f9b110" d="M97.5 58.25c-1.75-1.75-3.5-3.25-5.25-5c-3.5-3.25-7.5-6-11.5-8.75C64.75 55 52 70.25 44 88h73.5c-2-4.5-4.5-9-7-13c-3.5-6.25-8-11.75-13-16.75"/><path fill="#fed10a" d="M135.75 28c-20.25 0-39.25 6-55 16.5c4 2.75 7.75 5.5 11.5 8.75c1.75 1.5 3.5 3.25 5.25 5c5 5.25 9.5 10.75 13.25 17q3.75 6 6.75 12.75h65c14.25 0 27.25-6 36.5-15.5C201 45.75 170.5 28 135.75 28"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsElasticsearchDark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#00a9e5" d="M173.5 98h-52.25c.25 1.25.75 2.5 1 3.5c1.75 6 2.75 12.25 3.25 18.75c.25 2.5.25 5.25.25 7.75s0 5.25-.25 7.75c-.5 6.5-1.5 12.75-3.25 18.75c-.25 1.25-.75 2.5-1 3.5h52.25c16.5 0 29.75-13.5 29.75-30S190 98 173.5 98"/><path fill="#353535" d="M125.5 135.75c.25-2.5.25-5.25.25-7.75s0-5.25-.25-7.75c-.5-6.5-1.5-12.75-3.25-18.75c-.25-1.25-.75-2.5-1-3.5H40.5Q36 112.25 36 128t4.5 30h80.75c.25-1.25.75-2.5 1-3.5c1.75-6 2.75-12.25 3.25-18.75"/><path fill="#00bfb3" d="M182.5 168h-65q-3 6.75-6.75 12.75c-3.75 6.25-8.25 11.75-13.25 17c-1.75 1.75-3.5 3.25-5.25 5c-3.5 3.25-7.5 6-11.5 8.75c15.75 10.5 34.75 16.5 55 16.5c34.75 0 65.25-17.75 83.25-44.5c-9.25-9.5-22.25-15.5-36.5-15.5"/><path fill="#019b8f" d="M110.75 180.75q3.75-6 6.75-12.75H44.25C52 185.75 64.75 201 81 211.5c4-2.75 7.75-5.5 11.5-8.75c1.75-1.5 3.5-3.25 5.25-5c4.75-5 9.25-10.75 13-17"/><path fill="#f9b110" d="M97.5 58.25c-1.75-1.75-3.5-3.25-5.25-5c-3.5-3.25-7.5-6-11.5-8.75C64.75 55 52 70.25 44 88h73.5c-2-4.5-4.5-9-7-13c-3.5-6.25-8-11.75-13-16.75"/><path fill="#fed10a" d="M135.75 28c-20.25 0-39.25 6-55 16.5c4 2.75 7.75 5.5 11.5 8.75c1.75 1.5 3.5 3.25 5.25 5c5 5.25 9.5 10.75 13.25 17q3.75 6 6.75 12.75h65c14.25 0 27.25-6 36.5-15.5C201 45.75 170.5 28 135.75 28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#00a9e5" d="M173.5 98h-52.25c.25 1.25.75 2.5 1 3.5c1.75 6 2.75 12.25 3.25 18.75c.25 2.5.25 5.25.25 7.75s0 5.25-.25 7.75c-.5 6.5-1.5 12.75-3.25 18.75c-.25 1.25-.75 2.5-1 3.5h52.25c16.5 0 29.75-13.5 29.75-30S190 98 173.5 98"/><path fill="#353535" d="M125.5 135.75c.25-2.5.25-5.25.25-7.75s0-5.25-.25-7.75c-.5-6.5-1.5-12.75-3.25-18.75c-.25-1.25-.75-2.5-1-3.5H40.5Q36 112.25 36 128t4.5 30h80.75c.25-1.25.75-2.5 1-3.5c1.75-6 2.75-12.25 3.25-18.75"/><path fill="#00bfb3" d="M182.5 168h-65q-3 6.75-6.75 12.75c-3.75 6.25-8.25 11.75-13.25 17c-1.75 1.75-3.5 3.25-5.25 5c-3.5 3.25-7.5 6-11.5 8.75c15.75 10.5 34.75 16.5 55 16.5c34.75 0 65.25-17.75 83.25-44.5c-9.25-9.5-22.25-15.5-36.5-15.5"/><path fill="#019b8f" d="M110.75 180.75q3.75-6 6.75-12.75H44.25C52 185.75 64.75 201 81 211.5c4-2.75 7.75-5.5 11.5-8.75c1.75-1.5 3.5-3.25 5.25-5c4.75-5 9.25-10.75 13-17"/><path fill="#f9b110" d="M97.5 58.25c-1.75-1.75-3.5-3.25-5.25-5c-3.5-3.25-7.5-6-11.5-8.75C64.75 55 52 70.25 44 88h73.5c-2-4.5-4.5-9-7-13c-3.5-6.25-8-11.75-13-16.75"/><path fill="#fed10a" d="M135.75 28c-20.25 0-39.25 6-55 16.5c4 2.75 7.75 5.5 11.5 8.75c1.75 1.5 3.5 3.25 5.25 5c5 5.25 9.5 10.75 13.25 17q3.75 6 6.75 12.75h65c14.25 0 27.25-6 36.5-15.5C201 45.75 170.5 28 135.75 28"/></g></svg> </template>
CSS
.icon-elasticsearch-dark {
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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2300a9e5%22%20d%3D%22M173.5%2098h-52.25c.25%201.25.75%202.5%201%203.5c1.75%206%202.75%2012.25%203.25%2018.75c.25%202.5.25%205.25.25%207.75s0%205.25-.25%207.75c-.5%206.5-1.5%2012.75-3.25%2018.75c-.25%201.25-.75%202.5-1%203.5h52.25c16.5%200%2029.75-13.5%2029.75-30S190%2098%20173.5%2098%22%2F%3E%3Cpath%20fill%3D%22%23353535%22%20d%3D%22M125.5%20135.75c.25-2.5.25-5.25.25-7.75s0-5.25-.25-7.75c-.5-6.5-1.5-12.75-3.25-18.75c-.25-1.25-.75-2.5-1-3.5H40.5Q36%20112.25%2036%20128t4.5%2030h80.75c.25-1.25.75-2.5%201-3.5c1.75-6%202.75-12.25%203.25-18.75%22%2F%3E%3Cpath%20fill%3D%22%2300bfb3%22%20d%3D%22M182.5%20168h-65q-3%206.75-6.75%2012.75c-3.75%206.25-8.25%2011.75-13.25%2017c-1.75%201.75-3.5%203.25-5.25%205c-3.5%203.25-7.5%206-11.5%208.75c15.75%2010.5%2034.75%2016.5%2055%2016.5c34.75%200%2065.25-17.75%2083.25-44.5c-9.25-9.5-22.25-15.5-36.5-15.5%22%2F%3E%3Cpath%20fill%3D%22%23019b8f%22%20d%3D%22M110.75%20180.75q3.75-6%206.75-12.75H44.25C52%20185.75%2064.75%20201%2081%20211.5c4-2.75%207.75-5.5%2011.5-8.75c1.75-1.5%203.5-3.25%205.25-5c4.75-5%209.25-10.75%2013-17%22%2F%3E%3Cpath%20fill%3D%22%23f9b110%22%20d%3D%22M97.5%2058.25c-1.75-1.75-3.5-3.25-5.25-5c-3.5-3.25-7.5-6-11.5-8.75C64.75%2055%2052%2070.25%2044%2088h73.5c-2-4.5-4.5-9-7-13c-3.5-6.25-8-11.75-13-16.75%22%2F%3E%3Cpath%20fill%3D%22%23fed10a%22%20d%3D%22M135.75%2028c-20.25%200-39.25%206-55%2016.5c4%202.75%207.75%205.5%2011.5%208.75c1.75%201.5%203.5%203.25%205.25%205c5%205.25%209.5%2010.75%2013.25%2017q3.75%206%206.75%2012.75h65c14.25%200%2027.25-6%2036.5-15.5C201%2045.75%20170.5%2028%20135.75%2028%22%2F%3E%3C%2Fg%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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2300a9e5%22%20d%3D%22M173.5%2098h-52.25c.25%201.25.75%202.5%201%203.5c1.75%206%202.75%2012.25%203.25%2018.75c.25%202.5.25%205.25.25%207.75s0%205.25-.25%207.75c-.5%206.5-1.5%2012.75-3.25%2018.75c-.25%201.25-.75%202.5-1%203.5h52.25c16.5%200%2029.75-13.5%2029.75-30S190%2098%20173.5%2098%22%2F%3E%3Cpath%20fill%3D%22%23353535%22%20d%3D%22M125.5%20135.75c.25-2.5.25-5.25.25-7.75s0-5.25-.25-7.75c-.5-6.5-1.5-12.75-3.25-18.75c-.25-1.25-.75-2.5-1-3.5H40.5Q36%20112.25%2036%20128t4.5%2030h80.75c.25-1.25.75-2.5%201-3.5c1.75-6%202.75-12.25%203.25-18.75%22%2F%3E%3Cpath%20fill%3D%22%2300bfb3%22%20d%3D%22M182.5%20168h-65q-3%206.75-6.75%2012.75c-3.75%206.25-8.25%2011.75-13.25%2017c-1.75%201.75-3.5%203.25-5.25%205c-3.5%203.25-7.5%206-11.5%208.75c15.75%2010.5%2034.75%2016.5%2055%2016.5c34.75%200%2065.25-17.75%2083.25-44.5c-9.25-9.5-22.25-15.5-36.5-15.5%22%2F%3E%3Cpath%20fill%3D%22%23019b8f%22%20d%3D%22M110.75%20180.75q3.75-6%206.75-12.75H44.25C52%20185.75%2064.75%20201%2081%20211.5c4-2.75%207.75-5.5%2011.5-8.75c1.75-1.5%203.5-3.25%205.25-5c4.75-5%209.25-10.75%2013-17%22%2F%3E%3Cpath%20fill%3D%22%23f9b110%22%20d%3D%22M97.5%2058.25c-1.75-1.75-3.5-3.25-5.25-5c-3.5-3.25-7.5-6-11.5-8.75C64.75%2055%2052%2070.25%2044%2088h73.5c-2-4.5-4.5-9-7-13c-3.5-6.25-8-11.75-13-16.75%22%2F%3E%3Cpath%20fill%3D%22%23fed10a%22%20d%3D%22M135.75%2028c-20.25%200-39.25%206-55%2016.5c4%202.75%207.75%205.5%2011.5%208.75c1.75%201.5%203.5%203.25%205.25%205c5%205.25%209.5%2010.75%2013.25%2017q3.75%206%206.75%2012.75h65c14.25%200%2027.25-6%2036.5-15.5C201%2045.75%20170.5%2028%20135.75%2028%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/elasticsearch-dark.svg?color=%231a73e8&size=48