bxs search alt 2 icon

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

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

Related icons in BoxIcons v2

Use the bxs search alt 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9 16c1.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-.604l-1.392-1.358a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.967 6.967 0 0 0 16 9c0-3.859-3.141-7-7-7S2 5.141 2 9s3.141 7 7 7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsSearchAlt2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9 16c1.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-.604l-1.392-1.358a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.967 6.967 0 0 0 16 9c0-3.859-3.141-7-7-7S2 5.141 2 9s3.141 7 7 7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9 16c1.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-.604l-1.392-1.358a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.967 6.967 0 0 0 16 9c0-3.859-3.141-7-7-7S2 5.141 2 9s3.141 7 7 7z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M9%2016c1.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-.604l-1.392-1.358a35.13%2035.13%200%200%201-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.967%206.967%200%200%200%2016%209c0-3.859-3.141-7-7-7S2%205.141%202%209s3.141%207%207%207z%22%20fill%3D%22currentColor%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%20d%3D%22M9%2016c1.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-.604l-1.392-1.358a35.13%2035.13%200%200%201-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.967%206.967%200%200%200%2016%209c0-3.859-3.141-7-7-7S2%205.141%202%209s3.141%207%207%207z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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