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

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

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the ai search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" d="M10.648 2.072a6.5 6.5 0 0 0 8.348 8.348a8.56 8.56 0 0 1-1.822 5.41l5.346 5.346l-1.414 1.414l-5.346-5.347a8.48 8.48 0 0 1-5.26 1.826c-4.635 0-8.5-3.87-8.5-8.5c0-4.238 3.335-7.993 7.584-8.45a8 8 0 0 1 1.064-.047"/><path fill="currentColor" d="M18.032 3.036L21.07 4.32l-3.037 1.283l-1.282 3.037l-1.283-3.037l-3.036-1.283l3.036-1.283L16.75 0z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignAiSearchFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" d="M10.648 2.072a6.5 6.5 0 0 0 8.348 8.348a8.56 8.56 0 0 1-1.822 5.41l5.346 5.346l-1.414 1.414l-5.346-5.347a8.48 8.48 0 0 1-5.26 1.826c-4.635 0-8.5-3.87-8.5-8.5c0-4.238 3.335-7.993 7.584-8.45a8 8 0 0 1 1.064-.047"/><path fill="currentColor" d="M18.032 3.036L21.07 4.32l-3.037 1.283l-1.282 3.037l-1.283-3.037l-3.036-1.283l3.036-1.283L16.75 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" d="M10.648 2.072a6.5 6.5 0 0 0 8.348 8.348a8.56 8.56 0 0 1-1.822 5.41l5.346 5.346l-1.414 1.414l-5.346-5.347a8.48 8.48 0 0 1-5.26 1.826c-4.635 0-8.5-3.87-8.5-8.5c0-4.238 3.335-7.993 7.584-8.45a8 8 0 0 1 1.064-.047"/><path fill="currentColor" d="M18.032 3.036L21.07 4.32l-3.037 1.283l-1.282 3.037l-1.283-3.037l-3.036-1.283l3.036-1.283L16.75 0z"/></svg>
</template>

CSS

.icon-ai-search-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%2025%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.648%202.072a6.5%206.5%200%200%200%208.348%208.348a8.56%208.56%200%200%201-1.822%205.41l5.346%205.346l-1.414%201.414l-5.346-5.347a8.48%208.48%200%200%201-5.26%201.826c-4.635%200-8.5-3.87-8.5-8.5c0-4.238%203.335-7.993%207.584-8.45a8%208%200%200%201%201.064-.047%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.032%203.036L21.07%204.32l-3.037%201.283l-1.282%203.037l-1.283-3.037l-3.036-1.283l3.036-1.283L16.75%200z%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%2025%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.648%202.072a6.5%206.5%200%200%200%208.348%208.348a8.56%208.56%200%200%201-1.822%205.41l5.346%205.346l-1.414%201.414l-5.346-5.347a8.48%208.48%200%200%201-5.26%201.826c-4.635%200-8.5-3.87-8.5-8.5c0-4.238%203.335-7.993%207.584-8.45a8%208%200%200%201%201.064-.047%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.032%203.036L21.07%204.32l-3.037%201.283l-1.282%203.037l-1.283-3.037l-3.036-1.283l3.036-1.283L16.75%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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