property search icon

property-search from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
property-search
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the property search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.5 12.5v-1c0-4.243 0-6.364-1.318-7.682S15.742 2.5 11.5 2.5s-6.364 0-7.682 1.318S2.5 7.258 2.5 11.5s0 6.364 1.318 7.682S7.258 20.5 11.5 20.5h1M3 7.5h17M11.5 16h1m-6 0h1m4-4h5m-10 0h1"/><path d="m20 20l1.5 1.5m-1-3.5a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPropertySearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.5 12.5v-1c0-4.243 0-6.364-1.318-7.682S15.742 2.5 11.5 2.5s-6.364 0-7.682 1.318S2.5 7.258 2.5 11.5s0 6.364 1.318 7.682S7.258 20.5 11.5 20.5h1M3 7.5h17M11.5 16h1m-6 0h1m4-4h5m-10 0h1"/><path d="m20 20l1.5 1.5m-1-3.5a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.5 12.5v-1c0-4.243 0-6.364-1.318-7.682S15.742 2.5 11.5 2.5s-6.364 0-7.682 1.318S2.5 7.258 2.5 11.5s0 6.364 1.318 7.682S7.258 20.5 11.5 20.5h1M3 7.5h17M11.5 16h1m-6 0h1m4-4h5m-10 0h1"/><path d="m20 20l1.5 1.5m-1-3.5a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0"/></g></svg>
</template>

CSS

.icon-property-search {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.5%2012.5v-1c0-4.243%200-6.364-1.318-7.682S15.742%202.5%2011.5%202.5s-6.364%200-7.682%201.318S2.5%207.258%202.5%2011.5s0%206.364%201.318%207.682S7.258%2020.5%2011.5%2020.5h1M3%207.5h17M11.5%2016h1m-6%200h1m4-4h5m-10%200h1%22%2F%3E%3Cpath%20d%3D%22m20%2020l1.5%201.5m-1-3.5a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.5%2012.5v-1c0-4.243%200-6.364-1.318-7.682S15.742%202.5%2011.5%202.5s-6.364%200-7.682%201.318S2.5%207.258%202.5%2011.5s0%206.364%201.318%207.682S7.258%2020.5%2011.5%2020.5h1M3%207.5h17M11.5%2016h1m-6%200h1m4-4h5m-10%200h1%22%2F%3E%3Cpath%20d%3D%22m20%2020l1.5%201.5m-1-3.5a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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