search minus2 icon

search-minus2 from Reicon by REICON · Outline · Search · MIT Free for personal and commercial use.

Name
search-minus2
Set
Reicon
Style
Outline
Category
Search
Viewbox
24×24
License
MIT

2 other variants in Reicon

More search icons from Reicon

Use the search minus2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.5 2.75a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M1.25 11.5c0-5.66 4.59-10.25 10.25-10.25S21.75 5.84 21.75 11.5S17.16 21.75 11.5 21.75S1.25 17.16 1.25 11.5m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75m11.22 7.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSearchMinus2(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" fillRule="evenodd" d="M11.5 2.75a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M1.25 11.5c0-5.66 4.59-10.25 10.25-10.25S21.75 5.84 21.75 11.5S17.16 21.75 11.5 21.75S1.25 17.16 1.25 11.5m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75m11.22 7.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.5 2.75a8.75 8.75 0 1 0 0 17.5a8.75 8.75 0 0 0 0-17.5M1.25 11.5c0-5.66 4.59-10.25 10.25-10.25S21.75 5.84 21.75 11.5S17.16 21.75 11.5 21.75S1.25 17.16 1.25 11.5m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75m11.22 7.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-search-minus2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%202.75a8.75%208.75%200%201%200%200%2017.5a8.75%208.75%200%200%200%200-17.5M1.25%2011.5c0-5.66%204.59-10.25%2010.25-10.25S21.75%205.84%2021.75%2011.5S17.16%2021.75%2011.5%2021.75S1.25%2017.16%201.25%2011.5m7%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75m11.22%207.97a.75.75%200%200%201%201.06%200l2%202a.75.75%200%201%201-1.06%201.06l-2-2a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%202.75a8.75%208.75%200%201%200%200%2017.5a8.75%208.75%200%200%200%200-17.5M1.25%2011.5c0-5.66%204.59-10.25%2010.25-10.25S21.75%205.84%2021.75%2011.5S17.16%2021.75%2011.5%2021.75S1.25%2017.16%201.25%2011.5m7%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75m11.22%207.97a.75.75%200%200%201%201.06%200l2%202a.75.75%200%201%201-1.06%201.06l-2-2a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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