database search icon
database-search-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- database-search-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
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="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v18c0 2.761 4.925 5 11 5c1.823 0 3.543-.202 5.058-.559a7.46 7.46 0 0 1-3.62-1.487Q16.739 28 16 28c-2.82 0-5.275-.523-6.95-1.285C7.192 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124v5.248c.736.321 1.41.758 2 1.286zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7m-3 21c1.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 FluentDatabaseSearch32Regular(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="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v18c0 2.761 4.925 5 11 5c1.823 0 3.543-.202 5.058-.559a7.46 7.46 0 0 1-3.62-1.487Q16.739 28 16 28c-2.82 0-5.275-.523-6.95-1.285C7.192 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124v5.248c.736.321 1.41.758 2 1.286zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7m-3 21c1.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="M27 7c0-2.761-4.925-5-11-5S5 4.239 5 7v18c0 2.761 4.925 5 11 5c1.823 0 3.543-.202 5.058-.559a7.46 7.46 0 0 1-3.62-1.487Q16.739 28 16 28c-2.82 0-5.275-.523-6.95-1.285C7.192 25.87 7 25.115 7 25V9.876C8.99 11.16 12.28 12 16 12s7.01-.84 9-2.124v5.248c.736.321 1.41.758 2 1.286zm-2 0c0 .114-.193.871-2.05 1.715C21.276 9.477 18.82 10 16 10s-5.275-.523-6.95-1.285C7.192 7.87 7 7.115 7 7s.193-.871 2.05-1.715C10.724 4.523 13.18 4 16 4s5.275.523 6.95 1.285C24.808 6.13 25 6.885 25 7m-3 21c1.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-regular {
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%22M27%207c0-2.761-4.925-5-11-5S5%204.239%205%207v18c0%202.761%204.925%205%2011%205c1.823%200%203.543-.202%205.058-.559a7.46%207.46%200%200%201-3.62-1.487Q16.739%2028%2016%2028c-2.82%200-5.275-.523-6.95-1.285C7.192%2025.87%207%2025.115%207%2025V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124v5.248c.736.321%201.41.758%202%201.286zm-2%200c0%20.114-.193.871-2.05%201.715C21.276%209.477%2018.82%2010%2016%2010s-5.275-.523-6.95-1.285C7.192%207.87%207%207.115%207%207s.193-.871%202.05-1.715C10.724%204.523%2013.18%204%2016%204s5.275.523%206.95%201.285C24.808%206.13%2025%206.885%2025%207m-3%2021c1.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%22M27%207c0-2.761-4.925-5-11-5S5%204.239%205%207v18c0%202.761%204.925%205%2011%205c1.823%200%203.543-.202%205.058-.559a7.46%207.46%200%200%201-3.62-1.487Q16.739%2028%2016%2028c-2.82%200-5.275-.523-6.95-1.285C7.192%2025.87%207%2025.115%207%2025V9.876C8.99%2011.16%2012.28%2012%2016%2012s7.01-.84%209-2.124v5.248c.736.321%201.41.758%202%201.286zm-2%200c0%20.114-.193.871-2.05%201.715C21.276%209.477%2018.82%2010%2016%2010s-5.275-.523-6.95-1.285C7.192%207.87%207%207.115%207%207s.193-.871%202.05-1.715C10.724%204.523%2013.18%204%2016%204s5.275.523%206.95%201.285C24.808%206.13%2025%206.885%2025%207m-3%2021c1.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-regular.svg?color=%231a73e8&size=48