test tool icon

test-tool from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
test-tool
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the test tool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m23 9.2l-2.6-2.6L19 8l4 4l7-7l-1.4-1.4zM12 5.4L10.6 4L8 6.6L5.4 4L4 5.4L6.6 8L4 10.6L5.4 12L8 9.4l2.6 2.6l1.4-1.4L9.4 8zm0 16L10.6 20L8 22.6L5.4 20L4 21.4L6.6 24L4 26.6L5.4 28L8 25.4l2.6 2.6l1.4-1.4L9.4 24z"/><path fill="currentColor" d="M17 15V2h-2v13H2v2h13v13h2V17h13v-2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTestTool(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 9.2l-2.6-2.6L19 8l4 4l7-7l-1.4-1.4zM12 5.4L10.6 4L8 6.6L5.4 4L4 5.4L6.6 8L4 10.6L5.4 12L8 9.4l2.6 2.6l1.4-1.4L9.4 8zm0 16L10.6 20L8 22.6L5.4 20L4 21.4L6.6 24L4 26.6L5.4 28L8 25.4l2.6 2.6l1.4-1.4L9.4 24z"/><path fill="currentColor" d="M17 15V2h-2v13H2v2h13v13h2V17h13v-2z"/></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 9.2l-2.6-2.6L19 8l4 4l7-7l-1.4-1.4zM12 5.4L10.6 4L8 6.6L5.4 4L4 5.4L6.6 8L4 10.6L5.4 12L8 9.4l2.6 2.6l1.4-1.4L9.4 8zm0 16L10.6 20L8 22.6L5.4 20L4 21.4L6.6 24L4 26.6L5.4 28L8 25.4l2.6 2.6l1.4-1.4L9.4 24z"/><path fill="currentColor" d="M17 15V2h-2v13H2v2h13v13h2V17h13v-2z"/></svg>
</template>

CSS

.icon-test-tool {
  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%209.2l-2.6-2.6L19%208l4%204l7-7l-1.4-1.4zM12%205.4L10.6%204L8%206.6L5.4%204L4%205.4L6.6%208L4%2010.6L5.4%2012L8%209.4l2.6%202.6l1.4-1.4L9.4%208zm0%2016L10.6%2020L8%2022.6L5.4%2020L4%2021.4L6.6%2024L4%2026.6L5.4%2028L8%2025.4l2.6%202.6l1.4-1.4L9.4%2024z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2015V2h-2v13H2v2h13v13h2V17h13v-2z%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%209.2l-2.6-2.6L19%208l4%204l7-7l-1.4-1.4zM12%205.4L10.6%204L8%206.6L5.4%204L4%205.4L6.6%208L4%2010.6L5.4%2012L8%209.4l2.6%202.6l1.4-1.4L9.4%208zm0%2016L10.6%2020L8%2022.6L5.4%2020L4%2021.4L6.6%2024L4%2026.6L5.4%2028L8%2025.4l2.6%202.6l1.4-1.4L9.4%2024z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2015V2h-2v13H2v2h13v13h2V17h13v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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