akka-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
akka-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the akka logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#0b5567" d="M67.132 57.89v-2.53h4.127v12.113c0 1.472.352 2.032 1.265 2.032c.249 0 .56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996 0-1.784-.166-2.406-.56c-.767-.519-1.244-1.203-1.41-2.095c-1.203 1.825-3.194 2.717-5.953 2.717c-2.447 0-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708 2.489-6.43c1.68-1.762 3.754-2.613 6.201-2.613c2.82 0 4.916 1.245 5.559 2.904zm-1.224 9.935c1.037-.995 1.555-2.281 1.555-3.795q0-2.272-1.555-3.795c-.996-.996-2.282-1.515-3.754-1.515c-1.473 0-2.676.519-3.692 1.515c-.954.995-1.452 2.28-1.452 3.795c0 1.514.477 2.78 1.452 3.795c.996.996 2.199 1.514 3.692 1.514c1.472 0 2.758-.518 3.754-1.514m9.291 4.895V48.724h4.107v14.02l6.409-7.363h4.729l-6.783 7.757l7.508 9.603h-4.687l-5.475-6.99l-1.722 1.93v5.04Zm17.07 0V48.724h4.106v14.02l6.409-7.363h4.75l-6.783 7.757l7.508 9.603h-4.687l-5.475-6.99l-1.722 1.93v5.04Zm28.434-14.83v-2.53h4.128v12.113c0 1.472.352 2.032 1.265 2.032c.249 0 .56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996 0-1.784-.166-2.406-.56c-.768-.519-1.245-1.203-1.41-2.095c-1.203 1.825-3.194 2.717-5.953 2.717c-2.447 0-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708 2.489-6.43c1.68-1.762 3.754-2.613 6.201-2.613c2.8 0 4.895 1.245 5.558 2.904zm-1.244 9.935c1.037-.995 1.556-2.281 1.556-3.795q0-2.272-1.556-3.795c-.995-.996-2.281-1.515-3.754-1.515s-2.675.519-3.692 1.515c-.954.995-1.451 2.28-1.451 3.795c0 1.514.477 2.78 1.451 3.795c.996.996 2.199 1.514 3.692 1.514c1.473 0 2.759-.518 3.754-1.514m-77.07 12.32c7.445 5.953 12.215-11.822.352-15.099c-9.955-2.758-19.973 1.97-30.011 13.004c0 0 18.542-6.782 29.658 2.095z"/><path fill="#15a9ce" d="M12.896 77.905c7.135-7.404 18.998-15.659 30.052-12.61c2.572.726 4.397 2.22 5.58 4.003L38.075 48.205c-1.494-2.385-5.31-1.887-7.467-.062L2.982 71.289c-2.51 2.157-2.655 5.994-.332 8.317a5.66 5.66 0 0 0 7.57.415z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconAkkaWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#0b5567" d="M67.132 57.89v-2.53h4.127v12.113c0 1.472.352 2.032 1.265 2.032c.249 0 .56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996 0-1.784-.166-2.406-.56c-.767-.519-1.244-1.203-1.41-2.095c-1.203 1.825-3.194 2.717-5.953 2.717c-2.447 0-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708 2.489-6.43c1.68-1.762 3.754-2.613 6.201-2.613c2.82 0 4.916 1.245 5.559 2.904zm-1.224 9.935c1.037-.995 1.555-2.281 1.555-3.795q0-2.272-1.555-3.795c-.996-.996-2.282-1.515-3.754-1.515c-1.473 0-2.676.519-3.692 1.515c-.954.995-1.452 2.28-1.452 3.795c0 1.514.477 2.78 1.452 3.795c.996.996 2.199 1.514 3.692 1.514c1.472 0 2.758-.518 3.754-1.514m9.291 4.895V48.724h4.107v14.02l6.409-7.363h4.729l-6.783 7.757l7.508 9.603h-4.687l-5.475-6.99l-1.722 1.93v5.04Zm17.07 0V48.724h4.106v14.02l6.409-7.363h4.75l-6.783 7.757l7.508 9.603h-4.687l-5.475-6.99l-1.722 1.93v5.04Zm28.434-14.83v-2.53h4.128v12.113c0 1.472.352 2.032 1.265 2.032c.249 0 .56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996 0-1.784-.166-2.406-.56c-.768-.519-1.245-1.203-1.41-2.095c-1.203 1.825-3.194 2.717-5.953 2.717c-2.447 0-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708 2.489-6.43c1.68-1.762 3.754-2.613 6.201-2.613c2.8 0 4.895 1.245 5.558 2.904zm-1.244 9.935c1.037-.995 1.556-2.281 1.556-3.795q0-2.272-1.556-3.795c-.995-.996-2.281-1.515-3.754-1.515s-2.675.519-3.692 1.515c-.954.995-1.451 2.28-1.451 3.795c0 1.514.477 2.78 1.451 3.795c.996.996 2.199 1.514 3.692 1.514c1.473 0 2.759-.518 3.754-1.514m-77.07 12.32c7.445 5.953 12.215-11.822.352-15.099c-9.955-2.758-19.973 1.97-30.011 13.004c0 0 18.542-6.782 29.658 2.095z"/><path fill="#15a9ce" d="M12.896 77.905c7.135-7.404 18.998-15.659 30.052-12.61c2.572.726 4.397 2.22 5.58 4.003L38.075 48.205c-1.494-2.385-5.31-1.887-7.467-.062L2.982 71.289c-2.51 2.157-2.655 5.994-.332 8.317a5.66 5.66 0 0 0 7.57.415z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#0b5567" d="M67.132 57.89v-2.53h4.127v12.113c0 1.472.352 2.032 1.265 2.032c.249 0 .56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996 0-1.784-.166-2.406-.56c-.767-.519-1.244-1.203-1.41-2.095c-1.203 1.825-3.194 2.717-5.953 2.717c-2.447 0-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708 2.489-6.43c1.68-1.762 3.754-2.613 6.201-2.613c2.82 0 4.916 1.245 5.559 2.904zm-1.224 9.935c1.037-.995 1.555-2.281 1.555-3.795q0-2.272-1.555-3.795c-.996-.996-2.282-1.515-3.754-1.515c-1.473 0-2.676.519-3.692 1.515c-.954.995-1.452 2.28-1.452 3.795c0 1.514.477 2.78 1.452 3.795c.996.996 2.199 1.514 3.692 1.514c1.472 0 2.758-.518 3.754-1.514m9.291 4.895V48.724h4.107v14.02l6.409-7.363h4.729l-6.783 7.757l7.508 9.603h-4.687l-5.475-6.99l-1.722 1.93v5.04Zm17.07 0V48.724h4.106v14.02l6.409-7.363h4.75l-6.783 7.757l7.508 9.603h-4.687l-5.475-6.99l-1.722 1.93v5.04Zm28.434-14.83v-2.53h4.128v12.113c0 1.472.352 2.032 1.265 2.032c.249 0 .56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996 0-1.784-.166-2.406-.56c-.768-.519-1.245-1.203-1.41-2.095c-1.203 1.825-3.194 2.717-5.953 2.717c-2.447 0-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708 2.489-6.43c1.68-1.762 3.754-2.613 6.201-2.613c2.8 0 4.895 1.245 5.558 2.904zm-1.244 9.935c1.037-.995 1.556-2.281 1.556-3.795q0-2.272-1.556-3.795c-.995-.996-2.281-1.515-3.754-1.515s-2.675.519-3.692 1.515c-.954.995-1.451 2.28-1.451 3.795c0 1.514.477 2.78 1.451 3.795c.996.996 2.199 1.514 3.692 1.514c1.473 0 2.759-.518 3.754-1.514m-77.07 12.32c7.445 5.953 12.215-11.822.352-15.099c-9.955-2.758-19.973 1.97-30.011 13.004c0 0 18.542-6.782 29.658 2.095z"/><path fill="#15a9ce" d="M12.896 77.905c7.135-7.404 18.998-15.659 30.052-12.61c2.572.726 4.397 2.22 5.58 4.003L38.075 48.205c-1.494-2.385-5.31-1.887-7.467-.062L2.982 71.289c-2.51 2.157-2.655 5.994-.332 8.317a5.66 5.66 0 0 0 7.57.415z"/></svg>
</template>

CSS

.icon-akka-wordmark {
  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%230b5567%22%20d%3D%22M67.132%2057.89v-2.53h4.127v12.113c0%201.472.352%202.032%201.265%202.032c.249%200%20.56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996%200-1.784-.166-2.406-.56c-.767-.519-1.244-1.203-1.41-2.095c-1.203%201.825-3.194%202.717-5.953%202.717c-2.447%200-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708%202.489-6.43c1.68-1.762%203.754-2.613%206.201-2.613c2.82%200%204.916%201.245%205.559%202.904zm-1.224%209.935c1.037-.995%201.555-2.281%201.555-3.795q0-2.272-1.555-3.795c-.996-.996-2.282-1.515-3.754-1.515c-1.473%200-2.676.519-3.692%201.515c-.954.995-1.452%202.28-1.452%203.795c0%201.514.477%202.78%201.452%203.795c.996.996%202.199%201.514%203.692%201.514c1.472%200%202.758-.518%203.754-1.514m9.291%204.895V48.724h4.107v14.02l6.409-7.363h4.729l-6.783%207.757l7.508%209.603h-4.687l-5.475-6.99l-1.722%201.93v5.04Zm17.07%200V48.724h4.106v14.02l6.409-7.363h4.75l-6.783%207.757l7.508%209.603h-4.687l-5.475-6.99l-1.722%201.93v5.04Zm28.434-14.83v-2.53h4.128v12.113c0%201.472.352%202.032%201.265%202.032c.249%200%20.56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996%200-1.784-.166-2.406-.56c-.768-.519-1.245-1.203-1.41-2.095c-1.203%201.825-3.194%202.717-5.953%202.717c-2.447%200-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708%202.489-6.43c1.68-1.762%203.754-2.613%206.201-2.613c2.8%200%204.895%201.245%205.558%202.904zm-1.244%209.935c1.037-.995%201.556-2.281%201.556-3.795q0-2.272-1.556-3.795c-.995-.996-2.281-1.515-3.754-1.515s-2.675.519-3.692%201.515c-.954.995-1.451%202.28-1.451%203.795c0%201.514.477%202.78%201.451%203.795c.996.996%202.199%201.514%203.692%201.514c1.473%200%202.759-.518%203.754-1.514m-77.07%2012.32c7.445%205.953%2012.215-11.822.352-15.099c-9.955-2.758-19.973%201.97-30.011%2013.004c0%200%2018.542-6.782%2029.658%202.095z%22%2F%3E%3Cpath%20fill%3D%22%2315a9ce%22%20d%3D%22M12.896%2077.905c7.135-7.404%2018.998-15.659%2030.052-12.61c2.572.726%204.397%202.22%205.58%204.003L38.075%2048.205c-1.494-2.385-5.31-1.887-7.467-.062L2.982%2071.289c-2.51%202.157-2.655%205.994-.332%208.317a5.66%205.66%200%200%200%207.57.415z%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%230b5567%22%20d%3D%22M67.132%2057.89v-2.53h4.127v12.113c0%201.472.352%202.032%201.265%202.032c.249%200%20.56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996%200-1.784-.166-2.406-.56c-.767-.519-1.244-1.203-1.41-2.095c-1.203%201.825-3.194%202.717-5.953%202.717c-2.447%200-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708%202.489-6.43c1.68-1.762%203.754-2.613%206.201-2.613c2.82%200%204.916%201.245%205.559%202.904zm-1.224%209.935c1.037-.995%201.555-2.281%201.555-3.795q0-2.272-1.555-3.795c-.996-.996-2.282-1.515-3.754-1.515c-1.473%200-2.676.519-3.692%201.515c-.954.995-1.452%202.28-1.452%203.795c0%201.514.477%202.78%201.452%203.795c.996.996%202.199%201.514%203.692%201.514c1.472%200%202.758-.518%203.754-1.514m9.291%204.895V48.724h4.107v14.02l6.409-7.363h4.729l-6.783%207.757l7.508%209.603h-4.687l-5.475-6.99l-1.722%201.93v5.04Zm17.07%200V48.724h4.106v14.02l6.409-7.363h4.75l-6.783%207.757l7.508%209.603h-4.687l-5.475-6.99l-1.722%201.93v5.04Zm28.434-14.83v-2.53h4.128v12.113c0%201.472.352%202.032%201.265%202.032c.249%200%20.56-.041.85-.062v3.34c-.456.165-1.14.269-2.032.269c-.996%200-1.784-.166-2.406-.56c-.768-.519-1.245-1.203-1.41-2.095c-1.203%201.825-3.194%202.717-5.953%202.717c-2.447%200-4.5-.85-6.201-2.613c-1.66-1.763-2.489-3.9-2.489-6.471s.83-4.708%202.489-6.43c1.68-1.762%203.754-2.613%206.201-2.613c2.8%200%204.895%201.245%205.558%202.904zm-1.244%209.935c1.037-.995%201.556-2.281%201.556-3.795q0-2.272-1.556-3.795c-.995-.996-2.281-1.515-3.754-1.515s-2.675.519-3.692%201.515c-.954.995-1.451%202.28-1.451%203.795c0%201.514.477%202.78%201.451%203.795c.996.996%202.199%201.514%203.692%201.514c1.473%200%202.759-.518%203.754-1.514m-77.07%2012.32c7.445%205.953%2012.215-11.822.352-15.099c-9.955-2.758-19.973%201.97-30.011%2013.004c0%200%2018.542-6.782%2029.658%202.095z%22%2F%3E%3Cpath%20fill%3D%22%2315a9ce%22%20d%3D%22M12.896%2077.905c7.135-7.404%2018.998-15.659%2030.052-12.61c2.572.726%204.397%202.22%205.58%204.003L38.075%2048.205c-1.494-2.385-5.31-1.887-7.467-.062L2.982%2071.289c-2.51%202.157-2.655%205.994-.332%208.317a5.66%205.66%200%200%200%207.57.415z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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