processwire logo
processwire from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- processwire
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the processwire logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.939 5.27C21.211 4.183 20 2.941 18.784 2.137C16.258.407 13.332-.207 10.744.061c-2.699.291-5.01 1.308-6.91 3.004C2.074 4.637.912 6.559.4 8.392c-.518 1.833-.449 3.53-.264 4.808c.195 1.297.841 2.929.841 2.929c.132.313.315.44.41.493c.472.258 1.247.031 1.842-.637c.03-.041.046-.098.03-.146c-.166-.639-.226-1.12-.285-1.492c-.135-.736-.195-1.969-.105-3.109a9 9 0 0 1 .375-1.969c.406-1.367 1.262-2.794 2.6-3.98c1.441-1.277 3.289-2.066 5.046-2.27a9 9 0 0 1 3.199.203a9.6 9.6 0 0 1 2.975 1.348a8.9 8.9 0 0 1 2.374 2.363c.568.797 1.185 2.141 1.366 3.125c.256 1.12.256 2.307.074 3.463c-.225 1.158-.631 2.284-1.262 3.275c-.435.768-1.337 1.783-2.403 2.545a9.4 9.4 0 0 1-3.184 1.434a8.7 8.7 0 0 1-1.728.24c-.521.016-1.212 0-1.697-.082c-.721-.115-.871-.299-1.036-.549c0 0-.115-.18-.147-.662c.011-4.405.009-3.229.009-5.516c0-.646-.021-1.232-.015-1.764c.03-.873.104-1.473.728-2.123a2.43 2.43 0 0 1 1.777-.768c.211 0 .938.01 1.577.541c.685.572.8 1.354.827 1.563c.156 1.223-.652 2.134-.962 2.365a3.5 3.5 0 0 1-.962.51a4.1 4.1 0 0 1-1.531.182a.15.15 0 0 0-.158.119l-.165.856c-.161.65.2.888.41.972c.671.207 1.266.293 1.971.24a4.93 4.93 0 0 0 3.052-1.346a4.47 4.47 0 0 0 1.359-2.645a5.9 5.9 0 0 0-.556-3.35a5.37 5.37 0 0 0-2.81-2.583c-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362 1.452a5.4 5.4 0 0 0-1.217 1.953c-.26.752-.33 1.313-.342 2.185c-.016.646.015 1.246.015 1.808v3.701c0 1.184-.04 1.389 0 1.998c.022.404.078.861.255 1.352c.182.541.564 1.096.826 1.352c.367.391.834.705 1.293.9c1.051.467 2.478.541 3.635.496a12 12 0 0 0 2.291-.314a12.2 12.2 0 0 0 4.235-1.918c1.367-.963 2.555-2.277 3.211-3.393c.841-1.326 1.385-2.814 1.668-4.343c.255-1.532.243-3.103-.099-4.612c-.27-1.4-.991-2.936-1.823-4.176z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsProcesswire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.939 5.27C21.211 4.183 20 2.941 18.784 2.137C16.258.407 13.332-.207 10.744.061c-2.699.291-5.01 1.308-6.91 3.004C2.074 4.637.912 6.559.4 8.392c-.518 1.833-.449 3.53-.264 4.808c.195 1.297.841 2.929.841 2.929c.132.313.315.44.41.493c.472.258 1.247.031 1.842-.637c.03-.041.046-.098.03-.146c-.166-.639-.226-1.12-.285-1.492c-.135-.736-.195-1.969-.105-3.109a9 9 0 0 1 .375-1.969c.406-1.367 1.262-2.794 2.6-3.98c1.441-1.277 3.289-2.066 5.046-2.27a9 9 0 0 1 3.199.203a9.6 9.6 0 0 1 2.975 1.348a8.9 8.9 0 0 1 2.374 2.363c.568.797 1.185 2.141 1.366 3.125c.256 1.12.256 2.307.074 3.463c-.225 1.158-.631 2.284-1.262 3.275c-.435.768-1.337 1.783-2.403 2.545a9.4 9.4 0 0 1-3.184 1.434a8.7 8.7 0 0 1-1.728.24c-.521.016-1.212 0-1.697-.082c-.721-.115-.871-.299-1.036-.549c0 0-.115-.18-.147-.662c.011-4.405.009-3.229.009-5.516c0-.646-.021-1.232-.015-1.764c.03-.873.104-1.473.728-2.123a2.43 2.43 0 0 1 1.777-.768c.211 0 .938.01 1.577.541c.685.572.8 1.354.827 1.563c.156 1.223-.652 2.134-.962 2.365a3.5 3.5 0 0 1-.962.51a4.1 4.1 0 0 1-1.531.182a.15.15 0 0 0-.158.119l-.165.856c-.161.65.2.888.41.972c.671.207 1.266.293 1.971.24a4.93 4.93 0 0 0 3.052-1.346a4.47 4.47 0 0 0 1.359-2.645a5.9 5.9 0 0 0-.556-3.35a5.37 5.37 0 0 0-2.81-2.583c-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362 1.452a5.4 5.4 0 0 0-1.217 1.953c-.26.752-.33 1.313-.342 2.185c-.016.646.015 1.246.015 1.808v3.701c0 1.184-.04 1.389 0 1.998c.022.404.078.861.255 1.352c.182.541.564 1.096.826 1.352c.367.391.834.705 1.293.9c1.051.467 2.478.541 3.635.496a12 12 0 0 0 2.291-.314a12.2 12.2 0 0 0 4.235-1.918c1.367-.963 2.555-2.277 3.211-3.393c.841-1.326 1.385-2.814 1.668-4.343c.255-1.532.243-3.103-.099-4.612c-.27-1.4-.991-2.936-1.823-4.176z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.939 5.27C21.211 4.183 20 2.941 18.784 2.137C16.258.407 13.332-.207 10.744.061c-2.699.291-5.01 1.308-6.91 3.004C2.074 4.637.912 6.559.4 8.392c-.518 1.833-.449 3.53-.264 4.808c.195 1.297.841 2.929.841 2.929c.132.313.315.44.41.493c.472.258 1.247.031 1.842-.637c.03-.041.046-.098.03-.146c-.166-.639-.226-1.12-.285-1.492c-.135-.736-.195-1.969-.105-3.109a9 9 0 0 1 .375-1.969c.406-1.367 1.262-2.794 2.6-3.98c1.441-1.277 3.289-2.066 5.046-2.27a9 9 0 0 1 3.199.203a9.6 9.6 0 0 1 2.975 1.348a8.9 8.9 0 0 1 2.374 2.363c.568.797 1.185 2.141 1.366 3.125c.256 1.12.256 2.307.074 3.463c-.225 1.158-.631 2.284-1.262 3.275c-.435.768-1.337 1.783-2.403 2.545a9.4 9.4 0 0 1-3.184 1.434a8.7 8.7 0 0 1-1.728.24c-.521.016-1.212 0-1.697-.082c-.721-.115-.871-.299-1.036-.549c0 0-.115-.18-.147-.662c.011-4.405.009-3.229.009-5.516c0-.646-.021-1.232-.015-1.764c.03-.873.104-1.473.728-2.123a2.43 2.43 0 0 1 1.777-.768c.211 0 .938.01 1.577.541c.685.572.8 1.354.827 1.563c.156 1.223-.652 2.134-.962 2.365a3.5 3.5 0 0 1-.962.51a4.1 4.1 0 0 1-1.531.182a.15.15 0 0 0-.158.119l-.165.856c-.161.65.2.888.41.972c.671.207 1.266.293 1.971.24a4.93 4.93 0 0 0 3.052-1.346a4.47 4.47 0 0 0 1.359-2.645a5.9 5.9 0 0 0-.556-3.35a5.37 5.37 0 0 0-2.81-2.583c-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362 1.452a5.4 5.4 0 0 0-1.217 1.953c-.26.752-.33 1.313-.342 2.185c-.016.646.015 1.246.015 1.808v3.701c0 1.184-.04 1.389 0 1.998c.022.404.078.861.255 1.352c.182.541.564 1.096.826 1.352c.367.391.834.705 1.293.9c1.051.467 2.478.541 3.635.496a12 12 0 0 0 2.291-.314a12.2 12.2 0 0 0 4.235-1.918c1.367-.963 2.555-2.277 3.211-3.393c.841-1.326 1.385-2.814 1.668-4.343c.255-1.532.243-3.103-.099-4.612c-.27-1.4-.991-2.936-1.823-4.176z"/></svg> </template>
CSS
.icon-processwire {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.939%205.27C21.211%204.183%2020%202.941%2018.784%202.137C16.258.407%2013.332-.207%2010.744.061c-2.699.291-5.01%201.308-6.91%203.004C2.074%204.637.912%206.559.4%208.392c-.518%201.833-.449%203.53-.264%204.808c.195%201.297.841%202.929.841%202.929c.132.313.315.44.41.493c.472.258%201.247.031%201.842-.637c.03-.041.046-.098.03-.146c-.166-.639-.226-1.12-.285-1.492c-.135-.736-.195-1.969-.105-3.109a9%209%200%200%201%20.375-1.969c.406-1.367%201.262-2.794%202.6-3.98c1.441-1.277%203.289-2.066%205.046-2.27a9%209%200%200%201%203.199.203a9.6%209.6%200%200%201%202.975%201.348a8.9%208.9%200%200%201%202.374%202.363c.568.797%201.185%202.141%201.366%203.125c.256%201.12.256%202.307.074%203.463c-.225%201.158-.631%202.284-1.262%203.275c-.435.768-1.337%201.783-2.403%202.545a9.4%209.4%200%200%201-3.184%201.434a8.7%208.7%200%200%201-1.728.24c-.521.016-1.212%200-1.697-.082c-.721-.115-.871-.299-1.036-.549c0%200-.115-.18-.147-.662c.011-4.405.009-3.229.009-5.516c0-.646-.021-1.232-.015-1.764c.03-.873.104-1.473.728-2.123a2.43%202.43%200%200%201%201.777-.768c.211%200%20.938.01%201.577.541c.685.572.8%201.354.827%201.563c.156%201.223-.652%202.134-.962%202.365a3.5%203.5%200%200%201-.962.51a4.1%204.1%200%200%201-1.531.182a.15.15%200%200%200-.158.119l-.165.856c-.161.65.2.888.41.972c.671.207%201.266.293%201.971.24a4.93%204.93%200%200%200%203.052-1.346a4.47%204.47%200%200%200%201.359-2.645a5.9%205.9%200%200%200-.556-3.35a5.37%205.37%200%200%200-2.81-2.583c-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362%201.452a5.4%205.4%200%200%200-1.217%201.953c-.26.752-.33%201.313-.342%202.185c-.016.646.015%201.246.015%201.808v3.701c0%201.184-.04%201.389%200%201.998c.022.404.078.861.255%201.352c.182.541.564%201.096.826%201.352c.367.391.834.705%201.293.9c1.051.467%202.478.541%203.635.496a12%2012%200%200%200%202.291-.314a12.2%2012.2%200%200%200%204.235-1.918c1.367-.963%202.555-2.277%203.211-3.393c.841-1.326%201.385-2.814%201.668-4.343c.255-1.532.243-3.103-.099-4.612c-.27-1.4-.991-2.936-1.823-4.176z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.939%205.27C21.211%204.183%2020%202.941%2018.784%202.137C16.258.407%2013.332-.207%2010.744.061c-2.699.291-5.01%201.308-6.91%203.004C2.074%204.637.912%206.559.4%208.392c-.518%201.833-.449%203.53-.264%204.808c.195%201.297.841%202.929.841%202.929c.132.313.315.44.41.493c.472.258%201.247.031%201.842-.637c.03-.041.046-.098.03-.146c-.166-.639-.226-1.12-.285-1.492c-.135-.736-.195-1.969-.105-3.109a9%209%200%200%201%20.375-1.969c.406-1.367%201.262-2.794%202.6-3.98c1.441-1.277%203.289-2.066%205.046-2.27a9%209%200%200%201%203.199.203a9.6%209.6%200%200%201%202.975%201.348a8.9%208.9%200%200%201%202.374%202.363c.568.797%201.185%202.141%201.366%203.125c.256%201.12.256%202.307.074%203.463c-.225%201.158-.631%202.284-1.262%203.275c-.435.768-1.337%201.783-2.403%202.545a9.4%209.4%200%200%201-3.184%201.434a8.7%208.7%200%200%201-1.728.24c-.521.016-1.212%200-1.697-.082c-.721-.115-.871-.299-1.036-.549c0%200-.115-.18-.147-.662c.011-4.405.009-3.229.009-5.516c0-.646-.021-1.232-.015-1.764c.03-.873.104-1.473.728-2.123a2.43%202.43%200%200%201%201.777-.768c.211%200%20.938.01%201.577.541c.685.572.8%201.354.827%201.563c.156%201.223-.652%202.134-.962%202.365a3.5%203.5%200%200%201-.962.51a4.1%204.1%200%200%201-1.531.182a.15.15%200%200%200-.158.119l-.165.856c-.161.65.2.888.41.972c.671.207%201.266.293%201.971.24a4.93%204.93%200%200%200%203.052-1.346a4.47%204.47%200%200%200%201.359-2.645a5.9%205.9%200%200%200-.556-3.35a5.37%205.37%200%200%200-2.81-2.583c-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362%201.452a5.4%205.4%200%200%200-1.217%201.953c-.26.752-.33%201.313-.342%202.185c-.016.646.015%201.246.015%201.808v3.701c0%201.184-.04%201.389%200%201.998c.022.404.078.861.255%201.352c.182.541.564%201.096.826%201.352c.367.391.834.705%201.293.9c1.051.467%202.478.541%203.635.496a12%2012%200%200%200%202.291-.314a12.2%2012.2%200%200%200%204.235-1.918c1.367-.963%202.555-2.277%203.211-3.393c.841-1.326%201.385-2.814%201.668-4.343c.255-1.532.243-3.103-.099-4.612c-.27-1.4-.991-2.936-1.823-4.176z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/processwire.svg?color=%231a73e8&size=48