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

Name
wrench-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.763 11.382a7.57 7.57 0 0 1-3.47 4.693a7.56 7.56 0 0 1-5.772.827a1.27 1.27 0 0 0-.67 0a1.2 1.2 0 0 0-.57.31l-4.266 4.29a1.9 1.9 0 0 1-.56.37a1.7 1.7 0 0 1-.669.13a1.65 1.65 0 0 1-.659-.13a1.8 1.8 0 0 1-.56-.37L2.5 19.432a1.6 1.6 0 0 1-.37-.56a1.77 1.77 0 0 1 0-1.33a1.6 1.6 0 0 1 .37-.56l4.277-4.28a1.17 1.17 0 0 0 .32-.56c.06-.209.06-.43 0-.64a7.59 7.59 0 0 1 2.117-7.42a7.5 7.5 0 0 1 3.497-1.88a7.43 7.43 0 0 1 3.997.15a.74.74 0 0 1 .31 1.24L14.1 6.522a2.13 2.13 0 0 0-.56 1.41a.9.9 0 0 0 .21.63l1.719 1.73a1.1 1.1 0 0 0 .91.18a2.13 2.13 0 0 0 1.138-.53l2.918-2.93a.78.78 0 0 1 .71-.2a.75.75 0 0 1 .539.51a7.6 7.6 0 0 1 .08 4.06"/></svg>

React

import type { SVGProps } from "react";

export function MageWrenchFill(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.763 11.382a7.57 7.57 0 0 1-3.47 4.693a7.56 7.56 0 0 1-5.772.827a1.27 1.27 0 0 0-.67 0a1.2 1.2 0 0 0-.57.31l-4.266 4.29a1.9 1.9 0 0 1-.56.37a1.7 1.7 0 0 1-.669.13a1.65 1.65 0 0 1-.659-.13a1.8 1.8 0 0 1-.56-.37L2.5 19.432a1.6 1.6 0 0 1-.37-.56a1.77 1.77 0 0 1 0-1.33a1.6 1.6 0 0 1 .37-.56l4.277-4.28a1.17 1.17 0 0 0 .32-.56c.06-.209.06-.43 0-.64a7.59 7.59 0 0 1 2.117-7.42a7.5 7.5 0 0 1 3.497-1.88a7.43 7.43 0 0 1 3.997.15a.74.74 0 0 1 .31 1.24L14.1 6.522a2.13 2.13 0 0 0-.56 1.41a.9.9 0 0 0 .21.63l1.719 1.73a1.1 1.1 0 0 0 .91.18a2.13 2.13 0 0 0 1.138-.53l2.918-2.93a.78.78 0 0 1 .71-.2a.75.75 0 0 1 .539.51a7.6 7.6 0 0 1 .08 4.06"/></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.763 11.382a7.57 7.57 0 0 1-3.47 4.693a7.56 7.56 0 0 1-5.772.827a1.27 1.27 0 0 0-.67 0a1.2 1.2 0 0 0-.57.31l-4.266 4.29a1.9 1.9 0 0 1-.56.37a1.7 1.7 0 0 1-.669.13a1.65 1.65 0 0 1-.659-.13a1.8 1.8 0 0 1-.56-.37L2.5 19.432a1.6 1.6 0 0 1-.37-.56a1.77 1.77 0 0 1 0-1.33a1.6 1.6 0 0 1 .37-.56l4.277-4.28a1.17 1.17 0 0 0 .32-.56c.06-.209.06-.43 0-.64a7.59 7.59 0 0 1 2.117-7.42a7.5 7.5 0 0 1 3.497-1.88a7.43 7.43 0 0 1 3.997.15a.74.74 0 0 1 .31 1.24L14.1 6.522a2.13 2.13 0 0 0-.56 1.41a.9.9 0 0 0 .21.63l1.719 1.73a1.1 1.1 0 0 0 .91.18a2.13 2.13 0 0 0 1.138-.53l2.918-2.93a.78.78 0 0 1 .71-.2a.75.75 0 0 1 .539.51a7.6 7.6 0 0 1 .08 4.06"/></svg>
</template>

CSS

.icon-wrench-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.763%2011.382a7.57%207.57%200%200%201-3.47%204.693a7.56%207.56%200%200%201-5.772.827a1.27%201.27%200%200%200-.67%200a1.2%201.2%200%200%200-.57.31l-4.266%204.29a1.9%201.9%200%200%201-.56.37a1.7%201.7%200%200%201-.669.13a1.65%201.65%200%200%201-.659-.13a1.8%201.8%200%200%201-.56-.37L2.5%2019.432a1.6%201.6%200%200%201-.37-.56a1.77%201.77%200%200%201%200-1.33a1.6%201.6%200%200%201%20.37-.56l4.277-4.28a1.17%201.17%200%200%200%20.32-.56c.06-.209.06-.43%200-.64a7.59%207.59%200%200%201%202.117-7.42a7.5%207.5%200%200%201%203.497-1.88a7.43%207.43%200%200%201%203.997.15a.74.74%200%200%201%20.31%201.24L14.1%206.522a2.13%202.13%200%200%200-.56%201.41a.9.9%200%200%200%20.21.63l1.719%201.73a1.1%201.1%200%200%200%20.91.18a2.13%202.13%200%200%200%201.138-.53l2.918-2.93a.78.78%200%200%201%20.71-.2a.75.75%200%200%201%20.539.51a7.6%207.6%200%200%201%20.08%204.06%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.763%2011.382a7.57%207.57%200%200%201-3.47%204.693a7.56%207.56%200%200%201-5.772.827a1.27%201.27%200%200%200-.67%200a1.2%201.2%200%200%200-.57.31l-4.266%204.29a1.9%201.9%200%200%201-.56.37a1.7%201.7%200%200%201-.669.13a1.65%201.65%200%200%201-.659-.13a1.8%201.8%200%200%201-.56-.37L2.5%2019.432a1.6%201.6%200%200%201-.37-.56a1.77%201.77%200%200%201%200-1.33a1.6%201.6%200%200%201%20.37-.56l4.277-4.28a1.17%201.17%200%200%200%20.32-.56c.06-.209.06-.43%200-.64a7.59%207.59%200%200%201%202.117-7.42a7.5%207.5%200%200%201%203.497-1.88a7.43%207.43%200%200%201%203.997.15a.74.74%200%200%201%20.31%201.24L14.1%206.522a2.13%202.13%200%200%200-.56%201.41a.9.9%200%200%200%20.21.63l1.719%201.73a1.1%201.1%200%200%200%20.91.18a2.13%202.13%200%200%200%201.138-.53l2.918-2.93a.78.78%200%200%201%20.71-.2a.75.75%200%200%201%20.539.51a7.6%207.6%200%200%201%20.08%204.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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