tools from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tools
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="m13 11l5-5"/><path stroke-linejoin="round" d="m19 7l-2-2l2.5-1.5l1 1zM4.025 8.975a3.5 3.5 0 0 1-.79-3.74l1.422 1.422h2v-2L5.235 3.235a3.5 3.5 0 0 1 4.529 4.53l6.47 6.471a3.5 3.5 0 0 1 4.53 4.529l-1.421-1.422h-2v2l1.422 1.422a3.5 3.5 0 0 1-4.53-4.528L7.763 9.765a3.5 3.5 0 0 1-3.738-.79Z"/><path stroke-linejoin="round" d="m12.203 14.5l-5.604 5.604a1.35 1.35 0 0 1-1.911 0l-.792-.792a1.35 1.35 0 0 1 0-1.911L9.5 11.797"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTools(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="m13 11l5-5"/><path strokeLinejoin="round" d="m19 7l-2-2l2.5-1.5l1 1zM4.025 8.975a3.5 3.5 0 0 1-.79-3.74l1.422 1.422h2v-2L5.235 3.235a3.5 3.5 0 0 1 4.529 4.53l6.47 6.471a3.5 3.5 0 0 1 4.53 4.529l-1.421-1.422h-2v2l1.422 1.422a3.5 3.5 0 0 1-4.53-4.528L7.763 9.765a3.5 3.5 0 0 1-3.738-.79Z"/><path strokeLinejoin="round" d="m12.203 14.5l-5.604 5.604a1.35 1.35 0 0 1-1.911 0l-.792-.792a1.35 1.35 0 0 1 0-1.911L9.5 11.797"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="m13 11l5-5"/><path stroke-linejoin="round" d="m19 7l-2-2l2.5-1.5l1 1zM4.025 8.975a3.5 3.5 0 0 1-.79-3.74l1.422 1.422h2v-2L5.235 3.235a3.5 3.5 0 0 1 4.529 4.53l6.47 6.471a3.5 3.5 0 0 1 4.53 4.529l-1.421-1.422h-2v2l1.422 1.422a3.5 3.5 0 0 1-4.53-4.528L7.763 9.765a3.5 3.5 0 0 1-3.738-.79Z"/><path stroke-linejoin="round" d="m12.203 14.5l-5.604 5.604a1.35 1.35 0 0 1-1.911 0l-.792-.792a1.35 1.35 0 0 1 0-1.911L9.5 11.797"/></g></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%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m13%2011l5-5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m19%207l-2-2l2.5-1.5l1%201zM4.025%208.975a3.5%203.5%200%200%201-.79-3.74l1.422%201.422h2v-2L5.235%203.235a3.5%203.5%200%200%201%204.529%204.53l6.47%206.471a3.5%203.5%200%200%201%204.53%204.529l-1.421-1.422h-2v2l1.422%201.422a3.5%203.5%200%200%201-4.53-4.528L7.763%209.765a3.5%203.5%200%200%201-3.738-.79Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12.203%2014.5l-5.604%205.604a1.35%201.35%200%200%201-1.911%200l-.792-.792a1.35%201.35%200%200%201%200-1.911L9.5%2011.797%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m13%2011l5-5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m19%207l-2-2l2.5-1.5l1%201zM4.025%208.975a3.5%203.5%200%200%201-.79-3.74l1.422%201.422h2v-2L5.235%203.235a3.5%203.5%200%200%201%204.529%204.53l6.47%206.471a3.5%203.5%200%200%201%204.53%204.529l-1.421-1.422h-2v2l1.422%201.422a3.5%203.5%200%200%201-4.53-4.528L7.763%209.765a3.5%203.5%200%200%201-3.738-.79Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12.203%2014.5l-5.604%205.604a1.35%201.35%200%200%201-1.911%200l-.792-.792a1.35%201.35%200%200%201%200-1.911L9.5%2011.797%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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