tools from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
tools
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the tools icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -1 24 24"><path fill="currentColor" d="m2 8.654l2.813 2.822l6.332-6.35l-2.814-2.823l-6.332 6.35zm4.441 8.128l2.11-2.117a.993.993 0 0 1 1.408 0a1 1 0 0 1 0 1.411l-2.11 2.117a1 1 0 0 1 0 1.411L6.44 21.015a.993.993 0 0 1-1.407 0l-1.407-1.41a1 1 0 0 1 0-1.412l1.407-1.411a.993.993 0 0 1 1.407 0zm9.146-6.35l6.331-6.35l-1.407-1.412l-6.331 6.35c-.777-.78-.912-1.907-.302-2.52L19.406.956c.61-.612 1.735-.477 2.512.303l1.407 1.41c.778.78.913 1.909.302 2.52l-5.528 5.545c-.61.612-1.735.477-2.512-.303zm-.924 3.866L9.738 9.36l-.704.706l4.925 4.939zm1.407 1.412l-.704.705l1.759 1.764c.194.195.51.195.703 0a.5.5 0 0 0 0-.705zM2.06 5.77a1.5 1.5 0 0 1 .291-1.704l1.407-1.41a1.49 1.49 0 0 1 1.699-.293L6.924.892a1.986 1.986 0 0 1 2.814 0l2.814 2.823a2 2 0 0 1 0 2.822l-1.407 1.411l8.09 8.114a2.5 2.5 0 0 1 0 3.528a2.48 2.48 0 0 1-3.517 0l-8.09-8.114l-1.408 1.411c-.777.78-2.037.78-2.814 0L.592 10.065a2 2 0 0 1 0-2.823l1.467-1.47z"/></svg>

React

import type { SVGProps } from "react";

export function JamTools(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -1 24 24"><path fill="currentColor" d="m2 8.654l2.813 2.822l6.332-6.35l-2.814-2.823l-6.332 6.35zm4.441 8.128l2.11-2.117a.993.993 0 0 1 1.408 0a1 1 0 0 1 0 1.411l-2.11 2.117a1 1 0 0 1 0 1.411L6.44 21.015a.993.993 0 0 1-1.407 0l-1.407-1.41a1 1 0 0 1 0-1.412l1.407-1.411a.993.993 0 0 1 1.407 0zm9.146-6.35l6.331-6.35l-1.407-1.412l-6.331 6.35c-.777-.78-.912-1.907-.302-2.52L19.406.956c.61-.612 1.735-.477 2.512.303l1.407 1.41c.778.78.913 1.909.302 2.52l-5.528 5.545c-.61.612-1.735.477-2.512-.303zm-.924 3.866L9.738 9.36l-.704.706l4.925 4.939zm1.407 1.412l-.704.705l1.759 1.764c.194.195.51.195.703 0a.5.5 0 0 0 0-.705zM2.06 5.77a1.5 1.5 0 0 1 .291-1.704l1.407-1.41a1.49 1.49 0 0 1 1.699-.293L6.924.892a1.986 1.986 0 0 1 2.814 0l2.814 2.823a2 2 0 0 1 0 2.822l-1.407 1.411l8.09 8.114a2.5 2.5 0 0 1 0 3.528a2.48 2.48 0 0 1-3.517 0l-8.09-8.114l-1.408 1.411c-.777.78-2.037.78-2.814 0L.592 10.065a2 2 0 0 1 0-2.823l1.467-1.47z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -1 24 24"><path fill="currentColor" d="m2 8.654l2.813 2.822l6.332-6.35l-2.814-2.823l-6.332 6.35zm4.441 8.128l2.11-2.117a.993.993 0 0 1 1.408 0a1 1 0 0 1 0 1.411l-2.11 2.117a1 1 0 0 1 0 1.411L6.44 21.015a.993.993 0 0 1-1.407 0l-1.407-1.41a1 1 0 0 1 0-1.412l1.407-1.411a.993.993 0 0 1 1.407 0zm9.146-6.35l6.331-6.35l-1.407-1.412l-6.331 6.35c-.777-.78-.912-1.907-.302-2.52L19.406.956c.61-.612 1.735-.477 2.512.303l1.407 1.41c.778.78.913 1.909.302 2.52l-5.528 5.545c-.61.612-1.735.477-2.512-.303zm-.924 3.866L9.738 9.36l-.704.706l4.925 4.939zm1.407 1.412l-.704.705l1.759 1.764c.194.195.51.195.703 0a.5.5 0 0 0 0-.705zM2.06 5.77a1.5 1.5 0 0 1 .291-1.704l1.407-1.41a1.49 1.49 0 0 1 1.699-.293L6.924.892a1.986 1.986 0 0 1 2.814 0l2.814 2.823a2 2 0 0 1 0 2.822l-1.407 1.411l8.09 8.114a2.5 2.5 0 0 1 0 3.528a2.48 2.48 0 0 1-3.517 0l-8.09-8.114l-1.408 1.411c-.777.78-2.037.78-2.814 0L.592 10.065a2 2 0 0 1 0-2.823l1.467-1.47z"/></svg>
</template>

CSS

.icon-tools {
  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%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2%208.654l2.813%202.822l6.332-6.35l-2.814-2.823l-6.332%206.35zm4.441%208.128l2.11-2.117a.993.993%200%200%201%201.408%200a1%201%200%200%201%200%201.411l-2.11%202.117a1%201%200%200%201%200%201.411L6.44%2021.015a.993.993%200%200%201-1.407%200l-1.407-1.41a1%201%200%200%201%200-1.412l1.407-1.411a.993.993%200%200%201%201.407%200zm9.146-6.35l6.331-6.35l-1.407-1.412l-6.331%206.35c-.777-.78-.912-1.907-.302-2.52L19.406.956c.61-.612%201.735-.477%202.512.303l1.407%201.41c.778.78.913%201.909.302%202.52l-5.528%205.545c-.61.612-1.735.477-2.512-.303zm-.924%203.866L9.738%209.36l-.704.706l4.925%204.939zm1.407%201.412l-.704.705l1.759%201.764c.194.195.51.195.703%200a.5.5%200%200%200%200-.705zM2.06%205.77a1.5%201.5%200%200%201%20.291-1.704l1.407-1.41a1.49%201.49%200%200%201%201.699-.293L6.924.892a1.986%201.986%200%200%201%202.814%200l2.814%202.823a2%202%200%200%201%200%202.822l-1.407%201.411l8.09%208.114a2.5%202.5%200%200%201%200%203.528a2.48%202.48%200%200%201-3.517%200l-8.09-8.114l-1.408%201.411c-.777.78-2.037.78-2.814%200L.592%2010.065a2%202%200%200%201%200-2.823l1.467-1.47z%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%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2%208.654l2.813%202.822l6.332-6.35l-2.814-2.823l-6.332%206.35zm4.441%208.128l2.11-2.117a.993.993%200%200%201%201.408%200a1%201%200%200%201%200%201.411l-2.11%202.117a1%201%200%200%201%200%201.411L6.44%2021.015a.993.993%200%200%201-1.407%200l-1.407-1.41a1%201%200%200%201%200-1.412l1.407-1.411a.993.993%200%200%201%201.407%200zm9.146-6.35l6.331-6.35l-1.407-1.412l-6.331%206.35c-.777-.78-.912-1.907-.302-2.52L19.406.956c.61-.612%201.735-.477%202.512.303l1.407%201.41c.778.78.913%201.909.302%202.52l-5.528%205.545c-.61.612-1.735.477-2.512-.303zm-.924%203.866L9.738%209.36l-.704.706l4.925%204.939zm1.407%201.412l-.704.705l1.759%201.764c.194.195.51.195.703%200a.5.5%200%200%200%200-.705zM2.06%205.77a1.5%201.5%200%200%201%20.291-1.704l1.407-1.41a1.49%201.49%200%200%201%201.699-.293L6.924.892a1.986%201.986%200%200%201%202.814%200l2.814%202.823a2%202%200%200%201%200%202.822l-1.407%201.411l8.09%208.114a2.5%202.5%200%200%201%200%203.528a2.48%202.48%200%200%201-3.517%200l-8.09-8.114l-1.408%201.411c-.777.78-2.037.78-2.814%200L.592%2010.065a2%202%200%200%201%200-2.823l1.467-1.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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