akamai logo
akamai from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- akamai
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the akamai logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.055 0C6.384 0 .96 5.38.96 12.008S6.37 24 13.055 24c.617 0 .645-.357.086-.53c-4.935-1.506-8.535-6.068-8.535-11.462c0-5.466 3.672-10.07 8.693-11.52c.516-.143.373-.488-.244-.488m2.324 1.822a9.52 9.52 0 0 0-9.525 9.526c0 1.219.228 2.381.644 3.443c.172.459.445.458.402.014a11 11 0 0 1-.056-.975a9.52 9.52 0 0 1 9.525-9.525c4.978 0 6.47 2.223 6.656 2.08c.201-.158-1.807-4.563-7.646-4.563m.469 4.07a8.73 8.73 0 0 0-5.104 1.856c-.258.2-.157.328.145.2c2.467-1.077 5.58-1.105 8.637-.044c2.05.718 3.24 1.737 3.341 1.694c.158-.072-1.191-2.223-3.644-3.141a8.8 8.8 0 0 0-3.375-.564"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAkamai(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="M13.055 0C6.384 0 .96 5.38.96 12.008S6.37 24 13.055 24c.617 0 .645-.357.086-.53c-4.935-1.506-8.535-6.068-8.535-11.462c0-5.466 3.672-10.07 8.693-11.52c.516-.143.373-.488-.244-.488m2.324 1.822a9.52 9.52 0 0 0-9.525 9.526c0 1.219.228 2.381.644 3.443c.172.459.445.458.402.014a11 11 0 0 1-.056-.975a9.52 9.52 0 0 1 9.525-9.525c4.978 0 6.47 2.223 6.656 2.08c.201-.158-1.807-4.563-7.646-4.563m.469 4.07a8.73 8.73 0 0 0-5.104 1.856c-.258.2-.157.328.145.2c2.467-1.077 5.58-1.105 8.637-.044c2.05.718 3.24 1.737 3.341 1.694c.158-.072-1.191-2.223-3.644-3.141a8.8 8.8 0 0 0-3.375-.564"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.055 0C6.384 0 .96 5.38.96 12.008S6.37 24 13.055 24c.617 0 .645-.357.086-.53c-4.935-1.506-8.535-6.068-8.535-11.462c0-5.466 3.672-10.07 8.693-11.52c.516-.143.373-.488-.244-.488m2.324 1.822a9.52 9.52 0 0 0-9.525 9.526c0 1.219.228 2.381.644 3.443c.172.459.445.458.402.014a11 11 0 0 1-.056-.975a9.52 9.52 0 0 1 9.525-9.525c4.978 0 6.47 2.223 6.656 2.08c.201-.158-1.807-4.563-7.646-4.563m.469 4.07a8.73 8.73 0 0 0-5.104 1.856c-.258.2-.157.328.145.2c2.467-1.077 5.58-1.105 8.637-.044c2.05.718 3.24 1.737 3.341 1.694c.158-.072-1.191-2.223-3.644-3.141a8.8 8.8 0 0 0-3.375-.564"/></svg> </template>
CSS
.icon-akamai {
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%22M13.055%200C6.384%200%20.96%205.38.96%2012.008S6.37%2024%2013.055%2024c.617%200%20.645-.357.086-.53c-4.935-1.506-8.535-6.068-8.535-11.462c0-5.466%203.672-10.07%208.693-11.52c.516-.143.373-.488-.244-.488m2.324%201.822a9.52%209.52%200%200%200-9.525%209.526c0%201.219.228%202.381.644%203.443c.172.459.445.458.402.014a11%2011%200%200%201-.056-.975a9.52%209.52%200%200%201%209.525-9.525c4.978%200%206.47%202.223%206.656%202.08c.201-.158-1.807-4.563-7.646-4.563m.469%204.07a8.73%208.73%200%200%200-5.104%201.856c-.258.2-.157.328.145.2c2.467-1.077%205.58-1.105%208.637-.044c2.05.718%203.24%201.737%203.341%201.694c.158-.072-1.191-2.223-3.644-3.141a8.8%208.8%200%200%200-3.375-.564%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%22M13.055%200C6.384%200%20.96%205.38.96%2012.008S6.37%2024%2013.055%2024c.617%200%20.645-.357.086-.53c-4.935-1.506-8.535-6.068-8.535-11.462c0-5.466%203.672-10.07%208.693-11.52c.516-.143.373-.488-.244-.488m2.324%201.822a9.52%209.52%200%200%200-9.525%209.526c0%201.219.228%202.381.644%203.443c.172.459.445.458.402.014a11%2011%200%200%201-.056-.975a9.52%209.52%200%200%201%209.525-9.525c4.978%200%206.47%202.223%206.656%202.08c.201-.158-1.807-4.563-7.646-4.563m.469%204.07a8.73%208.73%200%200%200-5.104%201.856c-.258.2-.157.328.145.2c2.467-1.077%205.58-1.105%208.637-.044c2.05.718%203.24%201.737%203.341%201.694c.158-.072-1.191-2.223-3.644-3.141a8.8%208.8%200%200%200-3.375-.564%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/akamai.svg?color=%231a73e8&size=48