search fuzzy icon

search-fuzzy from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
search-fuzzy
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the search fuzzy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.854 13.146l-3.838-3.838a4.5 4.5 0 1 0-.707.707l3.838 3.838a.5.5 0 0 0 .707-.707M6.5 10a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7m4.353 5.147a.5.5 0 0 1-.707.707l-1.645-1.646l-1.646 1.646a.514.514 0 0 1-.707 0l-1.646-1.646l-1.648 1.646a.5.5 0 0 1-.708 0l-2.002-2a.5.5 0 0 1 .707-.707L2.5 14.794l1.648-1.647a.5.5 0 0 1 .707 0L6.5 14.793l1.646-1.646a.504.504 0 0 1 .708 0z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSearchFuzzy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.854 13.146l-3.838-3.838a4.5 4.5 0 1 0-.707.707l3.838 3.838a.5.5 0 0 0 .707-.707M6.5 10a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7m4.353 5.147a.5.5 0 0 1-.707.707l-1.645-1.646l-1.646 1.646a.514.514 0 0 1-.707 0l-1.646-1.646l-1.648 1.646a.5.5 0 0 1-.708 0l-2.002-2a.5.5 0 0 1 .707-.707L2.5 14.794l1.648-1.647a.5.5 0 0 1 .707 0L6.5 14.793l1.646-1.646a.504.504 0 0 1 .708 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.854 13.146l-3.838-3.838a4.5 4.5 0 1 0-.707.707l3.838 3.838a.5.5 0 0 0 .707-.707M6.5 10a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7m4.353 5.147a.5.5 0 0 1-.707.707l-1.645-1.646l-1.646 1.646a.514.514 0 0 1-.707 0l-1.646-1.646l-1.648 1.646a.5.5 0 0 1-.708 0l-2.002-2a.5.5 0 0 1 .707-.707L2.5 14.794l1.648-1.647a.5.5 0 0 1 .707 0L6.5 14.793l1.646-1.646a.504.504 0 0 1 .708 0z"/></svg>
</template>

CSS

.icon-search-fuzzy {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.854%2013.146l-3.838-3.838a4.5%204.5%200%201%200-.707.707l3.838%203.838a.5.5%200%200%200%20.707-.707M6.5%2010a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207m4.353%205.147a.5.5%200%200%201-.707.707l-1.645-1.646l-1.646%201.646a.514.514%200%200%201-.707%200l-1.646-1.646l-1.648%201.646a.5.5%200%200%201-.708%200l-2.002-2a.5.5%200%200%201%20.707-.707L2.5%2014.794l1.648-1.647a.5.5%200%200%201%20.707%200L6.5%2014.793l1.646-1.646a.504.504%200%200%201%20.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.854%2013.146l-3.838-3.838a4.5%204.5%200%201%200-.707.707l3.838%203.838a.5.5%200%200%200%20.707-.707M6.5%2010a3.5%203.5%200%201%201%200-7a3.5%203.5%200%200%201%200%207m4.353%205.147a.5.5%200%200%201-.707.707l-1.645-1.646l-1.646%201.646a.514.514%200%200%201-.707%200l-1.646-1.646l-1.648%201.646a.5.5%200%200%201-.708%200l-2.002-2a.5.5%200%200%201%20.707-.707L2.5%2014.794l1.648-1.647a.5.5%200%200%201%20.707%200L6.5%2014.793l1.646-1.646a.504.504%200%200%201%20.708%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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