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

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

Use the wwe logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 1.047L15.67 18.08l-3.474-8.53l-3.474 8.53L.393 1.048l3.228 8.977l3.286 8.5C3.874 19.334 1.332 20.46 0 21.75c.443-.168 3.47-1.24 7.409-1.927l1.21 3.129l1.552-3.518a37 37 0 0 1 3.96-.204l1.644 3.722l1.4-3.62c2.132.145 3.861.426 4.675.692c0 0 .92-1.962 1.338-2.866a55 55 0 0 0-5.138-.092l2.722-7.042zm-21.84.026L8.64 13.86l3.568-9.155l3.567 9.155l6.481-12.788l-6.433 8.452l-3.615-8.22l-3.615 8.22zm10.036 13.776l1.115 2.523a43 43 0 0 0-2.363.306Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWwe(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="M24 1.047L15.67 18.08l-3.474-8.53l-3.474 8.53L.393 1.048l3.228 8.977l3.286 8.5C3.874 19.334 1.332 20.46 0 21.75c.443-.168 3.47-1.24 7.409-1.927l1.21 3.129l1.552-3.518a37 37 0 0 1 3.96-.204l1.644 3.722l1.4-3.62c2.132.145 3.861.426 4.675.692c0 0 .92-1.962 1.338-2.866a55 55 0 0 0-5.138-.092l2.722-7.042zm-21.84.026L8.64 13.86l3.568-9.155l3.567 9.155l6.481-12.788l-6.433 8.452l-3.615-8.22l-3.615 8.22zm10.036 13.776l1.115 2.523a43 43 0 0 0-2.363.306Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 1.047L15.67 18.08l-3.474-8.53l-3.474 8.53L.393 1.048l3.228 8.977l3.286 8.5C3.874 19.334 1.332 20.46 0 21.75c.443-.168 3.47-1.24 7.409-1.927l1.21 3.129l1.552-3.518a37 37 0 0 1 3.96-.204l1.644 3.722l1.4-3.62c2.132.145 3.861.426 4.675.692c0 0 .92-1.962 1.338-2.866a55 55 0 0 0-5.138-.092l2.722-7.042zm-21.84.026L8.64 13.86l3.568-9.155l3.567 9.155l6.481-12.788l-6.433 8.452l-3.615-8.22l-3.615 8.22zm10.036 13.776l1.115 2.523a43 43 0 0 0-2.363.306Z"/></svg>
</template>

CSS

.icon-wwe {
  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%22M24%201.047L15.67%2018.08l-3.474-8.53l-3.474%208.53L.393%201.048l3.228%208.977l3.286%208.5C3.874%2019.334%201.332%2020.46%200%2021.75c.443-.168%203.47-1.24%207.409-1.927l1.21%203.129l1.552-3.518a37%2037%200%200%201%203.96-.204l1.644%203.722l1.4-3.62c2.132.145%203.861.426%204.675.692c0%200%20.92-1.962%201.338-2.866a55%2055%200%200%200-5.138-.092l2.722-7.042zm-21.84.026L8.64%2013.86l3.568-9.155l3.567%209.155l6.481-12.788l-6.433%208.452l-3.615-8.22l-3.615%208.22zm10.036%2013.776l1.115%202.523a43%2043%200%200%200-2.363.306Z%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%22M24%201.047L15.67%2018.08l-3.474-8.53l-3.474%208.53L.393%201.048l3.228%208.977l3.286%208.5C3.874%2019.334%201.332%2020.46%200%2021.75c.443-.168%203.47-1.24%207.409-1.927l1.21%203.129l1.552-3.518a37%2037%200%200%201%203.96-.204l1.644%203.722l1.4-3.62c2.132.145%203.861.426%204.675.692c0%200%20.92-1.962%201.338-2.866a55%2055%200%200%200-5.138-.092l2.722-7.042zm-21.84.026L8.64%2013.86l3.568-9.155l3.567%209.155l6.481-12.788l-6.433%208.452l-3.615-8.22l-3.615%208.22zm10.036%2013.776l1.115%202.523a43%2043%200%200%200-2.363.306Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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