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

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

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the feature search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 10.23q-1.567 0-2.649-1.081T11.769 6.5t1.082-2.649T15.5 2.769t2.649 1.082T19.231 6.5q0 .675-.21 1.237q-.21.561-.567 1.01l2.962 2.96q.14.141.15.345t-.15.364t-.354.159t-.354-.16l-2.962-2.961q-.448.396-1.038.586t-1.208.19m1.939-1.791q.792-.793.792-1.939t-.793-1.938t-1.938-.793t-1.939.793T12.77 6.5t.792 1.939t1.939.792t1.939-.792M4.616 21q-.691 0-1.153-.462T3 19.385V6.615q0-.69.463-1.152T4.615 5H9.09q.347 0 .565.276t.169.624q-.017.177-.023.36q-.006.182-.006.36q0 2.378 1.656 3.982t4.075 1.604q.436 0 .883-.063q.446-.062.907-.193l1.168 1.09q.255.218.386.532t.131.657v5.156q0 .69-.462 1.152T17.384 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFeatureSearchRounded(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="M15.5 10.23q-1.567 0-2.649-1.081T11.769 6.5t1.082-2.649T15.5 2.769t2.649 1.082T19.231 6.5q0 .675-.21 1.237q-.21.561-.567 1.01l2.962 2.96q.14.141.15.345t-.15.364t-.354.159t-.354-.16l-2.962-2.961q-.448.396-1.038.586t-1.208.19m1.939-1.791q.792-.793.792-1.939t-.793-1.938t-1.938-.793t-1.939.793T12.77 6.5t.792 1.939t1.939.792t1.939-.792M4.616 21q-.691 0-1.153-.462T3 19.385V6.615q0-.69.463-1.152T4.615 5H9.09q.347 0 .565.276t.169.624q-.017.177-.023.36q-.006.182-.006.36q0 2.378 1.656 3.982t4.075 1.604q.436 0 .883-.063q.446-.062.907-.193l1.168 1.09q.255.218.386.532t.131.657v5.156q0 .69-.462 1.152T17.384 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 10.23q-1.567 0-2.649-1.081T11.769 6.5t1.082-2.649T15.5 2.769t2.649 1.082T19.231 6.5q0 .675-.21 1.237q-.21.561-.567 1.01l2.962 2.96q.14.141.15.345t-.15.364t-.354.159t-.354-.16l-2.962-2.961q-.448.396-1.038.586t-1.208.19m1.939-1.791q.792-.793.792-1.939t-.793-1.938t-1.938-.793t-1.939.793T12.77 6.5t.792 1.939t1.939.792t1.939-.792M4.616 21q-.691 0-1.153-.462T3 19.385V6.615q0-.69.463-1.152T4.615 5H9.09q.347 0 .565.276t.169.624q-.017.177-.023.36q-.006.182-.006.36q0 2.378 1.656 3.982t4.075 1.604q.436 0 .883-.063q.446-.062.907-.193l1.168 1.09q.255.218.386.532t.131.657v5.156q0 .69-.462 1.152T17.384 21z"/></svg>
</template>

CSS

.icon-feature-search-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%22M15.5%2010.23q-1.567%200-2.649-1.081T11.769%206.5t1.082-2.649T15.5%202.769t2.649%201.082T19.231%206.5q0%20.675-.21%201.237q-.21.561-.567%201.01l2.962%202.96q.14.141.15.345t-.15.364t-.354.159t-.354-.16l-2.962-2.961q-.448.396-1.038.586t-1.208.19m1.939-1.791q.792-.793.792-1.939t-.793-1.938t-1.938-.793t-1.939.793T12.77%206.5t.792%201.939t1.939.792t1.939-.792M4.616%2021q-.691%200-1.153-.462T3%2019.385V6.615q0-.69.463-1.152T4.615%205H9.09q.347%200%20.565.276t.169.624q-.017.177-.023.36q-.006.182-.006.36q0%202.378%201.656%203.982t4.075%201.604q.436%200%20.883-.063q.446-.062.907-.193l1.168%201.09q.255.218.386.532t.131.657v5.156q0%20.69-.462%201.152T17.384%2021z%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%22M15.5%2010.23q-1.567%200-2.649-1.081T11.769%206.5t1.082-2.649T15.5%202.769t2.649%201.082T19.231%206.5q0%20.675-.21%201.237q-.21.561-.567%201.01l2.962%202.96q.14.141.15.345t-.15.364t-.354.159t-.354-.16l-2.962-2.961q-.448.396-1.038.586t-1.208.19m1.939-1.791q.792-.793.792-1.939t-.793-1.938t-1.938-.793t-1.939.793T12.77%206.5t.792%201.939t1.939.792t1.939-.792M4.616%2021q-.691%200-1.153-.462T3%2019.385V6.615q0-.69.463-1.152T4.615%205H9.09q.347%200%20.565.276t.169.624q-.017.177-.023.36q-.006.182-.006.36q0%202.378%201.656%203.982t4.075%201.604q.436%200%20.883-.063q.446-.062.907-.193l1.168%201.09q.255.218.386.532t.131.657v5.156q0%20.69-.462%201.152T17.384%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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