magnet icon

magnet-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
magnet-line-duotone
Set
Solar
Style
Line Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the magnet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21 18.5V20.5C21 21.3284 20.3284 22 19.5 22H17H13C7.47715 22 3 17.5228 3 12C3 6.47715 7.47715 2 13 2H17H19.5C20.3284 2 21 2.67157 21 3.5V5.5C21 6.32843 20.3284 7 19.5 7H17H13C10.2386 7 8 9.23858 8 12C8 14.7614 10.2386 17 13 17H17H19.5C20.3284 17 21 17.6716 21 18.5Z"/><path d="M17 2V7M17 17V22" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMagnetLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M21 18.5V20.5C21 21.3284 20.3284 22 19.5 22H17H13C7.47715 22 3 17.5228 3 12C3 6.47715 7.47715 2 13 2H17H19.5C20.3284 2 21 2.67157 21 3.5V5.5C21 6.32843 20.3284 7 19.5 7H17H13C10.2386 7 8 9.23858 8 12C8 14.7614 10.2386 17 13 17H17H19.5C20.3284 17 21 17.6716 21 18.5Z"/><path d="M17 2V7M17 17V22" 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M21 18.5V20.5C21 21.3284 20.3284 22 19.5 22H17H13C7.47715 22 3 17.5228 3 12C3 6.47715 7.47715 2 13 2H17H19.5C20.3284 2 21 2.67157 21 3.5V5.5C21 6.32843 20.3284 7 19.5 7H17H13C10.2386 7 8 9.23858 8 12C8 14.7614 10.2386 17 13 17H17H19.5C20.3284 17 21 17.6716 21 18.5Z"/><path d="M17 2V7M17 17V22" opacity=".5"/></g></svg>
</template>

CSS

.icon-magnet-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2018.5V20.5C21%2021.3284%2020.3284%2022%2019.5%2022H17H13C7.47715%2022%203%2017.5228%203%2012C3%206.47715%207.47715%202%2013%202H17H19.5C20.3284%202%2021%202.67157%2021%203.5V5.5C21%206.32843%2020.3284%207%2019.5%207H17H13C10.2386%207%208%209.23858%208%2012C8%2014.7614%2010.2386%2017%2013%2017H17H19.5C20.3284%2017%2021%2017.6716%2021%2018.5Z%22%2F%3E%3Cpath%20d%3D%22M17%202V7M17%2017V22%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2018.5V20.5C21%2021.3284%2020.3284%2022%2019.5%2022H17H13C7.47715%2022%203%2017.5228%203%2012C3%206.47715%207.47715%202%2013%202H17H19.5C20.3284%202%2021%202.67157%2021%203.5V5.5C21%206.32843%2020.3284%207%2019.5%207H17H13C10.2386%207%208%209.23858%208%2012C8%2014.7614%2010.2386%2017%2013%2017H17H19.5C20.3284%2017%2021%2017.6716%2021%2018.5Z%22%2F%3E%3Cpath%20d%3D%22M17%202V7M17%2017V22%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/solar/magnet-line-duotone.svg?color=%231a73e8&size=48