database multiple icon
database-multiple-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- database-multiple-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System 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-person-20-filleddatabase-plug-connected-20-filleddatabase-search-20-filleddatabase-settings-16-filleddatabase-stack-16-filleddatabase-switch-20-filleddatabase-warning-20-filleddatabase-window-20-filled
Use the database multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.904 1.777C6.875 2.245 6 2.993 6 4v3.014a9 9 0 0 1 1 0V5.698c.271.202.58.378.904.525C8.978 6.711 10.427 7 12 7s3.022-.289 4.096-.777A5 5 0 0 0 17 5.698V14c0 .374-.356.875-1.318 1.313c-.916.416-2.218.687-3.682.687v.5q0 .26-.051.5H12c1.573 0 3.022-.289 4.096-.777C17.125 15.755 18 15.007 18 14V4c0-1.007-.875-1.755-1.904-2.223C15.022 1.289 13.573 1 12 1s-3.022.289-4.096.777m.414 3.536C7.356 4.875 7 4.373 7 4c0-.374.356-.875 1.318-1.313C9.234 2.271 10.536 2 12 2s2.766.27 3.682.687C16.644 3.125 17 3.627 17 4c0 .374-.356.875-1.318 1.313C14.766 5.729 13.464 6 12 6s-2.766-.27-3.682-.687M7 8.015q.455.028.88.105c.4.071.777.173 1.12.3c1.206.45 2 1.213 2 2.08c0 1.38-2.015 2.5-4.5 2.5S2 11.88 2 10.5c0-1.287 1.75-2.347 4-2.485a8 8 0 0 1 1 0m3.926 8.94c-.385 1.163-2.22 2.044-4.426 2.044C4.015 19 2 17.88 2 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858s2.679-.309 3.668-.858c.293-.163.578-.36.833-.59v3.407L11 16.5q0 .234-.074.455"/></svg>
React
import type { SVGProps } from "react";
export function FluentDatabaseMultiple20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.904 1.777C6.875 2.245 6 2.993 6 4v3.014a9 9 0 0 1 1 0V5.698c.271.202.58.378.904.525C8.978 6.711 10.427 7 12 7s3.022-.289 4.096-.777A5 5 0 0 0 17 5.698V14c0 .374-.356.875-1.318 1.313c-.916.416-2.218.687-3.682.687v.5q0 .26-.051.5H12c1.573 0 3.022-.289 4.096-.777C17.125 15.755 18 15.007 18 14V4c0-1.007-.875-1.755-1.904-2.223C15.022 1.289 13.573 1 12 1s-3.022.289-4.096.777m.414 3.536C7.356 4.875 7 4.373 7 4c0-.374.356-.875 1.318-1.313C9.234 2.271 10.536 2 12 2s2.766.27 3.682.687C16.644 3.125 17 3.627 17 4c0 .374-.356.875-1.318 1.313C14.766 5.729 13.464 6 12 6s-2.766-.27-3.682-.687M7 8.015q.455.028.88.105c.4.071.777.173 1.12.3c1.206.45 2 1.213 2 2.08c0 1.38-2.015 2.5-4.5 2.5S2 11.88 2 10.5c0-1.287 1.75-2.347 4-2.485a8 8 0 0 1 1 0m3.926 8.94c-.385 1.163-2.22 2.044-4.426 2.044C4.015 19 2 17.88 2 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858s2.679-.309 3.668-.858c.293-.163.578-.36.833-.59v3.407L11 16.5q0 .234-.074.455"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.904 1.777C6.875 2.245 6 2.993 6 4v3.014a9 9 0 0 1 1 0V5.698c.271.202.58.378.904.525C8.978 6.711 10.427 7 12 7s3.022-.289 4.096-.777A5 5 0 0 0 17 5.698V14c0 .374-.356.875-1.318 1.313c-.916.416-2.218.687-3.682.687v.5q0 .26-.051.5H12c1.573 0 3.022-.289 4.096-.777C17.125 15.755 18 15.007 18 14V4c0-1.007-.875-1.755-1.904-2.223C15.022 1.289 13.573 1 12 1s-3.022.289-4.096.777m.414 3.536C7.356 4.875 7 4.373 7 4c0-.374.356-.875 1.318-1.313C9.234 2.271 10.536 2 12 2s2.766.27 3.682.687C16.644 3.125 17 3.627 17 4c0 .374-.356.875-1.318 1.313C14.766 5.729 13.464 6 12 6s-2.766-.27-3.682-.687M7 8.015q.455.028.88.105c.4.071.777.173 1.12.3c1.206.45 2 1.213 2 2.08c0 1.38-2.015 2.5-4.5 2.5S2 11.88 2 10.5c0-1.287 1.75-2.347 4-2.485a8 8 0 0 1 1 0m3.926 8.94c-.385 1.163-2.22 2.044-4.426 2.044C4.015 19 2 17.88 2 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858s2.679-.309 3.668-.858c.293-.163.578-.36.833-.59v3.407L11 16.5q0 .234-.074.455"/></svg> </template>
CSS
.icon-database-multiple-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.904%201.777C6.875%202.245%206%202.993%206%204v3.014a9%209%200%200%201%201%200V5.698c.271.202.58.378.904.525C8.978%206.711%2010.427%207%2012%207s3.022-.289%204.096-.777A5%205%200%200%200%2017%205.698V14c0%20.374-.356.875-1.318%201.313c-.916.416-2.218.687-3.682.687v.5q0%20.26-.051.5H12c1.573%200%203.022-.289%204.096-.777C17.125%2015.755%2018%2015.007%2018%2014V4c0-1.007-.875-1.755-1.904-2.223C15.022%201.289%2013.573%201%2012%201s-3.022.289-4.096.777m.414%203.536C7.356%204.875%207%204.373%207%204c0-.374.356-.875%201.318-1.313C9.234%202.271%2010.536%202%2012%202s2.766.27%203.682.687C16.644%203.125%2017%203.627%2017%204c0%20.374-.356.875-1.318%201.313C14.766%205.729%2013.464%206%2012%206s-2.766-.27-3.682-.687M7%208.015q.455.028.88.105c.4.071.777.173%201.12.3c1.206.45%202%201.213%202%202.08c0%201.38-2.015%202.5-4.5%202.5S2%2011.88%202%2010.5c0-1.287%201.75-2.347%204-2.485a8%208%200%200%201%201%200m3.926%208.94c-.385%201.163-2.22%202.044-4.426%202.044C4.015%2019%202%2017.88%202%2016.5v-3.945c.255.23.54.425.832.588c.99.55%202.288.858%203.668.858s2.679-.309%203.668-.858c.293-.163.578-.36.833-.59v3.407L11%2016.5q0%20.234-.074.455%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.904%201.777C6.875%202.245%206%202.993%206%204v3.014a9%209%200%200%201%201%200V5.698c.271.202.58.378.904.525C8.978%206.711%2010.427%207%2012%207s3.022-.289%204.096-.777A5%205%200%200%200%2017%205.698V14c0%20.374-.356.875-1.318%201.313c-.916.416-2.218.687-3.682.687v.5q0%20.26-.051.5H12c1.573%200%203.022-.289%204.096-.777C17.125%2015.755%2018%2015.007%2018%2014V4c0-1.007-.875-1.755-1.904-2.223C15.022%201.289%2013.573%201%2012%201s-3.022.289-4.096.777m.414%203.536C7.356%204.875%207%204.373%207%204c0-.374.356-.875%201.318-1.313C9.234%202.271%2010.536%202%2012%202s2.766.27%203.682.687C16.644%203.125%2017%203.627%2017%204c0%20.374-.356.875-1.318%201.313C14.766%205.729%2013.464%206%2012%206s-2.766-.27-3.682-.687M7%208.015q.455.028.88.105c.4.071.777.173%201.12.3c1.206.45%202%201.213%202%202.08c0%201.38-2.015%202.5-4.5%202.5S2%2011.88%202%2010.5c0-1.287%201.75-2.347%204-2.485a8%208%200%200%201%201%200m3.926%208.94c-.385%201.163-2.22%202.044-4.426%202.044C4.015%2019%202%2017.88%202%2016.5v-3.945c.255.23.54.425.832.588c.99.55%202.288.858%203.668.858s2.679-.309%203.668-.858c.293-.163.578-.36.833-.59v3.407L11%2016.5q0%20.234-.074.455%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-multiple-20-regular.svg?color=%231a73e8&size=48