disable step icon
disable-step from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- disable-step
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the disable 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-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h26c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1M4 4v6h24V4zm12 18H4v-6h24v1h2v-2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h13zm13.845 3.375c.984-4.356-2.864-8.204-7.22-7.22a5.99 5.99 0 0 0-4.47 4.47c-.984 4.356 2.864 8.204 7.22 7.22a5.99 5.99 0 0 0 4.47-4.47M28 24c0 .7-.2 1.4-.6 2l-5.5-5.5c.6-.4 1.3-.6 2-.6c2.2 0 4.1 1.9 4.1 4.1m-8 0c0-.7.2-1.4.6-2l5.5 5.5c-.6.4-1.3.6-2 .6c-2.2 0-4.1-1.9-4.1-4.1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDisableStep(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-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h26c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1M4 4v6h24V4zm12 18H4v-6h24v1h2v-2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h13zm13.845 3.375c.984-4.356-2.864-8.204-7.22-7.22a5.99 5.99 0 0 0-4.47 4.47c-.984 4.356 2.864 8.204 7.22 7.22a5.99 5.99 0 0 0 4.47-4.47M28 24c0 .7-.2 1.4-.6 2l-5.5-5.5c.6-.4 1.3-.6 2-.6c2.2 0 4.1 1.9 4.1 4.1m-8 0c0-.7.2-1.4.6-2l5.5 5.5c-.6.4-1.3.6-2 .6c-2.2 0-4.1-1.9-4.1-4.1"/></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-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h26c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1M4 4v6h24V4zm12 18H4v-6h24v1h2v-2c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h13zm13.845 3.375c.984-4.356-2.864-8.204-7.22-7.22a5.99 5.99 0 0 0-4.47 4.47c-.984 4.356 2.864 8.204 7.22 7.22a5.99 5.99 0 0 0 4.47-4.47M28 24c0 .7-.2 1.4-.6 2l-5.5-5.5c.6-.4 1.3-.6 2-.6c2.2 0 4.1 1.9 4.1 4.1m-8 0c0-.7.2-1.4.6-2l5.5 5.5c-.6.4-1.3.6-2 .6c-2.2 0-4.1-1.9-4.1-4.1"/></svg> </template>
CSS
.icon-disable-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-.55%200-1-.45-1-1V3c0-.55.45-1%201-1h26c.55%200%201%20.45%201%201v8c0%20.55-.45%201-1%201M4%204v6h24V4zm12%2018H4v-6h24v1h2v-2c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201v8c0%20.55.45%201%201%201h13zm13.845%203.375c.984-4.356-2.864-8.204-7.22-7.22a5.99%205.99%200%200%200-4.47%204.47c-.984%204.356%202.864%208.204%207.22%207.22a5.99%205.99%200%200%200%204.47-4.47M28%2024c0%20.7-.2%201.4-.6%202l-5.5-5.5c.6-.4%201.3-.6%202-.6c2.2%200%204.1%201.9%204.1%204.1m-8%200c0-.7.2-1.4.6-2l5.5%205.5c-.6.4-1.3.6-2%20.6c-2.2%200-4.1-1.9-4.1-4.1%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-.55%200-1-.45-1-1V3c0-.55.45-1%201-1h26c.55%200%201%20.45%201%201v8c0%20.55-.45%201-1%201M4%204v6h24V4zm12%2018H4v-6h24v1h2v-2c0-.55-.45-1-1-1H3c-.55%200-1%20.45-1%201v8c0%20.55.45%201%201%201h13zm13.845%203.375c.984-4.356-2.864-8.204-7.22-7.22a5.99%205.99%200%200%200-4.47%204.47c-.984%204.356%202.864%208.204%207.22%207.22a5.99%205.99%200%200%200%204.47-4.47M28%2024c0%20.7-.2%201.4-.6%202l-5.5-5.5c.6-.4%201.3-.6%202-.6c2.2%200%204.1%201.9%204.1%204.1m-8%200c0-.7.2-1.4.6-2l5.5%205.5c-.6.4-1.3.6-2%20.6c-2.2%200-4.1-1.9-4.1-4.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/disable-step.svg?color=%231a73e8&size=48