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

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

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the search check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.925 10.123l2.206-2.186q.129-.13.304-.13t.304.13q.148.129.138.313q-.01.185-.138.314l-2.223 2.228q-.243.242-.566.233t-.565-.233L7.262 9.713q-.148-.122-.148-.3t.148-.327t.313-.148t.314.148zm.614 5.108q-2.398 0-4.065-1.666Q3.808 11.898 3.808 9.5t1.666-4.065T9.539 3.77t4.064 1.666q1.666 1.667 1.666 4.065q0 1.042-.369 2.017t-.97 1.668l5.909 5.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99 0 3.361-1.37q1.37-1.37 1.37-3.361T12.9 6.14T9.54 4.77T6.179 6.14T4.808 9.5t1.37 3.36t3.36 1.37"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSearchCheckRounded(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="m8.925 10.123l2.206-2.186q.129-.13.304-.13t.304.13q.148.129.138.313q-.01.185-.138.314l-2.223 2.228q-.243.242-.566.233t-.565-.233L7.262 9.713q-.148-.122-.148-.3t.148-.327t.313-.148t.314.148zm.614 5.108q-2.398 0-4.065-1.666Q3.808 11.898 3.808 9.5t1.666-4.065T9.539 3.77t4.064 1.666q1.666 1.667 1.666 4.065q0 1.042-.369 2.017t-.97 1.668l5.909 5.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99 0 3.361-1.37q1.37-1.37 1.37-3.361T12.9 6.14T9.54 4.77T6.179 6.14T4.808 9.5t1.37 3.36t3.36 1.37"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.925 10.123l2.206-2.186q.129-.13.304-.13t.304.13q.148.129.138.313q-.01.185-.138.314l-2.223 2.228q-.243.242-.566.233t-.565-.233L7.262 9.713q-.148-.122-.148-.3t.148-.327t.313-.148t.314.148zm.614 5.108q-2.398 0-4.065-1.666Q3.808 11.898 3.808 9.5t1.666-4.065T9.539 3.77t4.064 1.666q1.666 1.667 1.666 4.065q0 1.042-.369 2.017t-.97 1.668l5.909 5.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99 0 3.361-1.37q1.37-1.37 1.37-3.361T12.9 6.14T9.54 4.77T6.179 6.14T4.808 9.5t1.37 3.36t3.36 1.37"/></svg>
</template>

CSS

.icon-search-check-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%22m8.925%2010.123l2.206-2.186q.129-.13.304-.13t.304.13q.148.129.138.313q-.01.185-.138.314l-2.223%202.228q-.243.242-.566.233t-.565-.233L7.262%209.713q-.148-.122-.148-.3t.148-.327t.313-.148t.314.148zm.614%205.108q-2.398%200-4.065-1.666Q3.808%2011.898%203.808%209.5t1.666-4.065T9.539%203.77t4.064%201.666q1.666%201.667%201.666%204.065q0%201.042-.369%202.017t-.97%201.668l5.909%205.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99%200%203.361-1.37q1.37-1.37%201.37-3.361T12.9%206.14T9.54%204.77T6.179%206.14T4.808%209.5t1.37%203.36t3.36%201.37%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%22m8.925%2010.123l2.206-2.186q.129-.13.304-.13t.304.13q.148.129.138.313q-.01.185-.138.314l-2.223%202.228q-.243.242-.566.233t-.565-.233L7.262%209.713q-.148-.122-.148-.3t.148-.327t.313-.148t.314.148zm.614%205.108q-2.398%200-4.065-1.666Q3.808%2011.898%203.808%209.5t1.666-4.065T9.539%203.77t4.064%201.666q1.666%201.667%201.666%204.065q0%201.042-.369%202.017t-.97%201.668l5.909%205.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99%200%203.361-1.37q1.37-1.37%201.37-3.361T12.9%206.14T9.54%204.77T6.179%206.14T4.808%209.5t1.37%203.36t3.36%201.37%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-rounded.svg?color=%231a73e8&size=48

Search Check rounded icon — Material Symbols Light · IconsDB