state-machine from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
state-machine
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the state machine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.27 17.05A2.991 2.991 0 0 1 4 22c-1.66 0-3-1.34-3-3s1.34-3 3-3c.18 0 .36 0 .53.05l3.07-5.36l-1.74-.99l4.09-1.12l1.12 4.09l-1.74-.99zM20 16c-1.3 0-2.4.84-2.82 2H11v-2l-3 3l3 3v-2h6.18c.42 1.16 1.52 2 2.82 2c1.66 0 3-1.34 3-3s-1.34-3-3-3m-8-8c.18 0 .36 0 .53-.05l3.07 5.36l-1.74.99l4.09 1.12l1.12-4.09l-1.74.99l-3.06-5.37A2.991 2.991 0 0 0 12 2c-1.66 0-3 1.34-3 3s1.34 3 3 3"/></svg>

React

import type { SVGProps } from "react";

export function MdiStateMachine(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="M6.27 17.05A2.991 2.991 0 0 1 4 22c-1.66 0-3-1.34-3-3s1.34-3 3-3c.18 0 .36 0 .53.05l3.07-5.36l-1.74-.99l4.09-1.12l1.12 4.09l-1.74-.99zM20 16c-1.3 0-2.4.84-2.82 2H11v-2l-3 3l3 3v-2h6.18c.42 1.16 1.52 2 2.82 2c1.66 0 3-1.34 3-3s-1.34-3-3-3m-8-8c.18 0 .36 0 .53-.05l3.07 5.36l-1.74.99l4.09 1.12l1.12-4.09l-1.74.99l-3.06-5.37A2.991 2.991 0 0 0 12 2c-1.66 0-3 1.34-3 3s1.34 3 3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.27 17.05A2.991 2.991 0 0 1 4 22c-1.66 0-3-1.34-3-3s1.34-3 3-3c.18 0 .36 0 .53.05l3.07-5.36l-1.74-.99l4.09-1.12l1.12 4.09l-1.74-.99zM20 16c-1.3 0-2.4.84-2.82 2H11v-2l-3 3l3 3v-2h6.18c.42 1.16 1.52 2 2.82 2c1.66 0 3-1.34 3-3s-1.34-3-3-3m-8-8c.18 0 .36 0 .53-.05l3.07 5.36l-1.74.99l4.09 1.12l1.12-4.09l-1.74.99l-3.06-5.37A2.991 2.991 0 0 0 12 2c-1.66 0-3 1.34-3 3s1.34 3 3 3"/></svg>
</template>

CSS

.icon-state-machine {
  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%22M6.27%2017.05A2.991%202.991%200%200%201%204%2022c-1.66%200-3-1.34-3-3s1.34-3%203-3c.18%200%20.36%200%20.53.05l3.07-5.36l-1.74-.99l4.09-1.12l1.12%204.09l-1.74-.99zM20%2016c-1.3%200-2.4.84-2.82%202H11v-2l-3%203l3%203v-2h6.18c.42%201.16%201.52%202%202.82%202c1.66%200%203-1.34%203-3s-1.34-3-3-3m-8-8c.18%200%20.36%200%20.53-.05l3.07%205.36l-1.74.99l4.09%201.12l1.12-4.09l-1.74.99l-3.06-5.37A2.991%202.991%200%200%200%2012%202c-1.66%200-3%201.34-3%203s1.34%203%203%203%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%22M6.27%2017.05A2.991%202.991%200%200%201%204%2022c-1.66%200-3-1.34-3-3s1.34-3%203-3c.18%200%20.36%200%20.53.05l3.07-5.36l-1.74-.99l4.09-1.12l1.12%204.09l-1.74-.99zM20%2016c-1.3%200-2.4.84-2.82%202H11v-2l-3%203l3%203v-2h6.18c.42%201.16%201.52%202%202.82%202c1.66%200%203-1.34%203-3s-1.34-3-3-3m-8-8c.18%200%20.36%200%20.53-.05l3.07%205.36l-1.74.99l4.09%201.12l1.12-4.09l-1.74.99l-3.06-5.37A2.991%202.991%200%200%200%2012%202c-1.66%200-3%201.34-3%203s1.34%203%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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