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

Name
search-check-2-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
search-check-2-outline-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="M14.567 14.56q1.799-1.805 1.799-4.385T14.564 5.79t-4.375-1.81t-4.381 1.806T4 10.171t1.806 4.387q1.805 1.807 4.384 1.807t4.377-1.805m-5.386-1.645l4.746-4.77l-.713-.714l-4.033 4.057l-2.029-2.023l-.714.708zm1.011 4.45q-2.984 0-5.088-2.104T3 10.173t2.104-5.088t5.088-2.105t5.08 2.104t2.094 5.088q0 1.359-.467 2.559q-.466 1.2-1.285 2.149L21 20.273l-.688.727l-5.412-5.406q-.948.839-2.149 1.305q-1.2.467-2.559.467m0-7.193"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSearchCheck2Outline(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="M14.567 14.56q1.799-1.805 1.799-4.385T14.564 5.79t-4.375-1.81t-4.381 1.806T4 10.171t1.806 4.387q1.805 1.807 4.384 1.807t4.377-1.805m-5.386-1.645l4.746-4.77l-.713-.714l-4.033 4.057l-2.029-2.023l-.714.708zm1.011 4.45q-2.984 0-5.088-2.104T3 10.173t2.104-5.088t5.088-2.105t5.08 2.104t2.094 5.088q0 1.359-.467 2.559q-.466 1.2-1.285 2.149L21 20.273l-.688.727l-5.412-5.406q-.948.839-2.149 1.305q-1.2.467-2.559.467m0-7.193"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.567 14.56q1.799-1.805 1.799-4.385T14.564 5.79t-4.375-1.81t-4.381 1.806T4 10.171t1.806 4.387q1.805 1.807 4.384 1.807t4.377-1.805m-5.386-1.645l4.746-4.77l-.713-.714l-4.033 4.057l-2.029-2.023l-.714.708zm1.011 4.45q-2.984 0-5.088-2.104T3 10.173t2.104-5.088t5.088-2.105t5.08 2.104t2.094 5.088q0 1.359-.467 2.559q-.466 1.2-1.285 2.149L21 20.273l-.688.727l-5.412-5.406q-.948.839-2.149 1.305q-1.2.467-2.559.467m0-7.193"/></svg>
</template>

CSS

.icon-search-check-2-outline {
  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%22M14.567%2014.56q1.799-1.805%201.799-4.385T14.564%205.79t-4.375-1.81t-4.381%201.806T4%2010.171t1.806%204.387q1.805%201.807%204.384%201.807t4.377-1.805m-5.386-1.645l4.746-4.77l-.713-.714l-4.033%204.057l-2.029-2.023l-.714.708zm1.011%204.45q-2.984%200-5.088-2.104T3%2010.173t2.104-5.088t5.088-2.105t5.08%202.104t2.094%205.088q0%201.359-.467%202.559q-.466%201.2-1.285%202.149L21%2020.273l-.688.727l-5.412-5.406q-.948.839-2.149%201.305q-1.2.467-2.559.467m0-7.193%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%22M14.567%2014.56q1.799-1.805%201.799-4.385T14.564%205.79t-4.375-1.81t-4.381%201.806T4%2010.171t1.806%204.387q1.805%201.807%204.384%201.807t4.377-1.805m-5.386-1.645l4.746-4.77l-.713-.714l-4.033%204.057l-2.029-2.023l-.714.708zm1.011%204.45q-2.984%200-5.088-2.104T3%2010.173t2.104-5.088t5.088-2.105t5.08%202.104t2.094%205.088q0%201.359-.467%202.559q-.466%201.2-1.285%202.149L21%2020.273l-.688.727l-5.412-5.406q-.948.839-2.149%201.305q-1.2.467-2.559.467m0-7.193%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-outline.svg?color=%231a73e8&size=48