database settings icon
database-settings-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- database-settings-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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-search-20-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.06 12.901a2 2 0 0 0 2.9.001l.493-.518a5.3 5.3 0 0 1 1.485.922l-.187.63a2 2 0 0 0 1.45 2.511l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.144a2 2 0 0 0-1.44 2.496l.197.687a5.3 5.3 0 0 1-1.483.912l-.498-.524a2 2 0 0 0-2.899 0l-.493.518a5.3 5.3 0 0 1-1.484-.922l.186-.63a2 2 0 0 0-1.45-2.511l-.54-.13a5.7 5.7 0 0 1-.006-1.808l.584-.144a2 2 0 0 0 1.441-2.496l-.198-.686c.44-.382.94-.693 1.483-.913zM4 9.054c.502.45 1.084.822 1.672 1.116c1.697.848 3.936 1.33 6.328 1.33a16.7 16.7 0 0 0 3.22-.307c-2.465.991-4.22 3.52-4.22 6.307c0 1.737.682 3.314 1.792 4.48q-.39.019-.792.02c-4.418 0-8-1.79-8-4zM17.499 16c-.8 0-1.449.672-1.45 1.5S16.7 19 17.5 19s1.45-.672 1.45-1.5S18.3 16 17.5 16M12 2c4.418 0 8 1.79 8 4s-3.582 4-8 4s-8-1.79-8-4s3.582-4 8-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabaseSettings24Filled(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="M16.06 12.901a2 2 0 0 0 2.9.001l.493-.518a5.3 5.3 0 0 1 1.485.922l-.187.63a2 2 0 0 0 1.45 2.511l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.144a2 2 0 0 0-1.44 2.496l.197.687a5.3 5.3 0 0 1-1.483.912l-.498-.524a2 2 0 0 0-2.899 0l-.493.518a5.3 5.3 0 0 1-1.484-.922l.186-.63a2 2 0 0 0-1.45-2.511l-.54-.13a5.7 5.7 0 0 1-.006-1.808l.584-.144a2 2 0 0 0 1.441-2.496l-.198-.686c.44-.382.94-.693 1.483-.913zM4 9.054c.502.45 1.084.822 1.672 1.116c1.697.848 3.936 1.33 6.328 1.33a16.7 16.7 0 0 0 3.22-.307c-2.465.991-4.22 3.52-4.22 6.307c0 1.737.682 3.314 1.792 4.48q-.39.019-.792.02c-4.418 0-8-1.79-8-4zM17.499 16c-.8 0-1.449.672-1.45 1.5S16.7 19 17.5 19s1.45-.672 1.45-1.5S18.3 16 17.5 16M12 2c4.418 0 8 1.79 8 4s-3.582 4-8 4s-8-1.79-8-4s3.582-4 8-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.06 12.901a2 2 0 0 0 2.9.001l.493-.518a5.3 5.3 0 0 1 1.485.922l-.187.63a2 2 0 0 0 1.45 2.511l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.144a2 2 0 0 0-1.44 2.496l.197.687a5.3 5.3 0 0 1-1.483.912l-.498-.524a2 2 0 0 0-2.899 0l-.493.518a5.3 5.3 0 0 1-1.484-.922l.186-.63a2 2 0 0 0-1.45-2.511l-.54-.13a5.7 5.7 0 0 1-.006-1.808l.584-.144a2 2 0 0 0 1.441-2.496l-.198-.686c.44-.382.94-.693 1.483-.913zM4 9.054c.502.45 1.084.822 1.672 1.116c1.697.848 3.936 1.33 6.328 1.33a16.7 16.7 0 0 0 3.22-.307c-2.465.991-4.22 3.52-4.22 6.307c0 1.737.682 3.314 1.792 4.48q-.39.019-.792.02c-4.418 0-8-1.79-8-4zM17.499 16c-.8 0-1.449.672-1.45 1.5S16.7 19 17.5 19s1.45-.672 1.45-1.5S18.3 16 17.5 16M12 2c4.418 0 8 1.79 8 4s-3.582 4-8 4s-8-1.79-8-4s3.582-4 8-4"/></svg> </template>
CSS
.icon-database-settings-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.06%2012.901a2%202%200%200%200%202.9.001l.493-.518a5.3%205.3%200%200%201%201.485.922l-.187.63a2%202%200%200%200%201.45%202.511l.54.13a5.7%205.7%200%200%201%20.005%201.807l-.584.144a2%202%200%200%200-1.44%202.496l.197.687a5.3%205.3%200%200%201-1.483.912l-.498-.524a2%202%200%200%200-2.899%200l-.493.518a5.3%205.3%200%200%201-1.484-.922l.186-.63a2%202%200%200%200-1.45-2.511l-.54-.13a5.7%205.7%200%200%201-.006-1.808l.584-.144a2%202%200%200%200%201.441-2.496l-.198-.686c.44-.382.94-.693%201.483-.913zM4%209.054c.502.45%201.084.822%201.672%201.116c1.697.848%203.936%201.33%206.328%201.33a16.7%2016.7%200%200%200%203.22-.307c-2.465.991-4.22%203.52-4.22%206.307c0%201.737.682%203.314%201.792%204.48q-.39.019-.792.02c-4.418%200-8-1.79-8-4zM17.499%2016c-.8%200-1.449.672-1.45%201.5S16.7%2019%2017.5%2019s1.45-.672%201.45-1.5S18.3%2016%2017.5%2016M12%202c4.418%200%208%201.79%208%204s-3.582%204-8%204s-8-1.79-8-4s3.582-4%208-4%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%22M16.06%2012.901a2%202%200%200%200%202.9.001l.493-.518a5.3%205.3%200%200%201%201.485.922l-.187.63a2%202%200%200%200%201.45%202.511l.54.13a5.7%205.7%200%200%201%20.005%201.807l-.584.144a2%202%200%200%200-1.44%202.496l.197.687a5.3%205.3%200%200%201-1.483.912l-.498-.524a2%202%200%200%200-2.899%200l-.493.518a5.3%205.3%200%200%201-1.484-.922l.186-.63a2%202%200%200%200-1.45-2.511l-.54-.13a5.7%205.7%200%200%201-.006-1.808l.584-.144a2%202%200%200%200%201.441-2.496l-.198-.686c.44-.382.94-.693%201.483-.913zM4%209.054c.502.45%201.084.822%201.672%201.116c1.697.848%203.936%201.33%206.328%201.33a16.7%2016.7%200%200%200%203.22-.307c-2.465.991-4.22%203.52-4.22%206.307c0%201.737.682%203.314%201.792%204.48q-.39.019-.792.02c-4.418%200-8-1.79-8-4zM17.499%2016c-.8%200-1.449.672-1.45%201.5S16.7%2019%2017.5%2019s1.45-.672%201.45-1.5S18.3%2016%2017.5%2016M12%202c4.418%200%208%201.79%208%204s-3.582%204-8%204s-8-1.79-8-4s3.582-4%208-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-settings-24-filled.svg?color=%231a73e8&size=48