wordpress simple logo

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

Name
wordpress-simple
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Use the wordpress simple logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8M33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256m223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4l68.5 187.8c.5 1.1 1 2.1 1.6 3.1c-23.1 8.1-48 12.6-74 12.6m30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1c12-1.4 10.6-19.1-1.4-18.4c0 0-36.1 2.8-59.4 2.8c-21.9 0-58.7-2.8-58.7-2.8c-12-.7-13.4 17.7-1.4 18.4c0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1c12-1.4 10.6-19.1-1.4-18.4c0 0-36.1 2.8-59.4 2.8c-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5c-1-.1-1.9-.2-2.9-.2c-21.9 0-37.4 19.1-37.4 39.6c0 18.4 10.6 33.9 21.9 52.3c8.5 14.8 18.4 33.9 18.4 61.5c0 19.1-7.3 41.2-17 72.1l-22.2 74.3zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9c0-8.2-.5-15.8-1.5-22.9c17.4 31.8 27.3 68.2 27.3 107c0 82.3-44.6 154.1-110.9 192.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsWordpressSimple(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="M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8M33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256m223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4l68.5 187.8c.5 1.1 1 2.1 1.6 3.1c-23.1 8.1-48 12.6-74 12.6m30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1c12-1.4 10.6-19.1-1.4-18.4c0 0-36.1 2.8-59.4 2.8c-21.9 0-58.7-2.8-58.7-2.8c-12-.7-13.4 17.7-1.4 18.4c0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1c12-1.4 10.6-19.1-1.4-18.4c0 0-36.1 2.8-59.4 2.8c-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5c-1-.1-1.9-.2-2.9-.2c-21.9 0-37.4 19.1-37.4 39.6c0 18.4 10.6 33.9 21.9 52.3c8.5 14.8 18.4 33.9 18.4 61.5c0 19.1-7.3 41.2-17 72.1l-22.2 74.3zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9c0-8.2-.5-15.8-1.5-22.9c17.4 31.8 27.3 68.2 27.3 107c0 82.3-44.6 154.1-110.9 192.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8M33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256m223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4l68.5 187.8c.5 1.1 1 2.1 1.6 3.1c-23.1 8.1-48 12.6-74 12.6m30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1c12-1.4 10.6-19.1-1.4-18.4c0 0-36.1 2.8-59.4 2.8c-21.9 0-58.7-2.8-58.7-2.8c-12-.7-13.4 17.7-1.4 18.4c0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1c12-1.4 10.6-19.1-1.4-18.4c0 0-36.1 2.8-59.4 2.8c-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5c-1-.1-1.9-.2-2.9-.2c-21.9 0-37.4 19.1-37.4 39.6c0 18.4 10.6 33.9 21.9 52.3c8.5 14.8 18.4 33.9 18.4 61.5c0 19.1-7.3 41.2-17 72.1l-22.2 74.3zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9c0-8.2-.5-15.8-1.5-22.9c17.4 31.8 27.3 68.2 27.3 107c0 82.3-44.6 154.1-110.9 192.7"/></svg>
</template>

CSS

.icon-wordpress-simple {
  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%22M256%208C119.3%208%208%20119.2%208%20256c0%20136.7%20111.3%20248%20248%20248s248-111.3%20248-248C504%20119.2%20392.7%208%20256%208M33%20256c0-32.3%206.9-63%2019.3-90.7l106.4%20291.4C84.3%20420.5%2033%20344.2%2033%20256m223%20223c-21.9%200-43-3.2-63-9.1l66.9-194.4l68.5%20187.8c.5%201.1%201%202.1%201.6%203.1c-23.1%208.1-48%2012.6-74%2012.6m30.7-327.5c13.4-.7%2025.5-2.1%2025.5-2.1c12-1.4%2010.6-19.1-1.4-18.4c0%200-36.1%202.8-59.4%202.8c-21.9%200-58.7-2.8-58.7-2.8c-12-.7-13.4%2017.7-1.4%2018.4c0%200%2011.4%201.4%2023.4%202.1l34.7%2095.2L200.6%20393l-81.2-241.5c13.4-.7%2025.5-2.1%2025.5-2.1c12-1.4%2010.6-19.1-1.4-18.4c0%200-36.1%202.8-59.4%202.8c-4.2%200-9.1-.1-14.4-.3C109.6%2073%20178.1%2033%20256%2033c58%200%20110.9%2022.2%20150.6%2058.5c-1-.1-1.9-.2-2.9-.2c-21.9%200-37.4%2019.1-37.4%2039.6c0%2018.4%2010.6%2033.9%2021.9%2052.3c8.5%2014.8%2018.4%2033.9%2018.4%2061.5c0%2019.1-7.3%2041.2-17%2072.1l-22.2%2074.3zm81.4%20297.2l68.1-196.9c12.7-31.8%2017-57.2%2017-79.9c0-8.2-.5-15.8-1.5-22.9c17.4%2031.8%2027.3%2068.2%2027.3%20107c0%2082.3-44.6%20154.1-110.9%20192.7%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%22M256%208C119.3%208%208%20119.2%208%20256c0%20136.7%20111.3%20248%20248%20248s248-111.3%20248-248C504%20119.2%20392.7%208%20256%208M33%20256c0-32.3%206.9-63%2019.3-90.7l106.4%20291.4C84.3%20420.5%2033%20344.2%2033%20256m223%20223c-21.9%200-43-3.2-63-9.1l66.9-194.4l68.5%20187.8c.5%201.1%201%202.1%201.6%203.1c-23.1%208.1-48%2012.6-74%2012.6m30.7-327.5c13.4-.7%2025.5-2.1%2025.5-2.1c12-1.4%2010.6-19.1-1.4-18.4c0%200-36.1%202.8-59.4%202.8c-21.9%200-58.7-2.8-58.7-2.8c-12-.7-13.4%2017.7-1.4%2018.4c0%200%2011.4%201.4%2023.4%202.1l34.7%2095.2L200.6%20393l-81.2-241.5c13.4-.7%2025.5-2.1%2025.5-2.1c12-1.4%2010.6-19.1-1.4-18.4c0%200-36.1%202.8-59.4%202.8c-4.2%200-9.1-.1-14.4-.3C109.6%2073%20178.1%2033%20256%2033c58%200%20110.9%2022.2%20150.6%2058.5c-1-.1-1.9-.2-2.9-.2c-21.9%200-37.4%2019.1-37.4%2039.6c0%2018.4%2010.6%2033.9%2021.9%2052.3c8.5%2014.8%2018.4%2033.9%2018.4%2061.5c0%2019.1-7.3%2041.2-17%2072.1l-22.2%2074.3zm81.4%20297.2l68.1-196.9c12.7-31.8%2017-57.2%2017-79.9c0-8.2-.5-15.8-1.5-22.9c17.4%2031.8%2027.3%2068.2%2027.3%20107c0%2082.3-44.6%20154.1-110.9%20192.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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