wordpress logo
wordpress from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- wordpress
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
wordpressBootstrap IconswordpressBoxicons BrandswordpressCoreUI BrandswordpressDeviconwordpressFont Awesome BrandswordpressHuge IconswordpressJam IconswordpressLine AwesomewordpressSVG LogoswordpressMaterial Design Iconswordpress-fillRemix IconwordpressSimple IconswordpressSkill Iconswordpress-outlineTeenyiconswordpressUniconswordpressUnicons Monochrome
Related icons in Font Awesome 6 Brands
Use the wordpress logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6m337.9 75.9c0-26.3-9.4-44.5-17.5-58.7c-10.8-17.5-20.9-32.4-20.9-49.9c0-19.6 14.8-37.8 35.7-37.8c.9 0 1.8.1 2.8.2c-37.9-34.7-88.3-55.9-143.7-55.9c-74.3 0-139.7 38.1-177.8 95.9c5 .2 9.7.3 13.7.3c22.2 0 56.7-2.7 56.7-2.7c11.5-.7 12.8 16.2 1.4 17.5c0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2c-11.5-.7-10.1-18.2 1.3-17.5c0 0 35.1 2.7 56 2.7c22.2 0 56.7-2.7 56.7-2.7c11.5-.7 12.8 16.2 1.4 17.5c0 0-11.5 1.3-24.3 2l76.9 228.7l21.2-70.9c9-29.4 16-50.5 16-68.7m-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7c24.8 0 48.5-4.3 70.6-12.1c-.6-.9-1.1-1.9-1.5-2.9zm183-120.7c.9 6.8 1.4 14 1.4 21.9c0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1M504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256C8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248m-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsWordpress(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="m61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6m337.9 75.9c0-26.3-9.4-44.5-17.5-58.7c-10.8-17.5-20.9-32.4-20.9-49.9c0-19.6 14.8-37.8 35.7-37.8c.9 0 1.8.1 2.8.2c-37.9-34.7-88.3-55.9-143.7-55.9c-74.3 0-139.7 38.1-177.8 95.9c5 .2 9.7.3 13.7.3c22.2 0 56.7-2.7 56.7-2.7c11.5-.7 12.8 16.2 1.4 17.5c0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2c-11.5-.7-10.1-18.2 1.3-17.5c0 0 35.1 2.7 56 2.7c22.2 0 56.7-2.7 56.7-2.7c11.5-.7 12.8 16.2 1.4 17.5c0 0-11.5 1.3-24.3 2l76.9 228.7l21.2-70.9c9-29.4 16-50.5 16-68.7m-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7c24.8 0 48.5-4.3 70.6-12.1c-.6-.9-1.1-1.9-1.5-2.9zm183-120.7c.9 6.8 1.4 14 1.4 21.9c0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1M504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256C8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248m-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6m337.9 75.9c0-26.3-9.4-44.5-17.5-58.7c-10.8-17.5-20.9-32.4-20.9-49.9c0-19.6 14.8-37.8 35.7-37.8c.9 0 1.8.1 2.8.2c-37.9-34.7-88.3-55.9-143.7-55.9c-74.3 0-139.7 38.1-177.8 95.9c5 .2 9.7.3 13.7.3c22.2 0 56.7-2.7 56.7-2.7c11.5-.7 12.8 16.2 1.4 17.5c0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2c-11.5-.7-10.1-18.2 1.3-17.5c0 0 35.1 2.7 56 2.7c22.2 0 56.7-2.7 56.7-2.7c11.5-.7 12.8 16.2 1.4 17.5c0 0-11.5 1.3-24.3 2l76.9 228.7l21.2-70.9c9-29.4 16-50.5 16-68.7m-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7c24.8 0 48.5-4.3 70.6-12.1c-.6-.9-1.1-1.9-1.5-2.9zm183-120.7c.9 6.8 1.4 14 1.4 21.9c0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1M504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256C8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248m-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6"/></svg> </template>
CSS
.icon-wordpress {
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%22m61.7%20169.4l101.5%20278C92.2%20413%2043.3%20340.2%2043.3%20256c0-30.9%206.6-60.1%2018.4-86.6m337.9%2075.9c0-26.3-9.4-44.5-17.5-58.7c-10.8-17.5-20.9-32.4-20.9-49.9c0-19.6%2014.8-37.8%2035.7-37.8c.9%200%201.8.1%202.8.2c-37.9-34.7-88.3-55.9-143.7-55.9c-74.3%200-139.7%2038.1-177.8%2095.9c5%20.2%209.7.3%2013.7.3c22.2%200%2056.7-2.7%2056.7-2.7c11.5-.7%2012.8%2016.2%201.4%2017.5c0%200-11.5%201.3-24.3%202l77.5%20230.4L249.8%20247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2c-11.5-.7-10.1-18.2%201.3-17.5c0%200%2035.1%202.7%2056%202.7c22.2%200%2056.7-2.7%2056.7-2.7c11.5-.7%2012.8%2016.2%201.4%2017.5c0%200-11.5%201.3-24.3%202l76.9%20228.7l21.2-70.9c9-29.4%2016-50.5%2016-68.7m-139.9%2029.3l-63.8%20185.5c19.1%205.6%2039.2%208.7%2060.1%208.7c24.8%200%2048.5-4.3%2070.6-12.1c-.6-.9-1.1-1.9-1.5-2.9zm183-120.7c.9%206.8%201.4%2014%201.4%2021.9c0%2021.6-4%2045.8-16.2%2076.2l-65%20187.9C426.2%20403%20468.7%20334.5%20468.7%20256c0-37-9.4-71.8-26-102.1M504%20256c0%20136.8-111.3%20248-248%20248C119.2%20504%208%20392.7%208%20256C8%20119.2%20119.2%208%20256%208c136.7%200%20248%20111.2%20248%20248m-11.4%200c0-130.5-106.2-236.6-236.6-236.6C125.5%2019.4%2019.4%20125.5%2019.4%20256S125.6%20492.6%20256%20492.6c130.5%200%20236.6-106.1%20236.6-236.6%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%22m61.7%20169.4l101.5%20278C92.2%20413%2043.3%20340.2%2043.3%20256c0-30.9%206.6-60.1%2018.4-86.6m337.9%2075.9c0-26.3-9.4-44.5-17.5-58.7c-10.8-17.5-20.9-32.4-20.9-49.9c0-19.6%2014.8-37.8%2035.7-37.8c.9%200%201.8.1%202.8.2c-37.9-34.7-88.3-55.9-143.7-55.9c-74.3%200-139.7%2038.1-177.8%2095.9c5%20.2%209.7.3%2013.7.3c22.2%200%2056.7-2.7%2056.7-2.7c11.5-.7%2012.8%2016.2%201.4%2017.5c0%200-11.5%201.3-24.3%202l77.5%20230.4L249.8%20247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2c-11.5-.7-10.1-18.2%201.3-17.5c0%200%2035.1%202.7%2056%202.7c22.2%200%2056.7-2.7%2056.7-2.7c11.5-.7%2012.8%2016.2%201.4%2017.5c0%200-11.5%201.3-24.3%202l76.9%20228.7l21.2-70.9c9-29.4%2016-50.5%2016-68.7m-139.9%2029.3l-63.8%20185.5c19.1%205.6%2039.2%208.7%2060.1%208.7c24.8%200%2048.5-4.3%2070.6-12.1c-.6-.9-1.1-1.9-1.5-2.9zm183-120.7c.9%206.8%201.4%2014%201.4%2021.9c0%2021.6-4%2045.8-16.2%2076.2l-65%20187.9C426.2%20403%20468.7%20334.5%20468.7%20256c0-37-9.4-71.8-26-102.1M504%20256c0%20136.8-111.3%20248-248%20248C119.2%20504%208%20392.7%208%20256C8%20119.2%20119.2%208%20256%208c136.7%200%20248%20111.2%20248%20248m-11.4%200c0-130.5-106.2-236.6-236.6-236.6C125.5%2019.4%2019.4%20125.5%2019.4%20256S125.6%20492.6%20256%20492.6c130.5%200%20236.6-106.1%20236.6-236.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/wordpress.svg?color=%231a73e8&size=48