spanner from IconPark Outline by ByteDance · Outline · Industry · Apache-2.0 Free for personal and commercial use.

Name
spanner
Set
IconPark Outline
Style
Outline
Category
Industry
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More industry icons from IconPark Outline

Use the spanner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M30.442 5c1.964 0 3.823.448 5.479 1.246l-3.204 3.18a4.67 4.67 0 0 0 0 6.64a4.753 4.753 0 0 0 6.687 0l2.853-2.832c.48 1.322.743 2.748.743 4.234c0 6.887-5.623 12.469-12.558 12.469c-1.66 0-3.244-.32-4.693-.9L13.07 41.625a4.75 4.75 0 0 1-6.685 0a4.67 4.67 0 0 1 0-6.637L18.952 22.51a12.35 12.35 0 0 1-1.069-5.042C17.883 10.583 23.506 5 30.442 5Z"/></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineSpanner(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4" d="M30.442 5c1.964 0 3.823.448 5.479 1.246l-3.204 3.18a4.67 4.67 0 0 0 0 6.64a4.753 4.753 0 0 0 6.687 0l2.853-2.832c.48 1.322.743 2.748.743 4.234c0 6.887-5.623 12.469-12.558 12.469c-1.66 0-3.244-.32-4.693-.9L13.07 41.625a4.75 4.75 0 0 1-6.685 0a4.67 4.67 0 0 1 0-6.637L18.952 22.51a12.35 12.35 0 0 1-1.069-5.042C17.883 10.583 23.506 5 30.442 5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M30.442 5c1.964 0 3.823.448 5.479 1.246l-3.204 3.18a4.67 4.67 0 0 0 0 6.64a4.753 4.753 0 0 0 6.687 0l2.853-2.832c.48 1.322.743 2.748.743 4.234c0 6.887-5.623 12.469-12.558 12.469c-1.66 0-3.244-.32-4.693-.9L13.07 41.625a4.75 4.75 0 0 1-6.685 0a4.67 4.67 0 0 1 0-6.637L18.952 22.51a12.35 12.35 0 0 1-1.069-5.042C17.883 10.583 23.506 5 30.442 5Z"/></svg>
</template>

CSS

.icon-spanner {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.442%205c1.964%200%203.823.448%205.479%201.246l-3.204%203.18a4.67%204.67%200%200%200%200%206.64a4.753%204.753%200%200%200%206.687%200l2.853-2.832c.48%201.322.743%202.748.743%204.234c0%206.887-5.623%2012.469-12.558%2012.469c-1.66%200-3.244-.32-4.693-.9L13.07%2041.625a4.75%204.75%200%200%201-6.685%200a4.67%204.67%200%200%201%200-6.637L18.952%2022.51a12.35%2012.35%200%200%201-1.069-5.042C17.883%2010.583%2023.506%205%2030.442%205Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.442%205c1.964%200%203.823.448%205.479%201.246l-3.204%203.18a4.67%204.67%200%200%200%200%206.64a4.753%204.753%200%200%200%206.687%200l2.853-2.832c.48%201.322.743%202.748.743%204.234c0%206.887-5.623%2012.469-12.558%2012.469c-1.66%200-3.244-.32-4.693-.9L13.07%2041.625a4.75%204.75%200%200%201-6.685%200a4.67%204.67%200%200%201%200-6.637L18.952%2022.51a12.35%2012.35%200%200%201-1.069-5.042C17.883%2010.583%2023.506%205%2030.442%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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