image search icon

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

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

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the image search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2H2v20h10.506A6.72 6.72 0 0 1 11 17.75a6.73 6.73 0 0 1 2.189-4.976L9 8.586l-5 5V4h16v7.384c.733.26 1.408.641 2 1.122z"/><path fill="currentColor" d="M16 5.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m1.654 7.25a5.154 5.154 0 1 0 2.87 9.436l1.975 1.978l1.415-1.413l-1.977-1.98a5.154 5.154 0 0 0-4.283-8.021M14.5 17.654a3.154 3.154 0 1 1 6.308 0a3.154 3.154 0 0 1-6.308 0"/></svg>

React

import type { SVGProps } from "react";

export function TdesignImageSearchFilled(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="M22 2H2v20h10.506A6.72 6.72 0 0 1 11 17.75a6.73 6.73 0 0 1 2.189-4.976L9 8.586l-5 5V4h16v7.384c.733.26 1.408.641 2 1.122z"/><path fill="currentColor" d="M16 5.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m1.654 7.25a5.154 5.154 0 1 0 2.87 9.436l1.975 1.978l1.415-1.413l-1.977-1.98a5.154 5.154 0 0 0-4.283-8.021M14.5 17.654a3.154 3.154 0 1 1 6.308 0a3.154 3.154 0 0 1-6.308 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2H2v20h10.506A6.72 6.72 0 0 1 11 17.75a6.73 6.73 0 0 1 2.189-4.976L9 8.586l-5 5V4h16v7.384c.733.26 1.408.641 2 1.122z"/><path fill="currentColor" d="M16 5.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5m1.654 7.25a5.154 5.154 0 1 0 2.87 9.436l1.975 1.978l1.415-1.413l-1.977-1.98a5.154 5.154 0 0 0-4.283-8.021M14.5 17.654a3.154 3.154 0 1 1 6.308 0a3.154 3.154 0 0 1-6.308 0"/></svg>
</template>

CSS

.icon-image-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%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%202H2v20h10.506A6.72%206.72%200%200%201%2011%2017.75a6.73%206.73%200%200%201%202.189-4.976L9%208.586l-5%205V4h16v7.384c.733.26%201.408.641%202%201.122z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m1.654%207.25a5.154%205.154%200%201%200%202.87%209.436l1.975%201.978l1.415-1.413l-1.977-1.98a5.154%205.154%200%200%200-4.283-8.021M14.5%2017.654a3.154%203.154%200%201%201%206.308%200a3.154%203.154%200%200%201-6.308%200%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%22M22%202H2v20h10.506A6.72%206.72%200%200%201%2011%2017.75a6.73%206.73%200%200%201%202.189-4.976L9%208.586l-5%205V4h16v7.384c.733.26%201.408.641%202%201.122z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5m1.654%207.25a5.154%205.154%200%201%200%202.87%209.436l1.975%201.978l1.415-1.413l-1.977-1.98a5.154%205.154%200%200%200-4.283-8.021M14.5%2017.654a3.154%203.154%200%201%201%206.308%200a3.154%203.154%200%200%201-6.308%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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