search normal icon

search-normal-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
search-normal-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the search normal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.01 20.02a9.01 9.01 0 1 0 0-18.02a9.01 9.01 0 0 0 0 18.02m10.98-1.07c-.33-.61-1.03-.95-1.97-.95c-.71 0-1.32.29-1.68.79s-.44 1.17-.22 1.84c.43 1.3 1.18 1.59 1.59 1.64c.06.01.12.01.19.01c.44 0 1.12-.19 1.78-1.18c.53-.77.63-1.54.31-2.15"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSearchNormalFilled(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="M11.01 20.02a9.01 9.01 0 1 0 0-18.02a9.01 9.01 0 0 0 0 18.02m10.98-1.07c-.33-.61-1.03-.95-1.97-.95c-.71 0-1.32.29-1.68.79s-.44 1.17-.22 1.84c.43 1.3 1.18 1.59 1.59 1.64c.06.01.12.01.19.01c.44 0 1.12-.19 1.78-1.18c.53-.77.63-1.54.31-2.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.01 20.02a9.01 9.01 0 1 0 0-18.02a9.01 9.01 0 0 0 0 18.02m10.98-1.07c-.33-.61-1.03-.95-1.97-.95c-.71 0-1.32.29-1.68.79s-.44 1.17-.22 1.84c.43 1.3 1.18 1.59 1.59 1.64c.06.01.12.01.19.01c.44 0 1.12-.19 1.78-1.18c.53-.77.63-1.54.31-2.15"/></svg>
</template>

CSS

.icon-search-normal-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%22M11.01%2020.02a9.01%209.01%200%201%200%200-18.02a9.01%209.01%200%200%200%200%2018.02m10.98-1.07c-.33-.61-1.03-.95-1.97-.95c-.71%200-1.32.29-1.68.79s-.44%201.17-.22%201.84c.43%201.3%201.18%201.59%201.59%201.64c.06.01.12.01.19.01c.44%200%201.12-.19%201.78-1.18c.53-.77.63-1.54.31-2.15%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%22M11.01%2020.02a9.01%209.01%200%201%200%200-18.02a9.01%209.01%200%200%200%200%2018.02m10.98-1.07c-.33-.61-1.03-.95-1.97-.95c-.71%200-1.32.29-1.68.79s-.44%201.17-.22%201.84c.43%201.3%201.18%201.59%201.59%201.64c.06.01.12.01.19.01c.44%200%201.12-.19%201.78-1.18c.53-.77.63-1.54.31-2.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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