database search icon
database-search-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- database-search-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
database-search-20-filledFluent UI System Iconsdatabase-searchHuge Iconsdatabase-searchIconParkdatabase-searchIconPark Outlinedatabase-searchIconPark Soliddatabase-searchIconPark TwoTonedatabase-searchIconoirdatabase-searchLucidedatabase-searchMaterial Symbols Lightdatabase-searchMaterial Design Iconsdatabase-searchTabler Icons
More business icons from Material Symbols
Use the database search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.825 20.975q-1.575-.05-2.987-.375t-2.488-.863T3.638 18.5T3 17q0 .8.638 1.5t1.712 1.238t2.488.862t2.987.375m-1.25-5.125q-.575-.075-1.2-.187t-1.225-.275T6 15t-1-.475q.45.25 1 .475t1.15.388t1.225.275t1.2.187M12 9q2.2 0 4.463-.638T19 7.026q-.275-.725-2.512-1.375T12 5q-2.275 0-4.462.638T5 7.025q.375.725 2.613 1.35T12 9m-9 8V7q0-.825.713-1.55T5.65 4.175t2.863-.862T12 3t3.488.313t2.862.862t1.938 1.275T21 7t-.712 1.55t-1.938 1.275t-2.863.863T12 11q-2.125 0-3.925-.375T5 9.525v2.525q.85.775 2.062 1.2t2.513.6q.425.05.688.35t.262.725q0 .4-.275.688t-.675.237q-1.175-.125-2.425-.462T5 14.525V17q.3.575 1.8 1.088t4.05.762q.425.05.688.375t.262.75t-.275.725t-.7.275q-1.575-.05-2.987-.375t-2.488-.863T3.638 18.5T3 17m13.5 4q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.187 1.25T20.3 18.9l2 2q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.325-1.15.513T16.5 21m1.775-2.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDatabaseSearchOutlineRounded(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="M10.825 20.975q-1.575-.05-2.987-.375t-2.488-.863T3.638 18.5T3 17q0 .8.638 1.5t1.712 1.238t2.488.862t2.987.375m-1.25-5.125q-.575-.075-1.2-.187t-1.225-.275T6 15t-1-.475q.45.25 1 .475t1.15.388t1.225.275t1.2.187M12 9q2.2 0 4.463-.638T19 7.026q-.275-.725-2.512-1.375T12 5q-2.275 0-4.462.638T5 7.025q.375.725 2.613 1.35T12 9m-9 8V7q0-.825.713-1.55T5.65 4.175t2.863-.862T12 3t3.488.313t2.862.862t1.938 1.275T21 7t-.712 1.55t-1.938 1.275t-2.863.863T12 11q-2.125 0-3.925-.375T5 9.525v2.525q.85.775 2.062 1.2t2.513.6q.425.05.688.35t.262.725q0 .4-.275.688t-.675.237q-1.175-.125-2.425-.462T5 14.525V17q.3.575 1.8 1.088t4.05.762q.425.05.688.375t.262.75t-.275.725t-.7.275q-1.575-.05-2.987-.375t-2.488-.863T3.638 18.5T3 17m13.5 4q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.187 1.25T20.3 18.9l2 2q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.325-1.15.513T16.5 21m1.775-2.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.825 20.975q-1.575-.05-2.987-.375t-2.488-.863T3.638 18.5T3 17q0 .8.638 1.5t1.712 1.238t2.488.862t2.987.375m-1.25-5.125q-.575-.075-1.2-.187t-1.225-.275T6 15t-1-.475q.45.25 1 .475t1.15.388t1.225.275t1.2.187M12 9q2.2 0 4.463-.638T19 7.026q-.275-.725-2.512-1.375T12 5q-2.275 0-4.462.638T5 7.025q.375.725 2.613 1.35T12 9m-9 8V7q0-.825.713-1.55T5.65 4.175t2.863-.862T12 3t3.488.313t2.862.862t1.938 1.275T21 7t-.712 1.55t-1.938 1.275t-2.863.863T12 11q-2.125 0-3.925-.375T5 9.525v2.525q.85.775 2.062 1.2t2.513.6q.425.05.688.35t.262.725q0 .4-.275.688t-.675.237q-1.175-.125-2.425-.462T5 14.525V17q.3.575 1.8 1.088t4.05.762q.425.05.688.375t.262.75t-.275.725t-.7.275q-1.575-.05-2.987-.375t-2.488-.863T3.638 18.5T3 17m13.5 4q-1.875 0-3.187-1.312T12 16.5t1.313-3.187T16.5 12t3.188 1.313T21 16.5q0 .65-.187 1.25T20.3 18.9l2 2q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.325-1.15.513T16.5 21m1.775-2.725Q19 17.55 19 16.5t-.725-1.775T16.5 14t-1.775.725T14 16.5t.725 1.775T16.5 19t1.775-.725"/></svg> </template>
CSS
.icon-database-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%22M10.825%2020.975q-1.575-.05-2.987-.375t-2.488-.863T3.638%2018.5T3%2017q0%20.8.638%201.5t1.712%201.238t2.488.862t2.987.375m-1.25-5.125q-.575-.075-1.2-.187t-1.225-.275T6%2015t-1-.475q.45.25%201%20.475t1.15.388t1.225.275t1.2.187M12%209q2.2%200%204.463-.638T19%207.026q-.275-.725-2.512-1.375T12%205q-2.275%200-4.462.638T5%207.025q.375.725%202.613%201.35T12%209m-9%208V7q0-.825.713-1.55T5.65%204.175t2.863-.862T12%203t3.488.313t2.862.862t1.938%201.275T21%207t-.712%201.55t-1.938%201.275t-2.863.863T12%2011q-2.125%200-3.925-.375T5%209.525v2.525q.85.775%202.062%201.2t2.513.6q.425.05.688.35t.262.725q0%20.4-.275.688t-.675.237q-1.175-.125-2.425-.462T5%2014.525V17q.3.575%201.8%201.088t4.05.762q.425.05.688.375t.262.75t-.275.725t-.7.275q-1.575-.05-2.987-.375t-2.488-.863T3.638%2018.5T3%2017m13.5%204q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.65-.187%201.25T20.3%2018.9l2%202q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.325-1.15.513T16.5%2021m1.775-2.725Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725%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%22M10.825%2020.975q-1.575-.05-2.987-.375t-2.488-.863T3.638%2018.5T3%2017q0%20.8.638%201.5t1.712%201.238t2.488.862t2.987.375m-1.25-5.125q-.575-.075-1.2-.187t-1.225-.275T6%2015t-1-.475q.45.25%201%20.475t1.15.388t1.225.275t1.2.187M12%209q2.2%200%204.463-.638T19%207.026q-.275-.725-2.512-1.375T12%205q-2.275%200-4.462.638T5%207.025q.375.725%202.613%201.35T12%209m-9%208V7q0-.825.713-1.55T5.65%204.175t2.863-.862T12%203t3.488.313t2.862.862t1.938%201.275T21%207t-.712%201.55t-1.938%201.275t-2.863.863T12%2011q-2.125%200-3.925-.375T5%209.525v2.525q.85.775%202.062%201.2t2.513.6q.425.05.688.35t.262.725q0%20.4-.275.688t-.675.237q-1.175-.125-2.425-.462T5%2014.525V17q.3.575%201.8%201.088t4.05.762q.425.05.688.375t.262.75t-.275.725t-.7.275q-1.575-.05-2.987-.375t-2.488-.863T3.638%2018.5T3%2017m13.5%204q-1.875%200-3.187-1.312T12%2016.5t1.313-3.187T16.5%2012t3.188%201.313T21%2016.5q0%20.65-.187%201.25T20.3%2018.9l2%202q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2-2q-.55.325-1.15.513T16.5%2021m1.775-2.725Q19%2017.55%2019%2016.5t-.725-1.775T16.5%2014t-1.775.725T14%2016.5t.725%201.775T16.5%2019t1.775-.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/database-search-outline-rounded.svg?color=%231a73e8&size=48