enable step icon

enable-step from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
enable-step
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the enable step icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 12H3c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1h26c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1M4 4v6h24V4zm19 23.2l-2.6-2.6L19 26l4 4l7-7l-1.4-1.4zM17 22H4v-6h24v3h2v-4c0-.6-.4-1-1-1H3c-.6 0-1 .5-1 1v8c0 .5.4 1 1 1h14z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonEnableStep(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="M29 12H3c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1h26c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1M4 4v6h24V4zm19 23.2l-2.6-2.6L19 26l4 4l7-7l-1.4-1.4zM17 22H4v-6h24v3h2v-4c0-.6-.4-1-1-1H3c-.6 0-1 .5-1 1v8c0 .5.4 1 1 1h14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 12H3c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1h26c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1M4 4v6h24V4zm19 23.2l-2.6-2.6L19 26l4 4l7-7l-1.4-1.4zM17 22H4v-6h24v3h2v-4c0-.6-.4-1-1-1H3c-.6 0-1 .5-1 1v8c0 .5.4 1 1 1h14z"/></svg>
</template>

CSS

.icon-enable-step {
  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%22M29%2012H3c-.6%200-1-.4-1-1V3c0-.6.4-1%201-1h26c.6%200%201%20.4%201%201v8c0%20.6-.4%201-1%201M4%204v6h24V4zm19%2023.2l-2.6-2.6L19%2026l4%204l7-7l-1.4-1.4zM17%2022H4v-6h24v3h2v-4c0-.6-.4-1-1-1H3c-.6%200-1%20.5-1%201v8c0%20.5.4%201%201%201h14z%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%22M29%2012H3c-.6%200-1-.4-1-1V3c0-.6.4-1%201-1h26c.6%200%201%20.4%201%201v8c0%20.6-.4%201-1%201M4%204v6h24V4zm19%2023.2l-2.6-2.6L19%2026l4%204l7-7l-1.4-1.4zM17%2022H4v-6h24v3h2v-4c0-.6-.4-1-1-1H3c-.6%200-1%20.5-1%201v8c0%20.5.4%201%201%201h14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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