processwire icon logo

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

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

Use the processwire icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#417edf" d="M234.023 56.207c-7.765-11.595-20.682-24.844-33.653-33.42C173.427 4.334 142.216-2.216 114.611.643c-28.79 3.104-53.44 13.952-73.706 32.043c-18.773 16.768-31.168 37.27-36.63 56.822c-5.524 19.553-4.788 37.654-2.815 51.287c2.08 13.834 8.97 31.243 8.97 31.243c1.408 3.338 3.36 4.693 4.374 5.258c5.034 2.753 13.301.331 19.648-6.794c.32-.438.49-1.046.32-1.558c-1.771-6.816-2.411-11.947-3.04-15.915c-1.44-7.85-2.08-21.003-1.12-33.163c.48-6.581 1.76-13.621 4-21.003c4.33-14.581 13.46-29.803 27.733-42.454c15.37-13.621 35.082-22.037 53.823-24.214c6.571-.789 19.072-1.546 34.123 2.166c3.21.8 16.992 4.395 31.733 14.379c10.73 7.296 19.37 16.299 25.322 25.205c6.059 8.502 12.64 22.838 14.57 33.334c2.732 11.947 2.732 24.609.79 36.94c-2.4 12.352-6.73 24.363-13.461 34.933c-4.64 8.193-14.261 19.02-25.632 27.148c-10.25 7.21-21.952 12.416-33.962 15.296c-6.08 1.44-12.181 2.357-18.432 2.56c-5.557.17-12.928 0-18.101-.875c-7.69-1.226-9.29-3.19-11.05-5.856c0 0-1.228-1.92-1.569-7.061c.117-46.988.096-34.444.096-58.839c0-6.89-.224-13.141-.16-18.816c.32-9.312 1.11-15.712 7.765-22.646c4.811-5.109 11.542-8.192 18.955-8.192c2.25 0 10.005.107 16.821 5.771c7.307 6.101 8.533 14.443 8.821 16.672c1.664 13.046-6.954 22.763-10.26 25.227c-4.097 3.072-7.777 4.566-10.262 5.44c-5.29 1.771-11.104 2.283-16.33 1.942c-.8-.054-1.526.47-1.686 1.27l-1.76 9.13c-1.717 6.933 2.133 9.472 4.373 10.368c7.158 2.208 13.504 3.126 21.024 2.56c11.53-.81 22.901-5.355 32.555-14.357c8.213-7.809 12.896-17.44 14.495-28.214c1.6-11.958-.48-24.833-5.93-35.734c-5.995-12.022-16.341-22.06-29.973-27.553c-13.77-5.418-24.725-5.61-38.848-2.005l-.16.053c-9.173 3.158-17.024 7.051-25.194 15.489c-5.6 5.824-10.187 12.875-12.982 20.832c-2.773 8.021-3.52 14.006-3.648 23.307c-.17 6.89.16 13.291.16 19.286v39.478c0 12.63-.426 14.816 0 21.312c.235 4.31.832 9.184 2.72 14.422c1.942 5.77 6.016 11.69 8.811 14.421c3.915 4.17 8.896 7.52 13.792 9.6c11.21 4.982 26.432 5.771 38.773 5.291c8.17-.31 16.384-1.44 24.437-3.35c16.107-3.829 31.573-10.794 45.173-20.458c14.581-10.272 27.253-24.289 34.25-36.193c8.971-14.144 14.774-30.016 17.792-46.326c2.72-16.342 2.592-33.1-1.056-49.195c-2.88-14.934-10.57-31.318-19.445-44.545z"/></svg>

React

import type { SVGProps } from "react";

export function LogosProcesswireIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#417edf" d="M234.023 56.207c-7.765-11.595-20.682-24.844-33.653-33.42C173.427 4.334 142.216-2.216 114.611.643c-28.79 3.104-53.44 13.952-73.706 32.043c-18.773 16.768-31.168 37.27-36.63 56.822c-5.524 19.553-4.788 37.654-2.815 51.287c2.08 13.834 8.97 31.243 8.97 31.243c1.408 3.338 3.36 4.693 4.374 5.258c5.034 2.753 13.301.331 19.648-6.794c.32-.438.49-1.046.32-1.558c-1.771-6.816-2.411-11.947-3.04-15.915c-1.44-7.85-2.08-21.003-1.12-33.163c.48-6.581 1.76-13.621 4-21.003c4.33-14.581 13.46-29.803 27.733-42.454c15.37-13.621 35.082-22.037 53.823-24.214c6.571-.789 19.072-1.546 34.123 2.166c3.21.8 16.992 4.395 31.733 14.379c10.73 7.296 19.37 16.299 25.322 25.205c6.059 8.502 12.64 22.838 14.57 33.334c2.732 11.947 2.732 24.609.79 36.94c-2.4 12.352-6.73 24.363-13.461 34.933c-4.64 8.193-14.261 19.02-25.632 27.148c-10.25 7.21-21.952 12.416-33.962 15.296c-6.08 1.44-12.181 2.357-18.432 2.56c-5.557.17-12.928 0-18.101-.875c-7.69-1.226-9.29-3.19-11.05-5.856c0 0-1.228-1.92-1.569-7.061c.117-46.988.096-34.444.096-58.839c0-6.89-.224-13.141-.16-18.816c.32-9.312 1.11-15.712 7.765-22.646c4.811-5.109 11.542-8.192 18.955-8.192c2.25 0 10.005.107 16.821 5.771c7.307 6.101 8.533 14.443 8.821 16.672c1.664 13.046-6.954 22.763-10.26 25.227c-4.097 3.072-7.777 4.566-10.262 5.44c-5.29 1.771-11.104 2.283-16.33 1.942c-.8-.054-1.526.47-1.686 1.27l-1.76 9.13c-1.717 6.933 2.133 9.472 4.373 10.368c7.158 2.208 13.504 3.126 21.024 2.56c11.53-.81 22.901-5.355 32.555-14.357c8.213-7.809 12.896-17.44 14.495-28.214c1.6-11.958-.48-24.833-5.93-35.734c-5.995-12.022-16.341-22.06-29.973-27.553c-13.77-5.418-24.725-5.61-38.848-2.005l-.16.053c-9.173 3.158-17.024 7.051-25.194 15.489c-5.6 5.824-10.187 12.875-12.982 20.832c-2.773 8.021-3.52 14.006-3.648 23.307c-.17 6.89.16 13.291.16 19.286v39.478c0 12.63-.426 14.816 0 21.312c.235 4.31.832 9.184 2.72 14.422c1.942 5.77 6.016 11.69 8.811 14.421c3.915 4.17 8.896 7.52 13.792 9.6c11.21 4.982 26.432 5.771 38.773 5.291c8.17-.31 16.384-1.44 24.437-3.35c16.107-3.829 31.573-10.794 45.173-20.458c14.581-10.272 27.253-24.289 34.25-36.193c8.971-14.144 14.774-30.016 17.792-46.326c2.72-16.342 2.592-33.1-1.056-49.195c-2.88-14.934-10.57-31.318-19.445-44.545z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#417edf" d="M234.023 56.207c-7.765-11.595-20.682-24.844-33.653-33.42C173.427 4.334 142.216-2.216 114.611.643c-28.79 3.104-53.44 13.952-73.706 32.043c-18.773 16.768-31.168 37.27-36.63 56.822c-5.524 19.553-4.788 37.654-2.815 51.287c2.08 13.834 8.97 31.243 8.97 31.243c1.408 3.338 3.36 4.693 4.374 5.258c5.034 2.753 13.301.331 19.648-6.794c.32-.438.49-1.046.32-1.558c-1.771-6.816-2.411-11.947-3.04-15.915c-1.44-7.85-2.08-21.003-1.12-33.163c.48-6.581 1.76-13.621 4-21.003c4.33-14.581 13.46-29.803 27.733-42.454c15.37-13.621 35.082-22.037 53.823-24.214c6.571-.789 19.072-1.546 34.123 2.166c3.21.8 16.992 4.395 31.733 14.379c10.73 7.296 19.37 16.299 25.322 25.205c6.059 8.502 12.64 22.838 14.57 33.334c2.732 11.947 2.732 24.609.79 36.94c-2.4 12.352-6.73 24.363-13.461 34.933c-4.64 8.193-14.261 19.02-25.632 27.148c-10.25 7.21-21.952 12.416-33.962 15.296c-6.08 1.44-12.181 2.357-18.432 2.56c-5.557.17-12.928 0-18.101-.875c-7.69-1.226-9.29-3.19-11.05-5.856c0 0-1.228-1.92-1.569-7.061c.117-46.988.096-34.444.096-58.839c0-6.89-.224-13.141-.16-18.816c.32-9.312 1.11-15.712 7.765-22.646c4.811-5.109 11.542-8.192 18.955-8.192c2.25 0 10.005.107 16.821 5.771c7.307 6.101 8.533 14.443 8.821 16.672c1.664 13.046-6.954 22.763-10.26 25.227c-4.097 3.072-7.777 4.566-10.262 5.44c-5.29 1.771-11.104 2.283-16.33 1.942c-.8-.054-1.526.47-1.686 1.27l-1.76 9.13c-1.717 6.933 2.133 9.472 4.373 10.368c7.158 2.208 13.504 3.126 21.024 2.56c11.53-.81 22.901-5.355 32.555-14.357c8.213-7.809 12.896-17.44 14.495-28.214c1.6-11.958-.48-24.833-5.93-35.734c-5.995-12.022-16.341-22.06-29.973-27.553c-13.77-5.418-24.725-5.61-38.848-2.005l-.16.053c-9.173 3.158-17.024 7.051-25.194 15.489c-5.6 5.824-10.187 12.875-12.982 20.832c-2.773 8.021-3.52 14.006-3.648 23.307c-.17 6.89.16 13.291.16 19.286v39.478c0 12.63-.426 14.816 0 21.312c.235 4.31.832 9.184 2.72 14.422c1.942 5.77 6.016 11.69 8.811 14.421c3.915 4.17 8.896 7.52 13.792 9.6c11.21 4.982 26.432 5.771 38.773 5.291c8.17-.31 16.384-1.44 24.437-3.35c16.107-3.829 31.573-10.794 45.173-20.458c14.581-10.272 27.253-24.289 34.25-36.193c8.971-14.144 14.774-30.016 17.792-46.326c2.72-16.342 2.592-33.1-1.056-49.195c-2.88-14.934-10.57-31.318-19.445-44.545z"/></svg>
</template>

CSS

.icon-processwire-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%20256%22%3E%3Cpath%20fill%3D%22%23417edf%22%20d%3D%22M234.023%2056.207c-7.765-11.595-20.682-24.844-33.653-33.42C173.427%204.334%20142.216-2.216%20114.611.643c-28.79%203.104-53.44%2013.952-73.706%2032.043c-18.773%2016.768-31.168%2037.27-36.63%2056.822c-5.524%2019.553-4.788%2037.654-2.815%2051.287c2.08%2013.834%208.97%2031.243%208.97%2031.243c1.408%203.338%203.36%204.693%204.374%205.258c5.034%202.753%2013.301.331%2019.648-6.794c.32-.438.49-1.046.32-1.558c-1.771-6.816-2.411-11.947-3.04-15.915c-1.44-7.85-2.08-21.003-1.12-33.163c.48-6.581%201.76-13.621%204-21.003c4.33-14.581%2013.46-29.803%2027.733-42.454c15.37-13.621%2035.082-22.037%2053.823-24.214c6.571-.789%2019.072-1.546%2034.123%202.166c3.21.8%2016.992%204.395%2031.733%2014.379c10.73%207.296%2019.37%2016.299%2025.322%2025.205c6.059%208.502%2012.64%2022.838%2014.57%2033.334c2.732%2011.947%202.732%2024.609.79%2036.94c-2.4%2012.352-6.73%2024.363-13.461%2034.933c-4.64%208.193-14.261%2019.02-25.632%2027.148c-10.25%207.21-21.952%2012.416-33.962%2015.296c-6.08%201.44-12.181%202.357-18.432%202.56c-5.557.17-12.928%200-18.101-.875c-7.69-1.226-9.29-3.19-11.05-5.856c0%200-1.228-1.92-1.569-7.061c.117-46.988.096-34.444.096-58.839c0-6.89-.224-13.141-.16-18.816c.32-9.312%201.11-15.712%207.765-22.646c4.811-5.109%2011.542-8.192%2018.955-8.192c2.25%200%2010.005.107%2016.821%205.771c7.307%206.101%208.533%2014.443%208.821%2016.672c1.664%2013.046-6.954%2022.763-10.26%2025.227c-4.097%203.072-7.777%204.566-10.262%205.44c-5.29%201.771-11.104%202.283-16.33%201.942c-.8-.054-1.526.47-1.686%201.27l-1.76%209.13c-1.717%206.933%202.133%209.472%204.373%2010.368c7.158%202.208%2013.504%203.126%2021.024%202.56c11.53-.81%2022.901-5.355%2032.555-14.357c8.213-7.809%2012.896-17.44%2014.495-28.214c1.6-11.958-.48-24.833-5.93-35.734c-5.995-12.022-16.341-22.06-29.973-27.553c-13.77-5.418-24.725-5.61-38.848-2.005l-.16.053c-9.173%203.158-17.024%207.051-25.194%2015.489c-5.6%205.824-10.187%2012.875-12.982%2020.832c-2.773%208.021-3.52%2014.006-3.648%2023.307c-.17%206.89.16%2013.291.16%2019.286v39.478c0%2012.63-.426%2014.816%200%2021.312c.235%204.31.832%209.184%202.72%2014.422c1.942%205.77%206.016%2011.69%208.811%2014.421c3.915%204.17%208.896%207.52%2013.792%209.6c11.21%204.982%2026.432%205.771%2038.773%205.291c8.17-.31%2016.384-1.44%2024.437-3.35c16.107-3.829%2031.573-10.794%2045.173-20.458c14.581-10.272%2027.253-24.289%2034.25-36.193c8.971-14.144%2014.774-30.016%2017.792-46.326c2.72-16.342%202.592-33.1-1.056-49.195c-2.88-14.934-10.57-31.318-19.445-44.545z%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%20256%22%3E%3Cpath%20fill%3D%22%23417edf%22%20d%3D%22M234.023%2056.207c-7.765-11.595-20.682-24.844-33.653-33.42C173.427%204.334%20142.216-2.216%20114.611.643c-28.79%203.104-53.44%2013.952-73.706%2032.043c-18.773%2016.768-31.168%2037.27-36.63%2056.822c-5.524%2019.553-4.788%2037.654-2.815%2051.287c2.08%2013.834%208.97%2031.243%208.97%2031.243c1.408%203.338%203.36%204.693%204.374%205.258c5.034%202.753%2013.301.331%2019.648-6.794c.32-.438.49-1.046.32-1.558c-1.771-6.816-2.411-11.947-3.04-15.915c-1.44-7.85-2.08-21.003-1.12-33.163c.48-6.581%201.76-13.621%204-21.003c4.33-14.581%2013.46-29.803%2027.733-42.454c15.37-13.621%2035.082-22.037%2053.823-24.214c6.571-.789%2019.072-1.546%2034.123%202.166c3.21.8%2016.992%204.395%2031.733%2014.379c10.73%207.296%2019.37%2016.299%2025.322%2025.205c6.059%208.502%2012.64%2022.838%2014.57%2033.334c2.732%2011.947%202.732%2024.609.79%2036.94c-2.4%2012.352-6.73%2024.363-13.461%2034.933c-4.64%208.193-14.261%2019.02-25.632%2027.148c-10.25%207.21-21.952%2012.416-33.962%2015.296c-6.08%201.44-12.181%202.357-18.432%202.56c-5.557.17-12.928%200-18.101-.875c-7.69-1.226-9.29-3.19-11.05-5.856c0%200-1.228-1.92-1.569-7.061c.117-46.988.096-34.444.096-58.839c0-6.89-.224-13.141-.16-18.816c.32-9.312%201.11-15.712%207.765-22.646c4.811-5.109%2011.542-8.192%2018.955-8.192c2.25%200%2010.005.107%2016.821%205.771c7.307%206.101%208.533%2014.443%208.821%2016.672c1.664%2013.046-6.954%2022.763-10.26%2025.227c-4.097%203.072-7.777%204.566-10.262%205.44c-5.29%201.771-11.104%202.283-16.33%201.942c-.8-.054-1.526.47-1.686%201.27l-1.76%209.13c-1.717%206.933%202.133%209.472%204.373%2010.368c7.158%202.208%2013.504%203.126%2021.024%202.56c11.53-.81%2022.901-5.355%2032.555-14.357c8.213-7.809%2012.896-17.44%2014.495-28.214c1.6-11.958-.48-24.833-5.93-35.734c-5.995-12.022-16.341-22.06-29.973-27.553c-13.77-5.418-24.725-5.61-38.848-2.005l-.16.053c-9.173%203.158-17.024%207.051-25.194%2015.489c-5.6%205.824-10.187%2012.875-12.982%2020.832c-2.773%208.021-3.52%2014.006-3.648%2023.307c-.17%206.89.16%2013.291.16%2019.286v39.478c0%2012.63-.426%2014.816%200%2021.312c.235%204.31.832%209.184%202.72%2014.422c1.942%205.77%206.016%2011.69%208.811%2014.421c3.915%204.17%208.896%207.52%2013.792%209.6c11.21%204.982%2026.432%205.771%2038.773%205.291c8.17-.31%2016.384-1.44%2024.437-3.35c16.107-3.829%2031.573-10.794%2045.173-20.458c14.581-10.272%2027.253-24.289%2034.25-36.193c8.971-14.144%2014.774-30.016%2017.792-46.326c2.72-16.342%202.592-33.1-1.056-49.195c-2.88-14.934-10.57-31.318-19.445-44.545z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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