magnet icon

magnet-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.

Name
magnet-duotone
Set
Reicon
Style
Duotone
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All magnet icons →

More ui icons from Reicon

Use the magnet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 2h-4C7.477 2 3 6.477 3 12s4.477 10 10 10h4v-5h-4a5 5 0 0 1 0-10h4z"/><path d="M17 7h2.5A1.5 1.5 0 0 0 21 5.5v-2A1.5 1.5 0 0 0 19.5 2H17zm0 10v5h2.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMagnetDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 2h-4C7.477 2 3 6.477 3 12s4.477 10 10 10h4v-5h-4a5 5 0 0 1 0-10h4z"/><path d="M17 7h2.5A1.5 1.5 0 0 0 21 5.5v-2A1.5 1.5 0 0 0 19.5 2H17zm0 10v5h2.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 2h-4C7.477 2 3 6.477 3 12s4.477 10 10 10h4v-5h-4a5 5 0 0 1 0-10h4z"/><path d="M17 7h2.5A1.5 1.5 0 0 0 21 5.5v-2A1.5 1.5 0 0 0 19.5 2H17zm0 10v5h2.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5z" opacity=".5"/></g></svg>
</template>

CSS

.icon-magnet-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%202h-4C7.477%202%203%206.477%203%2012s4.477%2010%2010%2010h4v-5h-4a5%205%200%200%201%200-10h4z%22%2F%3E%3Cpath%20d%3D%22M17%207h2.5A1.5%201.5%200%200%200%2021%205.5v-2A1.5%201.5%200%200%200%2019.5%202H17zm0%2010v5h2.5a1.5%201.5%200%200%200%201.5-1.5v-2a1.5%201.5%200%200%200-1.5-1.5z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%202h-4C7.477%202%203%206.477%203%2012s4.477%2010%2010%2010h4v-5h-4a5%205%200%200%201%200-10h4z%22%2F%3E%3Cpath%20d%3D%22M17%207h2.5A1.5%201.5%200%200%200%2021%205.5v-2A1.5%201.5%200%200%200%2019.5%202H17zm0%2010v5h2.5a1.5%201.5%200%200%200%201.5-1.5v-2a1.5%201.5%200%200%200-1.5-1.5z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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