magnet from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
magnet
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the magnet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.587 2.028a5.94 5.94 0 0 0-4.623 1.531A6 6 0 0 0 1.999 8v5c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V8a2 2 0 0 1 2.208-1.989c1.005.1 1.792 1.037 1.792 2.132V13c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V8.236c0-3.192-2.376-5.919-5.412-6.208M3 13v-2h2v2zm5.308-7.984a3 3 0 0 0-2.32.759A3 3 0 0 0 5 8v2H3V8c0-1.406.597-2.755 1.638-3.701a4.98 4.98 0 0 1 3.855-1.276C11.02 3.264 13 5.554 13 8.236V10h-2V8.143c0-1.603-1.183-2.976-2.692-3.127M11 13v-2h2v2z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconMagnet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.587 2.028a5.94 5.94 0 0 0-4.623 1.531A6 6 0 0 0 1.999 8v5c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V8a2 2 0 0 1 2.208-1.989c1.005.1 1.792 1.037 1.792 2.132V13c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V8.236c0-3.192-2.376-5.919-5.412-6.208M3 13v-2h2v2zm5.308-7.984a3 3 0 0 0-2.32.759A3 3 0 0 0 5 8v2H3V8c0-1.406.597-2.755 1.638-3.701a4.98 4.98 0 0 1 3.855-1.276C11.02 3.264 13 5.554 13 8.236V10h-2V8.143c0-1.603-1.183-2.976-2.692-3.127M11 13v-2h2v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.587 2.028a5.94 5.94 0 0 0-4.623 1.531A6 6 0 0 0 1.999 8v5c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V8a2 2 0 0 1 2.208-1.989c1.005.1 1.792 1.037 1.792 2.132V13c0 .551.449 1 1 1h2c.551 0 1-.449 1-1V8.236c0-3.192-2.376-5.919-5.412-6.208M3 13v-2h2v2zm5.308-7.984a3 3 0 0 0-2.32.759A3 3 0 0 0 5 8v2H3V8c0-1.406.597-2.755 1.638-3.701a4.98 4.98 0 0 1 3.855-1.276C11.02 3.264 13 5.554 13 8.236V10h-2V8.143c0-1.603-1.183-2.976-2.692-3.127M11 13v-2h2v2z"/></svg>
</template>

CSS

.icon-magnet {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.587%202.028a5.94%205.94%200%200%200-4.623%201.531A6%206%200%200%200%201.999%208v5c0%20.551.449%201%201%201h2c.551%200%201-.449%201-1V8a2%202%200%200%201%202.208-1.989c1.005.1%201.792%201.037%201.792%202.132V13c0%20.551.449%201%201%201h2c.551%200%201-.449%201-1V8.236c0-3.192-2.376-5.919-5.412-6.208M3%2013v-2h2v2zm5.308-7.984a3%203%200%200%200-2.32.759A3%203%200%200%200%205%208v2H3V8c0-1.406.597-2.755%201.638-3.701a4.98%204.98%200%200%201%203.855-1.276C11.02%203.264%2013%205.554%2013%208.236V10h-2V8.143c0-1.603-1.183-2.976-2.692-3.127M11%2013v-2h2v2z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.587%202.028a5.94%205.94%200%200%200-4.623%201.531A6%206%200%200%200%201.999%208v5c0%20.551.449%201%201%201h2c.551%200%201-.449%201-1V8a2%202%200%200%201%202.208-1.989c1.005.1%201.792%201.037%201.792%202.132V13c0%20.551.449%201%201%201h2c.551%200%201-.449%201-1V8.236c0-3.192-2.376-5.919-5.412-6.208M3%2013v-2h2v2zm5.308-7.984a3%203%200%200%200-2.32.759A3%203%200%200%200%205%208v2H3V8c0-1.406.597-2.755%201.638-3.701a4.98%204.98%200%200%201%203.855-1.276C11.02%203.264%2013%205.554%2013%208.236V10h-2V8.143c0-1.603-1.183-2.976-2.692-3.127M11%2013v-2h2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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