elo from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
elo
Set
SVG Logos
Style
Color
Viewbox
512×197
License
CC0

Use the elo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 197"><path fill="#fc0" d="M79.817 43.344A57.6 57.6 0 0 1 98.12 40.39c27.918 0 51.227 19.83 56.566 46.188l39.576-8.073C185.179 33.711 145.594 0 98.12 0a98 98 0 0 0-31.106 5.04z"/><path fill="#00a0de" d="m33.111 171.604l26.763-30.258c-11.946-10.584-19.484-26.03-19.484-43.239c0-17.196 7.527-32.635 19.466-43.206L33.091 24.64C12.802 42.614 0 68.869 0 98.107c0 29.256 12.807 55.519 33.111 73.497"/><path fill="#ec3413" d="M154.676 109.69c-5.362 26.345-28.646 46.137-56.556 46.137c-6.405 0-12.572-1.033-18.32-2.965l-12.821 38.32c9.779 3.264 20.25 5.032 31.141 5.032c47.428 0 87.009-33.655 96.126-78.408z"/><path d="M228.87 142.622c-1.297-2.1-3.06-5.46-4.12-7.932c-6.267-14.55-6.567-29.607-1.274-44.061c5.819-15.852 16.935-27.988 31.298-34.167c18.057-7.771 38.028-6.239 55.334 4.03c10.994 6.307 18.788 16.045 24.706 29.813l.549 1.339l1.024 2.66q.247.645.489 1.246zm36.065-62.803c-12.823 5.511-19.433 17.54-18.075 31.644l54.32-23.378c-9.341-10.979-21.499-14.617-36.245-8.266m64.014 64.904l-20.996-14.038l-.03.031l-1.125-.758c-3.24 5.26-8.299 9.52-14.68 12.287c-12.142 5.28-23.394 3.923-31.474-3.164l-.743 1.13c-.008-.013-.01-.023-.024-.023l-13.78 20.617a59 59 0 0 0 10.952 6c15.223 6.323 30.798 6.03 46.142-.643c11.099-4.81 19.807-12.144 25.758-21.44m45.678-118.624v114.62l17.82 7.222l-10.126 23.627l-19.67-8.191c-4.416-1.911-7.42-4.838-9.696-8.14c-2.175-3.366-3.802-7.986-3.802-14.206V26.099zm46.165 85.42c.01-9.76 4.32-18.513 11.14-24.462L413.649 66.67c-12.4 10.96-20.21 26.976-20.224 44.82c-.02 17.85 7.778 33.882 20.165 44.871l18.262-20.406c-6.787-5.972-11.068-14.699-11.06-24.437m32.484 32.533c-3.6-.01-7.067-.605-10.3-1.681l-8.731 25.96a59.9 59.9 0 0 0 19.002 3.106c28.949.028 53.121-20.512 58.722-47.817l-26.837-5.48c-3.052 14.8-16.157 25.922-31.856 25.912m.08-92.389a59.8 59.8 0 0 0-18.985 3.056l8.655 25.984a32.8 32.8 0 0 1 10.304-1.662c15.736.015 28.85 11.203 31.83 26.045L512 99.642c-5.524-27.345-29.673-47.961-58.645-47.979"/></svg>

React

import type { SVGProps } from "react";

export function LogosElo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 197"><path fill="#fc0" d="M79.817 43.344A57.6 57.6 0 0 1 98.12 40.39c27.918 0 51.227 19.83 56.566 46.188l39.576-8.073C185.179 33.711 145.594 0 98.12 0a98 98 0 0 0-31.106 5.04z"/><path fill="#00a0de" d="m33.111 171.604l26.763-30.258c-11.946-10.584-19.484-26.03-19.484-43.239c0-17.196 7.527-32.635 19.466-43.206L33.091 24.64C12.802 42.614 0 68.869 0 98.107c0 29.256 12.807 55.519 33.111 73.497"/><path fill="#ec3413" d="M154.676 109.69c-5.362 26.345-28.646 46.137-56.556 46.137c-6.405 0-12.572-1.033-18.32-2.965l-12.821 38.32c9.779 3.264 20.25 5.032 31.141 5.032c47.428 0 87.009-33.655 96.126-78.408z"/><path d="M228.87 142.622c-1.297-2.1-3.06-5.46-4.12-7.932c-6.267-14.55-6.567-29.607-1.274-44.061c5.819-15.852 16.935-27.988 31.298-34.167c18.057-7.771 38.028-6.239 55.334 4.03c10.994 6.307 18.788 16.045 24.706 29.813l.549 1.339l1.024 2.66q.247.645.489 1.246zm36.065-62.803c-12.823 5.511-19.433 17.54-18.075 31.644l54.32-23.378c-9.341-10.979-21.499-14.617-36.245-8.266m64.014 64.904l-20.996-14.038l-.03.031l-1.125-.758c-3.24 5.26-8.299 9.52-14.68 12.287c-12.142 5.28-23.394 3.923-31.474-3.164l-.743 1.13c-.008-.013-.01-.023-.024-.023l-13.78 20.617a59 59 0 0 0 10.952 6c15.223 6.323 30.798 6.03 46.142-.643c11.099-4.81 19.807-12.144 25.758-21.44m45.678-118.624v114.62l17.82 7.222l-10.126 23.627l-19.67-8.191c-4.416-1.911-7.42-4.838-9.696-8.14c-2.175-3.366-3.802-7.986-3.802-14.206V26.099zm46.165 85.42c.01-9.76 4.32-18.513 11.14-24.462L413.649 66.67c-12.4 10.96-20.21 26.976-20.224 44.82c-.02 17.85 7.778 33.882 20.165 44.871l18.262-20.406c-6.787-5.972-11.068-14.699-11.06-24.437m32.484 32.533c-3.6-.01-7.067-.605-10.3-1.681l-8.731 25.96a59.9 59.9 0 0 0 19.002 3.106c28.949.028 53.121-20.512 58.722-47.817l-26.837-5.48c-3.052 14.8-16.157 25.922-31.856 25.912m.08-92.389a59.8 59.8 0 0 0-18.985 3.056l8.655 25.984a32.8 32.8 0 0 1 10.304-1.662c15.736.015 28.85 11.203 31.83 26.045L512 99.642c-5.524-27.345-29.673-47.961-58.645-47.979"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 197"><path fill="#fc0" d="M79.817 43.344A57.6 57.6 0 0 1 98.12 40.39c27.918 0 51.227 19.83 56.566 46.188l39.576-8.073C185.179 33.711 145.594 0 98.12 0a98 98 0 0 0-31.106 5.04z"/><path fill="#00a0de" d="m33.111 171.604l26.763-30.258c-11.946-10.584-19.484-26.03-19.484-43.239c0-17.196 7.527-32.635 19.466-43.206L33.091 24.64C12.802 42.614 0 68.869 0 98.107c0 29.256 12.807 55.519 33.111 73.497"/><path fill="#ec3413" d="M154.676 109.69c-5.362 26.345-28.646 46.137-56.556 46.137c-6.405 0-12.572-1.033-18.32-2.965l-12.821 38.32c9.779 3.264 20.25 5.032 31.141 5.032c47.428 0 87.009-33.655 96.126-78.408z"/><path d="M228.87 142.622c-1.297-2.1-3.06-5.46-4.12-7.932c-6.267-14.55-6.567-29.607-1.274-44.061c5.819-15.852 16.935-27.988 31.298-34.167c18.057-7.771 38.028-6.239 55.334 4.03c10.994 6.307 18.788 16.045 24.706 29.813l.549 1.339l1.024 2.66q.247.645.489 1.246zm36.065-62.803c-12.823 5.511-19.433 17.54-18.075 31.644l54.32-23.378c-9.341-10.979-21.499-14.617-36.245-8.266m64.014 64.904l-20.996-14.038l-.03.031l-1.125-.758c-3.24 5.26-8.299 9.52-14.68 12.287c-12.142 5.28-23.394 3.923-31.474-3.164l-.743 1.13c-.008-.013-.01-.023-.024-.023l-13.78 20.617a59 59 0 0 0 10.952 6c15.223 6.323 30.798 6.03 46.142-.643c11.099-4.81 19.807-12.144 25.758-21.44m45.678-118.624v114.62l17.82 7.222l-10.126 23.627l-19.67-8.191c-4.416-1.911-7.42-4.838-9.696-8.14c-2.175-3.366-3.802-7.986-3.802-14.206V26.099zm46.165 85.42c.01-9.76 4.32-18.513 11.14-24.462L413.649 66.67c-12.4 10.96-20.21 26.976-20.224 44.82c-.02 17.85 7.778 33.882 20.165 44.871l18.262-20.406c-6.787-5.972-11.068-14.699-11.06-24.437m32.484 32.533c-3.6-.01-7.067-.605-10.3-1.681l-8.731 25.96a59.9 59.9 0 0 0 19.002 3.106c28.949.028 53.121-20.512 58.722-47.817l-26.837-5.48c-3.052 14.8-16.157 25.922-31.856 25.912m.08-92.389a59.8 59.8 0 0 0-18.985 3.056l8.655 25.984a32.8 32.8 0 0 1 10.304-1.662c15.736.015 28.85 11.203 31.83 26.045L512 99.642c-5.524-27.345-29.673-47.961-58.645-47.979"/></svg>
</template>

CSS

.icon-elo {
  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%20197%22%3E%3Cpath%20fill%3D%22%23fc0%22%20d%3D%22M79.817%2043.344A57.6%2057.6%200%200%201%2098.12%2040.39c27.918%200%2051.227%2019.83%2056.566%2046.188l39.576-8.073C185.179%2033.711%20145.594%200%2098.12%200a98%2098%200%200%200-31.106%205.04z%22%2F%3E%3Cpath%20fill%3D%22%2300a0de%22%20d%3D%22m33.111%20171.604l26.763-30.258c-11.946-10.584-19.484-26.03-19.484-43.239c0-17.196%207.527-32.635%2019.466-43.206L33.091%2024.64C12.802%2042.614%200%2068.869%200%2098.107c0%2029.256%2012.807%2055.519%2033.111%2073.497%22%2F%3E%3Cpath%20fill%3D%22%23ec3413%22%20d%3D%22M154.676%20109.69c-5.362%2026.345-28.646%2046.137-56.556%2046.137c-6.405%200-12.572-1.033-18.32-2.965l-12.821%2038.32c9.779%203.264%2020.25%205.032%2031.141%205.032c47.428%200%2087.009-33.655%2096.126-78.408z%22%2F%3E%3Cpath%20d%3D%22M228.87%20142.622c-1.297-2.1-3.06-5.46-4.12-7.932c-6.267-14.55-6.567-29.607-1.274-44.061c5.819-15.852%2016.935-27.988%2031.298-34.167c18.057-7.771%2038.028-6.239%2055.334%204.03c10.994%206.307%2018.788%2016.045%2024.706%2029.813l.549%201.339l1.024%202.66q.247.645.489%201.246zm36.065-62.803c-12.823%205.511-19.433%2017.54-18.075%2031.644l54.32-23.378c-9.341-10.979-21.499-14.617-36.245-8.266m64.014%2064.904l-20.996-14.038l-.03.031l-1.125-.758c-3.24%205.26-8.299%209.52-14.68%2012.287c-12.142%205.28-23.394%203.923-31.474-3.164l-.743%201.13c-.008-.013-.01-.023-.024-.023l-13.78%2020.617a59%2059%200%200%200%2010.952%206c15.223%206.323%2030.798%206.03%2046.142-.643c11.099-4.81%2019.807-12.144%2025.758-21.44m45.678-118.624v114.62l17.82%207.222l-10.126%2023.627l-19.67-8.191c-4.416-1.911-7.42-4.838-9.696-8.14c-2.175-3.366-3.802-7.986-3.802-14.206V26.099zm46.165%2085.42c.01-9.76%204.32-18.513%2011.14-24.462L413.649%2066.67c-12.4%2010.96-20.21%2026.976-20.224%2044.82c-.02%2017.85%207.778%2033.882%2020.165%2044.871l18.262-20.406c-6.787-5.972-11.068-14.699-11.06-24.437m32.484%2032.533c-3.6-.01-7.067-.605-10.3-1.681l-8.731%2025.96a59.9%2059.9%200%200%200%2019.002%203.106c28.949.028%2053.121-20.512%2058.722-47.817l-26.837-5.48c-3.052%2014.8-16.157%2025.922-31.856%2025.912m.08-92.389a59.8%2059.8%200%200%200-18.985%203.056l8.655%2025.984a32.8%2032.8%200%200%201%2010.304-1.662c15.736.015%2028.85%2011.203%2031.83%2026.045L512%2099.642c-5.524-27.345-29.673-47.961-58.645-47.979%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%20197%22%3E%3Cpath%20fill%3D%22%23fc0%22%20d%3D%22M79.817%2043.344A57.6%2057.6%200%200%201%2098.12%2040.39c27.918%200%2051.227%2019.83%2056.566%2046.188l39.576-8.073C185.179%2033.711%20145.594%200%2098.12%200a98%2098%200%200%200-31.106%205.04z%22%2F%3E%3Cpath%20fill%3D%22%2300a0de%22%20d%3D%22m33.111%20171.604l26.763-30.258c-11.946-10.584-19.484-26.03-19.484-43.239c0-17.196%207.527-32.635%2019.466-43.206L33.091%2024.64C12.802%2042.614%200%2068.869%200%2098.107c0%2029.256%2012.807%2055.519%2033.111%2073.497%22%2F%3E%3Cpath%20fill%3D%22%23ec3413%22%20d%3D%22M154.676%20109.69c-5.362%2026.345-28.646%2046.137-56.556%2046.137c-6.405%200-12.572-1.033-18.32-2.965l-12.821%2038.32c9.779%203.264%2020.25%205.032%2031.141%205.032c47.428%200%2087.009-33.655%2096.126-78.408z%22%2F%3E%3Cpath%20d%3D%22M228.87%20142.622c-1.297-2.1-3.06-5.46-4.12-7.932c-6.267-14.55-6.567-29.607-1.274-44.061c5.819-15.852%2016.935-27.988%2031.298-34.167c18.057-7.771%2038.028-6.239%2055.334%204.03c10.994%206.307%2018.788%2016.045%2024.706%2029.813l.549%201.339l1.024%202.66q.247.645.489%201.246zm36.065-62.803c-12.823%205.511-19.433%2017.54-18.075%2031.644l54.32-23.378c-9.341-10.979-21.499-14.617-36.245-8.266m64.014%2064.904l-20.996-14.038l-.03.031l-1.125-.758c-3.24%205.26-8.299%209.52-14.68%2012.287c-12.142%205.28-23.394%203.923-31.474-3.164l-.743%201.13c-.008-.013-.01-.023-.024-.023l-13.78%2020.617a59%2059%200%200%200%2010.952%206c15.223%206.323%2030.798%206.03%2046.142-.643c11.099-4.81%2019.807-12.144%2025.758-21.44m45.678-118.624v114.62l17.82%207.222l-10.126%2023.627l-19.67-8.191c-4.416-1.911-7.42-4.838-9.696-8.14c-2.175-3.366-3.802-7.986-3.802-14.206V26.099zm46.165%2085.42c.01-9.76%204.32-18.513%2011.14-24.462L413.649%2066.67c-12.4%2010.96-20.21%2026.976-20.224%2044.82c-.02%2017.85%207.778%2033.882%2020.165%2044.871l18.262-20.406c-6.787-5.972-11.068-14.699-11.06-24.437m32.484%2032.533c-3.6-.01-7.067-.605-10.3-1.681l-8.731%2025.96a59.9%2059.9%200%200%200%2019.002%203.106c28.949.028%2053.121-20.512%2058.722-47.817l-26.837-5.48c-3.052%2014.8-16.157%2025.922-31.856%2025.912m.08-92.389a59.8%2059.8%200%200%200-18.985%203.056l8.655%2025.984a32.8%2032.8%200%200%201%2010.304-1.662c15.736.015%2028.85%2011.203%2031.83%2026.045L512%2099.642c-5.524-27.345-29.673-47.961-58.645-47.979%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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