edx from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
edx
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the edx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.359 10.416q.08.243.079.516a3 3 0 0 1-.011.231h-3q.097-.354.262-.644q.163-.29.39-.497q.225-.208.503-.321q.277-.113.595-.113q.314 0 .549.108q.235.107.394.292t.239.428m5.444-.4a1.2 1.2 0 0 0-.436-.305a1.5 1.5 0 0 0-.58-.108q-.426 0-.79.19a1.95 1.95 0 0 0-.631.528a2.6 2.6 0 0 0-.421.808a3.3 3.3 0 0 0-.154 1.029q0 .349.1.641c.1.292.16.362.28.5q.18.207.431.323q.252.116.56.116q.43 0 .798-.203q.367-.203.639-.554a2.7 2.7 0 0 0 .426-.826q.154-.475.154-1.024q0-.354-.098-.636a1.4 1.4 0 0 0-.278-.479M24 7.468l-2.398 11.276H10.727l.625-2.852H0L2.227 5.256h13.577l-.462 2.212zM7.362 11.045a2.5 2.5 0 0 0-.169-.954a2.1 2.1 0 0 0-.457-.7a1.95 1.95 0 0 0-.669-.434a2.2 2.2 0 0 0-.809-.148a2.7 2.7 0 0 0-1.162.246a2.6 2.6 0 0 0-.911.695q-.38.45-.593 1.077a4.4 4.4 0 0 0-.212 1.393q0 .56.177.99a2.01 2.01 0 0 0 1.198 1.172q.41.151.872.151q.481 0 .885-.115a2.6 2.6 0 0 0 .708-.318q.306-.203.505-.48a1.8 1.8 0 0 0 .287-.595h-.938a1.3 1.3 0 0 1-.508.513q-.334.19-.883.19q-.252 0-.497-.085a1.2 1.2 0 0 1-.444-.274a1.4 1.4 0 0 1-.321-.49a1.9 1.9 0 0 1-.123-.726q0-.072.003-.138t.008-.138h3.986q.015-.077.026-.187l.02-.226a6 6 0 0 0 .021-.419m5.036 3.392L14.04 6.71h-.898l-.682 3.217h-.082a1.4 1.4 0 0 0-.228-.454a1.6 1.6 0 0 0-.375-.354a1.8 1.8 0 0 0-.487-.228a2 2 0 0 0-.567-.082a2.5 2.5 0 0 0-1.45.456a3 3 0 0 0-.575.534q-.259.313-.444.7a4 4 0 0 0-.285.841q-.1.454-.1.952q0 .513.159.929q.159.415.434.708q.274.293.639.449t.78.157q.529 0 .985-.228t.759-.623h.082l-.159.754zm6.116-1.39l3.578-4.125H20.09l-2.184 2.704h-.108l-1.155-2.704h-2.025l1.736 3.928l-3.748 4.44h1.976l2.406-2.852h.162l1.3 2.852h1.988z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEdx(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="M6.359 10.416q.08.243.079.516a3 3 0 0 1-.011.231h-3q.097-.354.262-.644q.163-.29.39-.497q.225-.208.503-.321q.277-.113.595-.113q.314 0 .549.108q.235.107.394.292t.239.428m5.444-.4a1.2 1.2 0 0 0-.436-.305a1.5 1.5 0 0 0-.58-.108q-.426 0-.79.19a1.95 1.95 0 0 0-.631.528a2.6 2.6 0 0 0-.421.808a3.3 3.3 0 0 0-.154 1.029q0 .349.1.641c.1.292.16.362.28.5q.18.207.431.323q.252.116.56.116q.43 0 .798-.203q.367-.203.639-.554a2.7 2.7 0 0 0 .426-.826q.154-.475.154-1.024q0-.354-.098-.636a1.4 1.4 0 0 0-.278-.479M24 7.468l-2.398 11.276H10.727l.625-2.852H0L2.227 5.256h13.577l-.462 2.212zM7.362 11.045a2.5 2.5 0 0 0-.169-.954a2.1 2.1 0 0 0-.457-.7a1.95 1.95 0 0 0-.669-.434a2.2 2.2 0 0 0-.809-.148a2.7 2.7 0 0 0-1.162.246a2.6 2.6 0 0 0-.911.695q-.38.45-.593 1.077a4.4 4.4 0 0 0-.212 1.393q0 .56.177.99a2.01 2.01 0 0 0 1.198 1.172q.41.151.872.151q.481 0 .885-.115a2.6 2.6 0 0 0 .708-.318q.306-.203.505-.48a1.8 1.8 0 0 0 .287-.595h-.938a1.3 1.3 0 0 1-.508.513q-.334.19-.883.19q-.252 0-.497-.085a1.2 1.2 0 0 1-.444-.274a1.4 1.4 0 0 1-.321-.49a1.9 1.9 0 0 1-.123-.726q0-.072.003-.138t.008-.138h3.986q.015-.077.026-.187l.02-.226a6 6 0 0 0 .021-.419m5.036 3.392L14.04 6.71h-.898l-.682 3.217h-.082a1.4 1.4 0 0 0-.228-.454a1.6 1.6 0 0 0-.375-.354a1.8 1.8 0 0 0-.487-.228a2 2 0 0 0-.567-.082a2.5 2.5 0 0 0-1.45.456a3 3 0 0 0-.575.534q-.259.313-.444.7a4 4 0 0 0-.285.841q-.1.454-.1.952q0 .513.159.929q.159.415.434.708q.274.293.639.449t.78.157q.529 0 .985-.228t.759-.623h.082l-.159.754zm6.116-1.39l3.578-4.125H20.09l-2.184 2.704h-.108l-1.155-2.704h-2.025l1.736 3.928l-3.748 4.44h1.976l2.406-2.852h.162l1.3 2.852h1.988z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.359 10.416q.08.243.079.516a3 3 0 0 1-.011.231h-3q.097-.354.262-.644q.163-.29.39-.497q.225-.208.503-.321q.277-.113.595-.113q.314 0 .549.108q.235.107.394.292t.239.428m5.444-.4a1.2 1.2 0 0 0-.436-.305a1.5 1.5 0 0 0-.58-.108q-.426 0-.79.19a1.95 1.95 0 0 0-.631.528a2.6 2.6 0 0 0-.421.808a3.3 3.3 0 0 0-.154 1.029q0 .349.1.641c.1.292.16.362.28.5q.18.207.431.323q.252.116.56.116q.43 0 .798-.203q.367-.203.639-.554a2.7 2.7 0 0 0 .426-.826q.154-.475.154-1.024q0-.354-.098-.636a1.4 1.4 0 0 0-.278-.479M24 7.468l-2.398 11.276H10.727l.625-2.852H0L2.227 5.256h13.577l-.462 2.212zM7.362 11.045a2.5 2.5 0 0 0-.169-.954a2.1 2.1 0 0 0-.457-.7a1.95 1.95 0 0 0-.669-.434a2.2 2.2 0 0 0-.809-.148a2.7 2.7 0 0 0-1.162.246a2.6 2.6 0 0 0-.911.695q-.38.45-.593 1.077a4.4 4.4 0 0 0-.212 1.393q0 .56.177.99a2.01 2.01 0 0 0 1.198 1.172q.41.151.872.151q.481 0 .885-.115a2.6 2.6 0 0 0 .708-.318q.306-.203.505-.48a1.8 1.8 0 0 0 .287-.595h-.938a1.3 1.3 0 0 1-.508.513q-.334.19-.883.19q-.252 0-.497-.085a1.2 1.2 0 0 1-.444-.274a1.4 1.4 0 0 1-.321-.49a1.9 1.9 0 0 1-.123-.726q0-.072.003-.138t.008-.138h3.986q.015-.077.026-.187l.02-.226a6 6 0 0 0 .021-.419m5.036 3.392L14.04 6.71h-.898l-.682 3.217h-.082a1.4 1.4 0 0 0-.228-.454a1.6 1.6 0 0 0-.375-.354a1.8 1.8 0 0 0-.487-.228a2 2 0 0 0-.567-.082a2.5 2.5 0 0 0-1.45.456a3 3 0 0 0-.575.534q-.259.313-.444.7a4 4 0 0 0-.285.841q-.1.454-.1.952q0 .513.159.929q.159.415.434.708q.274.293.639.449t.78.157q.529 0 .985-.228t.759-.623h.082l-.159.754zm6.116-1.39l3.578-4.125H20.09l-2.184 2.704h-.108l-1.155-2.704h-2.025l1.736 3.928l-3.748 4.44h1.976l2.406-2.852h.162l1.3 2.852h1.988z"/></svg>
</template>

CSS

.icon-edx {
  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%22M6.359%2010.416q.08.243.079.516a3%203%200%200%201-.011.231h-3q.097-.354.262-.644q.163-.29.39-.497q.225-.208.503-.321q.277-.113.595-.113q.314%200%20.549.108q.235.107.394.292t.239.428m5.444-.4a1.2%201.2%200%200%200-.436-.305a1.5%201.5%200%200%200-.58-.108q-.426%200-.79.19a1.95%201.95%200%200%200-.631.528a2.6%202.6%200%200%200-.421.808a3.3%203.3%200%200%200-.154%201.029q0%20.349.1.641c.1.292.16.362.28.5q.18.207.431.323q.252.116.56.116q.43%200%20.798-.203q.367-.203.639-.554a2.7%202.7%200%200%200%20.426-.826q.154-.475.154-1.024q0-.354-.098-.636a1.4%201.4%200%200%200-.278-.479M24%207.468l-2.398%2011.276H10.727l.625-2.852H0L2.227%205.256h13.577l-.462%202.212zM7.362%2011.045a2.5%202.5%200%200%200-.169-.954a2.1%202.1%200%200%200-.457-.7a1.95%201.95%200%200%200-.669-.434a2.2%202.2%200%200%200-.809-.148a2.7%202.7%200%200%200-1.162.246a2.6%202.6%200%200%200-.911.695q-.38.45-.593%201.077a4.4%204.4%200%200%200-.212%201.393q0%20.56.177.99a2.01%202.01%200%200%200%201.198%201.172q.41.151.872.151q.481%200%20.885-.115a2.6%202.6%200%200%200%20.708-.318q.306-.203.505-.48a1.8%201.8%200%200%200%20.287-.595h-.938a1.3%201.3%200%200%201-.508.513q-.334.19-.883.19q-.252%200-.497-.085a1.2%201.2%200%200%201-.444-.274a1.4%201.4%200%200%201-.321-.49a1.9%201.9%200%200%201-.123-.726q0-.072.003-.138t.008-.138h3.986q.015-.077.026-.187l.02-.226a6%206%200%200%200%20.021-.419m5.036%203.392L14.04%206.71h-.898l-.682%203.217h-.082a1.4%201.4%200%200%200-.228-.454a1.6%201.6%200%200%200-.375-.354a1.8%201.8%200%200%200-.487-.228a2%202%200%200%200-.567-.082a2.5%202.5%200%200%200-1.45.456a3%203%200%200%200-.575.534q-.259.313-.444.7a4%204%200%200%200-.285.841q-.1.454-.1.952q0%20.513.159.929q.159.415.434.708q.274.293.639.449t.78.157q.529%200%20.985-.228t.759-.623h.082l-.159.754zm6.116-1.39l3.578-4.125H20.09l-2.184%202.704h-.108l-1.155-2.704h-2.025l1.736%203.928l-3.748%204.44h1.976l2.406-2.852h.162l1.3%202.852h1.988z%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%22M6.359%2010.416q.08.243.079.516a3%203%200%200%201-.011.231h-3q.097-.354.262-.644q.163-.29.39-.497q.225-.208.503-.321q.277-.113.595-.113q.314%200%20.549.108q.235.107.394.292t.239.428m5.444-.4a1.2%201.2%200%200%200-.436-.305a1.5%201.5%200%200%200-.58-.108q-.426%200-.79.19a1.95%201.95%200%200%200-.631.528a2.6%202.6%200%200%200-.421.808a3.3%203.3%200%200%200-.154%201.029q0%20.349.1.641c.1.292.16.362.28.5q.18.207.431.323q.252.116.56.116q.43%200%20.798-.203q.367-.203.639-.554a2.7%202.7%200%200%200%20.426-.826q.154-.475.154-1.024q0-.354-.098-.636a1.4%201.4%200%200%200-.278-.479M24%207.468l-2.398%2011.276H10.727l.625-2.852H0L2.227%205.256h13.577l-.462%202.212zM7.362%2011.045a2.5%202.5%200%200%200-.169-.954a2.1%202.1%200%200%200-.457-.7a1.95%201.95%200%200%200-.669-.434a2.2%202.2%200%200%200-.809-.148a2.7%202.7%200%200%200-1.162.246a2.6%202.6%200%200%200-.911.695q-.38.45-.593%201.077a4.4%204.4%200%200%200-.212%201.393q0%20.56.177.99a2.01%202.01%200%200%200%201.198%201.172q.41.151.872.151q.481%200%20.885-.115a2.6%202.6%200%200%200%20.708-.318q.306-.203.505-.48a1.8%201.8%200%200%200%20.287-.595h-.938a1.3%201.3%200%200%201-.508.513q-.334.19-.883.19q-.252%200-.497-.085a1.2%201.2%200%200%201-.444-.274a1.4%201.4%200%200%201-.321-.49a1.9%201.9%200%200%201-.123-.726q0-.072.003-.138t.008-.138h3.986q.015-.077.026-.187l.02-.226a6%206%200%200%200%20.021-.419m5.036%203.392L14.04%206.71h-.898l-.682%203.217h-.082a1.4%201.4%200%200%200-.228-.454a1.6%201.6%200%200%200-.375-.354a1.8%201.8%200%200%200-.487-.228a2%202%200%200%200-.567-.082a2.5%202.5%200%200%200-1.45.456a3%203%200%200%200-.575.534q-.259.313-.444.7a4%204%200%200%200-.285.841q-.1.454-.1.952q0%20.513.159.929q.159.415.434.708q.274.293.639.449t.78.157q.529%200%20.985-.228t.759-.623h.082l-.159.754zm6.116-1.39l3.578-4.125H20.09l-2.184%202.704h-.108l-1.155-2.704h-2.025l1.736%203.928l-3.748%204.44h1.976l2.406-2.852h.162l1.3%202.852h1.988z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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