database xmark icon

database-xmark-solid from Iconoir by Luca Burgio · Solid · Database · MIT Free for personal and commercial use.

Name
database-xmark-solid
Set
Iconoir
Style
Solid
Category
Database
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More database icons from Iconoir

Use the database xmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M15.008 16.346c-.916.234-2.204.404-4.008.404c-3.433 0-4.999-.617-5.69-1.11a1 1 0 0 1-.073-.072c-.283-.302-.823-.57-1.237-.568a.75.75 0 0 0-.75.75V18H4c-.75 0-.75.002-.75.002v.035a1.4 1.4 0 0 0 .024.215c.021.128.061.295.136.489c.152.39.441.87.977 1.328C5.453 20.983 7.41 21.75 11 21.75c1.589 0 2.858-.15 3.871-.397a2.24 2.24 0 0 1 .66-1.58l.53-.53l-.53-.531a2.25 2.25 0 0 1-.523-2.366" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M4 9a.75.75 0 0 0-.75.75V12H4c-.75 0-.75.002-.75.002v.035a1.4 1.4 0 0 0 .024.215c.021.128.061.296.136.489c.152.39.441.87.977 1.329c1.066.913 3.023 1.68 6.613 1.68s5.547-.767 6.613-1.68c.536-.46.825-.938.977-1.33a2.5 2.5 0 0 0 .156-.648l.003-.055v-.02l.001-.01v-.005S18.75 12 18 12h.75V9.75A.75.75 0 0 0 18 9c-.462-.001-.863.285-1.223.573l-.088.067c-.69.493-2.256 1.11-5.689 1.11s-4.999-.617-5.69-1.11a1 1 0 0 1-.073-.071C4.954 9.266 4.414 8.999 4 9" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M4.387 3.93C5.453 3.018 7.41 2.25 11 2.25s5.547.767 6.613 1.68c.536.46.825.939.977 1.33a2.5 2.5 0 0 1 .156.648a1.2 1.2 0 0 1-.02.344a2.5 2.5 0 0 1-.136.489c-.152.39-.441.87-.977 1.328C16.547 8.983 14.59 9.75 11 9.75s-5.547-.767-6.613-1.68c-.536-.46-.825-.939-.977-1.33a2.5 2.5 0 0 1-.136-.488a1.4 1.4 0 0 1-.024-.256q.002-.125.024-.248c.021-.128.061-.295.136-.489c.152-.39.441-.87.977-1.328" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17.121 21.364l2.122-2.122m2.121-2.121l-2.121 2.121m0 0l-2.122-2.121m2.122 2.121l2.121 2.121"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirDatabaseXmarkSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" fillRule="evenodd" d="M15.008 16.346c-.916.234-2.204.404-4.008.404c-3.433 0-4.999-.617-5.69-1.11a1 1 0 0 1-.073-.072c-.283-.302-.823-.57-1.237-.568a.75.75 0 0 0-.75.75V18H4c-.75 0-.75.002-.75.002v.035a1.4 1.4 0 0 0 .024.215c.021.128.061.295.136.489c.152.39.441.87.977 1.328C5.453 20.983 7.41 21.75 11 21.75c1.589 0 2.858-.15 3.871-.397a2.24 2.24 0 0 1 .66-1.58l.53-.53l-.53-.531a2.25 2.25 0 0 1-.523-2.366" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="M4 9a.75.75 0 0 0-.75.75V12H4c-.75 0-.75.002-.75.002v.035a1.4 1.4 0 0 0 .024.215c.021.128.061.296.136.489c.152.39.441.87.977 1.329c1.066.913 3.023 1.68 6.613 1.68s5.547-.767 6.613-1.68c.536-.46.825-.938.977-1.33a2.5 2.5 0 0 0 .156-.648l.003-.055v-.02l.001-.01v-.005S18.75 12 18 12h.75V9.75A.75.75 0 0 0 18 9c-.462-.001-.863.285-1.223.573l-.088.067c-.69.493-2.256 1.11-5.689 1.11s-4.999-.617-5.69-1.11a1 1 0 0 1-.073-.071C4.954 9.266 4.414 8.999 4 9" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="M4.387 3.93C5.453 3.018 7.41 2.25 11 2.25s5.547.767 6.613 1.68c.536.46.825.939.977 1.33a2.5 2.5 0 0 1 .156.648a1.2 1.2 0 0 1-.02.344a2.5 2.5 0 0 1-.136.489c-.152.39-.441.87-.977 1.328C16.547 8.983 14.59 9.75 11 9.75s-5.547-.767-6.613-1.68c-.536-.46-.825-.939-.977-1.33a2.5 2.5 0 0 1-.136-.488a1.4 1.4 0 0 1-.024-.256q.002-.125.024-.248c.021-.128.061-.295.136-.489c.152-.39.441-.87.977-1.328" clipRule="evenodd"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m17.121 21.364l2.122-2.122m2.121-2.121l-2.121 2.121m0 0l-2.122-2.121m2.122 2.121l2.121 2.121"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" fill-rule="evenodd" d="M15.008 16.346c-.916.234-2.204.404-4.008.404c-3.433 0-4.999-.617-5.69-1.11a1 1 0 0 1-.073-.072c-.283-.302-.823-.57-1.237-.568a.75.75 0 0 0-.75.75V18H4c-.75 0-.75.002-.75.002v.035a1.4 1.4 0 0 0 .024.215c.021.128.061.295.136.489c.152.39.441.87.977 1.328C5.453 20.983 7.41 21.75 11 21.75c1.589 0 2.858-.15 3.871-.397a2.24 2.24 0 0 1 .66-1.58l.53-.53l-.53-.531a2.25 2.25 0 0 1-.523-2.366" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M4 9a.75.75 0 0 0-.75.75V12H4c-.75 0-.75.002-.75.002v.035a1.4 1.4 0 0 0 .024.215c.021.128.061.296.136.489c.152.39.441.87.977 1.329c1.066.913 3.023 1.68 6.613 1.68s5.547-.767 6.613-1.68c.536-.46.825-.938.977-1.33a2.5 2.5 0 0 0 .156-.648l.003-.055v-.02l.001-.01v-.005S18.75 12 18 12h.75V9.75A.75.75 0 0 0 18 9c-.462-.001-.863.285-1.223.573l-.088.067c-.69.493-2.256 1.11-5.689 1.11s-4.999-.617-5.69-1.11a1 1 0 0 1-.073-.071C4.954 9.266 4.414 8.999 4 9" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M4.387 3.93C5.453 3.018 7.41 2.25 11 2.25s5.547.767 6.613 1.68c.536.46.825.939.977 1.33a2.5 2.5 0 0 1 .156.648a1.2 1.2 0 0 1-.02.344a2.5 2.5 0 0 1-.136.489c-.152.39-.441.87-.977 1.328C16.547 8.983 14.59 9.75 11 9.75s-5.547-.767-6.613-1.68c-.536-.46-.825-.939-.977-1.33a2.5 2.5 0 0 1-.136-.488a1.4 1.4 0 0 1-.024-.256q.002-.125.024-.248c.021-.128.061-.295.136-.489c.152-.39.441-.87.977-1.328" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17.121 21.364l2.122-2.122m2.121-2.121l-2.121 2.121m0 0l-2.122-2.121m2.122 2.121l2.121 2.121"/></g></svg>
</template>

CSS

.icon-database-xmark-solid {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.008%2016.346c-.916.234-2.204.404-4.008.404c-3.433%200-4.999-.617-5.69-1.11a1%201%200%200%201-.073-.072c-.283-.302-.823-.57-1.237-.568a.75.75%200%200%200-.75.75V18H4c-.75%200-.75.002-.75.002v.035a1.4%201.4%200%200%200%20.024.215c.021.128.061.295.136.489c.152.39.441.87.977%201.328C5.453%2020.983%207.41%2021.75%2011%2021.75c1.589%200%202.858-.15%203.871-.397a2.24%202.24%200%200%201%20.66-1.58l.53-.53l-.53-.531a2.25%202.25%200%200%201-.523-2.366%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209a.75.75%200%200%200-.75.75V12H4c-.75%200-.75.002-.75.002v.035a1.4%201.4%200%200%200%20.024.215c.021.128.061.296.136.489c.152.39.441.87.977%201.329c1.066.913%203.023%201.68%206.613%201.68s5.547-.767%206.613-1.68c.536-.46.825-.938.977-1.33a2.5%202.5%200%200%200%20.156-.648l.003-.055v-.02l.001-.01v-.005S18.75%2012%2018%2012h.75V9.75A.75.75%200%200%200%2018%209c-.462-.001-.863.285-1.223.573l-.088.067c-.69.493-2.256%201.11-5.689%201.11s-4.999-.617-5.69-1.11a1%201%200%200%201-.073-.071C4.954%209.266%204.414%208.999%204%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.387%203.93C5.453%203.018%207.41%202.25%2011%202.25s5.547.767%206.613%201.68c.536.46.825.939.977%201.33a2.5%202.5%200%200%201%20.156.648a1.2%201.2%200%200%201-.02.344a2.5%202.5%200%200%201-.136.489c-.152.39-.441.87-.977%201.328C16.547%208.983%2014.59%209.75%2011%209.75s-5.547-.767-6.613-1.68c-.536-.46-.825-.939-.977-1.33a2.5%202.5%200%200%201-.136-.488a1.4%201.4%200%200%201-.024-.256q.002-.125.024-.248c.021-.128.061-.295.136-.489c.152-.39.441-.87.977-1.328%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m17.121%2021.364l2.122-2.122m2.121-2.121l-2.121%202.121m0%200l-2.122-2.121m2.122%202.121l2.121%202.121%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.008%2016.346c-.916.234-2.204.404-4.008.404c-3.433%200-4.999-.617-5.69-1.11a1%201%200%200%201-.073-.072c-.283-.302-.823-.57-1.237-.568a.75.75%200%200%200-.75.75V18H4c-.75%200-.75.002-.75.002v.035a1.4%201.4%200%200%200%20.024.215c.021.128.061.295.136.489c.152.39.441.87.977%201.328C5.453%2020.983%207.41%2021.75%2011%2021.75c1.589%200%202.858-.15%203.871-.397a2.24%202.24%200%200%201%20.66-1.58l.53-.53l-.53-.531a2.25%202.25%200%200%201-.523-2.366%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209a.75.75%200%200%200-.75.75V12H4c-.75%200-.75.002-.75.002v.035a1.4%201.4%200%200%200%20.024.215c.021.128.061.296.136.489c.152.39.441.87.977%201.329c1.066.913%203.023%201.68%206.613%201.68s5.547-.767%206.613-1.68c.536-.46.825-.938.977-1.33a2.5%202.5%200%200%200%20.156-.648l.003-.055v-.02l.001-.01v-.005S18.75%2012%2018%2012h.75V9.75A.75.75%200%200%200%2018%209c-.462-.001-.863.285-1.223.573l-.088.067c-.69.493-2.256%201.11-5.689%201.11s-4.999-.617-5.69-1.11a1%201%200%200%201-.073-.071C4.954%209.266%204.414%208.999%204%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.387%203.93C5.453%203.018%207.41%202.25%2011%202.25s5.547.767%206.613%201.68c.536.46.825.939.977%201.33a2.5%202.5%200%200%201%20.156.648a1.2%201.2%200%200%201-.02.344a2.5%202.5%200%200%201-.136.489c-.152.39-.441.87-.977%201.328C16.547%208.983%2014.59%209.75%2011%209.75s-5.547-.767-6.613-1.68c-.536-.46-.825-.939-.977-1.33a2.5%202.5%200%200%201-.136-.488a1.4%201.4%200%200%201-.024-.256q.002-.125.024-.248c.021-.128.061-.295.136-.489c.152-.39.441-.87.977-1.328%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m17.121%2021.364l2.122-2.122m2.121-2.121l-2.121%202.121m0%200l-2.122-2.121m2.122%202.121l2.121%202.121%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/database-xmark-solid.svg?color=%231a73e8&size=48