tools from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

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

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the tools icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m21.76 16.812l-4.854-4.855A7.502 7.502 0 0 0 6.91 2.793l.001.585l4.243 4.243l-3.535 3.535l-4.243-4.243H2.79a7.502 7.502 0 0 0 9.166 9.995l4.854 4.855m-1.061-6.01l3.535 3.535"/></svg>

React

import type { SVGProps } from "react";

export function TdesignTools(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m21.76 16.812l-4.854-4.855A7.502 7.502 0 0 0 6.91 2.793l.001.585l4.243 4.243l-3.535 3.535l-4.243-4.243H2.79a7.502 7.502 0 0 0 9.166 9.995l4.854 4.855m-1.061-6.01l3.535 3.535"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m21.76 16.812l-4.854-4.855A7.502 7.502 0 0 0 6.91 2.793l.001.585l4.243 4.243l-3.535 3.535l-4.243-4.243H2.79a7.502 7.502 0 0 0 9.166 9.995l4.854 4.855m-1.061-6.01l3.535 3.535"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m21.76%2016.812l-4.854-4.855A7.502%207.502%200%200%200%206.91%202.793l.001.585l4.243%204.243l-3.535%203.535l-4.243-4.243H2.79a7.502%207.502%200%200%200%209.166%209.995l4.854%204.855m-1.061-6.01l3.535%203.535%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m21.76%2016.812l-4.854-4.855A7.502%207.502%200%200%200%206.91%202.793l.001.585l4.243%204.243l-3.535%203.535l-4.243-4.243H2.79a7.502%207.502%200%200%200%209.166%209.995l4.854%204.855m-1.061-6.01l3.535%203.535%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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