wpexplorer from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
wpexplorer
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the wpexplorer logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m480 0c0-123.7-100.3-224-224-224S96 196.3 96 320s100.3 224 224 224s224-100.3 224-224M224.9 188.6l86.9 37.1l-37.1 86.9l-86.9-37.1zm110 169.1l46.6 94h-14.6l-50-100l-48.9 100h-14l51.1-106.9l-22.3-9.4l6-14l68.6 29.1l-6 14.3zm-11.8-116.3l68.6 29.4l-29.4 68.3L294 310zm80.3 42.9l54.6 23.1l-23.4 54.3l-54.3-23.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsWpexplorer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m480 0c0-123.7-100.3-224-224-224S96 196.3 96 320s100.3 224 224 224s224-100.3 224-224M224.9 188.6l86.9 37.1l-37.1 86.9l-86.9-37.1zm110 169.1l46.6 94h-14.6l-50-100l-48.9 100h-14l51.1-106.9l-22.3-9.4l6-14l68.6 29.1l-6 14.3zm-11.8-116.3l68.6 29.4l-29.4 68.3L294 310zm80.3 42.9l54.6 23.1l-23.4 54.3l-54.3-23.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 320C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320m480 0c0-123.7-100.3-224-224-224S96 196.3 96 320s100.3 224 224 224s224-100.3 224-224M224.9 188.6l86.9 37.1l-37.1 86.9l-86.9-37.1zm110 169.1l46.6 94h-14.6l-50-100l-48.9 100h-14l51.1-106.9l-22.3-9.4l6-14l68.6 29.1l-6 14.3zm-11.8-116.3l68.6 29.4l-29.4 68.3L294 310zm80.3 42.9l54.6 23.1l-23.4 54.3l-54.3-23.1z"/></svg>
</template>

CSS

.icon-wpexplorer {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m480%200c0-123.7-100.3-224-224-224S96%20196.3%2096%20320s100.3%20224%20224%20224s224-100.3%20224-224M224.9%20188.6l86.9%2037.1l-37.1%2086.9l-86.9-37.1zm110%20169.1l46.6%2094h-14.6l-50-100l-48.9%20100h-14l51.1-106.9l-22.3-9.4l6-14l68.6%2029.1l-6%2014.3zm-11.8-116.3l68.6%2029.4l-29.4%2068.3L294%20310zm80.3%2042.9l54.6%2023.1l-23.4%2054.3l-54.3-23.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20320C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320m480%200c0-123.7-100.3-224-224-224S96%20196.3%2096%20320s100.3%20224%20224%20224s224-100.3%20224-224M224.9%20188.6l86.9%2037.1l-37.1%2086.9l-86.9-37.1zm110%20169.1l46.6%2094h-14.6l-50-100l-48.9%20100h-14l51.1-106.9l-22.3-9.4l6-14l68.6%2029.1l-6%2014.3zm-11.8-116.3l68.6%2029.4l-29.4%2068.3L294%20310zm80.3%2042.9l54.6%2023.1l-23.4%2054.3l-54.3-23.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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