visual inspection icon
visual-inspection from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- visual-inspection
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the visual inspection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26 24.586l-5.115-5.115a6 6 0 0 0 .96-4.843c-.497-2.208-2.278-3.99-4.488-4.478a6.015 6.015 0 0 0-7.207 7.207c.487 2.21 2.27 3.992 4.478 4.489a6 6 0 0 0 4.843-.96L24.586 26zm-8.915-4.73a4.014 4.014 0 0 1-4.94-4.944a3.95 3.95 0 0 1 2.77-2.768a4.014 4.014 0 0 1 4.94 4.945a3.95 3.95 0 0 1-2.77 2.768m11.981-3.5l-.065-.17C27.01 10.948 21.423 7 16 7S4.99 10.948 3 16.183l-.067.173a1 1 0 0 1-1.868-.715l.066-.17C3.399 9.501 9.792 5 16 5s12.602 4.502 14.87 10.474l.064.168M16 27C9.792 27 3.4 22.497 1.131 16.526l-.064-.166a1 1 0 0 1 1.866-.72l.066.171C4.99 21.051 10.58 25 16 25z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonVisualInspection(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="m26 24.586l-5.115-5.115a6 6 0 0 0 .96-4.843c-.497-2.208-2.278-3.99-4.488-4.478a6.015 6.015 0 0 0-7.207 7.207c.487 2.21 2.27 3.992 4.478 4.489a6 6 0 0 0 4.843-.96L24.586 26zm-8.915-4.73a4.014 4.014 0 0 1-4.94-4.944a3.95 3.95 0 0 1 2.77-2.768a4.014 4.014 0 0 1 4.94 4.945a3.95 3.95 0 0 1-2.77 2.768m11.981-3.5l-.065-.17C27.01 10.948 21.423 7 16 7S4.99 10.948 3 16.183l-.067.173a1 1 0 0 1-1.868-.715l.066-.17C3.399 9.501 9.792 5 16 5s12.602 4.502 14.87 10.474l.064.168M16 27C9.792 27 3.4 22.497 1.131 16.526l-.064-.166a1 1 0 0 1 1.866-.72l.066.171C4.99 21.051 10.58 25 16 25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26 24.586l-5.115-5.115a6 6 0 0 0 .96-4.843c-.497-2.208-2.278-3.99-4.488-4.478a6.015 6.015 0 0 0-7.207 7.207c.487 2.21 2.27 3.992 4.478 4.489a6 6 0 0 0 4.843-.96L24.586 26zm-8.915-4.73a4.014 4.014 0 0 1-4.94-4.944a3.95 3.95 0 0 1 2.77-2.768a4.014 4.014 0 0 1 4.94 4.945a3.95 3.95 0 0 1-2.77 2.768m11.981-3.5l-.065-.17C27.01 10.948 21.423 7 16 7S4.99 10.948 3 16.183l-.067.173a1 1 0 0 1-1.868-.715l.066-.17C3.399 9.501 9.792 5 16 5s12.602 4.502 14.87 10.474l.064.168M16 27C9.792 27 3.4 22.497 1.131 16.526l-.064-.166a1 1 0 0 1 1.866-.72l.066.171C4.99 21.051 10.58 25 16 25z"/></svg> </template>
CSS
.icon-visual-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%22m26%2024.586l-5.115-5.115a6%206%200%200%200%20.96-4.843c-.497-2.208-2.278-3.99-4.488-4.478a6.015%206.015%200%200%200-7.207%207.207c.487%202.21%202.27%203.992%204.478%204.489a6%206%200%200%200%204.843-.96L24.586%2026zm-8.915-4.73a4.014%204.014%200%200%201-4.94-4.944a3.95%203.95%200%200%201%202.77-2.768a4.014%204.014%200%200%201%204.94%204.945a3.95%203.95%200%200%201-2.77%202.768m11.981-3.5l-.065-.17C27.01%2010.948%2021.423%207%2016%207S4.99%2010.948%203%2016.183l-.067.173a1%201%200%200%201-1.868-.715l.066-.17C3.399%209.501%209.792%205%2016%205s12.602%204.502%2014.87%2010.474l.064.168M16%2027C9.792%2027%203.4%2022.497%201.131%2016.526l-.064-.166a1%201%200%200%201%201.866-.72l.066.171C4.99%2021.051%2010.58%2025%2016%2025z%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%22m26%2024.586l-5.115-5.115a6%206%200%200%200%20.96-4.843c-.497-2.208-2.278-3.99-4.488-4.478a6.015%206.015%200%200%200-7.207%207.207c.487%202.21%202.27%203.992%204.478%204.489a6%206%200%200%200%204.843-.96L24.586%2026zm-8.915-4.73a4.014%204.014%200%200%201-4.94-4.944a3.95%203.95%200%200%201%202.77-2.768a4.014%204.014%200%200%201%204.94%204.945a3.95%203.95%200%200%201-2.77%202.768m11.981-3.5l-.065-.17C27.01%2010.948%2021.423%207%2016%207S4.99%2010.948%203%2016.183l-.067.173a1%201%200%200%201-1.868-.715l.066-.17C3.399%209.501%209.792%205%2016%205s12.602%204.502%2014.87%2010.474l.064.168M16%2027C9.792%2027%203.4%2022.497%201.131%2016.526l-.064-.166a1%201%200%200%201%201.866-.72l.066.171C4.99%2021.051%2010.58%2025%2016%2025z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/visual-inspection.svg?color=%231a73e8&size=48