tools from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
tools
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More tools icons from Carbon

Use the tools icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.1 2a9.8 9.8 0 0 0-5.4 1.6l6.4 6.4a2.1 2.1 0 0 1 .2 3a2.1 2.1 0 0 1-3-.2L3.7 6.4A9.84 9.84 0 0 0 2 12.1a10.14 10.14 0 0 0 10.1 10.1a11 11 0 0 0 2.6-.3l6.7 6.7a5 5 0 0 0 7.1-7.1l-6.7-6.7a11 11 0 0 0 .3-2.6A10 10 0 0 0 12.1 2m8 10.1a7.6 7.6 0 0 1-.3 2.1l-.3 1.1l.8.8l6.7 6.7a2.88 2.88 0 0 1 .9 2.1A2.72 2.72 0 0 1 27 27a2.9 2.9 0 0 1-4.2 0l-6.7-6.7l-.8-.8l-1.1.3a7.6 7.6 0 0 1-2.1.3a8.27 8.27 0 0 1-5.7-2.3A7.63 7.63 0 0 1 4 12.1a8.3 8.3 0 0 1 .3-2.2l4.4 4.4a4.14 4.14 0 0 0 5.9.2a4.14 4.14 0 0 0-.2-5.9L10 4.2a6.5 6.5 0 0 1 2-.3a8.27 8.27 0 0 1 5.7 2.3a8.5 8.5 0 0 1 2.4 5.9"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTools(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.1 2a9.8 9.8 0 0 0-5.4 1.6l6.4 6.4a2.1 2.1 0 0 1 .2 3a2.1 2.1 0 0 1-3-.2L3.7 6.4A9.84 9.84 0 0 0 2 12.1a10.14 10.14 0 0 0 10.1 10.1a11 11 0 0 0 2.6-.3l6.7 6.7a5 5 0 0 0 7.1-7.1l-6.7-6.7a11 11 0 0 0 .3-2.6A10 10 0 0 0 12.1 2m8 10.1a7.6 7.6 0 0 1-.3 2.1l-.3 1.1l.8.8l6.7 6.7a2.88 2.88 0 0 1 .9 2.1A2.72 2.72 0 0 1 27 27a2.9 2.9 0 0 1-4.2 0l-6.7-6.7l-.8-.8l-1.1.3a7.6 7.6 0 0 1-2.1.3a8.27 8.27 0 0 1-5.7-2.3A7.63 7.63 0 0 1 4 12.1a8.3 8.3 0 0 1 .3-2.2l4.4 4.4a4.14 4.14 0 0 0 5.9.2a4.14 4.14 0 0 0-.2-5.9L10 4.2a6.5 6.5 0 0 1 2-.3a8.27 8.27 0 0 1 5.7 2.3a8.5 8.5 0 0 1 2.4 5.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.1 2a9.8 9.8 0 0 0-5.4 1.6l6.4 6.4a2.1 2.1 0 0 1 .2 3a2.1 2.1 0 0 1-3-.2L3.7 6.4A9.84 9.84 0 0 0 2 12.1a10.14 10.14 0 0 0 10.1 10.1a11 11 0 0 0 2.6-.3l6.7 6.7a5 5 0 0 0 7.1-7.1l-6.7-6.7a11 11 0 0 0 .3-2.6A10 10 0 0 0 12.1 2m8 10.1a7.6 7.6 0 0 1-.3 2.1l-.3 1.1l.8.8l6.7 6.7a2.88 2.88 0 0 1 .9 2.1A2.72 2.72 0 0 1 27 27a2.9 2.9 0 0 1-4.2 0l-6.7-6.7l-.8-.8l-1.1.3a7.6 7.6 0 0 1-2.1.3a8.27 8.27 0 0 1-5.7-2.3A7.63 7.63 0 0 1 4 12.1a8.3 8.3 0 0 1 .3-2.2l4.4 4.4a4.14 4.14 0 0 0 5.9.2a4.14 4.14 0 0 0-.2-5.9L10 4.2a6.5 6.5 0 0 1 2-.3a8.27 8.27 0 0 1 5.7 2.3a8.5 8.5 0 0 1 2.4 5.9"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.1%202a9.8%209.8%200%200%200-5.4%201.6l6.4%206.4a2.1%202.1%200%200%201%20.2%203a2.1%202.1%200%200%201-3-.2L3.7%206.4A9.84%209.84%200%200%200%202%2012.1a10.14%2010.14%200%200%200%2010.1%2010.1a11%2011%200%200%200%202.6-.3l6.7%206.7a5%205%200%200%200%207.1-7.1l-6.7-6.7a11%2011%200%200%200%20.3-2.6A10%2010%200%200%200%2012.1%202m8%2010.1a7.6%207.6%200%200%201-.3%202.1l-.3%201.1l.8.8l6.7%206.7a2.88%202.88%200%200%201%20.9%202.1A2.72%202.72%200%200%201%2027%2027a2.9%202.9%200%200%201-4.2%200l-6.7-6.7l-.8-.8l-1.1.3a7.6%207.6%200%200%201-2.1.3a8.27%208.27%200%200%201-5.7-2.3A7.63%207.63%200%200%201%204%2012.1a8.3%208.3%200%200%201%20.3-2.2l4.4%204.4a4.14%204.14%200%200%200%205.9.2a4.14%204.14%200%200%200-.2-5.9L10%204.2a6.5%206.5%200%200%201%202-.3a8.27%208.27%200%200%201%205.7%202.3a8.5%208.5%200%200%201%202.4%205.9%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.1%202a9.8%209.8%200%200%200-5.4%201.6l6.4%206.4a2.1%202.1%200%200%201%20.2%203a2.1%202.1%200%200%201-3-.2L3.7%206.4A9.84%209.84%200%200%200%202%2012.1a10.14%2010.14%200%200%200%2010.1%2010.1a11%2011%200%200%200%202.6-.3l6.7%206.7a5%205%200%200%200%207.1-7.1l-6.7-6.7a11%2011%200%200%200%20.3-2.6A10%2010%200%200%200%2012.1%202m8%2010.1a7.6%207.6%200%200%201-.3%202.1l-.3%201.1l.8.8l6.7%206.7a2.88%202.88%200%200%201%20.9%202.1A2.72%202.72%200%200%201%2027%2027a2.9%202.9%200%200%201-4.2%200l-6.7-6.7l-.8-.8l-1.1.3a7.6%207.6%200%200%201-2.1.3a8.27%208.27%200%200%201-5.7-2.3A7.63%207.63%200%200%201%204%2012.1a8.3%208.3%200%200%201%20.3-2.2l4.4%204.4a4.14%204.14%200%200%200%205.9.2a4.14%204.14%200%200%200-.2-5.9L10%204.2a6.5%206.5%200%200%201%202-.3a8.27%208.27%200%200%201%205.7%202.3a8.5%208.5%200%200%201%202.4%205.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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