ai label icon

ai-label from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ai-label
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ai label icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 21v-2h1v-7h-1v-2h4v2h-1v7h1v2zm-3.5 0h2L14 10h-3L7.503 21h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L14.264 17z"/><path fill="currentColor" d="M32 32H0V0h32zM2 30h28V2H2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAiLabel(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="M19 21v-2h1v-7h-1v-2h4v2h-1v7h1v2zm-3.5 0h2L14 10h-3L7.503 21h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L14.264 17z"/><path fill="currentColor" d="M32 32H0V0h32zM2 30h28V2H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 21v-2h1v-7h-1v-2h4v2h-1v7h1v2zm-3.5 0h2L14 10h-3L7.503 21h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L14.264 17z"/><path fill="currentColor" d="M32 32H0V0h32zM2 30h28V2H2z"/></svg>
</template>

CSS

.icon-ai-label {
  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%22M19%2021v-2h1v-7h-1v-2h4v2h-1v7h1v2zm-3.5%200h2L14%2010h-3L7.503%2021h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L14.264%2017z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2032H0V0h32zM2%2030h28V2H2z%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%22M19%2021v-2h1v-7h-1v-2h4v2h-1v7h1v2zm-3.5%200h2L14%2010h-3L7.503%2021h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L14.264%2017z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2032H0V0h32zM2%2030h28V2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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