operations field icon

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

Name
operations-field
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the operations field icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 12V2h2v10zm4 0V2h2v10zm4 0V2h2v10zm-12 8a3.91 3.91 0 0 1-4-4a3.91 3.91 0 0 1 4-4v-2a6 6 0 1 0 6 6h-2a3.91 3.91 0 0 1-4 4"/><path fill="currentColor" d="M28.893 18.454L26.098 16l-1.318 1.504l2.792 2.452l-2.36 4.088l-3.427-1.16a9 9 0 0 1-2.714 1.565L18.36 28h-4.72l-.71-3.55a9.1 9.1 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.9 8.9 0 0 1-.007-3.128l-2.718-2.39l2.36-4.087l3.427 1.16A9 9 0 0 1 12.93 7.55L13.64 4H16V2h-2.36a2 2 0 0 0-1.961 1.608l-.504 2.519a11 11 0 0 0-1.327.753l-2.42-.819a2 2 0 0 0-2.372.895l-2.36 4.088a2 2 0 0 0 .411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16q0 .387.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a2 2 0 0 0 2.374.895l2.434-.824a11 11 0 0 0 1.312.759l.503 2.518A2 2 0 0 0 13.64 30h4.72a2 2 0 0 0 1.961-1.608l.504-2.519a11 11 0 0 0 1.327-.753l2.419.818a2 2 0 0 0 2.373-.894l2.36-4.088a2 2 0 0 0-.411-2.502"/></svg>

React

import type { SVGProps } from "react";

export function CarbonOperationsField(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="M20 12V2h2v10zm4 0V2h2v10zm4 0V2h2v10zm-12 8a3.91 3.91 0 0 1-4-4a3.91 3.91 0 0 1 4-4v-2a6 6 0 1 0 6 6h-2a3.91 3.91 0 0 1-4 4"/><path fill="currentColor" d="M28.893 18.454L26.098 16l-1.318 1.504l2.792 2.452l-2.36 4.088l-3.427-1.16a9 9 0 0 1-2.714 1.565L18.36 28h-4.72l-.71-3.55a9.1 9.1 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.9 8.9 0 0 1-.007-3.128l-2.718-2.39l2.36-4.087l3.427 1.16A9 9 0 0 1 12.93 7.55L13.64 4H16V2h-2.36a2 2 0 0 0-1.961 1.608l-.504 2.519a11 11 0 0 0-1.327.753l-2.42-.819a2 2 0 0 0-2.372.895l-2.36 4.088a2 2 0 0 0 .411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16q0 .387.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a2 2 0 0 0 2.374.895l2.434-.824a11 11 0 0 0 1.312.759l.503 2.518A2 2 0 0 0 13.64 30h4.72a2 2 0 0 0 1.961-1.608l.504-2.519a11 11 0 0 0 1.327-.753l2.419.818a2 2 0 0 0 2.373-.894l2.36-4.088a2 2 0 0 0-.411-2.502"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 12V2h2v10zm4 0V2h2v10zm4 0V2h2v10zm-12 8a3.91 3.91 0 0 1-4-4a3.91 3.91 0 0 1 4-4v-2a6 6 0 1 0 6 6h-2a3.91 3.91 0 0 1-4 4"/><path fill="currentColor" d="M28.893 18.454L26.098 16l-1.318 1.504l2.792 2.452l-2.36 4.088l-3.427-1.16a9 9 0 0 1-2.714 1.565L18.36 28h-4.72l-.71-3.55a9.1 9.1 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.9 8.9 0 0 1-.007-3.128l-2.718-2.39l2.36-4.087l3.427 1.16A9 9 0 0 1 12.93 7.55L13.64 4H16V2h-2.36a2 2 0 0 0-1.961 1.608l-.504 2.519a11 11 0 0 0-1.327.753l-2.42-.819a2 2 0 0 0-2.372.895l-2.36 4.088a2 2 0 0 0 .411 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16q0 .387.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a2 2 0 0 0 2.374.895l2.434-.824a11 11 0 0 0 1.312.759l.503 2.518A2 2 0 0 0 13.64 30h4.72a2 2 0 0 0 1.961-1.608l.504-2.519a11 11 0 0 0 1.327-.753l2.419.818a2 2 0 0 0 2.373-.894l2.36-4.088a2 2 0 0 0-.411-2.502"/></svg>
</template>

CSS

.icon-operations-field {
  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%22M20%2012V2h2v10zm4%200V2h2v10zm4%200V2h2v10zm-12%208a3.91%203.91%200%200%201-4-4a3.91%203.91%200%200%201%204-4v-2a6%206%200%201%200%206%206h-2a3.91%203.91%200%200%201-4%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.893%2018.454L26.098%2016l-1.318%201.504l2.792%202.452l-2.36%204.088l-3.427-1.16a9%209%200%200%201-2.714%201.565L18.36%2028h-4.72l-.71-3.55a9.1%209.1%200%200%201-2.695-1.572l-3.447%201.166l-2.36-4.088l2.725-2.395a8.9%208.9%200%200%201-.007-3.128l-2.718-2.39l2.36-4.087l3.427%201.16A9%209%200%200%201%2012.93%207.55L13.64%204H16V2h-2.36a2%202%200%200%200-1.961%201.608l-.504%202.519a11%2011%200%200%200-1.327.753l-2.42-.819a2%202%200%200%200-2.372.895l-2.36%204.088a2%202%200%200%200%20.411%202.502l1.931%201.697C5.021%2015.495%205%2015.745%205%2016q0%20.387.028.766l-1.92%201.688a2%202%200%200%200-.413%202.502l2.36%204.088a2%202%200%200%200%202.374.895l2.434-.824a11%2011%200%200%200%201.312.759l.503%202.518A2%202%200%200%200%2013.64%2030h4.72a2%202%200%200%200%201.961-1.608l.504-2.519a11%2011%200%200%200%201.327-.753l2.419.818a2%202%200%200%200%202.373-.894l2.36-4.088a2%202%200%200%200-.411-2.502%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%22M20%2012V2h2v10zm4%200V2h2v10zm4%200V2h2v10zm-12%208a3.91%203.91%200%200%201-4-4a3.91%203.91%200%200%201%204-4v-2a6%206%200%201%200%206%206h-2a3.91%203.91%200%200%201-4%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.893%2018.454L26.098%2016l-1.318%201.504l2.792%202.452l-2.36%204.088l-3.427-1.16a9%209%200%200%201-2.714%201.565L18.36%2028h-4.72l-.71-3.55a9.1%209.1%200%200%201-2.695-1.572l-3.447%201.166l-2.36-4.088l2.725-2.395a8.9%208.9%200%200%201-.007-3.128l-2.718-2.39l2.36-4.087l3.427%201.16A9%209%200%200%201%2012.93%207.55L13.64%204H16V2h-2.36a2%202%200%200%200-1.961%201.608l-.504%202.519a11%2011%200%200%200-1.327.753l-2.42-.819a2%202%200%200%200-2.372.895l-2.36%204.088a2%202%200%200%200%20.411%202.502l1.931%201.697C5.021%2015.495%205%2015.745%205%2016q0%20.387.028.766l-1.92%201.688a2%202%200%200%200-.413%202.502l2.36%204.088a2%202%200%200%200%202.374.895l2.434-.824a11%2011%200%200%200%201.312.759l.503%202.518A2%202%200%200%200%2013.64%2030h4.72a2%202%200%200%200%201.961-1.608l.504-2.519a11%2011%200%200%200%201.327-.753l2.419.818a2%202%200%200%200%202.373-.894l2.36-4.088a2%202%200%200%200-.411-2.502%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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