wordpress icon logo

wordpress-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
wordpress-icon
Set
SVG Logos
Style
Color
Viewbox
256×255
License
CC0

Related icons in SVG Logos

Use the wordpress icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 255"><path fill="#464342" d="M18.124 127.5c0 43.296 25.16 80.711 61.646 98.442L27.594 82.986a109 109 0 0 0-9.47 44.514m183.221-5.52c0-13.517-4.856-22.879-9.02-30.165c-5.545-9.01-10.742-16.64-10.742-25.65c0-10.055 7.626-19.415 18.368-19.415c.485 0 .944.06 1.417.088c-19.46-17.829-45.387-28.714-73.863-28.714c-38.213 0-71.832 19.606-91.39 49.302c2.566.077 4.984.13 7.039.13c11.44 0 29.15-1.387 29.15-1.387c5.897-.348 6.592 8.312.702 9.01c0 0-5.926.697-12.52 1.042L100.32 194.7l23.937-71.79l-17.042-46.692c-5.89-.345-11.47-1.042-11.47-1.042c-5.894-.346-5.203-9.358.691-9.01c0 0 18.064 1.388 28.811 1.388c11.44 0 29.151-1.388 29.151-1.388c5.9-.348 6.594 8.312.702 9.01c0 0-5.938.697-12.52 1.042l39.529 117.581l10.91-36.458c4.728-15.129 8.327-25.995 8.327-35.36m-71.921 15.088l-32.818 95.363a109.4 109.4 0 0 0 30.899 4.456c12.737 0 24.952-2.202 36.323-6.2a9.6 9.6 0 0 1-.779-1.507zm94.058-62.045a84 84 0 0 1 .737 11.247c0 11.1-2.073 23.577-8.317 39.178l-33.411 96.6c32.518-18.963 54.39-54.193 54.39-94.545c.002-19.017-4.856-36.9-13.4-52.48M127.505 0C57.2 0 0 57.196 0 127.5c0 70.313 57.2 127.507 127.505 127.507c70.302 0 127.51-57.194 127.51-127.507C255.014 57.196 197.808 0 127.506 0m0 249.163c-67.08 0-121.659-54.578-121.659-121.663c0-67.08 54.576-121.654 121.659-121.654c67.078 0 121.652 54.574 121.652 121.654c0 67.085-54.574 121.663-121.652 121.663"/></svg>

React

import type { SVGProps } from "react";

export function LogosWordpressIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 255"><path fill="#464342" d="M18.124 127.5c0 43.296 25.16 80.711 61.646 98.442L27.594 82.986a109 109 0 0 0-9.47 44.514m183.221-5.52c0-13.517-4.856-22.879-9.02-30.165c-5.545-9.01-10.742-16.64-10.742-25.65c0-10.055 7.626-19.415 18.368-19.415c.485 0 .944.06 1.417.088c-19.46-17.829-45.387-28.714-73.863-28.714c-38.213 0-71.832 19.606-91.39 49.302c2.566.077 4.984.13 7.039.13c11.44 0 29.15-1.387 29.15-1.387c5.897-.348 6.592 8.312.702 9.01c0 0-5.926.697-12.52 1.042L100.32 194.7l23.937-71.79l-17.042-46.692c-5.89-.345-11.47-1.042-11.47-1.042c-5.894-.346-5.203-9.358.691-9.01c0 0 18.064 1.388 28.811 1.388c11.44 0 29.151-1.388 29.151-1.388c5.9-.348 6.594 8.312.702 9.01c0 0-5.938.697-12.52 1.042l39.529 117.581l10.91-36.458c4.728-15.129 8.327-25.995 8.327-35.36m-71.921 15.088l-32.818 95.363a109.4 109.4 0 0 0 30.899 4.456c12.737 0 24.952-2.202 36.323-6.2a9.6 9.6 0 0 1-.779-1.507zm94.058-62.045a84 84 0 0 1 .737 11.247c0 11.1-2.073 23.577-8.317 39.178l-33.411 96.6c32.518-18.963 54.39-54.193 54.39-94.545c.002-19.017-4.856-36.9-13.4-52.48M127.505 0C57.2 0 0 57.196 0 127.5c0 70.313 57.2 127.507 127.505 127.507c70.302 0 127.51-57.194 127.51-127.507C255.014 57.196 197.808 0 127.506 0m0 249.163c-67.08 0-121.659-54.578-121.659-121.663c0-67.08 54.576-121.654 121.659-121.654c67.078 0 121.652 54.574 121.652 121.654c0 67.085-54.574 121.663-121.652 121.663"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 255"><path fill="#464342" d="M18.124 127.5c0 43.296 25.16 80.711 61.646 98.442L27.594 82.986a109 109 0 0 0-9.47 44.514m183.221-5.52c0-13.517-4.856-22.879-9.02-30.165c-5.545-9.01-10.742-16.64-10.742-25.65c0-10.055 7.626-19.415 18.368-19.415c.485 0 .944.06 1.417.088c-19.46-17.829-45.387-28.714-73.863-28.714c-38.213 0-71.832 19.606-91.39 49.302c2.566.077 4.984.13 7.039.13c11.44 0 29.15-1.387 29.15-1.387c5.897-.348 6.592 8.312.702 9.01c0 0-5.926.697-12.52 1.042L100.32 194.7l23.937-71.79l-17.042-46.692c-5.89-.345-11.47-1.042-11.47-1.042c-5.894-.346-5.203-9.358.691-9.01c0 0 18.064 1.388 28.811 1.388c11.44 0 29.151-1.388 29.151-1.388c5.9-.348 6.594 8.312.702 9.01c0 0-5.938.697-12.52 1.042l39.529 117.581l10.91-36.458c4.728-15.129 8.327-25.995 8.327-35.36m-71.921 15.088l-32.818 95.363a109.4 109.4 0 0 0 30.899 4.456c12.737 0 24.952-2.202 36.323-6.2a9.6 9.6 0 0 1-.779-1.507zm94.058-62.045a84 84 0 0 1 .737 11.247c0 11.1-2.073 23.577-8.317 39.178l-33.411 96.6c32.518-18.963 54.39-54.193 54.39-94.545c.002-19.017-4.856-36.9-13.4-52.48M127.505 0C57.2 0 0 57.196 0 127.5c0 70.313 57.2 127.507 127.505 127.507c70.302 0 127.51-57.194 127.51-127.507C255.014 57.196 197.808 0 127.506 0m0 249.163c-67.08 0-121.659-54.578-121.659-121.663c0-67.08 54.576-121.654 121.659-121.654c67.078 0 121.652 54.574 121.652 121.654c0 67.085-54.574 121.663-121.652 121.663"/></svg>
</template>

CSS

.icon-wordpress-icon {
  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%20256%20255%22%3E%3Cpath%20fill%3D%22%23464342%22%20d%3D%22M18.124%20127.5c0%2043.296%2025.16%2080.711%2061.646%2098.442L27.594%2082.986a109%20109%200%200%200-9.47%2044.514m183.221-5.52c0-13.517-4.856-22.879-9.02-30.165c-5.545-9.01-10.742-16.64-10.742-25.65c0-10.055%207.626-19.415%2018.368-19.415c.485%200%20.944.06%201.417.088c-19.46-17.829-45.387-28.714-73.863-28.714c-38.213%200-71.832%2019.606-91.39%2049.302c2.566.077%204.984.13%207.039.13c11.44%200%2029.15-1.387%2029.15-1.387c5.897-.348%206.592%208.312.702%209.01c0%200-5.926.697-12.52%201.042L100.32%20194.7l23.937-71.79l-17.042-46.692c-5.89-.345-11.47-1.042-11.47-1.042c-5.894-.346-5.203-9.358.691-9.01c0%200%2018.064%201.388%2028.811%201.388c11.44%200%2029.151-1.388%2029.151-1.388c5.9-.348%206.594%208.312.702%209.01c0%200-5.938.697-12.52%201.042l39.529%20117.581l10.91-36.458c4.728-15.129%208.327-25.995%208.327-35.36m-71.921%2015.088l-32.818%2095.363a109.4%20109.4%200%200%200%2030.899%204.456c12.737%200%2024.952-2.202%2036.323-6.2a9.6%209.6%200%200%201-.779-1.507zm94.058-62.045a84%2084%200%200%201%20.737%2011.247c0%2011.1-2.073%2023.577-8.317%2039.178l-33.411%2096.6c32.518-18.963%2054.39-54.193%2054.39-94.545c.002-19.017-4.856-36.9-13.4-52.48M127.505%200C57.2%200%200%2057.196%200%20127.5c0%2070.313%2057.2%20127.507%20127.505%20127.507c70.302%200%20127.51-57.194%20127.51-127.507C255.014%2057.196%20197.808%200%20127.506%200m0%20249.163c-67.08%200-121.659-54.578-121.659-121.663c0-67.08%2054.576-121.654%20121.659-121.654c67.078%200%20121.652%2054.574%20121.652%20121.654c0%2067.085-54.574%20121.663-121.652%20121.663%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%20256%20255%22%3E%3Cpath%20fill%3D%22%23464342%22%20d%3D%22M18.124%20127.5c0%2043.296%2025.16%2080.711%2061.646%2098.442L27.594%2082.986a109%20109%200%200%200-9.47%2044.514m183.221-5.52c0-13.517-4.856-22.879-9.02-30.165c-5.545-9.01-10.742-16.64-10.742-25.65c0-10.055%207.626-19.415%2018.368-19.415c.485%200%20.944.06%201.417.088c-19.46-17.829-45.387-28.714-73.863-28.714c-38.213%200-71.832%2019.606-91.39%2049.302c2.566.077%204.984.13%207.039.13c11.44%200%2029.15-1.387%2029.15-1.387c5.897-.348%206.592%208.312.702%209.01c0%200-5.926.697-12.52%201.042L100.32%20194.7l23.937-71.79l-17.042-46.692c-5.89-.345-11.47-1.042-11.47-1.042c-5.894-.346-5.203-9.358.691-9.01c0%200%2018.064%201.388%2028.811%201.388c11.44%200%2029.151-1.388%2029.151-1.388c5.9-.348%206.594%208.312.702%209.01c0%200-5.938.697-12.52%201.042l39.529%20117.581l10.91-36.458c4.728-15.129%208.327-25.995%208.327-35.36m-71.921%2015.088l-32.818%2095.363a109.4%20109.4%200%200%200%2030.899%204.456c12.737%200%2024.952-2.202%2036.323-6.2a9.6%209.6%200%200%201-.779-1.507zm94.058-62.045a84%2084%200%200%201%20.737%2011.247c0%2011.1-2.073%2023.577-8.317%2039.178l-33.411%2096.6c32.518-18.963%2054.39-54.193%2054.39-94.545c.002-19.017-4.856-36.9-13.4-52.48M127.505%200C57.2%200%200%2057.196%200%20127.5c0%2070.313%2057.2%20127.507%20127.505%20127.507c70.302%200%20127.51-57.194%20127.51-127.507C255.014%2057.196%20197.808%200%20127.506%200m0%20249.163c-67.08%200-121.659-54.578-121.659-121.663c0-67.08%2054.576-121.654%20121.659-121.654c67.078%200%20121.652%2054.574%20121.652%20121.654c0%2067.085-54.574%20121.663-121.652%20121.663%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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