apachespark logo
apachespark from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- apachespark
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the apachespark logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e15919" d="M57.646.004c-2.269.064-4.51 1.143-6.384 3.223c-1.03 1.146-1.905 2.51-2.63 3.855c-1.89 3.54-2.262 7.547-2.962 11.43l-3.852 21.81c-.148.856-.532 1.21-1.3 1.455l-28.268 8.98c-2.06.673-4.125 1.543-5.947 2.7c-5.558 3.53-6.38 9.338-2.207 14.438c1.842 2.256 4.216 3.843 6.85 4.996l17.603 7.843c.147.08.304.132.463.162l3.717 2.682s-3.7 40.948 3.246 43.781c-.061-.01-.41-.082-.41-.082s.704.761 2.603.537c1.454.27 1.262.226.074-.01c2.583-.334 7.337-2.497 15.578-10.784a47 47 0 0 0 1.776-1.676l17.8-19.217l4.163 1.465c.15.207.367.34.714.443l19.823 6.031c2.709.836 5.389 1.448 8.277 1.026c5.156-.755 8.951-5 8.9-10.192c-.02-2.28-.82-4.339-1.87-6.324l-13.128-24.898c-.418-.787-.405-1.296.196-2l22.054-25.922c1.428-1.703 2.717-3.529 3.465-5.645c1.643-4.67-.482-8.382-5.33-9.289c-2.229-.398-4.427-.188-6.6.385l-31.597 8.395c-.93.25-1.39.075-1.895-.772l-12.9-21.434c-.975-1.615-2.14-3.194-3.477-4.527C62.212.89 59.915-.059 57.646.004m.944 19.736c.51.358.768.727 1.01 1.125l13.88 23.13c.382.628.725.85 1.485.648l24.443-6.497l5.885-1.54c-.087.493-.302.79-.537 1.068l-20.16 23.672c-.57.688-.623 1.17-.194 1.976l12.743 24.16l.585 1.237l-.015.02l-22.727-6.264l-.006-.018l-4.298-1.205l-25.493 28.256l4.663-37.15l-4.184-1.82l.008-.007l-23.674-9.4c.454-.413.86-.585 1.285-.717l28.777-9.096c.676-.21 1.061-.47 1.125-1.242l.403-2.355l3.875-21.807l1.12-6.174z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconApachespark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e15919" d="M57.646.004c-2.269.064-4.51 1.143-6.384 3.223c-1.03 1.146-1.905 2.51-2.63 3.855c-1.89 3.54-2.262 7.547-2.962 11.43l-3.852 21.81c-.148.856-.532 1.21-1.3 1.455l-28.268 8.98c-2.06.673-4.125 1.543-5.947 2.7c-5.558 3.53-6.38 9.338-2.207 14.438c1.842 2.256 4.216 3.843 6.85 4.996l17.603 7.843c.147.08.304.132.463.162l3.717 2.682s-3.7 40.948 3.246 43.781c-.061-.01-.41-.082-.41-.082s.704.761 2.603.537c1.454.27 1.262.226.074-.01c2.583-.334 7.337-2.497 15.578-10.784a47 47 0 0 0 1.776-1.676l17.8-19.217l4.163 1.465c.15.207.367.34.714.443l19.823 6.031c2.709.836 5.389 1.448 8.277 1.026c5.156-.755 8.951-5 8.9-10.192c-.02-2.28-.82-4.339-1.87-6.324l-13.128-24.898c-.418-.787-.405-1.296.196-2l22.054-25.922c1.428-1.703 2.717-3.529 3.465-5.645c1.643-4.67-.482-8.382-5.33-9.289c-2.229-.398-4.427-.188-6.6.385l-31.597 8.395c-.93.25-1.39.075-1.895-.772l-12.9-21.434c-.975-1.615-2.14-3.194-3.477-4.527C62.212.89 59.915-.059 57.646.004m.944 19.736c.51.358.768.727 1.01 1.125l13.88 23.13c.382.628.725.85 1.485.648l24.443-6.497l5.885-1.54c-.087.493-.302.79-.537 1.068l-20.16 23.672c-.57.688-.623 1.17-.194 1.976l12.743 24.16l.585 1.237l-.015.02l-22.727-6.264l-.006-.018l-4.298-1.205l-25.493 28.256l4.663-37.15l-4.184-1.82l.008-.007l-23.674-9.4c.454-.413.86-.585 1.285-.717l28.777-9.096c.676-.21 1.061-.47 1.125-1.242l.403-2.355l3.875-21.807l1.12-6.174z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e15919" d="M57.646.004c-2.269.064-4.51 1.143-6.384 3.223c-1.03 1.146-1.905 2.51-2.63 3.855c-1.89 3.54-2.262 7.547-2.962 11.43l-3.852 21.81c-.148.856-.532 1.21-1.3 1.455l-28.268 8.98c-2.06.673-4.125 1.543-5.947 2.7c-5.558 3.53-6.38 9.338-2.207 14.438c1.842 2.256 4.216 3.843 6.85 4.996l17.603 7.843c.147.08.304.132.463.162l3.717 2.682s-3.7 40.948 3.246 43.781c-.061-.01-.41-.082-.41-.082s.704.761 2.603.537c1.454.27 1.262.226.074-.01c2.583-.334 7.337-2.497 15.578-10.784a47 47 0 0 0 1.776-1.676l17.8-19.217l4.163 1.465c.15.207.367.34.714.443l19.823 6.031c2.709.836 5.389 1.448 8.277 1.026c5.156-.755 8.951-5 8.9-10.192c-.02-2.28-.82-4.339-1.87-6.324l-13.128-24.898c-.418-.787-.405-1.296.196-2l22.054-25.922c1.428-1.703 2.717-3.529 3.465-5.645c1.643-4.67-.482-8.382-5.33-9.289c-2.229-.398-4.427-.188-6.6.385l-31.597 8.395c-.93.25-1.39.075-1.895-.772l-12.9-21.434c-.975-1.615-2.14-3.194-3.477-4.527C62.212.89 59.915-.059 57.646.004m.944 19.736c.51.358.768.727 1.01 1.125l13.88 23.13c.382.628.725.85 1.485.648l24.443-6.497l5.885-1.54c-.087.493-.302.79-.537 1.068l-20.16 23.672c-.57.688-.623 1.17-.194 1.976l12.743 24.16l.585 1.237l-.015.02l-22.727-6.264l-.006-.018l-4.298-1.205l-25.493 28.256l4.663-37.15l-4.184-1.82l.008-.007l-23.674-9.4c.454-.413.86-.585 1.285-.717l28.777-9.096c.676-.21 1.061-.47 1.125-1.242l.403-2.355l3.875-21.807l1.12-6.174z"/></svg> </template>
CSS
.icon-apachespark {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e15919%22%20d%3D%22M57.646.004c-2.269.064-4.51%201.143-6.384%203.223c-1.03%201.146-1.905%202.51-2.63%203.855c-1.89%203.54-2.262%207.547-2.962%2011.43l-3.852%2021.81c-.148.856-.532%201.21-1.3%201.455l-28.268%208.98c-2.06.673-4.125%201.543-5.947%202.7c-5.558%203.53-6.38%209.338-2.207%2014.438c1.842%202.256%204.216%203.843%206.85%204.996l17.603%207.843c.147.08.304.132.463.162l3.717%202.682s-3.7%2040.948%203.246%2043.781c-.061-.01-.41-.082-.41-.082s.704.761%202.603.537c1.454.27%201.262.226.074-.01c2.583-.334%207.337-2.497%2015.578-10.784a47%2047%200%200%200%201.776-1.676l17.8-19.217l4.163%201.465c.15.207.367.34.714.443l19.823%206.031c2.709.836%205.389%201.448%208.277%201.026c5.156-.755%208.951-5%208.9-10.192c-.02-2.28-.82-4.339-1.87-6.324l-13.128-24.898c-.418-.787-.405-1.296.196-2l22.054-25.922c1.428-1.703%202.717-3.529%203.465-5.645c1.643-4.67-.482-8.382-5.33-9.289c-2.229-.398-4.427-.188-6.6.385l-31.597%208.395c-.93.25-1.39.075-1.895-.772l-12.9-21.434c-.975-1.615-2.14-3.194-3.477-4.527C62.212.89%2059.915-.059%2057.646.004m.944%2019.736c.51.358.768.727%201.01%201.125l13.88%2023.13c.382.628.725.85%201.485.648l24.443-6.497l5.885-1.54c-.087.493-.302.79-.537%201.068l-20.16%2023.672c-.57.688-.623%201.17-.194%201.976l12.743%2024.16l.585%201.237l-.015.02l-22.727-6.264l-.006-.018l-4.298-1.205l-25.493%2028.256l4.663-37.15l-4.184-1.82l.008-.007l-23.674-9.4c.454-.413.86-.585%201.285-.717l28.777-9.096c.676-.21%201.061-.47%201.125-1.242l.403-2.355l3.875-21.807l1.12-6.174z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e15919%22%20d%3D%22M57.646.004c-2.269.064-4.51%201.143-6.384%203.223c-1.03%201.146-1.905%202.51-2.63%203.855c-1.89%203.54-2.262%207.547-2.962%2011.43l-3.852%2021.81c-.148.856-.532%201.21-1.3%201.455l-28.268%208.98c-2.06.673-4.125%201.543-5.947%202.7c-5.558%203.53-6.38%209.338-2.207%2014.438c1.842%202.256%204.216%203.843%206.85%204.996l17.603%207.843c.147.08.304.132.463.162l3.717%202.682s-3.7%2040.948%203.246%2043.781c-.061-.01-.41-.082-.41-.082s.704.761%202.603.537c1.454.27%201.262.226.074-.01c2.583-.334%207.337-2.497%2015.578-10.784a47%2047%200%200%200%201.776-1.676l17.8-19.217l4.163%201.465c.15.207.367.34.714.443l19.823%206.031c2.709.836%205.389%201.448%208.277%201.026c5.156-.755%208.951-5%208.9-10.192c-.02-2.28-.82-4.339-1.87-6.324l-13.128-24.898c-.418-.787-.405-1.296.196-2l22.054-25.922c1.428-1.703%202.717-3.529%203.465-5.645c1.643-4.67-.482-8.382-5.33-9.289c-2.229-.398-4.427-.188-6.6.385l-31.597%208.395c-.93.25-1.39.075-1.895-.772l-12.9-21.434c-.975-1.615-2.14-3.194-3.477-4.527C62.212.89%2059.915-.059%2057.646.004m.944%2019.736c.51.358.768.727%201.01%201.125l13.88%2023.13c.382.628.725.85%201.485.648l24.443-6.497l5.885-1.54c-.087.493-.302.79-.537%201.068l-20.16%2023.672c-.57.688-.623%201.17-.194%201.976l12.743%2024.16l.585%201.237l-.015.02l-22.727-6.264l-.006-.018l-4.298-1.205l-25.493%2028.256l4.663-37.15l-4.184-1.82l.008-.007l-23.674-9.4c.454-.413.86-.585%201.285-.717l28.777-9.096c.676-.21%201.061-.47%201.125-1.242l.403-2.355l3.875-21.807l1.12-6.174z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/apachespark.svg?color=%231a73e8&size=48