database checkmark icon

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

Name
database-checkmark-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the database checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1C5.149 1 3 2.075 3 3.5v9c0 1.294 1.773 2.3 4.235 2.473a5.5 5.5 0 0 1-.692-1.086C4.956 13.627 4 12.978 4 12.5V5.021A7.4 7.4 0 0 0 8 6a7.4 7.4 0 0 0 4-.979v1.001q.516.048 1 .185V3.5C13 2.075 10.851 1 8 1m0 1c2.441 0 4 .888 4 1.5S10.441 5 8 5s-4-.888-4-1.5S5.558 2 8 2m8 9.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseCheckmark16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1C5.149 1 3 2.075 3 3.5v9c0 1.294 1.773 2.3 4.235 2.473a5.5 5.5 0 0 1-.692-1.086C4.956 13.627 4 12.978 4 12.5V5.021A7.4 7.4 0 0 0 8 6a7.4 7.4 0 0 0 4-.979v1.001q.516.048 1 .185V3.5C13 2.075 10.851 1 8 1m0 1c2.441 0 4 .888 4 1.5S10.441 5 8 5s-4-.888-4-1.5S5.558 2 8 2m8 9.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1C5.149 1 3 2.075 3 3.5v9c0 1.294 1.773 2.3 4.235 2.473a5.5 5.5 0 0 1-.692-1.086C4.956 13.627 4 12.978 4 12.5V5.021A7.4 7.4 0 0 0 8 6a7.4 7.4 0 0 0 4-.979v1.001q.516.048 1 .185V3.5C13 2.075 10.851 1 8 1m0 1c2.441 0 4 .888 4 1.5S10.441 5 8 5s-4-.888-4-1.5S5.558 2 8 2m8 9.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.146-1.854a.5.5 0 0 0-.708 0L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
</template>

CSS

.icon-database-checkmark-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201C5.149%201%203%202.075%203%203.5v9c0%201.294%201.773%202.3%204.235%202.473a5.5%205.5%200%200%201-.692-1.086C4.956%2013.627%204%2012.978%204%2012.5V5.021A7.4%207.4%200%200%200%208%206a7.4%207.4%200%200%200%204-.979v1.001q.516.048%201%20.185V3.5C13%202.075%2010.851%201%208%201m0%201c2.441%200%204%20.888%204%201.5S10.441%205%208%205s-4-.888-4-1.5S5.558%202%208%202m8%209.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L10.5%2012.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201C5.149%201%203%202.075%203%203.5v9c0%201.294%201.773%202.3%204.235%202.473a5.5%205.5%200%200%201-.692-1.086C4.956%2013.627%204%2012.978%204%2012.5V5.021A7.4%207.4%200%200%200%208%206a7.4%207.4%200%200%200%204-.979v1.001q.516.048%201%20.185V3.5C13%202.075%2010.851%201%208%201m0%201c2.441%200%204%20.888%204%201.5S10.441%205%208%205s-4-.888-4-1.5S5.558%202%208%202m8%209.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-2.146-1.854a.5.5%200%200%200-.708%200L10.5%2012.293l-.646-.647a.5.5%200%200%200-.708.708l1%201a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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