edgio icon logo
edgio-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- edgio-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the edgio icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><radialGradient id="SVGvx7f8gav" cx="104.362%" cy="13.088%" r="94.575%" fx="104.362%" fy="13.088%"><stop offset="0%" stop-color="#01b07d"/><stop offset="100%" stop-color="#01b07d" stop-opacity="0"/></radialGradient><radialGradient id="SVGxBDsmcEU" cx="68.749%" cy="120.916%" r="68.487%" fx="68.749%" fy="120.916%"><stop offset="0%" stop-color="#00aae5"/><stop offset="100%" stop-color="#00aae5" stop-opacity="0"/></radialGradient><linearGradient id="SVGkj8Clhds" x1="3.185%" x2="57.325%" y1="2.866%" y2="58.917%"><stop offset="0%" stop-color="#793092"/><stop offset="100%" stop-color="#6144a1"/></linearGradient></defs><path fill="url(#SVGkj8Clhds)" d="M0 0h256v256H0z"/><path fill="url(#SVGvx7f8gav)" d="M0 0h256v256H0z"/><path fill="url(#SVGxBDsmcEU)" d="M0 0h256v256H0z"/><path fill="#fff" d="m170.908 77.201l16.225-29.253H68.867v160.103h118.266l-16.144-29.293h-70.24v-36.819h55.755l8.983-29.294h-64.738V77.201z"/></svg>
React
import type { SVGProps } from "react";
export function LogosEdgioIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><radialGradient id="SVGvx7f8gav" cx="104.362%" cy="13.088%" r="94.575%" fx="104.362%" fy="13.088%"><stop offset="0%" stopColor="#01b07d"/><stop offset="100%" stopColor="#01b07d" stopOpacity="0"/></radialGradient><radialGradient id="SVGxBDsmcEU" cx="68.749%" cy="120.916%" r="68.487%" fx="68.749%" fy="120.916%"><stop offset="0%" stopColor="#00aae5"/><stop offset="100%" stopColor="#00aae5" stopOpacity="0"/></radialGradient><linearGradient id="SVGkj8Clhds" x1="3.185%" x2="57.325%" y1="2.866%" y2="58.917%"><stop offset="0%" stopColor="#793092"/><stop offset="100%" stopColor="#6144a1"/></linearGradient></defs><path fill="url(#SVGkj8Clhds)" d="M0 0h256v256H0z"/><path fill="url(#SVGvx7f8gav)" d="M0 0h256v256H0z"/><path fill="url(#SVGxBDsmcEU)" d="M0 0h256v256H0z"/><path fill="#fff" d="m170.908 77.201l16.225-29.253H68.867v160.103h118.266l-16.144-29.293h-70.24v-36.819h55.755l8.983-29.294h-64.738V77.201z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><radialGradient id="SVGvx7f8gav" cx="104.362%" cy="13.088%" r="94.575%" fx="104.362%" fy="13.088%"><stop offset="0%" stop-color="#01b07d"/><stop offset="100%" stop-color="#01b07d" stop-opacity="0"/></radialGradient><radialGradient id="SVGxBDsmcEU" cx="68.749%" cy="120.916%" r="68.487%" fx="68.749%" fy="120.916%"><stop offset="0%" stop-color="#00aae5"/><stop offset="100%" stop-color="#00aae5" stop-opacity="0"/></radialGradient><linearGradient id="SVGkj8Clhds" x1="3.185%" x2="57.325%" y1="2.866%" y2="58.917%"><stop offset="0%" stop-color="#793092"/><stop offset="100%" stop-color="#6144a1"/></linearGradient></defs><path fill="url(#SVGkj8Clhds)" d="M0 0h256v256H0z"/><path fill="url(#SVGvx7f8gav)" d="M0 0h256v256H0z"/><path fill="url(#SVGxBDsmcEU)" d="M0 0h256v256H0z"/><path fill="#fff" d="m170.908 77.201l16.225-29.253H68.867v160.103h118.266l-16.144-29.293h-70.24v-36.819h55.755l8.983-29.294h-64.738V77.201z"/></svg> </template>
CSS
.icon-edgio-icon {
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%3Cdefs%3E%3CradialGradient%20id%3D%22SVGvx7f8gav%22%20cx%3D%22104.362%25%22%20cy%3D%2213.088%25%22%20r%3D%2294.575%25%22%20fx%3D%22104.362%25%22%20fy%3D%2213.088%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2301b07d%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2301b07d%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGxBDsmcEU%22%20cx%3D%2268.749%25%22%20cy%3D%22120.916%25%22%20r%3D%2268.487%25%22%20fx%3D%2268.749%25%22%20fy%3D%22120.916%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2300aae5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2300aae5%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGkj8Clhds%22%20x1%3D%223.185%25%22%20x2%3D%2257.325%25%22%20y1%3D%222.866%25%22%20y2%3D%2258.917%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23793092%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%236144a1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGkj8Clhds)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvx7f8gav)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxBDsmcEU)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m170.908%2077.201l16.225-29.253H68.867v160.103h118.266l-16.144-29.293h-70.24v-36.819h55.755l8.983-29.294h-64.738V77.201z%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%20256%20256%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGvx7f8gav%22%20cx%3D%22104.362%25%22%20cy%3D%2213.088%25%22%20r%3D%2294.575%25%22%20fx%3D%22104.362%25%22%20fy%3D%2213.088%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2301b07d%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2301b07d%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGxBDsmcEU%22%20cx%3D%2268.749%25%22%20cy%3D%22120.916%25%22%20r%3D%2268.487%25%22%20fx%3D%2268.749%25%22%20fy%3D%22120.916%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2300aae5%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2300aae5%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGkj8Clhds%22%20x1%3D%223.185%25%22%20x2%3D%2257.325%25%22%20y1%3D%222.866%25%22%20y2%3D%2258.917%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23793092%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%236144a1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGkj8Clhds)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvx7f8gav)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxBDsmcEU)%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m170.908%2077.201l16.225-29.253H68.867v160.103h118.266l-16.144-29.293h-70.24v-36.819h55.755l8.983-29.294h-64.738V77.201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/edgio-icon.svg?color=%231a73e8&size=48