outline search off icon

outline-search-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
outline-search-off
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the outline search off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5A6.5 6.5 0 0 0 9.5 3C6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5C11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19z"/><path fill="currentColor" d="M6.47 10.82L4 13.29l-2.47-2.47l-.71.71L3.29 14L.82 16.47l.71.71L4 14.71l2.47 2.47l.71-.71L4.71 14l2.47-2.47z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineSearchOff(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="M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5A6.5 6.5 0 0 0 9.5 3C6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5C11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19z"/><path fill="currentColor" d="M6.47 10.82L4 13.29l-2.47-2.47l-.71.71L3.29 14L.82 16.47l.71.71L4 14.71l2.47 2.47l.71-.71L4.71 14l2.47-2.47z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5A6.5 6.5 0 0 0 9.5 3C6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5C11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19z"/><path fill="currentColor" d="M6.47 10.82L4 13.29l-2.47-2.47l-.71.71L3.29 14L.82 16.47l.71.71L4 14.71l2.47 2.47l.71-.71L4.71 14l2.47-2.47z"/></svg>
</template>

CSS

.icon-outline-search-off {
  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%22M15.5%2014h-.79l-.28-.27A6.47%206.47%200%200%200%2016%209.5A6.5%206.5%200%200%200%209.5%203C6.08%203%203.28%205.64%203.03%209h2.02C5.3%206.75%207.18%205%209.5%205C11.99%205%2014%207.01%2014%209.5S11.99%2014%209.5%2014c-.17%200-.33-.03-.5-.05v2.02c.17.02.33.03.5.03c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.47%2010.82L4%2013.29l-2.47-2.47l-.71.71L3.29%2014L.82%2016.47l.71.71L4%2014.71l2.47%202.47l.71-.71L4.71%2014l2.47-2.47z%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%22M15.5%2014h-.79l-.28-.27A6.47%206.47%200%200%200%2016%209.5A6.5%206.5%200%200%200%209.5%203C6.08%203%203.28%205.64%203.03%209h2.02C5.3%206.75%207.18%205%209.5%205C11.99%205%2014%207.01%2014%209.5S11.99%2014%209.5%2014c-.17%200-.33-.03-.5-.05v2.02c.17.02.33.03.5.03c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.47%2010.82L4%2013.29l-2.47-2.47l-.71.71L3.29%2014L.82%2016.47l.71.71L4%2014.71l2.47%202.47l.71-.71L4.71%2014l2.47-2.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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