search plus2 icon
search-plus2 from Reicon by REICON · Outline · Search · MIT Free for personal and commercial use.
- Name
- search-plus2
- Set
- Reicon
- Style
- Outline
- Category
- Search
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More search icons from Reicon
Use the search plus2 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.5M11.5 8.25a.75.75 0 0 1 .75.75v1.75H14a.75.75 0 0 1 0 1.5h-1.75V14a.75.75 0 0 1-1.5 0v-1.75H9a.75.75 0 0 1 0-1.5h1.75V9a.75.75 0 0 1 .75-.75m7.97 11.22a.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 ReiconSearchPlus2(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.5M11.5 8.25a.75.75 0 0 1 .75.75v1.75H14a.75.75 0 0 1 0 1.5h-1.75V14a.75.75 0 0 1-1.5 0v-1.75H9a.75.75 0 0 1 0-1.5h1.75V9a.75.75 0 0 1 .75-.75m7.97 11.22a.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.5M11.5 8.25a.75.75 0 0 1 .75.75v1.75H14a.75.75 0 0 1 0 1.5h-1.75V14a.75.75 0 0 1-1.5 0v-1.75H9a.75.75 0 0 1 0-1.5h1.75V9a.75.75 0 0 1 .75-.75m7.97 11.22a.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-plus2 {
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.5M11.5%208.25a.75.75%200%200%201%20.75.75v1.75H14a.75.75%200%200%201%200%201.5h-1.75V14a.75.75%200%200%201-1.5%200v-1.75H9a.75.75%200%200%201%200-1.5h1.75V9a.75.75%200%200%201%20.75-.75m7.97%2011.22a.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.5M11.5%208.25a.75.75%200%200%201%20.75.75v1.75H14a.75.75%200%200%201%200%201.5h-1.75V14a.75.75%200%200%201-1.5%200v-1.75H9a.75.75%200%200%201%200-1.5h1.75V9a.75.75%200%200%201%20.75-.75m7.97%2011.22a.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-plus2.svg?color=%231a73e8&size=48