search alt 2 icon

search-alt-2 from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
search-alt-2
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-search-alt-2

The same icon in other sets

Related icons in BoxIcons v2

Use the search alt 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.023 16.977a35 35 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.96 6.96 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392l.604.646l2.121-2.121l-.646-.604c-.379-.372-.885-.866-1.391-1.36M9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5"/></svg>

React

import type { SVGProps } from "react";

export function BxSearchAlt2(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="M19.023 16.977a35 35 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.96 6.96 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392l.604.646l2.121-2.121l-.646-.604c-.379-.372-.885-.866-1.391-1.36M9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.023 16.977a35 35 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.96 6.96 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392l.604.646l2.121-2.121l-.646-.604c-.379-.372-.885-.866-1.391-1.36M9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5s5 2.243 5 5s-2.243 5-5 5"/></svg>
</template>

CSS

.icon-search-alt-2 {
  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%22M19.023%2016.977a35%2035%200%200%201-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.96%206.96%200%200%200%2016%209c0-3.859-3.14-7-7-7S2%205.141%202%209s3.14%207%207%207c1.763%200%203.37-.66%204.603-1.739l1.337%202.8s.275.224.653.596c.387.363.896.854%201.384%201.367l1.358%201.392l.604.646l2.121-2.121l-.646-.604c-.379-.372-.885-.866-1.391-1.36M9%2014c-2.757%200-5-2.243-5-5s2.243-5%205-5s5%202.243%205%205s-2.243%205-5%205%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%22M19.023%2016.977a35%2035%200%200%201-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.96%206.96%200%200%200%2016%209c0-3.859-3.14-7-7-7S2%205.141%202%209s3.14%207%207%207c1.763%200%203.37-.66%204.603-1.739l1.337%202.8s.275.224.653.596c.387.363.896.854%201.384%201.367l1.358%201.392l.604.646l2.121-2.121l-.646-.604c-.379-.372-.885-.866-1.391-1.36M9%2014c-2.757%200-5-2.243-5-5s2.243-5%205-5s5%202.243%205%205s-2.243%205-5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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