wpbeginner logo
wpbeginner from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- wpbeginner
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Use the wpbeginner logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04c-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374m-339.647-82.972h41.529v-58.075h-41.529zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913m-150.753-86.072h166.058v-58.075H189.579z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsWpbeginner(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="M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04c-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374m-339.647-82.972h41.529v-58.075h-41.529zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913m-150.753-86.072h166.058v-58.075H189.579z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04c-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374m-339.647-82.972h41.529v-58.075h-41.529zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913m-150.753-86.072h166.058v-58.075H189.579z"/></svg> </template>
CSS
.icon-wpbeginner {
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%22M462.799%20322.374C519.01%20386.682%20466.961%20480%20370.944%20480c-39.602%200-78.824-17.687-100.142-50.04c-6.887.356-22.702.356-29.59%200C219.848%20462.381%20180.588%20480%20141.069%20480c-95.49%200-148.348-92.996-91.855-157.626C-29.925%20190.523%2080.479%2032%20256.006%2032c175.632%200%20285.87%20158.626%20206.793%20290.374m-339.647-82.972h41.529v-58.075h-41.529zm217.18%2086.072v-23.839c-60.506%2020.915-132.355%209.198-187.589-33.971l.246%2024.897c51.101%2046.367%20131.746%2057.875%20187.343%2032.913m-150.753-86.072h166.058v-58.075H189.579z%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%22M462.799%20322.374C519.01%20386.682%20466.961%20480%20370.944%20480c-39.602%200-78.824-17.687-100.142-50.04c-6.887.356-22.702.356-29.59%200C219.848%20462.381%20180.588%20480%20141.069%20480c-95.49%200-148.348-92.996-91.855-157.626C-29.925%20190.523%2080.479%2032%20256.006%2032c175.632%200%20285.87%20158.626%20206.793%20290.374m-339.647-82.972h41.529v-58.075h-41.529zm217.18%2086.072v-23.839c-60.506%2020.915-132.355%209.198-187.589-33.971l.246%2024.897c51.101%2046.367%20131.746%2057.875%20187.343%2032.913m-150.753-86.072h166.058v-58.075H189.579z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/wpbeginner.svg?color=%231a73e8&size=48