unplug icon

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

Name
unplug
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the unplug icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.9 4.4L27.5 3l-3 3c-1.9-1.3-4.6-1.1-6.3.6l-3.5 3.5l7.1 7.1l3.5-3.5c1.7-1.7 1.9-4.4.6-6.3zm-5.1 7.9l-2.1 2.1l-4.2-4.2l2.1-2.1c1.2-1.2 3.1-1.2 4.2 0c1.2 1.2 1.2 3.1 0 4.2m-6.1 6.2l-1.4-1.4l-1.9 1.9l-1.4-1.4l1.9-1.9l-1.4-1.4l-1.9 1.9l-1.4-1.4l-3.5 3.5C5 20 4.8 22.7 6.1 24.6l-3 3L4.5 29l3-3c.8.5 1.8.8 2.8.8s2.6-.5 3.5-1.5l3.5-3.5l-1.4-1.4l1.9-1.9zm-5.5 5.4C11.1 25 9.1 25 8 23.9c-1.2-1.2-1.2-3.1 0-4.2l2.1-2.1l4.2 4.2zM8 14H4v-2h4zm6-6h-2V4h2zm14 12h-4v-2h4zm-3.314 5.9l-2.829-2.828l1.415-1.415l2.828 2.829zM8.807 10.021L5.98 7.193l1.414-1.414l2.828 2.828zM20 28h-2v-4h2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUnplug(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="M28.9 4.4L27.5 3l-3 3c-1.9-1.3-4.6-1.1-6.3.6l-3.5 3.5l7.1 7.1l3.5-3.5c1.7-1.7 1.9-4.4.6-6.3zm-5.1 7.9l-2.1 2.1l-4.2-4.2l2.1-2.1c1.2-1.2 3.1-1.2 4.2 0c1.2 1.2 1.2 3.1 0 4.2m-6.1 6.2l-1.4-1.4l-1.9 1.9l-1.4-1.4l1.9-1.9l-1.4-1.4l-1.9 1.9l-1.4-1.4l-3.5 3.5C5 20 4.8 22.7 6.1 24.6l-3 3L4.5 29l3-3c.8.5 1.8.8 2.8.8s2.6-.5 3.5-1.5l3.5-3.5l-1.4-1.4l1.9-1.9zm-5.5 5.4C11.1 25 9.1 25 8 23.9c-1.2-1.2-1.2-3.1 0-4.2l2.1-2.1l4.2 4.2zM8 14H4v-2h4zm6-6h-2V4h2zm14 12h-4v-2h4zm-3.314 5.9l-2.829-2.828l1.415-1.415l2.828 2.829zM8.807 10.021L5.98 7.193l1.414-1.414l2.828 2.828zM20 28h-2v-4h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.9 4.4L27.5 3l-3 3c-1.9-1.3-4.6-1.1-6.3.6l-3.5 3.5l7.1 7.1l3.5-3.5c1.7-1.7 1.9-4.4.6-6.3zm-5.1 7.9l-2.1 2.1l-4.2-4.2l2.1-2.1c1.2-1.2 3.1-1.2 4.2 0c1.2 1.2 1.2 3.1 0 4.2m-6.1 6.2l-1.4-1.4l-1.9 1.9l-1.4-1.4l1.9-1.9l-1.4-1.4l-1.9 1.9l-1.4-1.4l-3.5 3.5C5 20 4.8 22.7 6.1 24.6l-3 3L4.5 29l3-3c.8.5 1.8.8 2.8.8s2.6-.5 3.5-1.5l3.5-3.5l-1.4-1.4l1.9-1.9zm-5.5 5.4C11.1 25 9.1 25 8 23.9c-1.2-1.2-1.2-3.1 0-4.2l2.1-2.1l4.2 4.2zM8 14H4v-2h4zm6-6h-2V4h2zm14 12h-4v-2h4zm-3.314 5.9l-2.829-2.828l1.415-1.415l2.828 2.829zM8.807 10.021L5.98 7.193l1.414-1.414l2.828 2.828zM20 28h-2v-4h2z"/></svg>
</template>

CSS

.icon-unplug {
  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%22M28.9%204.4L27.5%203l-3%203c-1.9-1.3-4.6-1.1-6.3.6l-3.5%203.5l7.1%207.1l3.5-3.5c1.7-1.7%201.9-4.4.6-6.3zm-5.1%207.9l-2.1%202.1l-4.2-4.2l2.1-2.1c1.2-1.2%203.1-1.2%204.2%200c1.2%201.2%201.2%203.1%200%204.2m-6.1%206.2l-1.4-1.4l-1.9%201.9l-1.4-1.4l1.9-1.9l-1.4-1.4l-1.9%201.9l-1.4-1.4l-3.5%203.5C5%2020%204.8%2022.7%206.1%2024.6l-3%203L4.5%2029l3-3c.8.5%201.8.8%202.8.8s2.6-.5%203.5-1.5l3.5-3.5l-1.4-1.4l1.9-1.9zm-5.5%205.4C11.1%2025%209.1%2025%208%2023.9c-1.2-1.2-1.2-3.1%200-4.2l2.1-2.1l4.2%204.2zM8%2014H4v-2h4zm6-6h-2V4h2zm14%2012h-4v-2h4zm-3.314%205.9l-2.829-2.828l1.415-1.415l2.828%202.829zM8.807%2010.021L5.98%207.193l1.414-1.414l2.828%202.828zM20%2028h-2v-4h2z%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%22M28.9%204.4L27.5%203l-3%203c-1.9-1.3-4.6-1.1-6.3.6l-3.5%203.5l7.1%207.1l3.5-3.5c1.7-1.7%201.9-4.4.6-6.3zm-5.1%207.9l-2.1%202.1l-4.2-4.2l2.1-2.1c1.2-1.2%203.1-1.2%204.2%200c1.2%201.2%201.2%203.1%200%204.2m-6.1%206.2l-1.4-1.4l-1.9%201.9l-1.4-1.4l1.9-1.9l-1.4-1.4l-1.9%201.9l-1.4-1.4l-3.5%203.5C5%2020%204.8%2022.7%206.1%2024.6l-3%203L4.5%2029l3-3c.8.5%201.8.8%202.8.8s2.6-.5%203.5-1.5l3.5-3.5l-1.4-1.4l1.9-1.9zm-5.5%205.4C11.1%2025%209.1%2025%208%2023.9c-1.2-1.2-1.2-3.1%200-4.2l2.1-2.1l4.2%204.2zM8%2014H4v-2h4zm6-6h-2V4h2zm14%2012h-4v-2h4zm-3.314%205.9l-2.829-2.828l1.415-1.415l2.828%202.829zM8.807%2010.021L5.98%207.193l1.414-1.414l2.828%202.828zM20%2028h-2v-4h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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