processon from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
processon
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the processon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.91 12.058c0-2.504 1.175-4.546 3.37-4.546c2.216 0 3.352 2.167 3.352 4.46c0 2.542-1.203 4.526-3.351 4.526c-2.129 0-3.37-1.965-3.37-4.44m9.072-.183c0-3.458-2.09-6.145-5.653-6.154c-3.419 0-5.769 2.629-5.769 6.366c0 3.573 2.167 6.192 5.596 6.192c3.351 0 5.826-2.33 5.826-6.404m1.503.038l.01 6.183h2.234v-5.162c0-.25.02-.52.087-.722c.24-.665.847-1.3 1.733-1.3c1.204 0 1.676.953 1.676 2.215v4.96h2.215v-5.21c0-2.784-1.589-3.776-3.12-3.776c-1.454 0-2.418.828-2.793 1.512h-.058l-.106-1.32h-1.946c.048.762.068 1.61.068 2.62M20.013 24H3.987A3.983 3.983 0 0 1 0 20.013V3.987A3.983 3.983 0 0 1 3.987 0h16.026A3.983 3.983 0 0 1 24 3.987v16.026A3.983 3.983 0 0 1 20.013 24"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsProcesson(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="M3.91 12.058c0-2.504 1.175-4.546 3.37-4.546c2.216 0 3.352 2.167 3.352 4.46c0 2.542-1.203 4.526-3.351 4.526c-2.129 0-3.37-1.965-3.37-4.44m9.072-.183c0-3.458-2.09-6.145-5.653-6.154c-3.419 0-5.769 2.629-5.769 6.366c0 3.573 2.167 6.192 5.596 6.192c3.351 0 5.826-2.33 5.826-6.404m1.503.038l.01 6.183h2.234v-5.162c0-.25.02-.52.087-.722c.24-.665.847-1.3 1.733-1.3c1.204 0 1.676.953 1.676 2.215v4.96h2.215v-5.21c0-2.784-1.589-3.776-3.12-3.776c-1.454 0-2.418.828-2.793 1.512h-.058l-.106-1.32h-1.946c.048.762.068 1.61.068 2.62M20.013 24H3.987A3.983 3.983 0 0 1 0 20.013V3.987A3.983 3.983 0 0 1 3.987 0h16.026A3.983 3.983 0 0 1 24 3.987v16.026A3.983 3.983 0 0 1 20.013 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.91 12.058c0-2.504 1.175-4.546 3.37-4.546c2.216 0 3.352 2.167 3.352 4.46c0 2.542-1.203 4.526-3.351 4.526c-2.129 0-3.37-1.965-3.37-4.44m9.072-.183c0-3.458-2.09-6.145-5.653-6.154c-3.419 0-5.769 2.629-5.769 6.366c0 3.573 2.167 6.192 5.596 6.192c3.351 0 5.826-2.33 5.826-6.404m1.503.038l.01 6.183h2.234v-5.162c0-.25.02-.52.087-.722c.24-.665.847-1.3 1.733-1.3c1.204 0 1.676.953 1.676 2.215v4.96h2.215v-5.21c0-2.784-1.589-3.776-3.12-3.776c-1.454 0-2.418.828-2.793 1.512h-.058l-.106-1.32h-1.946c.048.762.068 1.61.068 2.62M20.013 24H3.987A3.983 3.983 0 0 1 0 20.013V3.987A3.983 3.983 0 0 1 3.987 0h16.026A3.983 3.983 0 0 1 24 3.987v16.026A3.983 3.983 0 0 1 20.013 24"/></svg>
</template>

CSS

.icon-processon {
  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%22M3.91%2012.058c0-2.504%201.175-4.546%203.37-4.546c2.216%200%203.352%202.167%203.352%204.46c0%202.542-1.203%204.526-3.351%204.526c-2.129%200-3.37-1.965-3.37-4.44m9.072-.183c0-3.458-2.09-6.145-5.653-6.154c-3.419%200-5.769%202.629-5.769%206.366c0%203.573%202.167%206.192%205.596%206.192c3.351%200%205.826-2.33%205.826-6.404m1.503.038l.01%206.183h2.234v-5.162c0-.25.02-.52.087-.722c.24-.665.847-1.3%201.733-1.3c1.204%200%201.676.953%201.676%202.215v4.96h2.215v-5.21c0-2.784-1.589-3.776-3.12-3.776c-1.454%200-2.418.828-2.793%201.512h-.058l-.106-1.32h-1.946c.048.762.068%201.61.068%202.62M20.013%2024H3.987A3.983%203.983%200%200%201%200%2020.013V3.987A3.983%203.983%200%200%201%203.987%200h16.026A3.983%203.983%200%200%201%2024%203.987v16.026A3.983%203.983%200%200%201%2020.013%2024%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%22M3.91%2012.058c0-2.504%201.175-4.546%203.37-4.546c2.216%200%203.352%202.167%203.352%204.46c0%202.542-1.203%204.526-3.351%204.526c-2.129%200-3.37-1.965-3.37-4.44m9.072-.183c0-3.458-2.09-6.145-5.653-6.154c-3.419%200-5.769%202.629-5.769%206.366c0%203.573%202.167%206.192%205.596%206.192c3.351%200%205.826-2.33%205.826-6.404m1.503.038l.01%206.183h2.234v-5.162c0-.25.02-.52.087-.722c.24-.665.847-1.3%201.733-1.3c1.204%200%201.676.953%201.676%202.215v4.96h2.215v-5.21c0-2.784-1.589-3.776-3.12-3.776c-1.454%200-2.418.828-2.793%201.512h-.058l-.106-1.32h-1.946c.048.762.068%201.61.068%202.62M20.013%2024H3.987A3.983%203.983%200%200%201%200%2020.013V3.987A3.983%203.983%200%200%201%203.987%200h16.026A3.983%203.983%200%200%201%2024%203.987v16.026A3.983%203.983%200%200%201%2020.013%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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