edg logo
edg from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- edg
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the edg logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#5a2d8c" d="M20.129 8.846v5.996c0 .27.009.54-.046.8a3.1 3.1 0 0 1-.904 1.584c-.217.198-.479.334-.741.486l-5.154 2.998c-.543.279-1.158.333-1.746.261a2.4 2.4 0 0 1-.858-.288l-5.444-3.16a2.73 2.73 0 0 1-1.022-1.08c-.213-.377-.33-.8-.343-1.233V8.738c.036-.63.316-1.224.714-1.701c.162-.2.358-.371.579-.505l5.055-2.944c.27-.152.542-.341.84-.44a3.2 3.2 0 0 1 1.574-.09c.226.063.461.135.678.26l5.507 3.206c.487.288.84.774 1.085 1.287c.144.324.226.675.226 1.035m-8.184-2.224a9.6 9.6 0 0 1-1.347 1.585c-.262.243-.515.513-.669.846c-.13.236-.187.506-.162.775c.035.36.298.684.633.81c.343.143.731.107 1.084-.018a.36.36 0 0 1 .18-.028c-.062.423-.316.784-.523 1.153v.063l.579.575c.045.046.09.109.153.127c.217-.162.39-.387.588-.567c.036-.054.127-.108.09-.18c-.199-.36-.416-.72-.47-1.144c.036-.09.136-.017.199 0a1.3 1.3 0 0 0 1.04.055c.452-.172.741-.703.633-1.18a2.12 2.12 0 0 0-.615-1.134a7.4 7.4 0 0 1-1.266-1.62a.2.2 0 0 0-.127-.118m-3.282 5.852a2.02 2.02 0 0 0-1.025 1.846a2.01 2.01 0 0 0 1.188 1.745c.5.206 1.062.21 1.564.01c.254-.099.48-.27.67-.468c.063-.073.171-.135.171-.253c-.01-.116-.118-.18-.18-.27c-.091-.072-.164-.18-.263-.234c-.162-.072-.262.108-.362.198c-.415.414-1.157.414-1.573.01a1.13 1.13 0 0 1-.343-1.01a1.14 1.14 0 0 1 .56-.836c.2-.09.425-.153.642-.144c.317.027.597.18.814.414l2.107 2.16a1.974 1.974 0 0 0 3.149-.46a2 2 0 0 0 .233-.854a2 2 0 0 0-.392-1.313a2.02 2.02 0 0 0-1.146-.758c-.588-.107-1.248.01-1.7.424c-.325.297-.615.63-.93.918c-.335-.27-.588-.603-.905-.882a1.6 1.6 0 0 0-.48-.306l-.09-.045a1.9 1.9 0 0 0-1.718.117zm4.548.954a1.17 1.17 0 0 1 .904-.342a1.09 1.09 0 0 1 .886.504c.299.45.218 1.098-.17 1.467c-.39.387-1.059.433-1.484.073c-.316-.27-.579-.586-.877-.865l-.009-.072z"/></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedEdg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#5a2d8c" d="M20.129 8.846v5.996c0 .27.009.54-.046.8a3.1 3.1 0 0 1-.904 1.584c-.217.198-.479.334-.741.486l-5.154 2.998c-.543.279-1.158.333-1.746.261a2.4 2.4 0 0 1-.858-.288l-5.444-3.16a2.73 2.73 0 0 1-1.022-1.08c-.213-.377-.33-.8-.343-1.233V8.738c.036-.63.316-1.224.714-1.701c.162-.2.358-.371.579-.505l5.055-2.944c.27-.152.542-.341.84-.44a3.2 3.2 0 0 1 1.574-.09c.226.063.461.135.678.26l5.507 3.206c.487.288.84.774 1.085 1.287c.144.324.226.675.226 1.035m-8.184-2.224a9.6 9.6 0 0 1-1.347 1.585c-.262.243-.515.513-.669.846c-.13.236-.187.506-.162.775c.035.36.298.684.633.81c.343.143.731.107 1.084-.018a.36.36 0 0 1 .18-.028c-.062.423-.316.784-.523 1.153v.063l.579.575c.045.046.09.109.153.127c.217-.162.39-.387.588-.567c.036-.054.127-.108.09-.18c-.199-.36-.416-.72-.47-1.144c.036-.09.136-.017.199 0a1.3 1.3 0 0 0 1.04.055c.452-.172.741-.703.633-1.18a2.12 2.12 0 0 0-.615-1.134a7.4 7.4 0 0 1-1.266-1.62a.2.2 0 0 0-.127-.118m-3.282 5.852a2.02 2.02 0 0 0-1.025 1.846a2.01 2.01 0 0 0 1.188 1.745c.5.206 1.062.21 1.564.01c.254-.099.48-.27.67-.468c.063-.073.171-.135.171-.253c-.01-.116-.118-.18-.18-.27c-.091-.072-.164-.18-.263-.234c-.162-.072-.262.108-.362.198c-.415.414-1.157.414-1.573.01a1.13 1.13 0 0 1-.343-1.01a1.14 1.14 0 0 1 .56-.836c.2-.09.425-.153.642-.144c.317.027.597.18.814.414l2.107 2.16a1.974 1.974 0 0 0 3.149-.46a2 2 0 0 0 .233-.854a2 2 0 0 0-.392-1.313a2.02 2.02 0 0 0-1.146-.758c-.588-.107-1.248.01-1.7.424c-.325.297-.615.63-.93.918c-.335-.27-.588-.603-.905-.882a1.6 1.6 0 0 0-.48-.306l-.09-.045a1.9 1.9 0 0 0-1.718.117zm4.548.954a1.17 1.17 0 0 1 .904-.342a1.09 1.09 0 0 1 .886.504c.299.45.218 1.098-.17 1.467c-.39.387-1.059.433-1.484.073c-.316-.27-.579-.586-.877-.865l-.009-.072z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#5a2d8c" d="M20.129 8.846v5.996c0 .27.009.54-.046.8a3.1 3.1 0 0 1-.904 1.584c-.217.198-.479.334-.741.486l-5.154 2.998c-.543.279-1.158.333-1.746.261a2.4 2.4 0 0 1-.858-.288l-5.444-3.16a2.73 2.73 0 0 1-1.022-1.08c-.213-.377-.33-.8-.343-1.233V8.738c.036-.63.316-1.224.714-1.701c.162-.2.358-.371.579-.505l5.055-2.944c.27-.152.542-.341.84-.44a3.2 3.2 0 0 1 1.574-.09c.226.063.461.135.678.26l5.507 3.206c.487.288.84.774 1.085 1.287c.144.324.226.675.226 1.035m-8.184-2.224a9.6 9.6 0 0 1-1.347 1.585c-.262.243-.515.513-.669.846c-.13.236-.187.506-.162.775c.035.36.298.684.633.81c.343.143.731.107 1.084-.018a.36.36 0 0 1 .18-.028c-.062.423-.316.784-.523 1.153v.063l.579.575c.045.046.09.109.153.127c.217-.162.39-.387.588-.567c.036-.054.127-.108.09-.18c-.199-.36-.416-.72-.47-1.144c.036-.09.136-.017.199 0a1.3 1.3 0 0 0 1.04.055c.452-.172.741-.703.633-1.18a2.12 2.12 0 0 0-.615-1.134a7.4 7.4 0 0 1-1.266-1.62a.2.2 0 0 0-.127-.118m-3.282 5.852a2.02 2.02 0 0 0-1.025 1.846a2.01 2.01 0 0 0 1.188 1.745c.5.206 1.062.21 1.564.01c.254-.099.48-.27.67-.468c.063-.073.171-.135.171-.253c-.01-.116-.118-.18-.18-.27c-.091-.072-.164-.18-.263-.234c-.162-.072-.262.108-.362.198c-.415.414-1.157.414-1.573.01a1.13 1.13 0 0 1-.343-1.01a1.14 1.14 0 0 1 .56-.836c.2-.09.425-.153.642-.144c.317.027.597.18.814.414l2.107 2.16a1.974 1.974 0 0 0 3.149-.46a2 2 0 0 0 .233-.854a2 2 0 0 0-.392-1.313a2.02 2.02 0 0 0-1.146-.758c-.588-.107-1.248.01-1.7.424c-.325.297-.615.63-.93.918c-.335-.27-.588-.603-.905-.882a1.6 1.6 0 0 0-.48-.306l-.09-.045a1.9 1.9 0 0 0-1.718.117zm4.548.954a1.17 1.17 0 0 1 .904-.342a1.09 1.09 0 0 1 .886.504c.299.45.218 1.098-.17 1.467c-.39.387-1.059.433-1.484.073c-.316-.27-.579-.586-.877-.865l-.009-.072z"/></svg> </template>
CSS
.icon-edg {
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%22%235a2d8c%22%20d%3D%22M20.129%208.846v5.996c0%20.27.009.54-.046.8a3.1%203.1%200%200%201-.904%201.584c-.217.198-.479.334-.741.486l-5.154%202.998c-.543.279-1.158.333-1.746.261a2.4%202.4%200%200%201-.858-.288l-5.444-3.16a2.73%202.73%200%200%201-1.022-1.08c-.213-.377-.33-.8-.343-1.233V8.738c.036-.63.316-1.224.714-1.701c.162-.2.358-.371.579-.505l5.055-2.944c.27-.152.542-.341.84-.44a3.2%203.2%200%200%201%201.574-.09c.226.063.461.135.678.26l5.507%203.206c.487.288.84.774%201.085%201.287c.144.324.226.675.226%201.035m-8.184-2.224a9.6%209.6%200%200%201-1.347%201.585c-.262.243-.515.513-.669.846c-.13.236-.187.506-.162.775c.035.36.298.684.633.81c.343.143.731.107%201.084-.018a.36.36%200%200%201%20.18-.028c-.062.423-.316.784-.523%201.153v.063l.579.575c.045.046.09.109.153.127c.217-.162.39-.387.588-.567c.036-.054.127-.108.09-.18c-.199-.36-.416-.72-.47-1.144c.036-.09.136-.017.199%200a1.3%201.3%200%200%200%201.04.055c.452-.172.741-.703.633-1.18a2.12%202.12%200%200%200-.615-1.134a7.4%207.4%200%200%201-1.266-1.62a.2.2%200%200%200-.127-.118m-3.282%205.852a2.02%202.02%200%200%200-1.025%201.846a2.01%202.01%200%200%200%201.188%201.745c.5.206%201.062.21%201.564.01c.254-.099.48-.27.67-.468c.063-.073.171-.135.171-.253c-.01-.116-.118-.18-.18-.27c-.091-.072-.164-.18-.263-.234c-.162-.072-.262.108-.362.198c-.415.414-1.157.414-1.573.01a1.13%201.13%200%200%201-.343-1.01a1.14%201.14%200%200%201%20.56-.836c.2-.09.425-.153.642-.144c.317.027.597.18.814.414l2.107%202.16a1.974%201.974%200%200%200%203.149-.46a2%202%200%200%200%20.233-.854a2%202%200%200%200-.392-1.313a2.02%202.02%200%200%200-1.146-.758c-.588-.107-1.248.01-1.7.424c-.325.297-.615.63-.93.918c-.335-.27-.588-.603-.905-.882a1.6%201.6%200%200%200-.48-.306l-.09-.045a1.9%201.9%200%200%200-1.718.117zm4.548.954a1.17%201.17%200%200%201%20.904-.342a1.09%201.09%200%200%201%20.886.504c.299.45.218%201.098-.17%201.467c-.39.387-1.059.433-1.484.073c-.316-.27-.579-.586-.877-.865l-.009-.072z%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%22%235a2d8c%22%20d%3D%22M20.129%208.846v5.996c0%20.27.009.54-.046.8a3.1%203.1%200%200%201-.904%201.584c-.217.198-.479.334-.741.486l-5.154%202.998c-.543.279-1.158.333-1.746.261a2.4%202.4%200%200%201-.858-.288l-5.444-3.16a2.73%202.73%200%200%201-1.022-1.08c-.213-.377-.33-.8-.343-1.233V8.738c.036-.63.316-1.224.714-1.701c.162-.2.358-.371.579-.505l5.055-2.944c.27-.152.542-.341.84-.44a3.2%203.2%200%200%201%201.574-.09c.226.063.461.135.678.26l5.507%203.206c.487.288.84.774%201.085%201.287c.144.324.226.675.226%201.035m-8.184-2.224a9.6%209.6%200%200%201-1.347%201.585c-.262.243-.515.513-.669.846c-.13.236-.187.506-.162.775c.035.36.298.684.633.81c.343.143.731.107%201.084-.018a.36.36%200%200%201%20.18-.028c-.062.423-.316.784-.523%201.153v.063l.579.575c.045.046.09.109.153.127c.217-.162.39-.387.588-.567c.036-.054.127-.108.09-.18c-.199-.36-.416-.72-.47-1.144c.036-.09.136-.017.199%200a1.3%201.3%200%200%200%201.04.055c.452-.172.741-.703.633-1.18a2.12%202.12%200%200%200-.615-1.134a7.4%207.4%200%200%201-1.266-1.62a.2.2%200%200%200-.127-.118m-3.282%205.852a2.02%202.02%200%200%200-1.025%201.846a2.01%202.01%200%200%200%201.188%201.745c.5.206%201.062.21%201.564.01c.254-.099.48-.27.67-.468c.063-.073.171-.135.171-.253c-.01-.116-.118-.18-.18-.27c-.091-.072-.164-.18-.263-.234c-.162-.072-.262.108-.362.198c-.415.414-1.157.414-1.573.01a1.13%201.13%200%200%201-.343-1.01a1.14%201.14%200%200%201%20.56-.836c.2-.09.425-.153.642-.144c.317.027.597.18.814.414l2.107%202.16a1.974%201.974%200%200%200%203.149-.46a2%202%200%200%200%20.233-.854a2%202%200%200%200-.392-1.313a2.02%202.02%200%200%200-1.146-.758c-.588-.107-1.248.01-1.7.424c-.325.297-.615.63-.93.918c-.335-.27-.588-.603-.905-.882a1.6%201.6%200%200%200-.48-.306l-.09-.045a1.9%201.9%200%200%200-1.718.117zm4.548.954a1.17%201.17%200%200%201%20.904-.342a1.09%201.09%200%200%201%20.886.504c.299.45.218%201.098-.17%201.467c-.39.387-1.059.433-1.484.073c-.316-.27-.579-.586-.877-.865l-.009-.072z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/edg.svg?color=%231a73e8&size=48