search advanced icon

search-advanced from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
search-advanced
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the search advanced icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 6h-4V2h-2v4h-4v2h4v4h2V8h4zm-6 22.586l-5.975-5.975a9.023 9.023 0 1 0-1.414 1.414L22.586 30ZM4 17a7 7 0 1 1 7 7a7.01 7.01 0 0 1-7-7"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSearchAdvanced(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 6h-4V2h-2v4h-4v2h4v4h2V8h4zm-6 22.586l-5.975-5.975a9.023 9.023 0 1 0-1.414 1.414L22.586 30ZM4 17a7 7 0 1 1 7 7a7.01 7.01 0 0 1-7-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 6h-4V2h-2v4h-4v2h4v4h2V8h4zm-6 22.586l-5.975-5.975a9.023 9.023 0 1 0-1.414 1.414L22.586 30ZM4 17a7 7 0 1 1 7 7a7.01 7.01 0 0 1-7-7"/></svg>
</template>

CSS

.icon-search-advanced {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%206h-4V2h-2v4h-4v2h4v4h2V8h4zm-6%2022.586l-5.975-5.975a9.023%209.023%200%201%200-1.414%201.414L22.586%2030ZM4%2017a7%207%200%201%201%207%207a7.01%207.01%200%200%201-7-7%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%206h-4V2h-2v4h-4v2h4v4h2V8h4zm-6%2022.586l-5.975-5.975a9.023%209.023%200%201%200-1.414%201.414L22.586%2030ZM4%2017a7%207%200%201%201%207%207a7.01%207.01%200%200%201-7-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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