plugin-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
plugin-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the plugin 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 9a3 3 0 0 1 3-3h2.853c.297 0 .48-.309.366-.583A2.5 2.5 0 0 1 8.083 5c-.331-1.487.792-3 2.417-3c1.626 0 2.748 1.513 2.417 3a2.5 2.5 0 0 1-.136.417c-.115.274.069.583.366.583H15a3 3 0 0 1 3 3v1.853c0 .297.308.48.583.366c.135-.056.273-.104.417-.136c1.487-.331 3 .791 3 2.417s-1.513 2.748-3 2.417a2.5 2.5 0 0 1-.417-.136c-.274-.115-.583.069-.583.366V19a3 3 0 0 1-3 3h-1.893c-.288 0-.473-.291-.39-.566q.063-.21.085-.434a2.31 2.31 0 1 0-4.604 0q.021.224.086.434c.082.275-.103.566-.39.566H5a3 3 0 0 1-3-3v-2.893c0-.288.291-.473.566-.39q.21.063.434.085a2.31 2.31 0 1 0 0-4.604q-.224.021-.434.086c-.275.082-.566-.104-.566-.39z"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePlugin2Fill(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="M2 9a3 3 0 0 1 3-3h2.853c.297 0 .48-.309.366-.583A2.5 2.5 0 0 1 8.083 5c-.331-1.487.792-3 2.417-3c1.626 0 2.748 1.513 2.417 3a2.5 2.5 0 0 1-.136.417c-.115.274.069.583.366.583H15a3 3 0 0 1 3 3v1.853c0 .297.308.48.583.366c.135-.056.273-.104.417-.136c1.487-.331 3 .791 3 2.417s-1.513 2.748-3 2.417a2.5 2.5 0 0 1-.417-.136c-.274-.115-.583.069-.583.366V19a3 3 0 0 1-3 3h-1.893c-.288 0-.473-.291-.39-.566q.063-.21.085-.434a2.31 2.31 0 1 0-4.604 0q.021.224.086.434c.082.275-.103.566-.39.566H5a3 3 0 0 1-3-3v-2.893c0-.288.291-.473.566-.39q.21.063.434.085a2.31 2.31 0 1 0 0-4.604q-.224.021-.434.086c-.275.082-.566-.104-.566-.39z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 9a3 3 0 0 1 3-3h2.853c.297 0 .48-.309.366-.583A2.5 2.5 0 0 1 8.083 5c-.331-1.487.792-3 2.417-3c1.626 0 2.748 1.513 2.417 3a2.5 2.5 0 0 1-.136.417c-.115.274.069.583.366.583H15a3 3 0 0 1 3 3v1.853c0 .297.308.48.583.366c.135-.056.273-.104.417-.136c1.487-.331 3 .791 3 2.417s-1.513 2.748-3 2.417a2.5 2.5 0 0 1-.417-.136c-.274-.115-.583.069-.583.366V19a3 3 0 0 1-3 3h-1.893c-.288 0-.473-.291-.39-.566q.063-.21.085-.434a2.31 2.31 0 1 0-4.604 0q.021.224.086.434c.082.275-.103.566-.39.566H5a3 3 0 0 1-3-3v-2.893c0-.288.291-.473.566-.39q.21.063.434.085a2.31 2.31 0 1 0 0-4.604q-.224.021-.434.086c-.275.082-.566-.104-.566-.39z"/></svg>
</template>

CSS

.icon-plugin-2-fill {
  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%22M2%209a3%203%200%200%201%203-3h2.853c.297%200%20.48-.309.366-.583A2.5%202.5%200%200%201%208.083%205c-.331-1.487.792-3%202.417-3c1.626%200%202.748%201.513%202.417%203a2.5%202.5%200%200%201-.136.417c-.115.274.069.583.366.583H15a3%203%200%200%201%203%203v1.853c0%20.297.308.48.583.366c.135-.056.273-.104.417-.136c1.487-.331%203%20.791%203%202.417s-1.513%202.748-3%202.417a2.5%202.5%200%200%201-.417-.136c-.274-.115-.583.069-.583.366V19a3%203%200%200%201-3%203h-1.893c-.288%200-.473-.291-.39-.566q.063-.21.085-.434a2.31%202.31%200%201%200-4.604%200q.021.224.086.434c.082.275-.103.566-.39.566H5a3%203%200%200%201-3-3v-2.893c0-.288.291-.473.566-.39q.21.063.434.085a2.31%202.31%200%201%200%200-4.604q-.224.021-.434.086c-.275.082-.566-.104-.566-.39z%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%22M2%209a3%203%200%200%201%203-3h2.853c.297%200%20.48-.309.366-.583A2.5%202.5%200%200%201%208.083%205c-.331-1.487.792-3%202.417-3c1.626%200%202.748%201.513%202.417%203a2.5%202.5%200%200%201-.136.417c-.115.274.069.583.366.583H15a3%203%200%200%201%203%203v1.853c0%20.297.308.48.583.366c.135-.056.273-.104.417-.136c1.487-.331%203%20.791%203%202.417s-1.513%202.748-3%202.417a2.5%202.5%200%200%201-.417-.136c-.274-.115-.583.069-.583.366V19a3%203%200%200%201-3%203h-1.893c-.288%200-.473-.291-.39-.566q.063-.21.085-.434a2.31%202.31%200%201%200-4.604%200q.021.224.086.434c.082.275-.103.566-.39.566H5a3%203%200%200%201-3-3v-2.893c0-.288.291-.473.566-.39q.21.063.434.085a2.31%202.31%200%201%200%200-4.604q-.224.021-.434.086c-.275.082-.566-.104-.566-.39z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/plugin-2-fill.svg?color=%231a73e8&size=48