search normal2 icon
search-normal2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- search-normal2-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 normal2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 21a9.5 9.5 0 1 0 0-19a9.5 9.5 0 0 0 0 19m9.8.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.2"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSearchNormal2Filled(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.5 21a9.5 9.5 0 1 0 0-19a9.5 9.5 0 0 0 0 19m9.8.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.2"/></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.5 21a9.5 9.5 0 1 0 0-19a9.5 9.5 0 0 0 0 19m9.8.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.2"/></svg> </template>
CSS
.icon-search-normal2-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.5%2021a9.5%209.5%200%201%200%200-19a9.5%209.5%200%200%200%200%2019m9.8.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.2%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.5%2021a9.5%209.5%200%201%200%200-19a9.5%209.5%200%200%200%200%2019m9.8.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.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/search-normal2-filled.svg?color=%231a73e8&size=48