magnet-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
magnet-bold
Set
Phosphor
Style
Bold
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="M209.84 47.44A91.42 91.42 0 0 0 144.62 20h-.35a91.44 91.44 0 0 0-65.12 27l-61.39 62.17a20 20 0 0 0 .08 28.21L46.5 166a19.9 19.9 0 0 0 14.15 5.86h.11a19.86 19.86 0 0 0 14.2-6l60.87-62.39a12.07 12.07 0 0 1 16.77-.12a11.63 11.63 0 0 1 3.5 8.35a12.85 12.85 0 0 1-3.66 9.11L90.19 181a20 20 0 0 0-.21 28.5l28.66 28.66a20.08 20.08 0 0 0 28.15.14l61.76-60.44l.09-.09c36.01-35.99 36.54-94.46 1.2-130.33M60.62 146.21l-23-23l18.19-18.41l22.88 22.88Zm72.2 72.18l-23-23l18.61-18l22.88 22.87Zm58.89-57.62l-23.23 22.73l-22.78-22.77L169.21 138l.15-.14a37 37 0 0 0 10.74-26.37a35.44 35.44 0 0 0-10.85-25.41a36.2 36.2 0 0 0-50.44.48l-.1.11l-23.25 23.82l-22.78-22.77l23.5-23.8A67.55 67.55 0 0 1 144.27 44h.26a67.62 67.62 0 0 1 48.21 20.29c26.11 26.49 25.64 69.76-1.03 96.48"/></svg>

React

import type { SVGProps } from "react";

export function PhMagnetBold(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="M209.84 47.44A91.42 91.42 0 0 0 144.62 20h-.35a91.44 91.44 0 0 0-65.12 27l-61.39 62.17a20 20 0 0 0 .08 28.21L46.5 166a19.9 19.9 0 0 0 14.15 5.86h.11a19.86 19.86 0 0 0 14.2-6l60.87-62.39a12.07 12.07 0 0 1 16.77-.12a11.63 11.63 0 0 1 3.5 8.35a12.85 12.85 0 0 1-3.66 9.11L90.19 181a20 20 0 0 0-.21 28.5l28.66 28.66a20.08 20.08 0 0 0 28.15.14l61.76-60.44l.09-.09c36.01-35.99 36.54-94.46 1.2-130.33M60.62 146.21l-23-23l18.19-18.41l22.88 22.88Zm72.2 72.18l-23-23l18.61-18l22.88 22.87Zm58.89-57.62l-23.23 22.73l-22.78-22.77L169.21 138l.15-.14a37 37 0 0 0 10.74-26.37a35.44 35.44 0 0 0-10.85-25.41a36.2 36.2 0 0 0-50.44.48l-.1.11l-23.25 23.82l-22.78-22.77l23.5-23.8A67.55 67.55 0 0 1 144.27 44h.26a67.62 67.62 0 0 1 48.21 20.29c26.11 26.49 25.64 69.76-1.03 96.48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M209.84 47.44A91.42 91.42 0 0 0 144.62 20h-.35a91.44 91.44 0 0 0-65.12 27l-61.39 62.17a20 20 0 0 0 .08 28.21L46.5 166a19.9 19.9 0 0 0 14.15 5.86h.11a19.86 19.86 0 0 0 14.2-6l60.87-62.39a12.07 12.07 0 0 1 16.77-.12a11.63 11.63 0 0 1 3.5 8.35a12.85 12.85 0 0 1-3.66 9.11L90.19 181a20 20 0 0 0-.21 28.5l28.66 28.66a20.08 20.08 0 0 0 28.15.14l61.76-60.44l.09-.09c36.01-35.99 36.54-94.46 1.2-130.33M60.62 146.21l-23-23l18.19-18.41l22.88 22.88Zm72.2 72.18l-23-23l18.61-18l22.88 22.87Zm58.89-57.62l-23.23 22.73l-22.78-22.77L169.21 138l.15-.14a37 37 0 0 0 10.74-26.37a35.44 35.44 0 0 0-10.85-25.41a36.2 36.2 0 0 0-50.44.48l-.1.11l-23.25 23.82l-22.78-22.77l23.5-23.8A67.55 67.55 0 0 1 144.27 44h.26a67.62 67.62 0 0 1 48.21 20.29c26.11 26.49 25.64 69.76-1.03 96.48"/></svg>
</template>

CSS

.icon-magnet-bold {
  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%22M209.84%2047.44A91.42%2091.42%200%200%200%20144.62%2020h-.35a91.44%2091.44%200%200%200-65.12%2027l-61.39%2062.17a20%2020%200%200%200%20.08%2028.21L46.5%20166a19.9%2019.9%200%200%200%2014.15%205.86h.11a19.86%2019.86%200%200%200%2014.2-6l60.87-62.39a12.07%2012.07%200%200%201%2016.77-.12a11.63%2011.63%200%200%201%203.5%208.35a12.85%2012.85%200%200%201-3.66%209.11L90.19%20181a20%2020%200%200%200-.21%2028.5l28.66%2028.66a20.08%2020.08%200%200%200%2028.15.14l61.76-60.44l.09-.09c36.01-35.99%2036.54-94.46%201.2-130.33M60.62%20146.21l-23-23l18.19-18.41l22.88%2022.88Zm72.2%2072.18l-23-23l18.61-18l22.88%2022.87Zm58.89-57.62l-23.23%2022.73l-22.78-22.77L169.21%20138l.15-.14a37%2037%200%200%200%2010.74-26.37a35.44%2035.44%200%200%200-10.85-25.41a36.2%2036.2%200%200%200-50.44.48l-.1.11l-23.25%2023.82l-22.78-22.77l23.5-23.8A67.55%2067.55%200%200%201%20144.27%2044h.26a67.62%2067.62%200%200%201%2048.21%2020.29c26.11%2026.49%2025.64%2069.76-1.03%2096.48%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%22M209.84%2047.44A91.42%2091.42%200%200%200%20144.62%2020h-.35a91.44%2091.44%200%200%200-65.12%2027l-61.39%2062.17a20%2020%200%200%200%20.08%2028.21L46.5%20166a19.9%2019.9%200%200%200%2014.15%205.86h.11a19.86%2019.86%200%200%200%2014.2-6l60.87-62.39a12.07%2012.07%200%200%201%2016.77-.12a11.63%2011.63%200%200%201%203.5%208.35a12.85%2012.85%200%200%201-3.66%209.11L90.19%20181a20%2020%200%200%200-.21%2028.5l28.66%2028.66a20.08%2020.08%200%200%200%2028.15.14l61.76-60.44l.09-.09c36.01-35.99%2036.54-94.46%201.2-130.33M60.62%20146.21l-23-23l18.19-18.41l22.88%2022.88Zm72.2%2072.18l-23-23l18.61-18l22.88%2022.87Zm58.89-57.62l-23.23%2022.73l-22.78-22.77L169.21%20138l.15-.14a37%2037%200%200%200%2010.74-26.37a35.44%2035.44%200%200%200-10.85-25.41a36.2%2036.2%200%200%200-50.44.48l-.1.11l-23.25%2023.82l-22.78-22.77l23.5-23.8A67.55%2067.55%200%200%201%20144.27%2044h.26a67.62%2067.62%200%200%201%2048.21%2020.29c26.11%2026.49%2025.64%2069.76-1.03%2096.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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