tools alt icon
tools-alt from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- tools-alt
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the tools alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23.1 16l6.3-6.3c.8-.8.8-2 0-2.8l-4.2-4.2c-.8-.8-2-.8-2.8 0L16 8.9L9.7 2.6c-.8-.8-2-.8-2.8 0L2.6 6.8c-.8.8-.8 2 0 2.8L8.9 16L2 22.9V30h7.1l6.9-6.9l6.3 6.3c.8.8 2 .8 2.8 0l4.2-4.2c.8-.8.8-2 0-2.8zm.7-12L28 8.2l-6.3 6.3l-4.2-4.2zM8.2 28H4v-4.2l6.3-6.3l4.2 4.2zm15.6 0L4 8.2L8.2 4l3.5 3.5l-2.1 2.1L11 11l2.1-2.1l4.2 4.2l-2.1 2.1l1.4 1.4l2.1-2.1l4.2 4.2l-1.9 2.2l1.4 1.4l2.1-2.1l3.5 3.5z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonToolsAlt(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="m23.1 16l6.3-6.3c.8-.8.8-2 0-2.8l-4.2-4.2c-.8-.8-2-.8-2.8 0L16 8.9L9.7 2.6c-.8-.8-2-.8-2.8 0L2.6 6.8c-.8.8-.8 2 0 2.8L8.9 16L2 22.9V30h7.1l6.9-6.9l6.3 6.3c.8.8 2 .8 2.8 0l4.2-4.2c.8-.8.8-2 0-2.8zm.7-12L28 8.2l-6.3 6.3l-4.2-4.2zM8.2 28H4v-4.2l6.3-6.3l4.2 4.2zm15.6 0L4 8.2L8.2 4l3.5 3.5l-2.1 2.1L11 11l2.1-2.1l4.2 4.2l-2.1 2.1l1.4 1.4l2.1-2.1l4.2 4.2l-1.9 2.2l1.4 1.4l2.1-2.1l3.5 3.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23.1 16l6.3-6.3c.8-.8.8-2 0-2.8l-4.2-4.2c-.8-.8-2-.8-2.8 0L16 8.9L9.7 2.6c-.8-.8-2-.8-2.8 0L2.6 6.8c-.8.8-.8 2 0 2.8L8.9 16L2 22.9V30h7.1l6.9-6.9l6.3 6.3c.8.8 2 .8 2.8 0l4.2-4.2c.8-.8.8-2 0-2.8zm.7-12L28 8.2l-6.3 6.3l-4.2-4.2zM8.2 28H4v-4.2l6.3-6.3l4.2 4.2zm15.6 0L4 8.2L8.2 4l3.5 3.5l-2.1 2.1L11 11l2.1-2.1l4.2 4.2l-2.1 2.1l1.4 1.4l2.1-2.1l4.2 4.2l-1.9 2.2l1.4 1.4l2.1-2.1l3.5 3.5z"/></svg> </template>
CSS
.icon-tools-alt {
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%22m23.1%2016l6.3-6.3c.8-.8.8-2%200-2.8l-4.2-4.2c-.8-.8-2-.8-2.8%200L16%208.9L9.7%202.6c-.8-.8-2-.8-2.8%200L2.6%206.8c-.8.8-.8%202%200%202.8L8.9%2016L2%2022.9V30h7.1l6.9-6.9l6.3%206.3c.8.8%202%20.8%202.8%200l4.2-4.2c.8-.8.8-2%200-2.8zm.7-12L28%208.2l-6.3%206.3l-4.2-4.2zM8.2%2028H4v-4.2l6.3-6.3l4.2%204.2zm15.6%200L4%208.2L8.2%204l3.5%203.5l-2.1%202.1L11%2011l2.1-2.1l4.2%204.2l-2.1%202.1l1.4%201.4l2.1-2.1l4.2%204.2l-1.9%202.2l1.4%201.4l2.1-2.1l3.5%203.5z%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%22m23.1%2016l6.3-6.3c.8-.8.8-2%200-2.8l-4.2-4.2c-.8-.8-2-.8-2.8%200L16%208.9L9.7%202.6c-.8-.8-2-.8-2.8%200L2.6%206.8c-.8.8-.8%202%200%202.8L8.9%2016L2%2022.9V30h7.1l6.9-6.9l6.3%206.3c.8.8%202%20.8%202.8%200l4.2-4.2c.8-.8.8-2%200-2.8zm.7-12L28%208.2l-6.3%206.3l-4.2-4.2zM8.2%2028H4v-4.2l6.3-6.3l4.2%204.2zm15.6%200L4%208.2L8.2%204l3.5%203.5l-2.1%202.1L11%2011l2.1-2.1l4.2%204.2l-2.1%202.1l1.4%201.4l2.1-2.1l4.2%204.2l-1.9%202.2l1.4%201.4l2.1-2.1l3.5%203.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/tools-alt.svg?color=%231a73e8&size=48