inspection icon

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

Name
inspection
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the inspection icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15 17.18l-2.59-2.59L11 16l4 4l7-7l-1.41-1.41z"/><path fill="currentColor" d="M30 15h-2.05A12.01 12.01 0 0 0 17 4.05V2h-2v2.05A12.01 12.01 0 0 0 4.05 15H2v2h2.05A12.01 12.01 0 0 0 15 27.95V30h2v-2.05A12.01 12.01 0 0 0 27.95 17H30ZM17 25.95V23h-2v2.95A10.02 10.02 0 0 1 6.05 17H9v-2H6.05A10.02 10.02 0 0 1 15 6.05V9h2V6.05A10.02 10.02 0 0 1 25.95 15H23v2h2.949A10.02 10.02 0 0 1 17 25.95"/></svg>

React

import type { SVGProps } from "react";

export function CarbonInspection(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="m15 17.18l-2.59-2.59L11 16l4 4l7-7l-1.41-1.41z"/><path fill="currentColor" d="M30 15h-2.05A12.01 12.01 0 0 0 17 4.05V2h-2v2.05A12.01 12.01 0 0 0 4.05 15H2v2h2.05A12.01 12.01 0 0 0 15 27.95V30h2v-2.05A12.01 12.01 0 0 0 27.95 17H30ZM17 25.95V23h-2v2.95A10.02 10.02 0 0 1 6.05 17H9v-2H6.05A10.02 10.02 0 0 1 15 6.05V9h2V6.05A10.02 10.02 0 0 1 25.95 15H23v2h2.949A10.02 10.02 0 0 1 17 25.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m15 17.18l-2.59-2.59L11 16l4 4l7-7l-1.41-1.41z"/><path fill="currentColor" d="M30 15h-2.05A12.01 12.01 0 0 0 17 4.05V2h-2v2.05A12.01 12.01 0 0 0 4.05 15H2v2h2.05A12.01 12.01 0 0 0 15 27.95V30h2v-2.05A12.01 12.01 0 0 0 27.95 17H30ZM17 25.95V23h-2v2.95A10.02 10.02 0 0 1 6.05 17H9v-2H6.05A10.02 10.02 0 0 1 15 6.05V9h2V6.05A10.02 10.02 0 0 1 25.95 15H23v2h2.949A10.02 10.02 0 0 1 17 25.95"/></svg>
</template>

CSS

.icon-inspection {
  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%22m15%2017.18l-2.59-2.59L11%2016l4%204l7-7l-1.41-1.41z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2015h-2.05A12.01%2012.01%200%200%200%2017%204.05V2h-2v2.05A12.01%2012.01%200%200%200%204.05%2015H2v2h2.05A12.01%2012.01%200%200%200%2015%2027.95V30h2v-2.05A12.01%2012.01%200%200%200%2027.95%2017H30ZM17%2025.95V23h-2v2.95A10.02%2010.02%200%200%201%206.05%2017H9v-2H6.05A10.02%2010.02%200%200%201%2015%206.05V9h2V6.05A10.02%2010.02%200%200%201%2025.95%2015H23v2h2.949A10.02%2010.02%200%200%201%2017%2025.95%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%22m15%2017.18l-2.59-2.59L11%2016l4%204l7-7l-1.41-1.41z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2015h-2.05A12.01%2012.01%200%200%200%2017%204.05V2h-2v2.05A12.01%2012.01%200%200%200%204.05%2015H2v2h2.05A12.01%2012.01%200%200%200%2015%2027.95V30h2v-2.05A12.01%2012.01%200%200%200%2027.95%2017H30ZM17%2025.95V23h-2v2.95A10.02%2010.02%200%200%201%206.05%2017H9v-2H6.05A10.02%2010.02%200%200%201%2015%206.05V9h2V6.05A10.02%2010.02%200%200%201%2025.95%2015H23v2h2.949A10.02%2010.02%200%200%201%2017%2025.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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