visual recognition icon

visual-recognition from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
visual-recognition
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the visual recognition icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="M28 5H16.24A8 8 0 1 0 6 16.92V27a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M4 10a6 6 0 0 1 11.19-3H8v2h7.91a7 7 0 0 1 .09 1a7 7 0 0 1-.09 1H10v2h5.19A6 6 0 0 1 4 10m24 17H8l5-5l1.59 1.59a2 2 0 0 0 2.82 0L23 18l5 5Zm0-6.83l-3.59-3.59a2 2 0 0 0-2.82 0L16 22.17l-1.59-1.59a2 2 0 0 0-2.82 0L8 24.17v-6.43a8.2 8.2 0 0 0 2 .26a8 8 0 0 0 8-8a7.9 7.9 0 0 0-.59-3H28Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonVisualRecognition(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="M28 5H16.24A8 8 0 1 0 6 16.92V27a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M4 10a6 6 0 0 1 11.19-3H8v2h7.91a7 7 0 0 1 .09 1a7 7 0 0 1-.09 1H10v2h5.19A6 6 0 0 1 4 10m24 17H8l5-5l1.59 1.59a2 2 0 0 0 2.82 0L23 18l5 5Zm0-6.83l-3.59-3.59a2 2 0 0 0-2.82 0L16 22.17l-1.59-1.59a2 2 0 0 0-2.82 0L8 24.17v-6.43a8.2 8.2 0 0 0 2 .26a8 8 0 0 0 8-8a7.9 7.9 0 0 0-.59-3H28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="23" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="M28 5H16.24A8 8 0 1 0 6 16.92V27a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M4 10a6 6 0 0 1 11.19-3H8v2h7.91a7 7 0 0 1 .09 1a7 7 0 0 1-.09 1H10v2h5.19A6 6 0 0 1 4 10m24 17H8l5-5l1.59 1.59a2 2 0 0 0 2.82 0L23 18l5 5Zm0-6.83l-3.59-3.59a2 2 0 0 0-2.82 0L16 22.17l-1.59-1.59a2 2 0 0 0-2.82 0L8 24.17v-6.43a8.2 8.2 0 0 0 2 .26a8 8 0 0 0 8-8a7.9 7.9 0 0 0-.59-3H28Z"/></svg>
</template>

CSS

.icon-visual-recognition {
  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%3Ccircle%20cx%3D%2223%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%205H16.24A8%208%200%201%200%206%2016.92V27a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2M4%2010a6%206%200%200%201%2011.19-3H8v2h7.91a7%207%200%200%201%20.09%201a7%207%200%200%201-.09%201H10v2h5.19A6%206%200%200%201%204%2010m24%2017H8l5-5l1.59%201.59a2%202%200%200%200%202.82%200L23%2018l5%205Zm0-6.83l-3.59-3.59a2%202%200%200%200-2.82%200L16%2022.17l-1.59-1.59a2%202%200%200%200-2.82%200L8%2024.17v-6.43a8.2%208.2%200%200%200%202%20.26a8%208%200%200%200%208-8a7.9%207.9%200%200%200-.59-3H28Z%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%3Ccircle%20cx%3D%2223%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%205H16.24A8%208%200%201%200%206%2016.92V27a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2M4%2010a6%206%200%200%201%2011.19-3H8v2h7.91a7%207%200%200%201%20.09%201a7%207%200%200%201-.09%201H10v2h5.19A6%206%200%200%201%204%2010m24%2017H8l5-5l1.59%201.59a2%202%200%200%200%202.82%200L23%2018l5%205Zm0-6.83l-3.59-3.59a2%202%200%200%200-2.82%200L16%2022.17l-1.59-1.59a2%202%200%200%200-2.82%200L8%2024.17v-6.43a8.2%208.2%200%200%200%202%20.26a8%208%200%200%200%208-8a7.9%207.9%200%200%200-.59-3H28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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