magnet left icon
magnet-left-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- magnet-left-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the magnet left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.973 11.355a9.63 9.63 0 0 0-9.73-8.8h-8.41a1.83 1.83 0 0 0-1.83 1.83v3.26a1.83 1.83 0 0 0 1.83 1.84h8.7a2.51 2.51 0 1 1 0 5.02h-8.7a1.88 1.88 0 0 0-1.3.54a1.86 1.86 0 0 0-.53 1.3v3.26c0 .486.19.953.53 1.3a1.88 1.88 0 0 0 1.3.54h8.72a9.41 9.41 0 0 0 8.89-6.27a9.3 9.3 0 0 0 .53-3.82m-13.45-3.37h-4.69a.29.29 0 0 1-.23-.1a.3.3 0 0 1-.1-.24v-3.26a.32.32 0 0 1 .2-.304a.3.3 0 0 1 .13-.026h4.69zm0 12h-4.69a.33.33 0 0 1-.23-.1a.3.3 0 0 1-.1-.24v-3.26a.36.36 0 0 1 .14-.29a.37.37 0 0 1 .24-.1h4.69z"/></svg>
React
import type { SVGProps } from "react";
export function MageMagnetLeftFill(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="M21.973 11.355a9.63 9.63 0 0 0-9.73-8.8h-8.41a1.83 1.83 0 0 0-1.83 1.83v3.26a1.83 1.83 0 0 0 1.83 1.84h8.7a2.51 2.51 0 1 1 0 5.02h-8.7a1.88 1.88 0 0 0-1.3.54a1.86 1.86 0 0 0-.53 1.3v3.26c0 .486.19.953.53 1.3a1.88 1.88 0 0 0 1.3.54h8.72a9.41 9.41 0 0 0 8.89-6.27a9.3 9.3 0 0 0 .53-3.82m-13.45-3.37h-4.69a.29.29 0 0 1-.23-.1a.3.3 0 0 1-.1-.24v-3.26a.32.32 0 0 1 .2-.304a.3.3 0 0 1 .13-.026h4.69zm0 12h-4.69a.33.33 0 0 1-.23-.1a.3.3 0 0 1-.1-.24v-3.26a.36.36 0 0 1 .14-.29a.37.37 0 0 1 .24-.1h4.69z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.973 11.355a9.63 9.63 0 0 0-9.73-8.8h-8.41a1.83 1.83 0 0 0-1.83 1.83v3.26a1.83 1.83 0 0 0 1.83 1.84h8.7a2.51 2.51 0 1 1 0 5.02h-8.7a1.88 1.88 0 0 0-1.3.54a1.86 1.86 0 0 0-.53 1.3v3.26c0 .486.19.953.53 1.3a1.88 1.88 0 0 0 1.3.54h8.72a9.41 9.41 0 0 0 8.89-6.27a9.3 9.3 0 0 0 .53-3.82m-13.45-3.37h-4.69a.29.29 0 0 1-.23-.1a.3.3 0 0 1-.1-.24v-3.26a.32.32 0 0 1 .2-.304a.3.3 0 0 1 .13-.026h4.69zm0 12h-4.69a.33.33 0 0 1-.23-.1a.3.3 0 0 1-.1-.24v-3.26a.36.36 0 0 1 .14-.29a.37.37 0 0 1 .24-.1h4.69z"/></svg> </template>
CSS
.icon-magnet-left-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%22M21.973%2011.355a9.63%209.63%200%200%200-9.73-8.8h-8.41a1.83%201.83%200%200%200-1.83%201.83v3.26a1.83%201.83%200%200%200%201.83%201.84h8.7a2.51%202.51%200%201%201%200%205.02h-8.7a1.88%201.88%200%200%200-1.3.54a1.86%201.86%200%200%200-.53%201.3v3.26c0%20.486.19.953.53%201.3a1.88%201.88%200%200%200%201.3.54h8.72a9.41%209.41%200%200%200%208.89-6.27a9.3%209.3%200%200%200%20.53-3.82m-13.45-3.37h-4.69a.29.29%200%200%201-.23-.1a.3.3%200%200%201-.1-.24v-3.26a.32.32%200%200%201%20.2-.304a.3.3%200%200%201%20.13-.026h4.69zm0%2012h-4.69a.33.33%200%200%201-.23-.1a.3.3%200%200%201-.1-.24v-3.26a.36.36%200%200%201%20.14-.29a.37.37%200%200%201%20.24-.1h4.69z%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%22M21.973%2011.355a9.63%209.63%200%200%200-9.73-8.8h-8.41a1.83%201.83%200%200%200-1.83%201.83v3.26a1.83%201.83%200%200%200%201.83%201.84h8.7a2.51%202.51%200%201%201%200%205.02h-8.7a1.88%201.88%200%200%200-1.3.54a1.86%201.86%200%200%200-.53%201.3v3.26c0%20.486.19.953.53%201.3a1.88%201.88%200%200%200%201.3.54h8.72a9.41%209.41%200%200%200%208.89-6.27a9.3%209.3%200%200%200%20.53-3.82m-13.45-3.37h-4.69a.29.29%200%200%201-.23-.1a.3.3%200%200%201-.1-.24v-3.26a.32.32%200%200%201%20.2-.304a.3.3%200%200%201%20.13-.026h4.69zm0%2012h-4.69a.33.33%200%200%201-.23-.1a.3.3%200%200%201-.1-.24v-3.26a.36.36%200%200%201%20.14-.29a.37.37%200%200%201%20.24-.1h4.69z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/magnet-left-fill.svg?color=%231a73e8&size=48