magnet icon
magnet-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- magnet-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
magnetBootstrap IconsmagnetBoxIcons v2magnetBoxIcons v2 SolidmagnetCodiconsmagnetElement PlusmagnetFont Awesome 6 SolidmagnetFont Awesome SolidmagnetFluent EmojimagnetFluent Emoji FlatmagnetFluent Emoji High Contrastmagnetcss.ggmagnetHuge IconsmagnetIconParkmagnetIconPark OutlinemagnetIconPark SolidmagnetIconPark TwoTonemagnetIconoirmagnetIonIconsmagnetJam IconsmagnetLine AwesomemagnetLucidemagnetMaterial Design IconsmagnetMyna UI IconsmagnetNoto Emoji
Use the magnet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.556 4.342a8 8 0 0 1 0 11.314L13.9 21.313a2 2 0 0 1-2.828 0L8.95 19.192a2 2 0 0 1 0-2.829l5.657-5.657a1 1 0 0 0-1.415-1.414L7.535 14.95a2 2 0 0 1-2.828 0l-2.121-2.121a2 2 0 0 1 0-2.829l5.657-5.657a8 8 0 0 1 11.313 0M6.828 10a1 1 0 0 0-1.414 1.415l.707.707a1 1 0 0 0 1.414-1.415zm6.364 6.364a1 1 0 0 0-1.414 1.414l.707.707A1 1 0 1 0 13.9 17.07z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMagnetFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.556 4.342a8 8 0 0 1 0 11.314L13.9 21.313a2 2 0 0 1-2.828 0L8.95 19.192a2 2 0 0 1 0-2.829l5.657-5.657a1 1 0 0 0-1.415-1.414L7.535 14.95a2 2 0 0 1-2.828 0l-2.121-2.121a2 2 0 0 1 0-2.829l5.657-5.657a8 8 0 0 1 11.313 0M6.828 10a1 1 0 0 0-1.414 1.415l.707.707a1 1 0 0 0 1.414-1.415zm6.364 6.364a1 1 0 0 0-1.414 1.414l.707.707A1 1 0 1 0 13.9 17.07z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.556 4.342a8 8 0 0 1 0 11.314L13.9 21.313a2 2 0 0 1-2.828 0L8.95 19.192a2 2 0 0 1 0-2.829l5.657-5.657a1 1 0 0 0-1.415-1.414L7.535 14.95a2 2 0 0 1-2.828 0l-2.121-2.121a2 2 0 0 1 0-2.829l5.657-5.657a8 8 0 0 1 11.313 0M6.828 10a1 1 0 0 0-1.414 1.415l.707.707a1 1 0 0 0 1.414-1.415zm6.364 6.364a1 1 0 0 0-1.414 1.414l.707.707A1 1 0 1 0 13.9 17.07z"/></svg> </template>
CSS
.icon-magnet-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.556%204.342a8%208%200%200%201%200%2011.314L13.9%2021.313a2%202%200%200%201-2.828%200L8.95%2019.192a2%202%200%200%201%200-2.829l5.657-5.657a1%201%200%200%200-1.415-1.414L7.535%2014.95a2%202%200%200%201-2.828%200l-2.121-2.121a2%202%200%200%201%200-2.829l5.657-5.657a8%208%200%200%201%2011.313%200M6.828%2010a1%201%200%200%200-1.414%201.415l.707.707a1%201%200%200%200%201.414-1.415zm6.364%206.364a1%201%200%200%200-1.414%201.414l.707.707A1%201%200%201%200%2013.9%2017.07z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.556%204.342a8%208%200%200%201%200%2011.314L13.9%2021.313a2%202%200%200%201-2.828%200L8.95%2019.192a2%202%200%200%201%200-2.829l5.657-5.657a1%201%200%200%200-1.415-1.414L7.535%2014.95a2%202%200%200%201-2.828%200l-2.121-2.121a2%202%200%200%201%200-2.829l5.657-5.657a8%208%200%200%201%2011.313%200M6.828%2010a1%201%200%200%200-1.414%201.415l.707.707a1%201%200%200%200%201.414-1.415zm6.364%206.364a1%201%200%200%200-1.414%201.414l.707.707A1%201%200%201%200%2013.9%2017.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/magnet-fill.svg?color=%231a73e8&size=48