search zoom in2 icon
search-zoom-in2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- search-zoom-in2-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 in2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.3 21.999c-.18 0-.36-.07-.49-.2l-1.86-1.86a.706.706 0 0 1 0-.99c.27-.27.71-.27.99 0l1.86 1.86c.27.27.27.71 0 .99c-.14.13-.32.2-.5.2M11.5 2C6.26 2 2 6.26 2 11.5S6.26 21 11.5 21s9.5-4.26 9.5-9.5S16.74 2 11.5 2m2.7 10.45h-1.75v1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H9.2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V9.2c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSearchZoomIn2Filled(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="M21.3 21.999c-.18 0-.36-.07-.49-.2l-1.86-1.86a.706.706 0 0 1 0-.99c.27-.27.71-.27.99 0l1.86 1.86c.27.27.27.71 0 .99c-.14.13-.32.2-.5.2M11.5 2C6.26 2 2 6.26 2 11.5S6.26 21 11.5 21s9.5-4.26 9.5-9.5S16.74 2 11.5 2m2.7 10.45h-1.75v1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H9.2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V9.2c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.3 21.999c-.18 0-.36-.07-.49-.2l-1.86-1.86a.706.706 0 0 1 0-.99c.27-.27.71-.27.99 0l1.86 1.86c.27.27.27.71 0 .99c-.14.13-.32.2-.5.2M11.5 2C6.26 2 2 6.26 2 11.5S6.26 21 11.5 21s9.5-4.26 9.5-9.5S16.74 2 11.5 2m2.7 10.45h-1.75v1.75c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H9.2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.75V9.2c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg> </template>
CSS
.icon-search-zoom-in2-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%22M21.3%2021.999c-.18%200-.36-.07-.49-.2l-1.86-1.86a.706.706%200%200%201%200-.99c.27-.27.71-.27.99%200l1.86%201.86c.27.27.27.71%200%20.99c-.14.13-.32.2-.5.2M11.5%202C6.26%202%202%206.26%202%2011.5S6.26%2021%2011.5%2021s9.5-4.26%209.5-9.5S16.74%202%2011.5%202m2.7%2010.45h-1.75v1.75c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H9.2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.75V9.2c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22M21.3%2021.999c-.18%200-.36-.07-.49-.2l-1.86-1.86a.706.706%200%200%201%200-.99c.27-.27.71-.27.99%200l1.86%201.86c.27.27.27.71%200%20.99c-.14.13-.32.2-.5.2M11.5%202C6.26%202%202%206.26%202%2011.5S6.26%2021%2011.5%2021s9.5-4.26%209.5-9.5S16.74%202%2011.5%202m2.7%2010.45h-1.75v1.75c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.75H9.2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h1.75V9.2c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/search-zoom-in2-filled.svg?color=%231a73e8&size=48