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

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

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the category search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19.5v-6.462h6.462V19.5zM7.115 9l4.116-6.77L15.346 9zm14.499 12.835l-2.612-2.612q-.467.37-1.041.573q-.574.204-1.23.204q-1.567 0-2.65-1.082T13 16.27t1.082-2.649t2.649-1.082t2.649 1.082t1.082 2.65q0 .65-.204 1.214t-.548 1.031l2.611 2.612zm-2.945-3.627q.793-.792.793-1.939t-.793-1.938t-1.938-.793t-1.939.793T14 16.269t.792 1.939t1.939.792t1.938-.792"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCategorySearch(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="M3 19.5v-6.462h6.462V19.5zM7.115 9l4.116-6.77L15.346 9zm14.499 12.835l-2.612-2.612q-.467.37-1.041.573q-.574.204-1.23.204q-1.567 0-2.65-1.082T13 16.27t1.082-2.649t2.649-1.082t2.649 1.082t1.082 2.65q0 .65-.204 1.214t-.548 1.031l2.611 2.612zm-2.945-3.627q.793-.792.793-1.939t-.793-1.938t-1.938-.793t-1.939.793T14 16.269t.792 1.939t1.939.792t1.938-.792"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19.5v-6.462h6.462V19.5zM7.115 9l4.116-6.77L15.346 9zm14.499 12.835l-2.612-2.612q-.467.37-1.041.573q-.574.204-1.23.204q-1.567 0-2.65-1.082T13 16.27t1.082-2.649t2.649-1.082t2.649 1.082t1.082 2.65q0 .65-.204 1.214t-.548 1.031l2.611 2.612zm-2.945-3.627q.793-.792.793-1.939t-.793-1.938t-1.938-.793t-1.939.793T14 16.269t.792 1.939t1.939.792t1.938-.792"/></svg>
</template>

CSS

.icon-category-search {
  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%22M3%2019.5v-6.462h6.462V19.5zM7.115%209l4.116-6.77L15.346%209zm14.499%2012.835l-2.612-2.612q-.467.37-1.041.573q-.574.204-1.23.204q-1.567%200-2.65-1.082T13%2016.27t1.082-2.649t2.649-1.082t2.649%201.082t1.082%202.65q0%20.65-.204%201.214t-.548%201.031l2.611%202.612zm-2.945-3.627q.793-.792.793-1.939t-.793-1.938t-1.938-.793t-1.939.793T14%2016.269t.792%201.939t1.939.792t1.938-.792%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%22M3%2019.5v-6.462h6.462V19.5zM7.115%209l4.116-6.77L15.346%209zm14.499%2012.835l-2.612-2.612q-.467.37-1.041.573q-.574.204-1.23.204q-1.567%200-2.65-1.082T13%2016.27t1.082-2.649t2.649-1.082t2.649%201.082t1.082%202.65q0%20.65-.204%201.214t-.548%201.031l2.611%202.612zm-2.945-3.627q.793-.792.793-1.939t-.793-1.938t-1.938-.793t-1.939.793T14%2016.269t.792%201.939t1.939.792t1.938-.792%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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