database checkmark icon
database-checkmark-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- database-checkmark-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 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-lightning-20-filleddatabase-link-20-filleddatabase-multiple-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 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 6c2.761 0 5-1.12 5-2.5S10.761 1 8 1S3 2.12 3 3.5S5.239 6 8 6m-5-.513V12.5c0 1.294 1.773 2.3 4.235 2.473A5.48 5.48 0 0 1 6 11.5c0-1.863.927-3.51 2.344-4.505Q8.174 7 8 7c-2.136 0-3.943-.587-5-1.513M16 11.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 FluentDatabaseCheckmark16Filled(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 6c2.761 0 5-1.12 5-2.5S10.761 1 8 1S3 2.12 3 3.5S5.239 6 8 6m-5-.513V12.5c0 1.294 1.773 2.3 4.235 2.473A5.48 5.48 0 0 1 6 11.5c0-1.863.927-3.51 2.344-4.505Q8.174 7 8 7c-2.136 0-3.943-.587-5-1.513M16 11.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 6c2.761 0 5-1.12 5-2.5S10.761 1 8 1S3 2.12 3 3.5S5.239 6 8 6m-5-.513V12.5c0 1.294 1.773 2.3 4.235 2.473A5.48 5.48 0 0 1 6 11.5c0-1.863.927-3.51 2.344-4.505Q8.174 7 8 7c-2.136 0-3.943-.587-5-1.513M16 11.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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%206c2.761%200%205-1.12%205-2.5S10.761%201%208%201S3%202.12%203%203.5S5.239%206%208%206m-5-.513V12.5c0%201.294%201.773%202.3%204.235%202.473A5.48%205.48%200%200%201%206%2011.5c0-1.863.927-3.51%202.344-4.505Q8.174%207%208%207c-2.136%200-3.943-.587-5-1.513M16%2011.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%206c2.761%200%205-1.12%205-2.5S10.761%201%208%201S3%202.12%203%203.5S5.239%206%208%206m-5-.513V12.5c0%201.294%201.773%202.3%204.235%202.473A5.48%205.48%200%200%201%206%2011.5c0-1.863.927-3.51%202.344-4.505Q8.174%207%208%207c-2.136%200-3.943-.587-5-1.513M16%2011.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-filled.svg?color=%231a73e8&size=48