magnet-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
magnet-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the magnet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M205.56 51.65A85.5 85.5 0 0 0 144.6 26h-.33a85.45 85.45 0 0 0-60.85 25.22L22 113.39a14 14 0 0 0 .06 19.74l28.66 28.66a13.9 13.9 0 0 0 9.9 4.1h.08a13.9 13.9 0 0 0 9.94-4.21l60.87-62.4a18.1 18.1 0 0 1 25.25-.28a17.63 17.63 0 0 1 5.34 12.62a19 19 0 0 1-5.44 13.44l-62.29 60.25a14 14 0 0 0-.15 19.95l28.67 28.66a14.05 14.05 0 0 0 19.7.1l61.8-60.49c33.68-33.67 34.21-88.35 1.17-121.88M62.08 153.29a2 2 0 0 1-1.42.6a2.15 2.15 0 0 1-1.42-.58l-28.67-28.66a2 2 0 0 1 0-2.82l25.22-25.55l31.34 31.34Zm72.11 72.15a2 2 0 0 1-2.82 0l-28.66-28.66a2 2 0 0 1-.59-1.43a2 2 0 0 1 .6-1.41L128.51 169l31.34 31.33ZM196 165l-27.52 26.94l-31.29-31.29l27.9-27l.07-.08a30.93 30.93 0 0 0 9-22.06a29.47 29.47 0 0 0-9-21.15a30.17 30.17 0 0 0-42.08.46L95.51 119L64.22 87.74l27.72-28.06A73.47 73.47 0 0 1 144.27 38h.28A73.52 73.52 0 0 1 197 60.08C225.44 88.92 224.94 136 196 165"/></svg>

React

import type { SVGProps } from "react";

export function PhMagnetLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M205.56 51.65A85.5 85.5 0 0 0 144.6 26h-.33a85.45 85.45 0 0 0-60.85 25.22L22 113.39a14 14 0 0 0 .06 19.74l28.66 28.66a13.9 13.9 0 0 0 9.9 4.1h.08a13.9 13.9 0 0 0 9.94-4.21l60.87-62.4a18.1 18.1 0 0 1 25.25-.28a17.63 17.63 0 0 1 5.34 12.62a19 19 0 0 1-5.44 13.44l-62.29 60.25a14 14 0 0 0-.15 19.95l28.67 28.66a14.05 14.05 0 0 0 19.7.1l61.8-60.49c33.68-33.67 34.21-88.35 1.17-121.88M62.08 153.29a2 2 0 0 1-1.42.6a2.15 2.15 0 0 1-1.42-.58l-28.67-28.66a2 2 0 0 1 0-2.82l25.22-25.55l31.34 31.34Zm72.11 72.15a2 2 0 0 1-2.82 0l-28.66-28.66a2 2 0 0 1-.59-1.43a2 2 0 0 1 .6-1.41L128.51 169l31.34 31.33ZM196 165l-27.52 26.94l-31.29-31.29l27.9-27l.07-.08a30.93 30.93 0 0 0 9-22.06a29.47 29.47 0 0 0-9-21.15a30.17 30.17 0 0 0-42.08.46L95.51 119L64.22 87.74l27.72-28.06A73.47 73.47 0 0 1 144.27 38h.28A73.52 73.52 0 0 1 197 60.08C225.44 88.92 224.94 136 196 165"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M205.56 51.65A85.5 85.5 0 0 0 144.6 26h-.33a85.45 85.45 0 0 0-60.85 25.22L22 113.39a14 14 0 0 0 .06 19.74l28.66 28.66a13.9 13.9 0 0 0 9.9 4.1h.08a13.9 13.9 0 0 0 9.94-4.21l60.87-62.4a18.1 18.1 0 0 1 25.25-.28a17.63 17.63 0 0 1 5.34 12.62a19 19 0 0 1-5.44 13.44l-62.29 60.25a14 14 0 0 0-.15 19.95l28.67 28.66a14.05 14.05 0 0 0 19.7.1l61.8-60.49c33.68-33.67 34.21-88.35 1.17-121.88M62.08 153.29a2 2 0 0 1-1.42.6a2.15 2.15 0 0 1-1.42-.58l-28.67-28.66a2 2 0 0 1 0-2.82l25.22-25.55l31.34 31.34Zm72.11 72.15a2 2 0 0 1-2.82 0l-28.66-28.66a2 2 0 0 1-.59-1.43a2 2 0 0 1 .6-1.41L128.51 169l31.34 31.33ZM196 165l-27.52 26.94l-31.29-31.29l27.9-27l.07-.08a30.93 30.93 0 0 0 9-22.06a29.47 29.47 0 0 0-9-21.15a30.17 30.17 0 0 0-42.08.46L95.51 119L64.22 87.74l27.72-28.06A73.47 73.47 0 0 1 144.27 38h.28A73.52 73.52 0 0 1 197 60.08C225.44 88.92 224.94 136 196 165"/></svg>
</template>

CSS

.icon-magnet-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M205.56%2051.65A85.5%2085.5%200%200%200%20144.6%2026h-.33a85.45%2085.45%200%200%200-60.85%2025.22L22%20113.39a14%2014%200%200%200%20.06%2019.74l28.66%2028.66a13.9%2013.9%200%200%200%209.9%204.1h.08a13.9%2013.9%200%200%200%209.94-4.21l60.87-62.4a18.1%2018.1%200%200%201%2025.25-.28a17.63%2017.63%200%200%201%205.34%2012.62a19%2019%200%200%201-5.44%2013.44l-62.29%2060.25a14%2014%200%200%200-.15%2019.95l28.67%2028.66a14.05%2014.05%200%200%200%2019.7.1l61.8-60.49c33.68-33.67%2034.21-88.35%201.17-121.88M62.08%20153.29a2%202%200%200%201-1.42.6a2.15%202.15%200%200%201-1.42-.58l-28.67-28.66a2%202%200%200%201%200-2.82l25.22-25.55l31.34%2031.34Zm72.11%2072.15a2%202%200%200%201-2.82%200l-28.66-28.66a2%202%200%200%201-.59-1.43a2%202%200%200%201%20.6-1.41L128.51%20169l31.34%2031.33ZM196%20165l-27.52%2026.94l-31.29-31.29l27.9-27l.07-.08a30.93%2030.93%200%200%200%209-22.06a29.47%2029.47%200%200%200-9-21.15a30.17%2030.17%200%200%200-42.08.46L95.51%20119L64.22%2087.74l27.72-28.06A73.47%2073.47%200%200%201%20144.27%2038h.28A73.52%2073.52%200%200%201%20197%2060.08C225.44%2088.92%20224.94%20136%20196%20165%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M205.56%2051.65A85.5%2085.5%200%200%200%20144.6%2026h-.33a85.45%2085.45%200%200%200-60.85%2025.22L22%20113.39a14%2014%200%200%200%20.06%2019.74l28.66%2028.66a13.9%2013.9%200%200%200%209.9%204.1h.08a13.9%2013.9%200%200%200%209.94-4.21l60.87-62.4a18.1%2018.1%200%200%201%2025.25-.28a17.63%2017.63%200%200%201%205.34%2012.62a19%2019%200%200%201-5.44%2013.44l-62.29%2060.25a14%2014%200%200%200-.15%2019.95l28.67%2028.66a14.05%2014.05%200%200%200%2019.7.1l61.8-60.49c33.68-33.67%2034.21-88.35%201.17-121.88M62.08%20153.29a2%202%200%200%201-1.42.6a2.15%202.15%200%200%201-1.42-.58l-28.67-28.66a2%202%200%200%201%200-2.82l25.22-25.55l31.34%2031.34Zm72.11%2072.15a2%202%200%200%201-2.82%200l-28.66-28.66a2%202%200%200%201-.59-1.43a2%202%200%200%201%20.6-1.41L128.51%20169l31.34%2031.33ZM196%20165l-27.52%2026.94l-31.29-31.29l27.9-27l.07-.08a30.93%2030.93%200%200%200%209-22.06a29.47%2029.47%200%200%200-9-21.15a30.17%2030.17%200%200%200-42.08.46L95.51%20119L64.22%2087.74l27.72-28.06A73.47%2073.47%200%200%201%20144.27%2038h.28A73.52%2073.52%200%200%201%20197%2060.08C225.44%2088.92%20224.94%20136%20196%20165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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