edgio logo
edgio from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- edgio
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×212
- License
- CC0
Related icons in SVG Logos
Use the edgio logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 212"><path d="M275.344 50.665c14.68 0 26.14 5.132 34.387 15.363h.032V53.644h29.334v101.864c0 17.786-5.385 31.784-16.162 41.942c-10.776 10.157-25.128 14.162-43.533 14.162a106.2 106.2 0 0 1-27.129-3.624c-4.447-1.203-7.523-2.236-9.457-2.954l-.36-.135c-1.558-.589-2.26-.932-2.26-.932l20.118-21.023s4.529 3.163 17.511 3.163c9.55 0 17.257-2.428 23.023-7.544c5.767-5.11 8.66-12.384 8.66-21.775v-7.803c-8.263 10.01-19.637 15.025-34.164 15.025a47.1 47.1 0 0 1-19.363-4.127a52.5 52.5 0 0 1-16.336-11.337c-4.703-4.825-8.449-10.813-11.237-17.997c-2.803-7.169-4.19-14.898-4.19-23.145c0-8.327 1.402-16.062 4.19-23.209c2.788-7.152 6.534-13.136 11.237-17.998a52 52 0 0 1 16.336-11.405a47.1 47.1 0 0 1 19.363-4.127M214.278 0v165.036h-29.213v-12.268c-8.179 10.078-19.262 15.12-33.239 15.12c-15.342 0-28.155-5.576-38.38-16.728c-10.248-11.152-15.364-25.055-15.364-41.72c0-16.659 5.116-30.567 15.363-41.719c10.226-11.152 23.023-16.728 38.381-16.728c13.586 0 24.478 4.857 32.657 14.554v-39.89zm237.545 50.665c17.273 0 31.61 5.56 43.036 16.68q17.118 16.68 17.141 41.773q0 25.092-17.14 41.772c-11.428 11.12-25.775 16.675-43.037 16.675c-17.188 0-31.472-5.56-42.867-16.675c-11.374-11.12-17.072-25.044-17.072-41.772s5.682-30.652 17.072-41.773c11.39-11.12 25.673-16.68 42.867-16.68M122.386 4.243l-15.395 29.35H31.964v35.525H93.85l-7.512 29.334H31.969v36.905h57.834l16.146 29.335H0V4.242zm259.854 49.4v111.044h-29.906V79.302zm-224.923 25.22c-8.57 0-15.479 2.94-20.748 8.77c-5.27 5.836-7.904 13.12-7.904 21.828s2.619 15.977 7.904 21.828q7.927 8.777 20.748 8.777c8.47 0 15.38-2.889 20.68-8.655c5.322-5.782 7.973-13.088 7.973-21.95c0-8.86-2.667-16.177-7.967-21.944c-5.307-5.766-12.2-8.655-20.686-8.655m294.506-.329c-8.486 0-15.511 2.852-21.093 8.587c-5.575 5.729-8.358 13.067-8.358 21.997s2.783 16.267 8.358 21.997s12.607 8.586 21.093 8.586c8.549 0 15.617-2.857 21.193-8.586c5.576-5.73 8.364-13.067 8.364-21.997s-2.788-16.268-8.364-21.997c-5.576-5.73-12.639-8.587-21.193-8.587m-168.914-.36c-8.332 0-15.088 2.805-20.235 8.418c-5.153 5.607-7.735 12.538-7.735 20.796c0 8.263 2.566 15.172 7.735 20.754c5.163 5.57 11.903 8.358 20.235 8.358c8.174 0 14.86-2.767 20.06-8.31c5.185-5.524 7.783-12.47 7.783-20.786c0-8.412-2.582-15.374-7.73-20.918c-5.163-5.544-11.87-8.311-20.113-8.311M382.256 16.4v29.922h-29.917V16.4z"/></svg>
React
import type { SVGProps } from "react";
export function LogosEdgio(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 212"><path d="M275.344 50.665c14.68 0 26.14 5.132 34.387 15.363h.032V53.644h29.334v101.864c0 17.786-5.385 31.784-16.162 41.942c-10.776 10.157-25.128 14.162-43.533 14.162a106.2 106.2 0 0 1-27.129-3.624c-4.447-1.203-7.523-2.236-9.457-2.954l-.36-.135c-1.558-.589-2.26-.932-2.26-.932l20.118-21.023s4.529 3.163 17.511 3.163c9.55 0 17.257-2.428 23.023-7.544c5.767-5.11 8.66-12.384 8.66-21.775v-7.803c-8.263 10.01-19.637 15.025-34.164 15.025a47.1 47.1 0 0 1-19.363-4.127a52.5 52.5 0 0 1-16.336-11.337c-4.703-4.825-8.449-10.813-11.237-17.997c-2.803-7.169-4.19-14.898-4.19-23.145c0-8.327 1.402-16.062 4.19-23.209c2.788-7.152 6.534-13.136 11.237-17.998a52 52 0 0 1 16.336-11.405a47.1 47.1 0 0 1 19.363-4.127M214.278 0v165.036h-29.213v-12.268c-8.179 10.078-19.262 15.12-33.239 15.12c-15.342 0-28.155-5.576-38.38-16.728c-10.248-11.152-15.364-25.055-15.364-41.72c0-16.659 5.116-30.567 15.363-41.719c10.226-11.152 23.023-16.728 38.381-16.728c13.586 0 24.478 4.857 32.657 14.554v-39.89zm237.545 50.665c17.273 0 31.61 5.56 43.036 16.68q17.118 16.68 17.141 41.773q0 25.092-17.14 41.772c-11.428 11.12-25.775 16.675-43.037 16.675c-17.188 0-31.472-5.56-42.867-16.675c-11.374-11.12-17.072-25.044-17.072-41.772s5.682-30.652 17.072-41.773c11.39-11.12 25.673-16.68 42.867-16.68M122.386 4.243l-15.395 29.35H31.964v35.525H93.85l-7.512 29.334H31.969v36.905h57.834l16.146 29.335H0V4.242zm259.854 49.4v111.044h-29.906V79.302zm-224.923 25.22c-8.57 0-15.479 2.94-20.748 8.77c-5.27 5.836-7.904 13.12-7.904 21.828s2.619 15.977 7.904 21.828q7.927 8.777 20.748 8.777c8.47 0 15.38-2.889 20.68-8.655c5.322-5.782 7.973-13.088 7.973-21.95c0-8.86-2.667-16.177-7.967-21.944c-5.307-5.766-12.2-8.655-20.686-8.655m294.506-.329c-8.486 0-15.511 2.852-21.093 8.587c-5.575 5.729-8.358 13.067-8.358 21.997s2.783 16.267 8.358 21.997s12.607 8.586 21.093 8.586c8.549 0 15.617-2.857 21.193-8.586c5.576-5.73 8.364-13.067 8.364-21.997s-2.788-16.268-8.364-21.997c-5.576-5.73-12.639-8.587-21.193-8.587m-168.914-.36c-8.332 0-15.088 2.805-20.235 8.418c-5.153 5.607-7.735 12.538-7.735 20.796c0 8.263 2.566 15.172 7.735 20.754c5.163 5.57 11.903 8.358 20.235 8.358c8.174 0 14.86-2.767 20.06-8.31c5.185-5.524 7.783-12.47 7.783-20.786c0-8.412-2.582-15.374-7.73-20.918c-5.163-5.544-11.87-8.311-20.113-8.311M382.256 16.4v29.922h-29.917V16.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 212"><path d="M275.344 50.665c14.68 0 26.14 5.132 34.387 15.363h.032V53.644h29.334v101.864c0 17.786-5.385 31.784-16.162 41.942c-10.776 10.157-25.128 14.162-43.533 14.162a106.2 106.2 0 0 1-27.129-3.624c-4.447-1.203-7.523-2.236-9.457-2.954l-.36-.135c-1.558-.589-2.26-.932-2.26-.932l20.118-21.023s4.529 3.163 17.511 3.163c9.55 0 17.257-2.428 23.023-7.544c5.767-5.11 8.66-12.384 8.66-21.775v-7.803c-8.263 10.01-19.637 15.025-34.164 15.025a47.1 47.1 0 0 1-19.363-4.127a52.5 52.5 0 0 1-16.336-11.337c-4.703-4.825-8.449-10.813-11.237-17.997c-2.803-7.169-4.19-14.898-4.19-23.145c0-8.327 1.402-16.062 4.19-23.209c2.788-7.152 6.534-13.136 11.237-17.998a52 52 0 0 1 16.336-11.405a47.1 47.1 0 0 1 19.363-4.127M214.278 0v165.036h-29.213v-12.268c-8.179 10.078-19.262 15.12-33.239 15.12c-15.342 0-28.155-5.576-38.38-16.728c-10.248-11.152-15.364-25.055-15.364-41.72c0-16.659 5.116-30.567 15.363-41.719c10.226-11.152 23.023-16.728 38.381-16.728c13.586 0 24.478 4.857 32.657 14.554v-39.89zm237.545 50.665c17.273 0 31.61 5.56 43.036 16.68q17.118 16.68 17.141 41.773q0 25.092-17.14 41.772c-11.428 11.12-25.775 16.675-43.037 16.675c-17.188 0-31.472-5.56-42.867-16.675c-11.374-11.12-17.072-25.044-17.072-41.772s5.682-30.652 17.072-41.773c11.39-11.12 25.673-16.68 42.867-16.68M122.386 4.243l-15.395 29.35H31.964v35.525H93.85l-7.512 29.334H31.969v36.905h57.834l16.146 29.335H0V4.242zm259.854 49.4v111.044h-29.906V79.302zm-224.923 25.22c-8.57 0-15.479 2.94-20.748 8.77c-5.27 5.836-7.904 13.12-7.904 21.828s2.619 15.977 7.904 21.828q7.927 8.777 20.748 8.777c8.47 0 15.38-2.889 20.68-8.655c5.322-5.782 7.973-13.088 7.973-21.95c0-8.86-2.667-16.177-7.967-21.944c-5.307-5.766-12.2-8.655-20.686-8.655m294.506-.329c-8.486 0-15.511 2.852-21.093 8.587c-5.575 5.729-8.358 13.067-8.358 21.997s2.783 16.267 8.358 21.997s12.607 8.586 21.093 8.586c8.549 0 15.617-2.857 21.193-8.586c5.576-5.73 8.364-13.067 8.364-21.997s-2.788-16.268-8.364-21.997c-5.576-5.73-12.639-8.587-21.193-8.587m-168.914-.36c-8.332 0-15.088 2.805-20.235 8.418c-5.153 5.607-7.735 12.538-7.735 20.796c0 8.263 2.566 15.172 7.735 20.754c5.163 5.57 11.903 8.358 20.235 8.358c8.174 0 14.86-2.767 20.06-8.31c5.185-5.524 7.783-12.47 7.783-20.786c0-8.412-2.582-15.374-7.73-20.918c-5.163-5.544-11.87-8.311-20.113-8.311M382.256 16.4v29.922h-29.917V16.4z"/></svg> </template>
CSS
.icon-edgio {
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%20512%20212%22%3E%3Cpath%20d%3D%22M275.344%2050.665c14.68%200%2026.14%205.132%2034.387%2015.363h.032V53.644h29.334v101.864c0%2017.786-5.385%2031.784-16.162%2041.942c-10.776%2010.157-25.128%2014.162-43.533%2014.162a106.2%20106.2%200%200%201-27.129-3.624c-4.447-1.203-7.523-2.236-9.457-2.954l-.36-.135c-1.558-.589-2.26-.932-2.26-.932l20.118-21.023s4.529%203.163%2017.511%203.163c9.55%200%2017.257-2.428%2023.023-7.544c5.767-5.11%208.66-12.384%208.66-21.775v-7.803c-8.263%2010.01-19.637%2015.025-34.164%2015.025a47.1%2047.1%200%200%201-19.363-4.127a52.5%2052.5%200%200%201-16.336-11.337c-4.703-4.825-8.449-10.813-11.237-17.997c-2.803-7.169-4.19-14.898-4.19-23.145c0-8.327%201.402-16.062%204.19-23.209c2.788-7.152%206.534-13.136%2011.237-17.998a52%2052%200%200%201%2016.336-11.405a47.1%2047.1%200%200%201%2019.363-4.127M214.278%200v165.036h-29.213v-12.268c-8.179%2010.078-19.262%2015.12-33.239%2015.12c-15.342%200-28.155-5.576-38.38-16.728c-10.248-11.152-15.364-25.055-15.364-41.72c0-16.659%205.116-30.567%2015.363-41.719c10.226-11.152%2023.023-16.728%2038.381-16.728c13.586%200%2024.478%204.857%2032.657%2014.554v-39.89zm237.545%2050.665c17.273%200%2031.61%205.56%2043.036%2016.68q17.118%2016.68%2017.141%2041.773q0%2025.092-17.14%2041.772c-11.428%2011.12-25.775%2016.675-43.037%2016.675c-17.188%200-31.472-5.56-42.867-16.675c-11.374-11.12-17.072-25.044-17.072-41.772s5.682-30.652%2017.072-41.773c11.39-11.12%2025.673-16.68%2042.867-16.68M122.386%204.243l-15.395%2029.35H31.964v35.525H93.85l-7.512%2029.334H31.969v36.905h57.834l16.146%2029.335H0V4.242zm259.854%2049.4v111.044h-29.906V79.302zm-224.923%2025.22c-8.57%200-15.479%202.94-20.748%208.77c-5.27%205.836-7.904%2013.12-7.904%2021.828s2.619%2015.977%207.904%2021.828q7.927%208.777%2020.748%208.777c8.47%200%2015.38-2.889%2020.68-8.655c5.322-5.782%207.973-13.088%207.973-21.95c0-8.86-2.667-16.177-7.967-21.944c-5.307-5.766-12.2-8.655-20.686-8.655m294.506-.329c-8.486%200-15.511%202.852-21.093%208.587c-5.575%205.729-8.358%2013.067-8.358%2021.997s2.783%2016.267%208.358%2021.997s12.607%208.586%2021.093%208.586c8.549%200%2015.617-2.857%2021.193-8.586c5.576-5.73%208.364-13.067%208.364-21.997s-2.788-16.268-8.364-21.997c-5.576-5.73-12.639-8.587-21.193-8.587m-168.914-.36c-8.332%200-15.088%202.805-20.235%208.418c-5.153%205.607-7.735%2012.538-7.735%2020.796c0%208.263%202.566%2015.172%207.735%2020.754c5.163%205.57%2011.903%208.358%2020.235%208.358c8.174%200%2014.86-2.767%2020.06-8.31c5.185-5.524%207.783-12.47%207.783-20.786c0-8.412-2.582-15.374-7.73-20.918c-5.163-5.544-11.87-8.311-20.113-8.311M382.256%2016.4v29.922h-29.917V16.4z%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%20512%20212%22%3E%3Cpath%20d%3D%22M275.344%2050.665c14.68%200%2026.14%205.132%2034.387%2015.363h.032V53.644h29.334v101.864c0%2017.786-5.385%2031.784-16.162%2041.942c-10.776%2010.157-25.128%2014.162-43.533%2014.162a106.2%20106.2%200%200%201-27.129-3.624c-4.447-1.203-7.523-2.236-9.457-2.954l-.36-.135c-1.558-.589-2.26-.932-2.26-.932l20.118-21.023s4.529%203.163%2017.511%203.163c9.55%200%2017.257-2.428%2023.023-7.544c5.767-5.11%208.66-12.384%208.66-21.775v-7.803c-8.263%2010.01-19.637%2015.025-34.164%2015.025a47.1%2047.1%200%200%201-19.363-4.127a52.5%2052.5%200%200%201-16.336-11.337c-4.703-4.825-8.449-10.813-11.237-17.997c-2.803-7.169-4.19-14.898-4.19-23.145c0-8.327%201.402-16.062%204.19-23.209c2.788-7.152%206.534-13.136%2011.237-17.998a52%2052%200%200%201%2016.336-11.405a47.1%2047.1%200%200%201%2019.363-4.127M214.278%200v165.036h-29.213v-12.268c-8.179%2010.078-19.262%2015.12-33.239%2015.12c-15.342%200-28.155-5.576-38.38-16.728c-10.248-11.152-15.364-25.055-15.364-41.72c0-16.659%205.116-30.567%2015.363-41.719c10.226-11.152%2023.023-16.728%2038.381-16.728c13.586%200%2024.478%204.857%2032.657%2014.554v-39.89zm237.545%2050.665c17.273%200%2031.61%205.56%2043.036%2016.68q17.118%2016.68%2017.141%2041.773q0%2025.092-17.14%2041.772c-11.428%2011.12-25.775%2016.675-43.037%2016.675c-17.188%200-31.472-5.56-42.867-16.675c-11.374-11.12-17.072-25.044-17.072-41.772s5.682-30.652%2017.072-41.773c11.39-11.12%2025.673-16.68%2042.867-16.68M122.386%204.243l-15.395%2029.35H31.964v35.525H93.85l-7.512%2029.334H31.969v36.905h57.834l16.146%2029.335H0V4.242zm259.854%2049.4v111.044h-29.906V79.302zm-224.923%2025.22c-8.57%200-15.479%202.94-20.748%208.77c-5.27%205.836-7.904%2013.12-7.904%2021.828s2.619%2015.977%207.904%2021.828q7.927%208.777%2020.748%208.777c8.47%200%2015.38-2.889%2020.68-8.655c5.322-5.782%207.973-13.088%207.973-21.95c0-8.86-2.667-16.177-7.967-21.944c-5.307-5.766-12.2-8.655-20.686-8.655m294.506-.329c-8.486%200-15.511%202.852-21.093%208.587c-5.575%205.729-8.358%2013.067-8.358%2021.997s2.783%2016.267%208.358%2021.997s12.607%208.586%2021.093%208.586c8.549%200%2015.617-2.857%2021.193-8.586c5.576-5.73%208.364-13.067%208.364-21.997s-2.788-16.268-8.364-21.997c-5.576-5.73-12.639-8.587-21.193-8.587m-168.914-.36c-8.332%200-15.088%202.805-20.235%208.418c-5.153%205.607-7.735%2012.538-7.735%2020.796c0%208.263%202.566%2015.172%207.735%2020.754c5.163%205.57%2011.903%208.358%2020.235%208.358c8.174%200%2014.86-2.767%2020.06-8.31c5.185-5.524%207.783-12.47%207.783-20.786c0-8.412-2.582-15.374-7.73-20.918c-5.163-5.544-11.87-8.311-20.113-8.311M382.256%2016.4v29.922h-29.917V16.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/edgio.svg?color=%231a73e8&size=48