ai enabled edt icon

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

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

More enterprise icons from Carbon

Use the ai enabled edt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 20v-2h1v-7h-1V9h4v2h-1v7h1v2zm-3.5 0h2L13 9h-3L6.503 20h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L13.264 16zM12 30H0V0h30v20h-2V2H2v26h10zm16-6c-1.068 0-2.072.416-2.87 1.216L24 26.493l-1.172-1.321A3.97 3.97 0 0 0 20 24c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.068 0 2.072-.416 2.87-1.216L24 29.507l1.172 1.321A3.97 3.97 0 0 0 28 32c2.206 0 4-1.794 4-4s-1.794-4-4-4m-6.586 5.414c-.378.378-.88.586-1.414.586c-1.102 0-2-.897-2-2s.898-2 2-2c.534 0 1.036.208 1.372.542l1.293 1.459zM28 30a1.96 1.96 0 0 1-1.372-.542l-1.293-1.459l1.25-1.413A2.003 2.003 0 0 1 30 28a2 2 0 0 1-1.999 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAiEnabledEdt(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="M18 20v-2h1v-7h-1V9h4v2h-1v7h1v2zm-3.5 0h2L13 9h-3L6.503 20h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L13.264 16zM12 30H0V0h30v20h-2V2H2v26h10zm16-6c-1.068 0-2.072.416-2.87 1.216L24 26.493l-1.172-1.321A3.97 3.97 0 0 0 20 24c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.068 0 2.072-.416 2.87-1.216L24 29.507l1.172 1.321A3.97 3.97 0 0 0 28 32c2.206 0 4-1.794 4-4s-1.794-4-4-4m-6.586 5.414c-.378.378-.88.586-1.414.586c-1.102 0-2-.897-2-2s.898-2 2-2c.534 0 1.036.208 1.372.542l1.293 1.459zM28 30a1.96 1.96 0 0 1-1.372-.542l-1.293-1.459l1.25-1.413A2.003 2.003 0 0 1 30 28a2 2 0 0 1-1.999 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 20v-2h1v-7h-1V9h4v2h-1v7h1v2zm-3.5 0h2L13 9h-3L6.503 20h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L13.264 16zM12 30H0V0h30v20h-2V2H2v26h10zm16-6c-1.068 0-2.072.416-2.87 1.216L24 26.493l-1.172-1.321A3.97 3.97 0 0 0 20 24c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.068 0 2.072-.416 2.87-1.216L24 29.507l1.172 1.321A3.97 3.97 0 0 0 28 32c2.206 0 4-1.794 4-4s-1.794-4-4-4m-6.586 5.414c-.378.378-.88.586-1.414.586c-1.102 0-2-.897-2-2s.898-2 2-2c.534 0 1.036.208 1.372.542l1.293 1.459zM28 30a1.96 1.96 0 0 1-1.372-.542l-1.293-1.459l1.25-1.413A2.003 2.003 0 0 1 30 28a2 2 0 0 1-1.999 2"/></svg>
</template>

CSS

.icon-ai-enabled-edt {
  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%22M18%2020v-2h1v-7h-1V9h4v2h-1v7h1v2zm-3.5%200h2L13%209h-3L6.503%2020h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L13.264%2016zM12%2030H0V0h30v20h-2V2H2v26h10zm16-6c-1.068%200-2.072.416-2.87%201.216L24%2026.493l-1.172-1.321A3.97%203.97%200%200%200%2020%2024c-2.206%200-4%201.794-4%204s1.794%204%204%204c1.068%200%202.072-.416%202.87-1.216L24%2029.507l1.172%201.321A3.97%203.97%200%200%200%2028%2032c2.206%200%204-1.794%204-4s-1.794-4-4-4m-6.586%205.414c-.378.378-.88.586-1.414.586c-1.102%200-2-.897-2-2s.898-2%202-2c.534%200%201.036.208%201.372.542l1.293%201.459zM28%2030a1.96%201.96%200%200%201-1.372-.542l-1.293-1.459l1.25-1.413A2.003%202.003%200%200%201%2030%2028a2%202%200%200%201-1.999%202%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%22M18%2020v-2h1v-7h-1V9h4v2h-1v7h1v2zm-3.5%200h2L13%209h-3L6.503%2020h2l.601-2h4.778zm-4.794-4l1.628-5.411l.256-.003L13.264%2016zM12%2030H0V0h30v20h-2V2H2v26h10zm16-6c-1.068%200-2.072.416-2.87%201.216L24%2026.493l-1.172-1.321A3.97%203.97%200%200%200%2020%2024c-2.206%200-4%201.794-4%204s1.794%204%204%204c1.068%200%202.072-.416%202.87-1.216L24%2029.507l1.172%201.321A3.97%203.97%200%200%200%2028%2032c2.206%200%204-1.794%204-4s-1.794-4-4-4m-6.586%205.414c-.378.378-.88.586-1.414.586c-1.102%200-2-.897-2-2s.898-2%202-2c.534%200%201.036.208%201.372.542l1.293%201.459zM28%2030a1.96%201.96%200%200%201-1.372-.542l-1.293-1.459l1.25-1.413A2.003%202.003%200%200%201%2030%2028a2%202%200%200%201-1.999%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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