round search off icon

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

Name
round-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 round 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.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-4.99-5.58-5.34A6.49 6.49 0 0 0 3.03 9h2.02c.24-2.12 1.92-3.8 4.06-3.98C11.65 4.8 14 6.95 14 9.5c0 2.49-2.01 4.5-4.5 4.5c-.17 0-.33-.03-.5-.05v2.02l.01.01c1.8.13 3.47-.47 4.72-1.55l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49z"/><path fill="currentColor" d="M6.12 11.17L4 13.29l-2.12-2.12c-.2-.2-.51-.2-.71 0s-.2.51 0 .71L3.29 14l-2.12 2.12c-.2.2-.2.51 0 .71s.51.2.71 0L4 14.71l2.12 2.12c.2.2.51.2.71 0s.2-.51 0-.71L4.71 14l2.12-2.12c.2-.2.2-.51 0-.71a.513.513 0 0 0-.71 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSearchOff(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.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-4.99-5.58-5.34A6.49 6.49 0 0 0 3.03 9h2.02c.24-2.12 1.92-3.8 4.06-3.98C11.65 4.8 14 6.95 14 9.5c0 2.49-2.01 4.5-4.5 4.5c-.17 0-.33-.03-.5-.05v2.02l.01.01c1.8.13 3.47-.47 4.72-1.55l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49z"/><path fill="currentColor" d="M6.12 11.17L4 13.29l-2.12-2.12c-.2-.2-.51-.2-.71 0s-.2.51 0 .71L3.29 14l-2.12 2.12c-.2.2-.2.51 0 .71s.51.2.71 0L4 14.71l2.12 2.12c.2.2.51.2.71 0s.2-.51 0-.71L4.71 14l2.12-2.12c.2-.2.2-.51 0-.71a.513.513 0 0 0-.71 0"/></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.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-4.99-5.58-5.34A6.49 6.49 0 0 0 3.03 9h2.02c.24-2.12 1.92-3.8 4.06-3.98C11.65 4.8 14 6.95 14 9.5c0 2.49-2.01 4.5-4.5 4.5c-.17 0-.33-.03-.5-.05v2.02l.01.01c1.8.13 3.47-.47 4.72-1.55l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49z"/><path fill="currentColor" d="M6.12 11.17L4 13.29l-2.12-2.12c-.2-.2-.51-.2-.71 0s-.2.51 0 .71L3.29 14l-2.12 2.12c-.2.2-.2.51 0 .71s.51.2.71 0L4 14.71l2.12 2.12c.2.2.51.2.71 0s.2-.51 0-.71L4.71 14l2.12-2.12c.2-.2.2-.51 0-.71a.513.513 0 0 0-.71 0"/></svg>
</template>

CSS

.icon-round-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.5%206.5%200%200%200%201.48-5.34c-.47-2.78-2.79-4.99-5.58-5.34A6.49%206.49%200%200%200%203.03%209h2.02c.24-2.12%201.92-3.8%204.06-3.98C11.65%204.8%2014%206.95%2014%209.5c0%202.49-2.01%204.5-4.5%204.5c-.17%200-.33-.03-.5-.05v2.02l.01.01c1.8.13%203.47-.47%204.72-1.55l.27.28v.79l4.25%204.25c.41.41%201.08.41%201.49%200s.41-1.08%200-1.49z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.12%2011.17L4%2013.29l-2.12-2.12c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71L3.29%2014l-2.12%202.12c-.2.2-.2.51%200%20.71s.51.2.71%200L4%2014.71l2.12%202.12c.2.2.51.2.71%200s.2-.51%200-.71L4.71%2014l2.12-2.12c.2-.2.2-.51%200-.71a.513.513%200%200%200-.71%200%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.5%206.5%200%200%200%201.48-5.34c-.47-2.78-2.79-4.99-5.58-5.34A6.49%206.49%200%200%200%203.03%209h2.02c.24-2.12%201.92-3.8%204.06-3.98C11.65%204.8%2014%206.95%2014%209.5c0%202.49-2.01%204.5-4.5%204.5c-.17%200-.33-.03-.5-.05v2.02l.01.01c1.8.13%203.47-.47%204.72-1.55l.27.28v.79l4.25%204.25c.41.41%201.08.41%201.49%200s.41-1.08%200-1.49z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.12%2011.17L4%2013.29l-2.12-2.12c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71L3.29%2014l-2.12%202.12c-.2.2-.2.51%200%20.71s.51.2.71%200L4%2014.71l2.12%202.12c.2.2.51.2.71%200s.2-.51%200-.71L4.71%2014l2.12-2.12c.2-.2.2-.51%200-.71a.513.513%200%200%200-.71%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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