search-check-2 from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
search-check-2
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
search-check-2-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the search check 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.18 12.916l4.747-4.772l-.713-.713l-4.033 4.058l-2.029-2.023l-.713.707zm1.012 4.45q-2.984 0-5.088-2.104T3 10.173t2.104-5.088t5.088-2.104t5.08 2.104t2.094 5.088q0 1.362-.467 2.56q-.466 1.2-1.285 2.148L21 20.273l-.688.727l-5.412-5.406q-.948.839-2.147 1.305q-1.2.467-2.56.467"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSearchCheck2(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="m9.18 12.916l4.747-4.772l-.713-.713l-4.033 4.058l-2.029-2.023l-.713.707zm1.012 4.45q-2.984 0-5.088-2.104T3 10.173t2.104-5.088t5.088-2.104t5.08 2.104t2.094 5.088q0 1.362-.467 2.56q-.466 1.2-1.285 2.148L21 20.273l-.688.727l-5.412-5.406q-.948.839-2.147 1.305q-1.2.467-2.56.467"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.18 12.916l4.747-4.772l-.713-.713l-4.033 4.058l-2.029-2.023l-.713.707zm1.012 4.45q-2.984 0-5.088-2.104T3 10.173t2.104-5.088t5.088-2.104t5.08 2.104t2.094 5.088q0 1.362-.467 2.56q-.466 1.2-1.285 2.148L21 20.273l-.688.727l-5.412-5.406q-.948.839-2.147 1.305q-1.2.467-2.56.467"/></svg>
</template>

CSS

.icon-search-check-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%22m9.18%2012.916l4.747-4.772l-.713-.713l-4.033%204.058l-2.029-2.023l-.713.707zm1.012%204.45q-2.984%200-5.088-2.104T3%2010.173t2.104-5.088t5.088-2.104t5.08%202.104t2.094%205.088q0%201.362-.467%202.56q-.466%201.2-1.285%202.148L21%2020.273l-.688.727l-5.412-5.406q-.948.839-2.147%201.305q-1.2.467-2.56.467%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%22m9.18%2012.916l4.747-4.772l-.713-.713l-4.033%204.058l-2.029-2.023l-.713.707zm1.012%204.45q-2.984%200-5.088-2.104T3%2010.173t2.104-5.088t5.088-2.104t5.08%202.104t2.094%205.088q0%201.362-.467%202.56q-.466%201.2-1.285%202.148L21%2020.273l-.688.727l-5.412-5.406q-.948.839-2.147%201.305q-1.2.467-2.56.467%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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