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

Name
wpexplorer
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
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 512 512"><path fill="currentColor" d="M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256m-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224s224-100.5 224-224M160.9 124.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.3L230 246zm80.3 42.9l54.6 23.1l-23.4 54.3l-54.3-23.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsWpexplorer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256m-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224s224-100.5 224-224M160.9 124.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.3L230 246zm80.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 512 512"><path fill="currentColor" d="M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256m-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224s224-100.5 224-224M160.9 124.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.3L230 246zm80.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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20256c0%20141.2-114.7%20256-256%20256C114.8%20512%200%20397.3%200%20256S114.7%200%20256%200s256%20114.7%20256%20256m-32%200c0-123.2-100.3-224-224-224C132.5%2032%2032%20132.5%2032%20256s100.5%20224%20224%20224s224-100.5%20224-224M160.9%20124.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.3L230%20246zm80.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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20256c0%20141.2-114.7%20256-256%20256C114.8%20512%200%20397.3%200%20256S114.7%200%20256%200s256%20114.7%20256%20256m-32%200c0-123.2-100.3-224-224-224C132.5%2032%2032%20132.5%2032%20256s100.5%20224%20224%20224s224-100.5%20224-224M160.9%20124.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.3L230%20246zm80.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/fa6-brands/wpexplorer.svg?color=%231a73e8&size=48