search zoom in icon
search-zoom-in-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- search-zoom-in-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 zoom in 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 2C6.04 2 2 6.04 2 11.01s4.04 9.01 9.01 9.01s9.01-4.04 9.01-9.01S15.98 2 11.01 2m2.49 9.75h-1.75v1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V8.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75m8.49 7.2c-.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 ReiconSearchZoomInFilled(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 2C6.04 2 2 6.04 2 11.01s4.04 9.01 9.01 9.01s9.01-4.04 9.01-9.01S15.98 2 11.01 2m2.49 9.75h-1.75v1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V8.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75m8.49 7.2c-.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 2C6.04 2 2 6.04 2 11.01s4.04 9.01 9.01 9.01s9.01-4.04 9.01-9.01S15.98 2 11.01 2m2.49 9.75h-1.75v1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V8.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75m8.49 7.2c-.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-zoom-in-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%202C6.04%202%202%206.04%202%2011.01s4.04%209.01%209.01%209.01s9.01-4.04%209.01-9.01S15.98%202%2011.01%202m2.49%209.75h-1.75v1.75c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H8.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.75V8.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41%200%20.75.34.75.75s-.34.75-.75.75m8.49%207.2c-.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%202C6.04%202%202%206.04%202%2011.01s4.04%209.01%209.01%209.01s9.01-4.04%209.01-9.01S15.98%202%2011.01%202m2.49%209.75h-1.75v1.75c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H8.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.75V8.5c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41%200%20.75.34.75.75s-.34.75-.75.75m8.49%207.2c-.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-zoom-in-filled.svg?color=%231a73e8&size=48