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

Name
search-check-2-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

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 11.489l-1.674-1.67q-.146-.146-.344-.155t-.364.155t-.168.354t.162.354l1.818 1.817q.242.243.568.243t.568-.243l3.827-3.84q.146-.146.156-.347t-.156-.366t-.357-.166t-.356.166zm1.012 5.877q-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.148l5.052 5.052q.146.146.146.337t-.146.357t-.357.165t-.376-.165L14.9 15.594q-.948.839-2.147 1.305q-1.2.467-2.56.467"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSearchCheck2Rounded(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 11.489l-1.674-1.67q-.146-.146-.344-.155t-.364.155t-.168.354t.162.354l1.818 1.817q.242.243.568.243t.568-.243l3.827-3.84q.146-.146.156-.347t-.156-.366t-.357-.166t-.356.166zm1.012 5.877q-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.148l5.052 5.052q.146.146.146.337t-.146.357t-.357.165t-.376-.165L14.9 15.594q-.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 11.489l-1.674-1.67q-.146-.146-.344-.155t-.364.155t-.168.354t.162.354l1.818 1.817q.242.243.568.243t.568-.243l3.827-3.84q.146-.146.156-.347t-.156-.366t-.357-.166t-.356.166zm1.012 5.877q-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.148l5.052 5.052q.146.146.146.337t-.146.357t-.357.165t-.376-.165L14.9 15.594q-.948.839-2.147 1.305q-1.2.467-2.56.467"/></svg>
</template>

CSS

.icon-search-check-2-rounded {
  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%2011.489l-1.674-1.67q-.146-.146-.344-.155t-.364.155t-.168.354t.162.354l1.818%201.817q.242.243.568.243t.568-.243l3.827-3.84q.146-.146.156-.347t-.156-.366t-.357-.166t-.356.166zm1.012%205.877q-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.148l5.052%205.052q.146.146.146.337t-.146.357t-.357.165t-.376-.165L14.9%2015.594q-.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%2011.489l-1.674-1.67q-.146-.146-.344-.155t-.364.155t-.168.354t.162.354l1.818%201.817q.242.243.568.243t.568-.243l3.827-3.84q.146-.146.156-.347t-.156-.366t-.357-.166t-.356.166zm1.012%205.877q-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.148l5.052%205.052q.146.146.146.337t-.146.357t-.357.165t-.376-.165L14.9%2015.594q-.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-rounded.svg?color=%231a73e8&size=48