database search icon
database-search-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- database-search-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
database-searchHuge Iconsdatabase-searchIconParkdatabase-searchIconPark Outlinedatabase-searchIconPark Soliddatabase-searchIconPark TwoTonedatabase-searchIconoirdatabase-searchLucidedatabase-searchMaterial Symbolsdatabase-searchMaterial Symbols Lightdatabase-searchMaterial Design Iconsdatabase-searchTabler Icons
Related icons in Fluent UI System Icons
database-arrow-down-20-filleddatabase-arrow-right-16-filleddatabase-arrow-up-16-filleddatabase-checkmark-16-filleddatabase-lightning-20-filleddatabase-link-20-filleddatabase-multiple-20-filleddatabase-person-20-filleddatabase-plug-connected-20-filleddatabase-settings-16-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 7c0-2.761 4.925-5 11-5s11 2.239 11 5s-4.925 5-11 5S5 9.761 5 7m11 7c3.256 0 6.3-.596 8.606-1.644c.823-.374 1.668-.865 2.394-1.48v5.534a7.5 7.5 0 1 0-5.942 13.032C19.543 29.797 17.823 30 16 30c-6.075 0-11-2.239-11-5V10.876c.726.615 1.571 1.106 2.394 1.48C9.7 13.404 12.744 14 16 14m6 14c1.296 0 2.496-.41 3.477-1.11l3.316 3.317a1 1 0 0 0 1.414-1.414l-3.316-3.316A6 6 0 1 0 22 28m0-2a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabaseSearch32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 7c0-2.761 4.925-5 11-5s11 2.239 11 5s-4.925 5-11 5S5 9.761 5 7m11 7c3.256 0 6.3-.596 8.606-1.644c.823-.374 1.668-.865 2.394-1.48v5.534a7.5 7.5 0 1 0-5.942 13.032C19.543 29.797 17.823 30 16 30c-6.075 0-11-2.239-11-5V10.876c.726.615 1.571 1.106 2.394 1.48C9.7 13.404 12.744 14 16 14m6 14c1.296 0 2.496-.41 3.477-1.11l3.316 3.317a1 1 0 0 0 1.414-1.414l-3.316-3.316A6 6 0 1 0 22 28m0-2a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 7c0-2.761 4.925-5 11-5s11 2.239 11 5s-4.925 5-11 5S5 9.761 5 7m11 7c3.256 0 6.3-.596 8.606-1.644c.823-.374 1.668-.865 2.394-1.48v5.534a7.5 7.5 0 1 0-5.942 13.032C19.543 29.797 17.823 30 16 30c-6.075 0-11-2.239-11-5V10.876c.726.615 1.571 1.106 2.394 1.48C9.7 13.404 12.744 14 16 14m6 14c1.296 0 2.496-.41 3.477-1.11l3.316 3.317a1 1 0 0 0 1.414-1.414l-3.316-3.316A6 6 0 1 0 22 28m0-2a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg> </template>
CSS
.icon-database-search-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207c0-2.761%204.925-5%2011-5s11%202.239%2011%205s-4.925%205-11%205S5%209.761%205%207m11%207c3.256%200%206.3-.596%208.606-1.644c.823-.374%201.668-.865%202.394-1.48v5.534a7.5%207.5%200%201%200-5.942%2013.032C19.543%2029.797%2017.823%2030%2016%2030c-6.075%200-11-2.239-11-5V10.876c.726.615%201.571%201.106%202.394%201.48C9.7%2013.404%2012.744%2014%2016%2014m6%2014c1.296%200%202.496-.41%203.477-1.11l3.316%203.317a1%201%200%200%200%201.414-1.414l-3.316-3.316A6%206%200%201%200%2022%2028m0-2a4%204%200%201%201%200-8a4%204%200%200%201%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207c0-2.761%204.925-5%2011-5s11%202.239%2011%205s-4.925%205-11%205S5%209.761%205%207m11%207c3.256%200%206.3-.596%208.606-1.644c.823-.374%201.668-.865%202.394-1.48v5.534a7.5%207.5%200%201%200-5.942%2013.032C19.543%2029.797%2017.823%2030%2016%2030c-6.075%200-11-2.239-11-5V10.876c.726.615%201.571%201.106%202.394%201.48C9.7%2013.404%2012.744%2014%2016%2014m6%2014c1.296%200%202.496-.41%203.477-1.11l3.316%203.317a1%201%200%200%200%201.414-1.414l-3.316-3.316A6%206%200%201%200%2022%2028m0-2a4%204%200%201%201%200-8a4%204%200%200%201%200%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-search-32-filled.svg?color=%231a73e8&size=48