tools-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
tools-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

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"><path fill="currentColor" d="M7.875 2.292a.1.1 0 0 0-.032.018A7.24 7.24 0 0 0 4.75 8.25a7.25 7.25 0 0 0 3.654 6.297c.57.327.982.955.941 1.682v.002l-.317 6.058a.75.75 0 1 1-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.75 8.75 0 0 1 3.25 8.25a8.74 8.74 0 0 1 3.732-7.169a1.55 1.55 0 0 1 1.709-.064c.484.292.809.835.809 1.46v4.714a.25.25 0 0 0 .119.213l2.25 1.385c.08.05.182.05.262 0l2.25-1.385a.25.25 0 0 0 .119-.213V2.478c0-.626.325-1.169.81-1.461a1.55 1.55 0 0 1 1.708.064a8.74 8.74 0 0 1 3.732 7.17a8.75 8.75 0 0 1-4.41 7.598c-.14.081-.193.206-.188.296v.004l.318 6.062a.75.75 0 1 1-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.25 7.25 0 0 0 19.25 8.25a7.24 7.24 0 0 0-3.093-5.94a.1.1 0 0 0-.032-.018l-.01-.001c-.003 0-.014 0-.031.01c-.036.022-.084.079-.084.177V7.19c0 .608-.315 1.172-.833 1.49l-2.25 1.385a1.75 1.75 0 0 1-1.834 0l-2.25-1.384A1.75 1.75 0 0 1 8 7.192V2.477c0-.098-.048-.155-.084-.176a.1.1 0 0 0-.031-.011z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonTools24(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="M7.875 2.292a.1.1 0 0 0-.032.018A7.24 7.24 0 0 0 4.75 8.25a7.25 7.25 0 0 0 3.654 6.297c.57.327.982.955.941 1.682v.002l-.317 6.058a.75.75 0 1 1-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.75 8.75 0 0 1 3.25 8.25a8.74 8.74 0 0 1 3.732-7.169a1.55 1.55 0 0 1 1.709-.064c.484.292.809.835.809 1.46v4.714a.25.25 0 0 0 .119.213l2.25 1.385c.08.05.182.05.262 0l2.25-1.385a.25.25 0 0 0 .119-.213V2.478c0-.626.325-1.169.81-1.461a1.55 1.55 0 0 1 1.708.064a8.74 8.74 0 0 1 3.732 7.17a8.75 8.75 0 0 1-4.41 7.598c-.14.081-.193.206-.188.296v.004l.318 6.062a.75.75 0 1 1-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.25 7.25 0 0 0 19.25 8.25a7.24 7.24 0 0 0-3.093-5.94a.1.1 0 0 0-.032-.018l-.01-.001c-.003 0-.014 0-.031.01c-.036.022-.084.079-.084.177V7.19c0 .608-.315 1.172-.833 1.49l-2.25 1.385a1.75 1.75 0 0 1-1.834 0l-2.25-1.384A1.75 1.75 0 0 1 8 7.192V2.477c0-.098-.048-.155-.084-.176a.1.1 0 0 0-.031-.011z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.875 2.292a.1.1 0 0 0-.032.018A7.24 7.24 0 0 0 4.75 8.25a7.25 7.25 0 0 0 3.654 6.297c.57.327.982.955.941 1.682v.002l-.317 6.058a.75.75 0 1 1-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.75 8.75 0 0 1 3.25 8.25a8.74 8.74 0 0 1 3.732-7.169a1.55 1.55 0 0 1 1.709-.064c.484.292.809.835.809 1.46v4.714a.25.25 0 0 0 .119.213l2.25 1.385c.08.05.182.05.262 0l2.25-1.385a.25.25 0 0 0 .119-.213V2.478c0-.626.325-1.169.81-1.461a1.55 1.55 0 0 1 1.708.064a8.74 8.74 0 0 1 3.732 7.17a8.75 8.75 0 0 1-4.41 7.598c-.14.081-.193.206-.188.296v.004l.318 6.062a.75.75 0 1 1-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.25 7.25 0 0 0 19.25 8.25a7.24 7.24 0 0 0-3.093-5.94a.1.1 0 0 0-.032-.018l-.01-.001c-.003 0-.014 0-.031.01c-.036.022-.084.079-.084.177V7.19c0 .608-.315 1.172-.833 1.49l-2.25 1.385a1.75 1.75 0 0 1-1.834 0l-2.25-1.384A1.75 1.75 0 0 1 8 7.192V2.477c0-.098-.048-.155-.084-.176a.1.1 0 0 0-.031-.011z"/></svg>
</template>

CSS

.icon-tools-24 {
  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%22M7.875%202.292a.1.1%200%200%200-.032.018A7.24%207.24%200%200%200%204.75%208.25a7.25%207.25%200%200%200%203.654%206.297c.57.327.982.955.941%201.682v.002l-.317%206.058a.75.75%200%201%201-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.75%208.75%200%200%201%203.25%208.25a8.74%208.74%200%200%201%203.732-7.169a1.55%201.55%200%200%201%201.709-.064c.484.292.809.835.809%201.46v4.714a.25.25%200%200%200%20.119.213l2.25%201.385c.08.05.182.05.262%200l2.25-1.385a.25.25%200%200%200%20.119-.213V2.478c0-.626.325-1.169.81-1.461a1.55%201.55%200%200%201%201.708.064a8.74%208.74%200%200%201%203.732%207.17a8.75%208.75%200%200%201-4.41%207.598c-.14.081-.193.206-.188.296v.004l.318%206.062a.75.75%200%201%201-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.25%207.25%200%200%200%2019.25%208.25a7.24%207.24%200%200%200-3.093-5.94a.1.1%200%200%200-.032-.018l-.01-.001c-.003%200-.014%200-.031.01c-.036.022-.084.079-.084.177V7.19c0%20.608-.315%201.172-.833%201.49l-2.25%201.385a1.75%201.75%200%200%201-1.834%200l-2.25-1.384A1.75%201.75%200%200%201%208%207.192V2.477c0-.098-.048-.155-.084-.176a.1.1%200%200%200-.031-.011z%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%22M7.875%202.292a.1.1%200%200%200-.032.018A7.24%207.24%200%200%200%204.75%208.25a7.25%207.25%200%200%200%203.654%206.297c.57.327.982.955.941%201.682v.002l-.317%206.058a.75.75%200%201%201-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.75%208.75%200%200%201%203.25%208.25a8.74%208.74%200%200%201%203.732-7.169a1.55%201.55%200%200%201%201.709-.064c.484.292.809.835.809%201.46v4.714a.25.25%200%200%200%20.119.213l2.25%201.385c.08.05.182.05.262%200l2.25-1.385a.25.25%200%200%200%20.119-.213V2.478c0-.626.325-1.169.81-1.461a1.55%201.55%200%200%201%201.708.064a8.74%208.74%200%200%201%203.732%207.17a8.75%208.75%200%200%201-4.41%207.598c-.14.081-.193.206-.188.296v.004l.318%206.062a.75.75%200%201%201-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.25%207.25%200%200%200%2019.25%208.25a7.24%207.24%200%200%200-3.093-5.94a.1.1%200%200%200-.032-.018l-.01-.001c-.003%200-.014%200-.031.01c-.036.022-.084.079-.084.177V7.19c0%20.608-.315%201.172-.833%201.49l-2.25%201.385a1.75%201.75%200%200%201-1.834%200l-2.25-1.384A1.75%201.75%200%200%201%208%207.192V2.477c0-.098-.048-.155-.084-.176a.1.1%200%200%200-.031-.011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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