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

Name
tools-16
Set
Octicons
Style
16
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M5.433 2.304A4.49 4.49 0 0 0 3.5 6c0 1.598.832 3.002 2.09 3.802c.518.328.929.923.902 1.64v.008l-.164 3.337a.75.75 0 1 1-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A6 6 0 0 1 2 6a6 6 0 0 1 2.567-4.92a1.48 1.48 0 0 1 1.673-.04c.462.296.76.827.76 1.423v2.82c0 .082.041.16.11.206l.75.51a.25.25 0 0 0 .28 0l.75-.51A.25.25 0 0 0 9 5.282V2.463c0-.596.298-1.127.76-1.423a1.48 1.48 0 0 1 1.673.04A6 6 0 0 1 14 6a6 6 0 0 1-2.786 5.068c-.157.1-.209.23-.207.315l.163 3.33a.752.752 0 0 1-1.094.714a.75.75 0 0 1-.404-.64l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.5 4.5 0 0 0 12.5 6a4.49 4.49 0 0 0-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75 1.75 0 0 1-.767 1.448l-.75.51a1.75 1.75 0 0 1-1.966 0l-.75-.51A1.75 1.75 0 0 1 5.5 5.282V2.463c0-.092-.043-.142-.067-.159"/></svg>

React

import type { SVGProps } from "react";

export function OcticonTools16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.433 2.304A4.49 4.49 0 0 0 3.5 6c0 1.598.832 3.002 2.09 3.802c.518.328.929.923.902 1.64v.008l-.164 3.337a.75.75 0 1 1-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A6 6 0 0 1 2 6a6 6 0 0 1 2.567-4.92a1.48 1.48 0 0 1 1.673-.04c.462.296.76.827.76 1.423v2.82c0 .082.041.16.11.206l.75.51a.25.25 0 0 0 .28 0l.75-.51A.25.25 0 0 0 9 5.282V2.463c0-.596.298-1.127.76-1.423a1.48 1.48 0 0 1 1.673.04A6 6 0 0 1 14 6a6 6 0 0 1-2.786 5.068c-.157.1-.209.23-.207.315l.163 3.33a.752.752 0 0 1-1.094.714a.75.75 0 0 1-.404-.64l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.5 4.5 0 0 0 12.5 6a4.49 4.49 0 0 0-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75 1.75 0 0 1-.767 1.448l-.75.51a1.75 1.75 0 0 1-1.966 0l-.75-.51A1.75 1.75 0 0 1 5.5 5.282V2.463c0-.092-.043-.142-.067-.159"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.433 2.304A4.49 4.49 0 0 0 3.5 6c0 1.598.832 3.002 2.09 3.802c.518.328.929.923.902 1.64v.008l-.164 3.337a.75.75 0 1 1-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A6 6 0 0 1 2 6a6 6 0 0 1 2.567-4.92a1.48 1.48 0 0 1 1.673-.04c.462.296.76.827.76 1.423v2.82c0 .082.041.16.11.206l.75.51a.25.25 0 0 0 .28 0l.75-.51A.25.25 0 0 0 9 5.282V2.463c0-.596.298-1.127.76-1.423a1.48 1.48 0 0 1 1.673.04A6 6 0 0 1 14 6a6 6 0 0 1-2.786 5.068c-.157.1-.209.23-.207.315l.163 3.33a.752.752 0 0 1-1.094.714a.75.75 0 0 1-.404-.64l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.5 4.5 0 0 0 12.5 6a4.49 4.49 0 0 0-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75 1.75 0 0 1-.767 1.448l-.75.51a1.75 1.75 0 0 1-1.966 0l-.75-.51A1.75 1.75 0 0 1 5.5 5.282V2.463c0-.092-.043-.142-.067-.159"/></svg>
</template>

CSS

.icon-tools-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.433%202.304A4.49%204.49%200%200%200%203.5%206c0%201.598.832%203.002%202.09%203.802c.518.328.929.923.902%201.64v.008l-.164%203.337a.75.75%200%201%201-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A6%206%200%200%201%202%206a6%206%200%200%201%202.567-4.92a1.48%201.48%200%200%201%201.673-.04c.462.296.76.827.76%201.423v2.82c0%20.082.041.16.11.206l.75.51a.25.25%200%200%200%20.28%200l.75-.51A.25.25%200%200%200%209%205.282V2.463c0-.596.298-1.127.76-1.423a1.48%201.48%200%200%201%201.673.04A6%206%200%200%201%2014%206a6%206%200%200%201-2.786%205.068c-.157.1-.209.23-.207.315l.163%203.33a.752.752%200%200%201-1.094.714a.75.75%200%200%201-.404-.64l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.5%204.5%200%200%200%2012.5%206a4.49%204.49%200%200%200-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75%201.75%200%200%201-.767%201.448l-.75.51a1.75%201.75%200%200%201-1.966%200l-.75-.51A1.75%201.75%200%200%201%205.5%205.282V2.463c0-.092-.043-.142-.067-.159%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.433%202.304A4.49%204.49%200%200%200%203.5%206c0%201.598.832%203.002%202.09%203.802c.518.328.929.923.902%201.64v.008l-.164%203.337a.75.75%200%201%201-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A6%206%200%200%201%202%206a6%206%200%200%201%202.567-4.92a1.48%201.48%200%200%201%201.673-.04c.462.296.76.827.76%201.423v2.82c0%20.082.041.16.11.206l.75.51a.25.25%200%200%200%20.28%200l.75-.51A.25.25%200%200%200%209%205.282V2.463c0-.596.298-1.127.76-1.423a1.48%201.48%200%200%201%201.673.04A6%206%200%200%201%2014%206a6%206%200%200%201-2.786%205.068c-.157.1-.209.23-.207.315l.163%203.33a.752.752%200%200%201-1.094.714a.75.75%200%200%201-.404-.64l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.5%204.5%200%200%200%2012.5%206a4.49%204.49%200%200%200-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75%201.75%200%200%201-.767%201.448l-.75.51a1.75%201.75%200%200%201-1.966%200l-.75-.51A1.75%201.75%200%200%201%205.5%205.282V2.463c0-.092-.043-.142-.067-.159%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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