magnet right icon

magnet-right-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
magnet-right-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 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.461 9.485h8.7a1.82 1.82 0 0 0 1.3-.54a1.87 1.87 0 0 0 .54-1.3v-3.26a1.88 1.88 0 0 0-.54-1.3a1.86 1.86 0 0 0-1.3-.53h-8.72a9.42 9.42 0 0 0-8.89 6.26a9.35 9.35 0 0 0-.53 3.82a9.64 9.64 0 0 0 9.59 8.81h8.55a1.82 1.82 0 0 0 1.3-.54a1.87 1.87 0 0 0 .54-1.3v-3.26a1.87 1.87 0 0 0-.54-1.3a1.82 1.82 0 0 0-1.3-.54h-8.7a2.51 2.51 0 0 1-2.51-2.51a2.53 2.53 0 0 1 2.51-2.51m4-5.43h4.69a.36.36 0 0 1 .24.09a.37.37 0 0 1 .1.24v3.26a.35.35 0 0 1-.21.315a.3.3 0 0 1-.13.025h-4.69zm0 11.95h4.69a.34.34 0 0 1 .34.34v3.26a.35.35 0 0 1-.1.24a.37.37 0 0 1-.24.1h-4.69z"/></svg>

React

import type { SVGProps } from "react";

export function MageMagnetRightFill(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="M11.461 9.485h8.7a1.82 1.82 0 0 0 1.3-.54a1.87 1.87 0 0 0 .54-1.3v-3.26a1.88 1.88 0 0 0-.54-1.3a1.86 1.86 0 0 0-1.3-.53h-8.72a9.42 9.42 0 0 0-8.89 6.26a9.35 9.35 0 0 0-.53 3.82a9.64 9.64 0 0 0 9.59 8.81h8.55a1.82 1.82 0 0 0 1.3-.54a1.87 1.87 0 0 0 .54-1.3v-3.26a1.87 1.87 0 0 0-.54-1.3a1.82 1.82 0 0 0-1.3-.54h-8.7a2.51 2.51 0 0 1-2.51-2.51a2.53 2.53 0 0 1 2.51-2.51m4-5.43h4.69a.36.36 0 0 1 .24.09a.37.37 0 0 1 .1.24v3.26a.35.35 0 0 1-.21.315a.3.3 0 0 1-.13.025h-4.69zm0 11.95h4.69a.34.34 0 0 1 .34.34v3.26a.35.35 0 0 1-.1.24a.37.37 0 0 1-.24.1h-4.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="M11.461 9.485h8.7a1.82 1.82 0 0 0 1.3-.54a1.87 1.87 0 0 0 .54-1.3v-3.26a1.88 1.88 0 0 0-.54-1.3a1.86 1.86 0 0 0-1.3-.53h-8.72a9.42 9.42 0 0 0-8.89 6.26a9.35 9.35 0 0 0-.53 3.82a9.64 9.64 0 0 0 9.59 8.81h8.55a1.82 1.82 0 0 0 1.3-.54a1.87 1.87 0 0 0 .54-1.3v-3.26a1.87 1.87 0 0 0-.54-1.3a1.82 1.82 0 0 0-1.3-.54h-8.7a2.51 2.51 0 0 1-2.51-2.51a2.53 2.53 0 0 1 2.51-2.51m4-5.43h4.69a.36.36 0 0 1 .24.09a.37.37 0 0 1 .1.24v3.26a.35.35 0 0 1-.21.315a.3.3 0 0 1-.13.025h-4.69zm0 11.95h4.69a.34.34 0 0 1 .34.34v3.26a.35.35 0 0 1-.1.24a.37.37 0 0 1-.24.1h-4.69z"/></svg>
</template>

CSS

.icon-magnet-right-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%22M11.461%209.485h8.7a1.82%201.82%200%200%200%201.3-.54a1.87%201.87%200%200%200%20.54-1.3v-3.26a1.88%201.88%200%200%200-.54-1.3a1.86%201.86%200%200%200-1.3-.53h-8.72a9.42%209.42%200%200%200-8.89%206.26a9.35%209.35%200%200%200-.53%203.82a9.64%209.64%200%200%200%209.59%208.81h8.55a1.82%201.82%200%200%200%201.3-.54a1.87%201.87%200%200%200%20.54-1.3v-3.26a1.87%201.87%200%200%200-.54-1.3a1.82%201.82%200%200%200-1.3-.54h-8.7a2.51%202.51%200%200%201-2.51-2.51a2.53%202.53%200%200%201%202.51-2.51m4-5.43h4.69a.36.36%200%200%201%20.24.09a.37.37%200%200%201%20.1.24v3.26a.35.35%200%200%201-.21.315a.3.3%200%200%201-.13.025h-4.69zm0%2011.95h4.69a.34.34%200%200%201%20.34.34v3.26a.35.35%200%200%201-.1.24a.37.37%200%200%201-.24.1h-4.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%22M11.461%209.485h8.7a1.82%201.82%200%200%200%201.3-.54a1.87%201.87%200%200%200%20.54-1.3v-3.26a1.88%201.88%200%200%200-.54-1.3a1.86%201.86%200%200%200-1.3-.53h-8.72a9.42%209.42%200%200%200-8.89%206.26a9.35%209.35%200%200%200-.53%203.82a9.64%209.64%200%200%200%209.59%208.81h8.55a1.82%201.82%200%200%200%201.3-.54a1.87%201.87%200%200%200%20.54-1.3v-3.26a1.87%201.87%200%200%200-.54-1.3a1.82%201.82%200%200%200-1.3-.54h-8.7a2.51%202.51%200%200%201-2.51-2.51a2.53%202.53%200%200%201%202.51-2.51m4-5.43h4.69a.36.36%200%200%201%20.24.09a.37.37%200%200%201%20.1.24v3.26a.35.35%200%200%201-.21.315a.3.3%200%200%201-.13.025h-4.69zm0%2011.95h4.69a.34.34%200%200%201%20.34.34v3.26a.35.35%200%200%201-.1.24a.37.37%200%200%201-.24.1h-4.69z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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