database-search from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
database-search
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
database-search-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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="M11.896 20q-1.204-.006-2.447-.199t-2.333-.572t-1.91-.94Q4.384 17.73 4 17v-2.942q.346.63 1.04 1.145q.693.514 1.604.89t1.988.606t2.2.316q.053.84.325 1.59q.272.749.74 1.395m-1.006-4.529q-1.126-.087-2.219-.316q-1.093-.23-2.006-.6t-1.616-.887T4 12.52V9.558q.385.7 1.172 1.246q.788.546 1.825.928t2.256.586t2.459.228h.413q.202 0 .414-.019q-.628.57-1.055 1.316q-.428.748-.594 1.628M12 11q-3.34 0-5.68-1.021T3.98 7.5t2.34-2.479T12 4q3.346 0 5.673 1.021T20 7.5t-2.327 2.479T12 11m9.292 11l-2.661-2.642q-.454.286-.977.464T16.577 20q-1.413 0-2.418-1.005t-1.005-2.418t1.005-2.418t2.418-1.005t2.418 1.005T20 16.577q0 .554-.159 1.087q-.158.532-.503.967L22 21.292zm-2.998-3.706q.706-.706.706-1.717t-.706-1.718q-.706-.705-1.717-.705t-1.718.706q-.705.706-.705 1.717t.705 1.717t1.718.706t1.717-.706"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDatabaseSearch(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="M11.896 20q-1.204-.006-2.447-.199t-2.333-.572t-1.91-.94Q4.384 17.73 4 17v-2.942q.346.63 1.04 1.145q.693.514 1.604.89t1.988.606t2.2.316q.053.84.325 1.59q.272.749.74 1.395m-1.006-4.529q-1.126-.087-2.219-.316q-1.093-.23-2.006-.6t-1.616-.887T4 12.52V9.558q.385.7 1.172 1.246q.788.546 1.825.928t2.256.586t2.459.228h.413q.202 0 .414-.019q-.628.57-1.055 1.316q-.428.748-.594 1.628M12 11q-3.34 0-5.68-1.021T3.98 7.5t2.34-2.479T12 4q3.346 0 5.673 1.021T20 7.5t-2.327 2.479T12 11m9.292 11l-2.661-2.642q-.454.286-.977.464T16.577 20q-1.413 0-2.418-1.005t-1.005-2.418t1.005-2.418t2.418-1.005t2.418 1.005T20 16.577q0 .554-.159 1.087q-.158.532-.503.967L22 21.292zm-2.998-3.706q.706-.706.706-1.717t-.706-1.718q-.706-.705-1.717-.705t-1.718.706q-.705.706-.705 1.717t.705 1.717t1.718.706t1.717-.706"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.896 20q-1.204-.006-2.447-.199t-2.333-.572t-1.91-.94Q4.384 17.73 4 17v-2.942q.346.63 1.04 1.145q.693.514 1.604.89t1.988.606t2.2.316q.053.84.325 1.59q.272.749.74 1.395m-1.006-4.529q-1.126-.087-2.219-.316q-1.093-.23-2.006-.6t-1.616-.887T4 12.52V9.558q.385.7 1.172 1.246q.788.546 1.825.928t2.256.586t2.459.228h.413q.202 0 .414-.019q-.628.57-1.055 1.316q-.428.748-.594 1.628M12 11q-3.34 0-5.68-1.021T3.98 7.5t2.34-2.479T12 4q3.346 0 5.673 1.021T20 7.5t-2.327 2.479T12 11m9.292 11l-2.661-2.642q-.454.286-.977.464T16.577 20q-1.413 0-2.418-1.005t-1.005-2.418t1.005-2.418t2.418-1.005t2.418 1.005T20 16.577q0 .554-.159 1.087q-.158.532-.503.967L22 21.292zm-2.998-3.706q.706-.706.706-1.717t-.706-1.718q-.706-.705-1.717-.705t-1.718.706q-.705.706-.705 1.717t.705 1.717t1.718.706t1.717-.706"/></svg>
</template>

CSS

.icon-database-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%22M11.896%2020q-1.204-.006-2.447-.199t-2.333-.572t-1.91-.94Q4.384%2017.73%204%2017v-2.942q.346.63%201.04%201.145q.693.514%201.604.89t1.988.606t2.2.316q.053.84.325%201.59q.272.749.74%201.395m-1.006-4.529q-1.126-.087-2.219-.316q-1.093-.23-2.006-.6t-1.616-.887T4%2012.52V9.558q.385.7%201.172%201.246q.788.546%201.825.928t2.256.586t2.459.228h.413q.202%200%20.414-.019q-.628.57-1.055%201.316q-.428.748-.594%201.628M12%2011q-3.34%200-5.68-1.021T3.98%207.5t2.34-2.479T12%204q3.346%200%205.673%201.021T20%207.5t-2.327%202.479T12%2011m9.292%2011l-2.661-2.642q-.454.286-.977.464T16.577%2020q-1.413%200-2.418-1.005t-1.005-2.418t1.005-2.418t2.418-1.005t2.418%201.005T20%2016.577q0%20.554-.159%201.087q-.158.532-.503.967L22%2021.292zm-2.998-3.706q.706-.706.706-1.717t-.706-1.718q-.706-.705-1.717-.705t-1.718.706q-.705.706-.705%201.717t.705%201.717t1.718.706t1.717-.706%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%22M11.896%2020q-1.204-.006-2.447-.199t-2.333-.572t-1.91-.94Q4.384%2017.73%204%2017v-2.942q.346.63%201.04%201.145q.693.514%201.604.89t1.988.606t2.2.316q.053.84.325%201.59q.272.749.74%201.395m-1.006-4.529q-1.126-.087-2.219-.316q-1.093-.23-2.006-.6t-1.616-.887T4%2012.52V9.558q.385.7%201.172%201.246q.788.546%201.825.928t2.256.586t2.459.228h.413q.202%200%20.414-.019q-.628.57-1.055%201.316q-.428.748-.594%201.628M12%2011q-3.34%200-5.68-1.021T3.98%207.5t2.34-2.479T12%204q3.346%200%205.673%201.021T20%207.5t-2.327%202.479T12%2011m9.292%2011l-2.661-2.642q-.454.286-.977.464T16.577%2020q-1.413%200-2.418-1.005t-1.005-2.418t1.005-2.418t2.418-1.005t2.418%201.005T20%2016.577q0%20.554-.159%201.087q-.158.532-.503.967L22%2021.292zm-2.998-3.706q.706-.706.706-1.717t-.706-1.718q-.706-.705-1.717-.705t-1.718.706q-.705.706-.705%201.717t.705%201.717t1.718.706t1.717-.706%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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