tools icon
tools from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- tools
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
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.669 1a.498.498 0 0 0-.667.47v1.816c0 .275-.225.5-.5.5a.5.5 0 0 1-.5-.5V1.47A.5.5 0 0 0 3.335 1a3.5 3.5 0 0 0-2.333 3.287c0 1.359.79 2.589 2 3.162V13.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5V7.449c1.21-.573 2-1.803 2-3.162A3.5 3.5 0 0 0 5.669 1m-.333 5.644a.5.5 0 0 0-.334.472v6.385c0 .275-.225.5-.5.5a.5.5 0 0 1-.5-.5V7.116a.5.5 0 0 0-.334-.472a2.5 2.5 0 0 1-1.666-2.356c0-.792.383-1.523 1-1.987v.987c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5v-.987c.617.464 1 1.195 1 1.987c0 1.058-.67 2.005-1.666 2.356M13.5 8h-.498V4.118l.447-.895a.5.5 0 0 0 .027-.382l-.5-1.5a.5.5 0 0 0-.475-.342h-2a.5.5 0 0 0-.475.342l-.5 1.5a.5.5 0 0 0 .027.382l.447.895V8h-.5a.5.5 0 0 0-.5.5v4c0 1.379 1.121 2.5 2.5 2.5s2.5-1.121 2.5-2.5v-4a.5.5 0 0 0-.5-.5m-2.638-5.999h1.279l.32.962l-.407.814a.5.5 0 0 0-.053.224v4h-1v-4a.5.5 0 0 0-.052-.224l-.407-.814zm2.14 10.499c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5V9h3z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconTools(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.669 1a.498.498 0 0 0-.667.47v1.816c0 .275-.225.5-.5.5a.5.5 0 0 1-.5-.5V1.47A.5.5 0 0 0 3.335 1a3.5 3.5 0 0 0-2.333 3.287c0 1.359.79 2.589 2 3.162V13.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5V7.449c1.21-.573 2-1.803 2-3.162A3.5 3.5 0 0 0 5.669 1m-.333 5.644a.5.5 0 0 0-.334.472v6.385c0 .275-.225.5-.5.5a.5.5 0 0 1-.5-.5V7.116a.5.5 0 0 0-.334-.472a2.5 2.5 0 0 1-1.666-2.356c0-.792.383-1.523 1-1.987v.987c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5v-.987c.617.464 1 1.195 1 1.987c0 1.058-.67 2.005-1.666 2.356M13.5 8h-.498V4.118l.447-.895a.5.5 0 0 0 .027-.382l-.5-1.5a.5.5 0 0 0-.475-.342h-2a.5.5 0 0 0-.475.342l-.5 1.5a.5.5 0 0 0 .027.382l.447.895V8h-.5a.5.5 0 0 0-.5.5v4c0 1.379 1.121 2.5 2.5 2.5s2.5-1.121 2.5-2.5v-4a.5.5 0 0 0-.5-.5m-2.638-5.999h1.279l.32.962l-.407.814a.5.5 0 0 0-.053.224v4h-1v-4a.5.5 0 0 0-.052-.224l-.407-.814zm2.14 10.499c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5V9h3z"/></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.669 1a.498.498 0 0 0-.667.47v1.816c0 .275-.225.5-.5.5a.5.5 0 0 1-.5-.5V1.47A.5.5 0 0 0 3.335 1a3.5 3.5 0 0 0-2.333 3.287c0 1.359.79 2.589 2 3.162V13.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5V7.449c1.21-.573 2-1.803 2-3.162A3.5 3.5 0 0 0 5.669 1m-.333 5.644a.5.5 0 0 0-.334.472v6.385c0 .275-.225.5-.5.5a.5.5 0 0 1-.5-.5V7.116a.5.5 0 0 0-.334-.472a2.5 2.5 0 0 1-1.666-2.356c0-.792.383-1.523 1-1.987v.987c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5v-.987c.617.464 1 1.195 1 1.987c0 1.058-.67 2.005-1.666 2.356M13.5 8h-.498V4.118l.447-.895a.5.5 0 0 0 .027-.382l-.5-1.5a.5.5 0 0 0-.475-.342h-2a.5.5 0 0 0-.475.342l-.5 1.5a.5.5 0 0 0 .027.382l.447.895V8h-.5a.5.5 0 0 0-.5.5v4c0 1.379 1.121 2.5 2.5 2.5s2.5-1.121 2.5-2.5v-4a.5.5 0 0 0-.5-.5m-2.638-5.999h1.279l.32.962l-.407.814a.5.5 0 0 0-.053.224v4h-1v-4a.5.5 0 0 0-.052-.224l-.407-.814zm2.14 10.499c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5V9h3z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.669%201a.498.498%200%200%200-.667.47v1.816c0%20.275-.225.5-.5.5a.5.5%200%200%201-.5-.5V1.47A.5.5%200%200%200%203.335%201a3.5%203.5%200%200%200-2.333%203.287c0%201.359.79%202.589%202%203.162V13.5c0%20.827.673%201.5%201.5%201.5s1.5-.673%201.5-1.5V7.449c1.21-.573%202-1.803%202-3.162A3.5%203.5%200%200%200%205.669%201m-.333%205.644a.5.5%200%200%200-.334.472v6.385c0%20.275-.225.5-.5.5a.5.5%200%200%201-.5-.5V7.116a.5.5%200%200%200-.334-.472a2.5%202.5%200%200%201-1.666-2.356c0-.792.383-1.523%201-1.987v.987c0%20.827.673%201.5%201.5%201.5s1.5-.673%201.5-1.5v-.987c.617.464%201%201.195%201%201.987c0%201.058-.67%202.005-1.666%202.356M13.5%208h-.498V4.118l.447-.895a.5.5%200%200%200%20.027-.382l-.5-1.5a.5.5%200%200%200-.475-.342h-2a.5.5%200%200%200-.475.342l-.5%201.5a.5.5%200%200%200%20.027.382l.447.895V8h-.5a.5.5%200%200%200-.5.5v4c0%201.379%201.121%202.5%202.5%202.5s2.5-1.121%202.5-2.5v-4a.5.5%200%200%200-.5-.5m-2.638-5.999h1.279l.32.962l-.407.814a.5.5%200%200%200-.053.224v4h-1v-4a.5.5%200%200%200-.052-.224l-.407-.814zm2.14%2010.499c0%20.827-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5V9h3z%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.669%201a.498.498%200%200%200-.667.47v1.816c0%20.275-.225.5-.5.5a.5.5%200%200%201-.5-.5V1.47A.5.5%200%200%200%203.335%201a3.5%203.5%200%200%200-2.333%203.287c0%201.359.79%202.589%202%203.162V13.5c0%20.827.673%201.5%201.5%201.5s1.5-.673%201.5-1.5V7.449c1.21-.573%202-1.803%202-3.162A3.5%203.5%200%200%200%205.669%201m-.333%205.644a.5.5%200%200%200-.334.472v6.385c0%20.275-.225.5-.5.5a.5.5%200%200%201-.5-.5V7.116a.5.5%200%200%200-.334-.472a2.5%202.5%200%200%201-1.666-2.356c0-.792.383-1.523%201-1.987v.987c0%20.827.673%201.5%201.5%201.5s1.5-.673%201.5-1.5v-.987c.617.464%201%201.195%201%201.987c0%201.058-.67%202.005-1.666%202.356M13.5%208h-.498V4.118l.447-.895a.5.5%200%200%200%20.027-.382l-.5-1.5a.5.5%200%200%200-.475-.342h-2a.5.5%200%200%200-.475.342l-.5%201.5a.5.5%200%200%200%20.027.382l.447.895V8h-.5a.5.5%200%200%200-.5.5v4c0%201.379%201.121%202.5%202.5%202.5s2.5-1.121%202.5-2.5v-4a.5.5%200%200%200-.5-.5m-2.638-5.999h1.279l.32.962l-.407.814a.5.5%200%200%200-.053.224v4h-1v-4a.5.5%200%200%200-.052-.224l-.407-.814zm2.14%2010.499c0%20.827-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5V9h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/tools.svg?color=%231a73e8&size=48