database settings icon

database-settings-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
database-settings-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the database settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.07 10.746a2 2 0 0 0 2.91.001l.324-.344c.298.14.577.316.835.519l-.126.422a2 2 0 0 0 1.456 2.518l.348.083a4.7 4.7 0 0 1 .011 1.017l-.46.117a2 2 0 0 0-1.431 2.479l.156.556q-.382.294-.823.497l-.336-.357a2 2 0 0 0-2.91-.002l-.325.345a4.3 4.3 0 0 1-.835-.519l.126-.423a2 2 0 0 0-1.456-2.518l-.35-.083a4.7 4.7 0 0 1-.01-1.016l.462-.118a2 2 0 0 0 1.43-2.478l-.156-.557q.383-.293.822-.497zM10 2c1.573 0 3.022.29 4.096.777C15.125 3.245 16 3.993 16 5v4.208a5.5 5.5 0 0 0-1-.185V6.698c-.271.203-.58.377-.904.525C13.022 7.71 11.573 8 10 8s-3.022-.29-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.317 1.313c.832.377 1.98.633 3.279.677q.274.54.656 1.003q-.126.005-.252.007c-1.573 0-3.022-.29-4.096-.777C4.875 16.755 4 16.007 4 15V5c0-1.007.875-1.755 1.904-2.223C6.978 2.29 8.427 2 10 2m4.501 11.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M10 3c-1.464 0-2.766.27-3.683.688C5.356 4.125 5 4.626 5 5s.356.875 1.317 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.683-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.317-1.312C12.766 3.27 11.464 3 10 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseSettings20Regular(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="M13.07 10.746a2 2 0 0 0 2.91.001l.324-.344c.298.14.577.316.835.519l-.126.422a2 2 0 0 0 1.456 2.518l.348.083a4.7 4.7 0 0 1 .011 1.017l-.46.117a2 2 0 0 0-1.431 2.479l.156.556q-.382.294-.823.497l-.336-.357a2 2 0 0 0-2.91-.002l-.325.345a4.3 4.3 0 0 1-.835-.519l.126-.423a2 2 0 0 0-1.456-2.518l-.35-.083a4.7 4.7 0 0 1-.01-1.016l.462-.118a2 2 0 0 0 1.43-2.478l-.156-.557q.383-.293.822-.497zM10 2c1.573 0 3.022.29 4.096.777C15.125 3.245 16 3.993 16 5v4.208a5.5 5.5 0 0 0-1-.185V6.698c-.271.203-.58.377-.904.525C13.022 7.71 11.573 8 10 8s-3.022-.29-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.317 1.313c.832.377 1.98.633 3.279.677q.274.54.656 1.003q-.126.005-.252.007c-1.573 0-3.022-.29-4.096-.777C4.875 16.755 4 16.007 4 15V5c0-1.007.875-1.755 1.904-2.223C6.978 2.29 8.427 2 10 2m4.501 11.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M10 3c-1.464 0-2.766.27-3.683.688C5.356 4.125 5 4.626 5 5s.356.875 1.317 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.683-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.317-1.312C12.766 3.27 11.464 3 10 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.07 10.746a2 2 0 0 0 2.91.001l.324-.344c.298.14.577.316.835.519l-.126.422a2 2 0 0 0 1.456 2.518l.348.083a4.7 4.7 0 0 1 .011 1.017l-.46.117a2 2 0 0 0-1.431 2.479l.156.556q-.382.294-.823.497l-.336-.357a2 2 0 0 0-2.91-.002l-.325.345a4.3 4.3 0 0 1-.835-.519l.126-.423a2 2 0 0 0-1.456-2.518l-.35-.083a4.7 4.7 0 0 1-.01-1.016l.462-.118a2 2 0 0 0 1.43-2.478l-.156-.557q.383-.293.822-.497zM10 2c1.573 0 3.022.29 4.096.777C15.125 3.245 16 3.993 16 5v4.208a5.5 5.5 0 0 0-1-.185V6.698c-.271.203-.58.377-.904.525C13.022 7.71 11.573 8 10 8s-3.022-.29-4.096-.777A5 5 0 0 1 5 6.698V15c0 .374.356.875 1.317 1.313c.832.377 1.98.633 3.279.677q.274.54.656 1.003q-.126.005-.252.007c-1.573 0-3.022-.29-4.096-.777C4.875 16.755 4 16.007 4 15V5c0-1.007.875-1.755 1.904-2.223C6.978 2.29 8.427 2 10 2m4.501 11.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M10 3c-1.464 0-2.766.27-3.683.688C5.356 4.125 5 4.626 5 5s.356.875 1.317 1.313C7.234 6.729 8.536 7 10 7s2.766-.27 3.683-.687C14.644 5.875 15 5.373 15 5c0-.374-.356-.875-1.317-1.312C12.766 3.27 11.464 3 10 3"/></svg>
</template>

CSS

.icon-database-settings-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%22M13.07%2010.746a2%202%200%200%200%202.91.001l.324-.344c.298.14.577.316.835.519l-.126.422a2%202%200%200%200%201.456%202.518l.348.083a4.7%204.7%200%200%201%20.011%201.017l-.46.117a2%202%200%200%200-1.431%202.479l.156.556q-.382.294-.823.497l-.336-.357a2%202%200%200%200-2.91-.002l-.325.345a4.3%204.3%200%200%201-.835-.519l.126-.423a2%202%200%200%200-1.456-2.518l-.35-.083a4.7%204.7%200%200%201-.01-1.016l.462-.118a2%202%200%200%200%201.43-2.478l-.156-.557q.383-.293.822-.497zM10%202c1.573%200%203.022.29%204.096.777C15.125%203.245%2016%203.993%2016%205v4.208a5.5%205.5%200%200%200-1-.185V6.698c-.271.203-.58.377-.904.525C13.022%207.71%2011.573%208%2010%208s-3.022-.29-4.096-.777A5%205%200%200%201%205%206.698V15c0%20.374.356.875%201.317%201.313c.832.377%201.98.633%203.279.677q.274.54.656%201.003q-.126.005-.252.007c-1.573%200-3.022-.29-4.096-.777C4.875%2016.755%204%2016.007%204%2015V5c0-1.007.875-1.755%201.904-2.223C6.978%202.29%208.427%202%2010%202m4.501%2011.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2M10%203c-1.464%200-2.766.27-3.683.688C5.356%204.125%205%204.626%205%205s.356.875%201.317%201.313C7.234%206.729%208.536%207%2010%207s2.766-.27%203.683-.687C14.644%205.875%2015%205.373%2015%205c0-.374-.356-.875-1.317-1.312C12.766%203.27%2011.464%203%2010%203%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%22M13.07%2010.746a2%202%200%200%200%202.91.001l.324-.344c.298.14.577.316.835.519l-.126.422a2%202%200%200%200%201.456%202.518l.348.083a4.7%204.7%200%200%201%20.011%201.017l-.46.117a2%202%200%200%200-1.431%202.479l.156.556q-.382.294-.823.497l-.336-.357a2%202%200%200%200-2.91-.002l-.325.345a4.3%204.3%200%200%201-.835-.519l.126-.423a2%202%200%200%200-1.456-2.518l-.35-.083a4.7%204.7%200%200%201-.01-1.016l.462-.118a2%202%200%200%200%201.43-2.478l-.156-.557q.383-.293.822-.497zM10%202c1.573%200%203.022.29%204.096.777C15.125%203.245%2016%203.993%2016%205v4.208a5.5%205.5%200%200%200-1-.185V6.698c-.271.203-.58.377-.904.525C13.022%207.71%2011.573%208%2010%208s-3.022-.29-4.096-.777A5%205%200%200%201%205%206.698V15c0%20.374.356.875%201.317%201.313c.832.377%201.98.633%203.279.677q.274.54.656%201.003q-.126.005-.252.007c-1.573%200-3.022-.29-4.096-.777C4.875%2016.755%204%2016.007%204%2015V5c0-1.007.875-1.755%201.904-2.223C6.978%202.29%208.427%202%2010%202m4.501%2011.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2M10%203c-1.464%200-2.766.27-3.683.688C5.356%204.125%205%204.626%205%205s.356.875%201.317%201.313C7.234%206.729%208.536%207%2010%207s2.766-.27%203.683-.687C14.644%205.875%2015%205.373%2015%205c0-.374-.356-.875-1.317-1.312C12.766%203.27%2011.464%203%2010%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/database-settings-20-regular.svg?color=%231a73e8&size=48