process automate icon

process-automate from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
process-automate
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the process automate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 17c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.838 2.401 2 2.815v2.61l-11 6.417L5.985 23L28.504 9.864a1 1 0 0 0 0-1.728l-12-7a1 1 0 0 0-1.008 0l-12 7A1 1 0 0 0 3 9v3.185A2.995 2.995 0 0 0 1 15c0 1.654 1.346 3 3 3s3-1.346 3-3a3 3 0 0 0-2-2.816v-2.61l11-6.416L26.015 9L3.496 22.136a1 1 0 0 0 0 1.728l12 7a1 1 0 0 0 1.008 0l12-7A1 1 0 0 0 29 23v-3.184A3 3 0 0 0 31 17M4 16a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m24 2a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonProcessAutomate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 17c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.838 2.401 2 2.815v2.61l-11 6.417L5.985 23L28.504 9.864a1 1 0 0 0 0-1.728l-12-7a1 1 0 0 0-1.008 0l-12 7A1 1 0 0 0 3 9v3.185A2.995 2.995 0 0 0 1 15c0 1.654 1.346 3 3 3s3-1.346 3-3a3 3 0 0 0-2-2.816v-2.61l11-6.416L26.015 9L3.496 22.136a1 1 0 0 0 0 1.728l12 7a1 1 0 0 0 1.008 0l12-7A1 1 0 0 0 29 23v-3.184A3 3 0 0 0 31 17M4 16a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m24 2a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31 17c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.302.838 2.401 2 2.815v2.61l-11 6.417L5.985 23L28.504 9.864a1 1 0 0 0 0-1.728l-12-7a1 1 0 0 0-1.008 0l-12 7A1 1 0 0 0 3 9v3.185A2.995 2.995 0 0 0 1 15c0 1.654 1.346 3 3 3s3-1.346 3-3a3 3 0 0 0-2-2.816v-2.61l11-6.416L26.015 9L3.496 22.136a1 1 0 0 0 0 1.728l12 7a1 1 0 0 0 1.008 0l12-7A1 1 0 0 0 29 23v-3.184A3 3 0 0 0 31 17M4 16a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m24 2a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2"/></svg>
</template>

CSS

.icon-process-automate {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31%2017c0-1.654-1.346-3-3-3s-3%201.346-3%203c0%201.302.838%202.401%202%202.815v2.61l-11%206.417L5.985%2023L28.504%209.864a1%201%200%200%200%200-1.728l-12-7a1%201%200%200%200-1.008%200l-12%207A1%201%200%200%200%203%209v3.185A2.995%202.995%200%200%200%201%2015c0%201.654%201.346%203%203%203s3-1.346%203-3a3%203%200%200%200-2-2.816v-2.61l11-6.416L26.015%209L3.496%2022.136a1%201%200%200%200%200%201.728l12%207a1%201%200%200%200%201.008%200l12-7A1%201%200%200%200%2029%2023v-3.184A3%203%200%200%200%2031%2017M4%2016a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m24%202a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31%2017c0-1.654-1.346-3-3-3s-3%201.346-3%203c0%201.302.838%202.401%202%202.815v2.61l-11%206.417L5.985%2023L28.504%209.864a1%201%200%200%200%200-1.728l-12-7a1%201%200%200%200-1.008%200l-12%207A1%201%200%200%200%203%209v3.185A2.995%202.995%200%200%200%201%2015c0%201.654%201.346%203%203%203s3-1.346%203-3a3%203%200%200%200-2-2.816v-2.61l11-6.416L26.015%209L3.496%2022.136a1%201%200%200%200%200%201.728l12%207a1%201%200%200%200%201.008%200l12-7A1%201%200%200%200%2029%2023v-3.184A3%203%200%200%200%2031%2017M4%2016a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m24%202a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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