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

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

Use the agora logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.44 11.68a1.351 1.351 0 1 1 1.349-1.35a1.35 1.35 0 0 1-1.35 1.35m0-3.8a2.45 2.45 0 1 0 2.45 2.45a2.454 2.454 0 0 0-2.45-2.45m4.07.63l-.03.03l-.033.032l-.023-.04l-.019-.032a1.17 1.17 0 0 0-.87-.604l-.091-.018v4.902l.092-.012a1.14 1.14 0 0 0 1.008-1.154V10.33a1.36 1.36 0 0 1 1.21-1.342l.074-.009V7.881l-.088.01a2.1 2.1 0 0 0-1.235.622m-15.056 3.17a1.351 1.351 0 1 1 1.35-1.351a1.35 1.35 0 0 1-1.35 1.35M4.02 8.364L4 8.39l-.021.027l-.028-.02l-.026-.02a2.45 2.45 0 1 0-1.478 4.403a2.42 2.42 0 0 0 1.478-.498l.026-.019l.028-.022l.02.03l.02.027a1.17 1.17 0 0 0 .787.471l.09.013V7.88l-.09.012a1.17 1.17 0 0 0-.786.47m17.53 3.32a1.351 1.351 0 1 1 1.352-1.351a1.35 1.35 0 0 1-1.351 1.35m2.358-3.789a1.18 1.18 0 0 0-.788.47l-.019.027l-.02.029l-.028-.021l-.026-.02a2.45 2.45 0 1 0-1.478 4.4a2.42 2.42 0 0 0 1.478-.497l.026-.02l.028-.021l.02.028l.02.028a1.17 1.17 0 0 0 .787.472l.09.012v-4.9ZM7.978 8.98a1.351 1.351 0 1 1-1.353 1.35A1.35 1.35 0 0 1 7.98 8.98m1.53 3.261a2.444 2.444 0 0 0 .5-3.283a2 2 0 0 0-.112-.153a1.2 1.2 0 0 0 .524-.832l.014-.092H7.968a2.448 2.448 0 0 0-1.524 4.36a2.4 2.4 0 0 0-.293.274l.746.823A1.351 1.351 0 1 1 8.68 15.3l.748.823a2.447 2.447 0 0 0 .07-3.876"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAgora(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.44 11.68a1.351 1.351 0 1 1 1.349-1.35a1.35 1.35 0 0 1-1.35 1.35m0-3.8a2.45 2.45 0 1 0 2.45 2.45a2.454 2.454 0 0 0-2.45-2.45m4.07.63l-.03.03l-.033.032l-.023-.04l-.019-.032a1.17 1.17 0 0 0-.87-.604l-.091-.018v4.902l.092-.012a1.14 1.14 0 0 0 1.008-1.154V10.33a1.36 1.36 0 0 1 1.21-1.342l.074-.009V7.881l-.088.01a2.1 2.1 0 0 0-1.235.622m-15.056 3.17a1.351 1.351 0 1 1 1.35-1.351a1.35 1.35 0 0 1-1.35 1.35M4.02 8.364L4 8.39l-.021.027l-.028-.02l-.026-.02a2.45 2.45 0 1 0-1.478 4.403a2.42 2.42 0 0 0 1.478-.498l.026-.019l.028-.022l.02.03l.02.027a1.17 1.17 0 0 0 .787.471l.09.013V7.88l-.09.012a1.17 1.17 0 0 0-.786.47m17.53 3.32a1.351 1.351 0 1 1 1.352-1.351a1.35 1.35 0 0 1-1.351 1.35m2.358-3.789a1.18 1.18 0 0 0-.788.47l-.019.027l-.02.029l-.028-.021l-.026-.02a2.45 2.45 0 1 0-1.478 4.4a2.42 2.42 0 0 0 1.478-.497l.026-.02l.028-.021l.02.028l.02.028a1.17 1.17 0 0 0 .787.472l.09.012v-4.9ZM7.978 8.98a1.351 1.351 0 1 1-1.353 1.35A1.35 1.35 0 0 1 7.98 8.98m1.53 3.261a2.444 2.444 0 0 0 .5-3.283a2 2 0 0 0-.112-.153a1.2 1.2 0 0 0 .524-.832l.014-.092H7.968a2.448 2.448 0 0 0-1.524 4.36a2.4 2.4 0 0 0-.293.274l.746.823A1.351 1.351 0 1 1 8.68 15.3l.748.823a2.447 2.447 0 0 0 .07-3.876"/></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.44 11.68a1.351 1.351 0 1 1 1.349-1.35a1.35 1.35 0 0 1-1.35 1.35m0-3.8a2.45 2.45 0 1 0 2.45 2.45a2.454 2.454 0 0 0-2.45-2.45m4.07.63l-.03.03l-.033.032l-.023-.04l-.019-.032a1.17 1.17 0 0 0-.87-.604l-.091-.018v4.902l.092-.012a1.14 1.14 0 0 0 1.008-1.154V10.33a1.36 1.36 0 0 1 1.21-1.342l.074-.009V7.881l-.088.01a2.1 2.1 0 0 0-1.235.622m-15.056 3.17a1.351 1.351 0 1 1 1.35-1.351a1.35 1.35 0 0 1-1.35 1.35M4.02 8.364L4 8.39l-.021.027l-.028-.02l-.026-.02a2.45 2.45 0 1 0-1.478 4.403a2.42 2.42 0 0 0 1.478-.498l.026-.019l.028-.022l.02.03l.02.027a1.17 1.17 0 0 0 .787.471l.09.013V7.88l-.09.012a1.17 1.17 0 0 0-.786.47m17.53 3.32a1.351 1.351 0 1 1 1.352-1.351a1.35 1.35 0 0 1-1.351 1.35m2.358-3.789a1.18 1.18 0 0 0-.788.47l-.019.027l-.02.029l-.028-.021l-.026-.02a2.45 2.45 0 1 0-1.478 4.4a2.42 2.42 0 0 0 1.478-.497l.026-.02l.028-.021l.02.028l.02.028a1.17 1.17 0 0 0 .787.472l.09.012v-4.9ZM7.978 8.98a1.351 1.351 0 1 1-1.353 1.35A1.35 1.35 0 0 1 7.98 8.98m1.53 3.261a2.444 2.444 0 0 0 .5-3.283a2 2 0 0 0-.112-.153a1.2 1.2 0 0 0 .524-.832l.014-.092H7.968a2.448 2.448 0 0 0-1.524 4.36a2.4 2.4 0 0 0-.293.274l.746.823A1.351 1.351 0 1 1 8.68 15.3l.748.823a2.447 2.447 0 0 0 .07-3.876"/></svg>
</template>

CSS

.icon-agora {
  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.44%2011.68a1.351%201.351%200%201%201%201.349-1.35a1.35%201.35%200%200%201-1.35%201.35m0-3.8a2.45%202.45%200%201%200%202.45%202.45a2.454%202.454%200%200%200-2.45-2.45m4.07.63l-.03.03l-.033.032l-.023-.04l-.019-.032a1.17%201.17%200%200%200-.87-.604l-.091-.018v4.902l.092-.012a1.14%201.14%200%200%200%201.008-1.154V10.33a1.36%201.36%200%200%201%201.21-1.342l.074-.009V7.881l-.088.01a2.1%202.1%200%200%200-1.235.622m-15.056%203.17a1.351%201.351%200%201%201%201.35-1.351a1.35%201.35%200%200%201-1.35%201.35M4.02%208.364L4%208.39l-.021.027l-.028-.02l-.026-.02a2.45%202.45%200%201%200-1.478%204.403a2.42%202.42%200%200%200%201.478-.498l.026-.019l.028-.022l.02.03l.02.027a1.17%201.17%200%200%200%20.787.471l.09.013V7.88l-.09.012a1.17%201.17%200%200%200-.786.47m17.53%203.32a1.351%201.351%200%201%201%201.352-1.351a1.35%201.35%200%200%201-1.351%201.35m2.358-3.789a1.18%201.18%200%200%200-.788.47l-.019.027l-.02.029l-.028-.021l-.026-.02a2.45%202.45%200%201%200-1.478%204.4a2.42%202.42%200%200%200%201.478-.497l.026-.02l.028-.021l.02.028l.02.028a1.17%201.17%200%200%200%20.787.472l.09.012v-4.9ZM7.978%208.98a1.351%201.351%200%201%201-1.353%201.35A1.35%201.35%200%200%201%207.98%208.98m1.53%203.261a2.444%202.444%200%200%200%20.5-3.283a2%202%200%200%200-.112-.153a1.2%201.2%200%200%200%20.524-.832l.014-.092H7.968a2.448%202.448%200%200%200-1.524%204.36a2.4%202.4%200%200%200-.293.274l.746.823A1.351%201.351%200%201%201%208.68%2015.3l.748.823a2.447%202.447%200%200%200%20.07-3.876%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.44%2011.68a1.351%201.351%200%201%201%201.349-1.35a1.35%201.35%200%200%201-1.35%201.35m0-3.8a2.45%202.45%200%201%200%202.45%202.45a2.454%202.454%200%200%200-2.45-2.45m4.07.63l-.03.03l-.033.032l-.023-.04l-.019-.032a1.17%201.17%200%200%200-.87-.604l-.091-.018v4.902l.092-.012a1.14%201.14%200%200%200%201.008-1.154V10.33a1.36%201.36%200%200%201%201.21-1.342l.074-.009V7.881l-.088.01a2.1%202.1%200%200%200-1.235.622m-15.056%203.17a1.351%201.351%200%201%201%201.35-1.351a1.35%201.35%200%200%201-1.35%201.35M4.02%208.364L4%208.39l-.021.027l-.028-.02l-.026-.02a2.45%202.45%200%201%200-1.478%204.403a2.42%202.42%200%200%200%201.478-.498l.026-.019l.028-.022l.02.03l.02.027a1.17%201.17%200%200%200%20.787.471l.09.013V7.88l-.09.012a1.17%201.17%200%200%200-.786.47m17.53%203.32a1.351%201.351%200%201%201%201.352-1.351a1.35%201.35%200%200%201-1.351%201.35m2.358-3.789a1.18%201.18%200%200%200-.788.47l-.019.027l-.02.029l-.028-.021l-.026-.02a2.45%202.45%200%201%200-1.478%204.4a2.42%202.42%200%200%200%201.478-.497l.026-.02l.028-.021l.02.028l.02.028a1.17%201.17%200%200%200%20.787.472l.09.012v-4.9ZM7.978%208.98a1.351%201.351%200%201%201-1.353%201.35A1.35%201.35%200%200%201%207.98%208.98m1.53%203.261a2.444%202.444%200%200%200%20.5-3.283a2%202%200%200%200-.112-.153a1.2%201.2%200%200%200%20.524-.832l.014-.092H7.968a2.448%202.448%200%200%200-1.524%204.36a2.4%202.4%200%200%200-.293.274l.746.823A1.351%201.351%200%201%201%208.68%2015.3l.748.823a2.447%202.447%200%200%200%20.07-3.876%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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