category search icon
category-search-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- category-search-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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 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.803 19.5q-.343 0-.573-.233q-.23-.232-.23-.575v-4.85q0-.344.233-.574q.232-.23.575-.23h4.85q.344 0 .574.233q.23.232.23.576v4.85q0 .344-.233.573q-.232.23-.576.23zm.197-1h4.462v-4.462H4zM13.917 9H8.544q-.46 0-.69-.416q-.229-.417.013-.82l2.668-4.402q.246-.385.698-.385t.694.385l2.667 4.402q.243.403.013.82t-.69.416m-5.06-1h4.747L11.23 4.196zM21.26 21.48l-2.258-2.257q-.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.257 2.258q.14.14.15.344t-.15.364t-.353.16t-.354-.16m-2.59-3.273q.792-.792.792-1.938t-.792-1.94t-1.939-.792t-1.939.792T14 16.27t.792 1.939T16.73 19t1.94-.792M11.23 8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCategorySearchOutlineRounded(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.803 19.5q-.343 0-.573-.233q-.23-.232-.23-.575v-4.85q0-.344.233-.574q.232-.23.575-.23h4.85q.344 0 .574.233q.23.232.23.576v4.85q0 .344-.233.573q-.232.23-.576.23zm.197-1h4.462v-4.462H4zM13.917 9H8.544q-.46 0-.69-.416q-.229-.417.013-.82l2.668-4.402q.246-.385.698-.385t.694.385l2.667 4.402q.243.403.013.82t-.69.416m-5.06-1h4.747L11.23 4.196zM21.26 21.48l-2.258-2.257q-.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.257 2.258q.14.14.15.344t-.15.364t-.353.16t-.354-.16m-2.59-3.273q.792-.792.792-1.938t-.792-1.94t-1.939-.792t-1.939.792T14 16.27t.792 1.939T16.73 19t1.94-.792M11.23 8"/></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.803 19.5q-.343 0-.573-.233q-.23-.232-.23-.575v-4.85q0-.344.233-.574q.232-.23.575-.23h4.85q.344 0 .574.233q.23.232.23.576v4.85q0 .344-.233.573q-.232.23-.576.23zm.197-1h4.462v-4.462H4zM13.917 9H8.544q-.46 0-.69-.416q-.229-.417.013-.82l2.668-4.402q.246-.385.698-.385t.694.385l2.667 4.402q.243.403.013.82t-.69.416m-5.06-1h4.747L11.23 4.196zM21.26 21.48l-2.258-2.257q-.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.257 2.258q.14.14.15.344t-.15.364t-.353.16t-.354-.16m-2.59-3.273q.792-.792.792-1.938t-.792-1.94t-1.939-.792t-1.939.792T14 16.27t.792 1.939T16.73 19t1.94-.792M11.23 8"/></svg> </template>
CSS
.icon-category-search-outline-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%22M3.803%2019.5q-.343%200-.573-.233q-.23-.232-.23-.575v-4.85q0-.344.233-.574q.232-.23.575-.23h4.85q.344%200%20.574.233q.23.232.23.576v4.85q0%20.344-.233.573q-.232.23-.576.23zm.197-1h4.462v-4.462H4zM13.917%209H8.544q-.46%200-.69-.416q-.229-.417.013-.82l2.668-4.402q.246-.385.698-.385t.694.385l2.667%204.402q.243.403.013.82t-.69.416m-5.06-1h4.747L11.23%204.196zM21.26%2021.48l-2.258-2.257q-.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.257%202.258q.14.14.15.344t-.15.364t-.353.16t-.354-.16m-2.59-3.273q.792-.792.792-1.938t-.792-1.94t-1.939-.792t-1.939.792T14%2016.27t.792%201.939T16.73%2019t1.94-.792M11.23%208%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.803%2019.5q-.343%200-.573-.233q-.23-.232-.23-.575v-4.85q0-.344.233-.574q.232-.23.575-.23h4.85q.344%200%20.574.233q.23.232.23.576v4.85q0%20.344-.233.573q-.232.23-.576.23zm.197-1h4.462v-4.462H4zM13.917%209H8.544q-.46%200-.69-.416q-.229-.417.013-.82l2.668-4.402q.246-.385.698-.385t.694.385l2.667%204.402q.243.403.013.82t-.69.416m-5.06-1h4.747L11.23%204.196zM21.26%2021.48l-2.258-2.257q-.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.257%202.258q.14.14.15.344t-.15.364t-.353.16t-.354-.16m-2.59-3.273q.792-.792.792-1.938t-.792-1.94t-1.939-.792t-1.939.792T14%2016.27t.792%201.939T16.73%2019t1.94-.792M11.23%208%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-outline-rounded.svg?color=%231a73e8&size=48