apachesuperset logo

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

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

Use the apachesuperset logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.168 6.045C2.603 6.045 0 8.579 0 12.014c0 3.434 2.603 5.941 6.168 5.941c2.184 0 3.888-1.026 5.775-3.078c1.53 2.033 4.037 3.136 5.89 3.078c3.566 0 6.167-2.503 6.167-5.941s-2.601-5.97-6.168-5.97c-2.864 0-5.138 2.425-5.771 3.173c-.76-.9-1.674-1.665-2.682-2.274c-1.019-.588-2.084-.898-3.211-.898m2.875 1.303c1.156.595 1.952 1.42 2.639 2.304c-.534.63-1.245 1.483-1.739 2.07c-.56-.658-1.58-1.907-2.609-2.308ZM6.186 9.703c1.018.027 1.81.458 3.435 2.408c-1.158 1.378-2.202 2.244-3.435 2.244c-1.51 0-2.41-.99-2.41-2.31s.906-2.382 2.41-2.342m11.535 0c1.51 0 2.408 1.026 2.408 2.342c0 1.315-.862 2.301-2.402 2.31c-.571-.037-1.529-.026-3.442-2.314l.074-.09l.002.002c1.122-1.328 2.097-2.25 3.36-2.25m-3.762 2.738c.61.68 1.795 1.988 2.713 2.24l-1.684 2.016h-.002c-.753-.371-2.031-1.134-2.716-2.215z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsApachesuperset(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="M6.168 6.045C2.603 6.045 0 8.579 0 12.014c0 3.434 2.603 5.941 6.168 5.941c2.184 0 3.888-1.026 5.775-3.078c1.53 2.033 4.037 3.136 5.89 3.078c3.566 0 6.167-2.503 6.167-5.941s-2.601-5.97-6.168-5.97c-2.864 0-5.138 2.425-5.771 3.173c-.76-.9-1.674-1.665-2.682-2.274c-1.019-.588-2.084-.898-3.211-.898m2.875 1.303c1.156.595 1.952 1.42 2.639 2.304c-.534.63-1.245 1.483-1.739 2.07c-.56-.658-1.58-1.907-2.609-2.308ZM6.186 9.703c1.018.027 1.81.458 3.435 2.408c-1.158 1.378-2.202 2.244-3.435 2.244c-1.51 0-2.41-.99-2.41-2.31s.906-2.382 2.41-2.342m11.535 0c1.51 0 2.408 1.026 2.408 2.342c0 1.315-.862 2.301-2.402 2.31c-.571-.037-1.529-.026-3.442-2.314l.074-.09l.002.002c1.122-1.328 2.097-2.25 3.36-2.25m-3.762 2.738c.61.68 1.795 1.988 2.713 2.24l-1.684 2.016h-.002c-.753-.371-2.031-1.134-2.716-2.215z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.168 6.045C2.603 6.045 0 8.579 0 12.014c0 3.434 2.603 5.941 6.168 5.941c2.184 0 3.888-1.026 5.775-3.078c1.53 2.033 4.037 3.136 5.89 3.078c3.566 0 6.167-2.503 6.167-5.941s-2.601-5.97-6.168-5.97c-2.864 0-5.138 2.425-5.771 3.173c-.76-.9-1.674-1.665-2.682-2.274c-1.019-.588-2.084-.898-3.211-.898m2.875 1.303c1.156.595 1.952 1.42 2.639 2.304c-.534.63-1.245 1.483-1.739 2.07c-.56-.658-1.58-1.907-2.609-2.308ZM6.186 9.703c1.018.027 1.81.458 3.435 2.408c-1.158 1.378-2.202 2.244-3.435 2.244c-1.51 0-2.41-.99-2.41-2.31s.906-2.382 2.41-2.342m11.535 0c1.51 0 2.408 1.026 2.408 2.342c0 1.315-.862 2.301-2.402 2.31c-.571-.037-1.529-.026-3.442-2.314l.074-.09l.002.002c1.122-1.328 2.097-2.25 3.36-2.25m-3.762 2.738c.61.68 1.795 1.988 2.713 2.24l-1.684 2.016h-.002c-.753-.371-2.031-1.134-2.716-2.215z"/></svg>
</template>

CSS

.icon-apachesuperset {
  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%22M6.168%206.045C2.603%206.045%200%208.579%200%2012.014c0%203.434%202.603%205.941%206.168%205.941c2.184%200%203.888-1.026%205.775-3.078c1.53%202.033%204.037%203.136%205.89%203.078c3.566%200%206.167-2.503%206.167-5.941s-2.601-5.97-6.168-5.97c-2.864%200-5.138%202.425-5.771%203.173c-.76-.9-1.674-1.665-2.682-2.274c-1.019-.588-2.084-.898-3.211-.898m2.875%201.303c1.156.595%201.952%201.42%202.639%202.304c-.534.63-1.245%201.483-1.739%202.07c-.56-.658-1.58-1.907-2.609-2.308ZM6.186%209.703c1.018.027%201.81.458%203.435%202.408c-1.158%201.378-2.202%202.244-3.435%202.244c-1.51%200-2.41-.99-2.41-2.31s.906-2.382%202.41-2.342m11.535%200c1.51%200%202.408%201.026%202.408%202.342c0%201.315-.862%202.301-2.402%202.31c-.571-.037-1.529-.026-3.442-2.314l.074-.09l.002.002c1.122-1.328%202.097-2.25%203.36-2.25m-3.762%202.738c.61.68%201.795%201.988%202.713%202.24l-1.684%202.016h-.002c-.753-.371-2.031-1.134-2.716-2.215z%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%22M6.168%206.045C2.603%206.045%200%208.579%200%2012.014c0%203.434%202.603%205.941%206.168%205.941c2.184%200%203.888-1.026%205.775-3.078c1.53%202.033%204.037%203.136%205.89%203.078c3.566%200%206.167-2.503%206.167-5.941s-2.601-5.97-6.168-5.97c-2.864%200-5.138%202.425-5.771%203.173c-.76-.9-1.674-1.665-2.682-2.274c-1.019-.588-2.084-.898-3.211-.898m2.875%201.303c1.156.595%201.952%201.42%202.639%202.304c-.534.63-1.245%201.483-1.739%202.07c-.56-.658-1.58-1.907-2.609-2.308ZM6.186%209.703c1.018.027%201.81.458%203.435%202.408c-1.158%201.378-2.202%202.244-3.435%202.244c-1.51%200-2.41-.99-2.41-2.31s.906-2.382%202.41-2.342m11.535%200c1.51%200%202.408%201.026%202.408%202.342c0%201.315-.862%202.301-2.402%202.31c-.571-.037-1.529-.026-3.442-2.314l.074-.09l.002.002c1.122-1.328%202.097-2.25%203.36-2.25m-3.762%202.738c.61.68%201.795%201.988%202.713%202.24l-1.684%202.016h-.002c-.753-.371-2.031-1.134-2.716-2.215z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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