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

Name
es6
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the es6 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#F26522" d="M0 0h256v256H0z"/><path fill="#FFF" d="M105.536 159.959h39.157v-10.653h-27.064v-16.507h24.953v-10.653h-24.953v-15.452h27.064V96.041h-39.157v63.918Zm91.462-17.371c0-12.765-.864-15.548-18.043-19.675c-11.037-2.687-11.229-2.879-11.229-10.173c0-5.566 1.44-7.294 9.598-7.294c5.566 0 11.804.768 17.083 1.92l1.344-10.173c-6.335-1.44-13.053-2.112-18.62-2.112c-16.219 0-21.497 5.759-21.497 17.371c0 13.533 2.111 16.508 17.563 19.963c11.517 2.495 11.709 3.07 11.709 10.173c0 6.142-1.44 7.966-10.174 7.966c-6.334 0-12.092-1.152-18.042-2.976l-2.112 9.502c4.223 2.015 12.669 3.839 19.963 3.839c18.906 0 22.457-6.239 22.457-18.331Zm22.266-23.801c0-9.79 4.703-11.71 16.027-11.71c2.016 0 6.239.289 9.022.865l.768-9.79c-2.88-.671-7.486-1.151-11.037-1.151c-17.467 0-26.489 5.374-26.489 22.265v23.322c0 11.037 3.263 18.33 19.77 18.33c15.068 0 19.675-7.485 19.675-17.466v-4.607c0-11.037-4.703-15.836-16.315-15.836c-4.127 0-8.062.576-11.421 1.728v-5.95Zm9.597 14.3c4.223 0 6.43 1.44 6.43 6.046v4.703c0 4.894-1.92 7.006-7.965 7.006c-6.047 0-8.062-1.728-8.062-7.006v-8.734c2.687-1.152 6.142-2.015 9.597-2.015Z"/></svg>

React

import type { SVGProps } from "react";

export function LogosEs6(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#F26522" d="M0 0h256v256H0z"/><path fill="#FFF" d="M105.536 159.959h39.157v-10.653h-27.064v-16.507h24.953v-10.653h-24.953v-15.452h27.064V96.041h-39.157v63.918Zm91.462-17.371c0-12.765-.864-15.548-18.043-19.675c-11.037-2.687-11.229-2.879-11.229-10.173c0-5.566 1.44-7.294 9.598-7.294c5.566 0 11.804.768 17.083 1.92l1.344-10.173c-6.335-1.44-13.053-2.112-18.62-2.112c-16.219 0-21.497 5.759-21.497 17.371c0 13.533 2.111 16.508 17.563 19.963c11.517 2.495 11.709 3.07 11.709 10.173c0 6.142-1.44 7.966-10.174 7.966c-6.334 0-12.092-1.152-18.042-2.976l-2.112 9.502c4.223 2.015 12.669 3.839 19.963 3.839c18.906 0 22.457-6.239 22.457-18.331Zm22.266-23.801c0-9.79 4.703-11.71 16.027-11.71c2.016 0 6.239.289 9.022.865l.768-9.79c-2.88-.671-7.486-1.151-11.037-1.151c-17.467 0-26.489 5.374-26.489 22.265v23.322c0 11.037 3.263 18.33 19.77 18.33c15.068 0 19.675-7.485 19.675-17.466v-4.607c0-11.037-4.703-15.836-16.315-15.836c-4.127 0-8.062.576-11.421 1.728v-5.95Zm9.597 14.3c4.223 0 6.43 1.44 6.43 6.046v4.703c0 4.894-1.92 7.006-7.965 7.006c-6.047 0-8.062-1.728-8.062-7.006v-8.734c2.687-1.152 6.142-2.015 9.597-2.015Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#F26522" d="M0 0h256v256H0z"/><path fill="#FFF" d="M105.536 159.959h39.157v-10.653h-27.064v-16.507h24.953v-10.653h-24.953v-15.452h27.064V96.041h-39.157v63.918Zm91.462-17.371c0-12.765-.864-15.548-18.043-19.675c-11.037-2.687-11.229-2.879-11.229-10.173c0-5.566 1.44-7.294 9.598-7.294c5.566 0 11.804.768 17.083 1.92l1.344-10.173c-6.335-1.44-13.053-2.112-18.62-2.112c-16.219 0-21.497 5.759-21.497 17.371c0 13.533 2.111 16.508 17.563 19.963c11.517 2.495 11.709 3.07 11.709 10.173c0 6.142-1.44 7.966-10.174 7.966c-6.334 0-12.092-1.152-18.042-2.976l-2.112 9.502c4.223 2.015 12.669 3.839 19.963 3.839c18.906 0 22.457-6.239 22.457-18.331Zm22.266-23.801c0-9.79 4.703-11.71 16.027-11.71c2.016 0 6.239.289 9.022.865l.768-9.79c-2.88-.671-7.486-1.151-11.037-1.151c-17.467 0-26.489 5.374-26.489 22.265v23.322c0 11.037 3.263 18.33 19.77 18.33c15.068 0 19.675-7.485 19.675-17.466v-4.607c0-11.037-4.703-15.836-16.315-15.836c-4.127 0-8.062.576-11.421 1.728v-5.95Zm9.597 14.3c4.223 0 6.43 1.44 6.43 6.046v4.703c0 4.894-1.92 7.006-7.965 7.006c-6.047 0-8.062-1.728-8.062-7.006v-8.734c2.687-1.152 6.142-2.015 9.597-2.015Z"/></svg>
</template>

CSS

.icon-es6 {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22%23F26522%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M105.536%20159.959h39.157v-10.653h-27.064v-16.507h24.953v-10.653h-24.953v-15.452h27.064V96.041h-39.157v63.918Zm91.462-17.371c0-12.765-.864-15.548-18.043-19.675c-11.037-2.687-11.229-2.879-11.229-10.173c0-5.566%201.44-7.294%209.598-7.294c5.566%200%2011.804.768%2017.083%201.92l1.344-10.173c-6.335-1.44-13.053-2.112-18.62-2.112c-16.219%200-21.497%205.759-21.497%2017.371c0%2013.533%202.111%2016.508%2017.563%2019.963c11.517%202.495%2011.709%203.07%2011.709%2010.173c0%206.142-1.44%207.966-10.174%207.966c-6.334%200-12.092-1.152-18.042-2.976l-2.112%209.502c4.223%202.015%2012.669%203.839%2019.963%203.839c18.906%200%2022.457-6.239%2022.457-18.331Zm22.266-23.801c0-9.79%204.703-11.71%2016.027-11.71c2.016%200%206.239.289%209.022.865l.768-9.79c-2.88-.671-7.486-1.151-11.037-1.151c-17.467%200-26.489%205.374-26.489%2022.265v23.322c0%2011.037%203.263%2018.33%2019.77%2018.33c15.068%200%2019.675-7.485%2019.675-17.466v-4.607c0-11.037-4.703-15.836-16.315-15.836c-4.127%200-8.062.576-11.421%201.728v-5.95Zm9.597%2014.3c4.223%200%206.43%201.44%206.43%206.046v4.703c0%204.894-1.92%207.006-7.965%207.006c-6.047%200-8.062-1.728-8.062-7.006v-8.734c2.687-1.152%206.142-2.015%209.597-2.015Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23F26522%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M105.536%20159.959h39.157v-10.653h-27.064v-16.507h24.953v-10.653h-24.953v-15.452h27.064V96.041h-39.157v63.918Zm91.462-17.371c0-12.765-.864-15.548-18.043-19.675c-11.037-2.687-11.229-2.879-11.229-10.173c0-5.566%201.44-7.294%209.598-7.294c5.566%200%2011.804.768%2017.083%201.92l1.344-10.173c-6.335-1.44-13.053-2.112-18.62-2.112c-16.219%200-21.497%205.759-21.497%2017.371c0%2013.533%202.111%2016.508%2017.563%2019.963c11.517%202.495%2011.709%203.07%2011.709%2010.173c0%206.142-1.44%207.966-10.174%207.966c-6.334%200-12.092-1.152-18.042-2.976l-2.112%209.502c4.223%202.015%2012.669%203.839%2019.963%203.839c18.906%200%2022.457-6.239%2022.457-18.331Zm22.266-23.801c0-9.79%204.703-11.71%2016.027-11.71c2.016%200%206.239.289%209.022.865l.768-9.79c-2.88-.671-7.486-1.151-11.037-1.151c-17.467%200-26.489%205.374-26.489%2022.265v23.322c0%2011.037%203.263%2018.33%2019.77%2018.33c15.068%200%2019.675-7.485%2019.675-17.466v-4.607c0-11.037-4.703-15.836-16.315-15.836c-4.127%200-8.062.576-11.421%201.728v-5.95Zm9.597%2014.3c4.223%200%206.43%201.44%206.43%206.046v4.703c0%204.894-1.92%207.006-7.965%207.006c-6.047%200-8.062-1.728-8.062-7.006v-8.734c2.687-1.152%206.142-2.015%209.597-2.015Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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