ai-1-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
ai-1-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the ai 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.97 12.055H9.028L10 8.815z"/><path fill="currentColor" d="M14.487 2A5.5 5.5 0 0 0 22 9.512V22H2V2zM5.152 18h2.092l1.184-3.945h3.142L12.753 18h2.09L11.245 6H8.756zM16 18h2v-7h-2z"/><path fill="currentColor" d="M20.532 3.467L23.57 4.75l-3.037 1.282L19.25 9.07l-1.283-3.037L14.93 4.75l3.036-1.283L19.25.43z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignAi1Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.97 12.055H9.028L10 8.815z"/><path fill="currentColor" d="M14.487 2A5.5 5.5 0 0 0 22 9.512V22H2V2zM5.152 18h2.092l1.184-3.945h3.142L12.753 18h2.09L11.245 6H8.756zM16 18h2v-7h-2z"/><path fill="currentColor" d="M20.532 3.467L23.57 4.75l-3.037 1.282L19.25 9.07l-1.283-3.037L14.93 4.75l3.036-1.283L19.25.43z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.97 12.055H9.028L10 8.815z"/><path fill="currentColor" d="M14.487 2A5.5 5.5 0 0 0 22 9.512V22H2V2zM5.152 18h2.092l1.184-3.945h3.142L12.753 18h2.09L11.245 6H8.756zM16 18h2v-7h-2z"/><path fill="currentColor" d="M20.532 3.467L23.57 4.75l-3.037 1.282L19.25 9.07l-1.283-3.037L14.93 4.75l3.036-1.283L19.25.43z"/></svg>
</template>

CSS

.icon-ai-1-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.97%2012.055H9.028L10%208.815z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.487%202A5.5%205.5%200%200%200%2022%209.512V22H2V2zM5.152%2018h2.092l1.184-3.945h3.142L12.753%2018h2.09L11.245%206H8.756zM16%2018h2v-7h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.532%203.467L23.57%204.75l-3.037%201.282L19.25%209.07l-1.283-3.037L14.93%204.75l3.036-1.283L19.25.43z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.97%2012.055H9.028L10%208.815z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.487%202A5.5%205.5%200%200%200%2022%209.512V22H2V2zM5.152%2018h2.092l1.184-3.945h3.142L12.753%2018h2.09L11.245%206H8.756zM16%2018h2v-7h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.532%203.467L23.57%204.75l-3.037%201.282L19.25%209.07l-1.283-3.037L14.93%204.75l3.036-1.283L19.25.43z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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