magnet energy icon

magnet-energy from Iconoir by Luca Burgio · Regular · Science · MIT Free for personal and commercial use.

Name
magnet-energy
Set
Iconoir
Style
Regular
Category
Science
Viewbox
24×24
License
MIT

More science icons from Iconoir

Use the magnet energy 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M5 9v6.74C5 19.199 8.134 22 12 22s7-2.802 7-6.26V9M5 9h3m8 0h3"/><path stroke-linecap="round" d="M14.074 11.5v3.56c0 1.072-.928 1.94-2.074 1.94s-2.074-.868-2.074-1.94V11.5"/><path d="M10 13H5m14 0h-5"/><path stroke-linecap="round" d="M11.667 2L10 5h4l-1.667 3"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirMagnetEnergy(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M5 9v6.74C5 19.199 8.134 22 12 22s7-2.802 7-6.26V9M5 9h3m8 0h3"/><path strokeLinecap="round" d="M14.074 11.5v3.56c0 1.072-.928 1.94-2.074 1.94s-2.074-.868-2.074-1.94V11.5"/><path d="M10 13H5m14 0h-5"/><path strokeLinecap="round" d="M11.667 2L10 5h4l-1.667 3"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M5 9v6.74C5 19.199 8.134 22 12 22s7-2.802 7-6.26V9M5 9h3m8 0h3"/><path stroke-linecap="round" d="M14.074 11.5v3.56c0 1.072-.928 1.94-2.074 1.94s-2.074-.868-2.074-1.94V11.5"/><path d="M10 13H5m14 0h-5"/><path stroke-linecap="round" d="M11.667 2L10 5h4l-1.667 3"/></g></svg>
</template>

CSS

.icon-magnet-energy {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%209v6.74C5%2019.199%208.134%2022%2012%2022s7-2.802%207-6.26V9M5%209h3m8%200h3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.074%2011.5v3.56c0%201.072-.928%201.94-2.074%201.94s-2.074-.868-2.074-1.94V11.5%22%2F%3E%3Cpath%20d%3D%22M10%2013H5m14%200h-5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.667%202L10%205h4l-1.667%203%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%209v6.74C5%2019.199%208.134%2022%2012%2022s7-2.802%207-6.26V9M5%209h3m8%200h3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.074%2011.5v3.56c0%201.072-.928%201.94-2.074%201.94s-2.074-.868-2.074-1.94V11.5%22%2F%3E%3Cpath%20d%3D%22M10%2013H5m14%200h-5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.667%202L10%205h4l-1.667%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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