search-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
search-3-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the search 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2a8.5 8.5 0 0 1 8.5 8.5a8.46 8.46 0 0 1-1.826 5.26l3.654 3.654a1 1 0 1 1-1.414 1.414l-3.654-3.654A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m0 4a1 1 0 0 0 0 2a2.5 2.5 0 0 1 2.5 2.5a1 1 0 1 0 2 0A4.5 4.5 0 0 0 10.5 6"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSearch3Fill(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.5 2a8.5 8.5 0 0 1 8.5 8.5a8.46 8.46 0 0 1-1.826 5.26l3.654 3.654a1 1 0 1 1-1.414 1.414l-3.654-3.654A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m0 4a1 1 0 0 0 0 2a2.5 2.5 0 0 1 2.5 2.5a1 1 0 1 0 2 0A4.5 4.5 0 0 0 10.5 6"/></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.5 2a8.5 8.5 0 0 1 8.5 8.5a8.46 8.46 0 0 1-1.826 5.26l3.654 3.654a1 1 0 1 1-1.414 1.414l-3.654-3.654A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m0 4a1 1 0 0 0 0 2a2.5 2.5 0 0 1 2.5 2.5a1 1 0 1 0 2 0A4.5 4.5 0 0 0 10.5 6"/></svg>
</template>

CSS

.icon-search-3-fill {
  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.5%202a8.5%208.5%200%200%201%208.5%208.5a8.46%208.46%200%200%201-1.826%205.26l3.654%203.654a1%201%200%201%201-1.414%201.414l-3.654-3.654A8.46%208.46%200%200%201%2010.5%2019a8.5%208.5%200%200%201%200-17m0%204a1%201%200%200%200%200%202a2.5%202.5%200%200%201%202.5%202.5a1%201%200%201%200%202%200A4.5%204.5%200%200%200%2010.5%206%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.5%202a8.5%208.5%200%200%201%208.5%208.5a8.46%208.46%200%200%201-1.826%205.26l3.654%203.654a1%201%200%201%201-1.414%201.414l-3.654-3.654A8.46%208.46%200%200%201%2010.5%2019a8.5%208.5%200%200%201%200-17m0%204a1%201%200%200%200%200%202a2.5%202.5%200%200%201%202.5%202.5a1%201%200%201%200%202%200A4.5%204.5%200%200%200%2010.5%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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