database-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
database-two-tone
Set
Keyline Icons
Style
Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3 4C3 3.4334 3.3069 3.0097 3.6034 2.7372C3.9009 2.4639 4.2811 2.2516 4.674 2.0819C5.5074 1.7216 6.5915 1.4609 7.8571 1.2782C9.1227 1.0955 10.5601 1 12 1C13.4399 1 14.8773 1.0955 16.1429 1.2782C17.4085 1.4609 18.4926 1.7216 19.3256 2.0823C19.7189 2.2516 20.0991 2.4639 20.3966 2.7372C20.6931 3.0097 21 3.4334 21 4L21 20C21 20.5666 20.6931 20.9903 20.3966 21.2628C20.0991 21.5361 19.7189 21.7484 19.326 21.9181C18.4926 22.2784 17.4085 22.5391 16.1429 22.7218C14.8773 22.9045 13.4399 23 12 23C10.5601 23 9.1227 22.9045 7.8571 22.7218C6.5915 22.5391 5.5074 22.2784 4.6744 21.9177C4.2811 21.7484 3.9009 21.5361 3.6034 21.2628C3.3069 20.9903 3 20.5666 3 20L3 4Z" stroke="none"/><path d="M20 4C20 5.1046 16.4184 6 12 6C7.5816 6 4 5.1046 4 4C4 2.8954 7.5816 2 12 2C16.4184 2 20 2.8954 20 4ZM4 4L4 20C4 21.1046 7.5816 22 12 22C16.4184 22 20 21.1046 20 20L20 4M4 12C4 13.1046 7.5816 14 12 14C16.4184 14 20 13.1046 20 12"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsDatabaseTwoTone(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M3 4C3 3.4334 3.3069 3.0097 3.6034 2.7372C3.9009 2.4639 4.2811 2.2516 4.674 2.0819C5.5074 1.7216 6.5915 1.4609 7.8571 1.2782C9.1227 1.0955 10.5601 1 12 1C13.4399 1 14.8773 1.0955 16.1429 1.2782C17.4085 1.4609 18.4926 1.7216 19.3256 2.0823C19.7189 2.2516 20.0991 2.4639 20.3966 2.7372C20.6931 3.0097 21 3.4334 21 4L21 20C21 20.5666 20.6931 20.9903 20.3966 21.2628C20.0991 21.5361 19.7189 21.7484 19.326 21.9181C18.4926 22.2784 17.4085 22.5391 16.1429 22.7218C14.8773 22.9045 13.4399 23 12 23C10.5601 23 9.1227 22.9045 7.8571 22.7218C6.5915 22.5391 5.5074 22.2784 4.6744 21.9177C4.2811 21.7484 3.9009 21.5361 3.6034 21.2628C3.3069 20.9903 3 20.5666 3 20L3 4Z" stroke="none"/><path d="M20 4C20 5.1046 16.4184 6 12 6C7.5816 6 4 5.1046 4 4C4 2.8954 7.5816 2 12 2C16.4184 2 20 2.8954 20 4ZM4 4L4 20C4 21.1046 7.5816 22 12 22C16.4184 22 20 21.1046 20 20L20 4M4 12C4 13.1046 7.5816 14 12 14C16.4184 14 20 13.1046 20 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3 4C3 3.4334 3.3069 3.0097 3.6034 2.7372C3.9009 2.4639 4.2811 2.2516 4.674 2.0819C5.5074 1.7216 6.5915 1.4609 7.8571 1.2782C9.1227 1.0955 10.5601 1 12 1C13.4399 1 14.8773 1.0955 16.1429 1.2782C17.4085 1.4609 18.4926 1.7216 19.3256 2.0823C19.7189 2.2516 20.0991 2.4639 20.3966 2.7372C20.6931 3.0097 21 3.4334 21 4L21 20C21 20.5666 20.6931 20.9903 20.3966 21.2628C20.0991 21.5361 19.7189 21.7484 19.326 21.9181C18.4926 22.2784 17.4085 22.5391 16.1429 22.7218C14.8773 22.9045 13.4399 23 12 23C10.5601 23 9.1227 22.9045 7.8571 22.7218C6.5915 22.5391 5.5074 22.2784 4.6744 21.9177C4.2811 21.7484 3.9009 21.5361 3.6034 21.2628C3.3069 20.9903 3 20.5666 3 20L3 4Z" stroke="none"/><path d="M20 4C20 5.1046 16.4184 6 12 6C7.5816 6 4 5.1046 4 4C4 2.8954 7.5816 2 12 2C16.4184 2 20 2.8954 20 4ZM4 4L4 20C4 21.1046 7.5816 22 12 22C16.4184 22 20 21.1046 20 20L20 4M4 12C4 13.1046 7.5816 14 12 14C16.4184 14 20 13.1046 20 12"/></g></svg>
</template>

CSS

.icon-database-two-tone {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3%204C3%203.4334%203.3069%203.0097%203.6034%202.7372C3.9009%202.4639%204.2811%202.2516%204.674%202.0819C5.5074%201.7216%206.5915%201.4609%207.8571%201.2782C9.1227%201.0955%2010.5601%201%2012%201C13.4399%201%2014.8773%201.0955%2016.1429%201.2782C17.4085%201.4609%2018.4926%201.7216%2019.3256%202.0823C19.7189%202.2516%2020.0991%202.4639%2020.3966%202.7372C20.6931%203.0097%2021%203.4334%2021%204L21%2020C21%2020.5666%2020.6931%2020.9903%2020.3966%2021.2628C20.0991%2021.5361%2019.7189%2021.7484%2019.326%2021.9181C18.4926%2022.2784%2017.4085%2022.5391%2016.1429%2022.7218C14.8773%2022.9045%2013.4399%2023%2012%2023C10.5601%2023%209.1227%2022.9045%207.8571%2022.7218C6.5915%2022.5391%205.5074%2022.2784%204.6744%2021.9177C4.2811%2021.7484%203.9009%2021.5361%203.6034%2021.2628C3.3069%2020.9903%203%2020.5666%203%2020L3%204Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20%204C20%205.1046%2016.4184%206%2012%206C7.5816%206%204%205.1046%204%204C4%202.8954%207.5816%202%2012%202C16.4184%202%2020%202.8954%2020%204ZM4%204L4%2020C4%2021.1046%207.5816%2022%2012%2022C16.4184%2022%2020%2021.1046%2020%2020L20%204M4%2012C4%2013.1046%207.5816%2014%2012%2014C16.4184%2014%2020%2013.1046%2020%2012%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3%204C3%203.4334%203.3069%203.0097%203.6034%202.7372C3.9009%202.4639%204.2811%202.2516%204.674%202.0819C5.5074%201.7216%206.5915%201.4609%207.8571%201.2782C9.1227%201.0955%2010.5601%201%2012%201C13.4399%201%2014.8773%201.0955%2016.1429%201.2782C17.4085%201.4609%2018.4926%201.7216%2019.3256%202.0823C19.7189%202.2516%2020.0991%202.4639%2020.3966%202.7372C20.6931%203.0097%2021%203.4334%2021%204L21%2020C21%2020.5666%2020.6931%2020.9903%2020.3966%2021.2628C20.0991%2021.5361%2019.7189%2021.7484%2019.326%2021.9181C18.4926%2022.2784%2017.4085%2022.5391%2016.1429%2022.7218C14.8773%2022.9045%2013.4399%2023%2012%2023C10.5601%2023%209.1227%2022.9045%207.8571%2022.7218C6.5915%2022.5391%205.5074%2022.2784%204.6744%2021.9177C4.2811%2021.7484%203.9009%2021.5361%203.6034%2021.2628C3.3069%2020.9903%203%2020.5666%203%2020L3%204Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20%204C20%205.1046%2016.4184%206%2012%206C7.5816%206%204%205.1046%204%204C4%202.8954%207.5816%202%2012%202C16.4184%202%2020%202.8954%2020%204ZM4%204L4%2020C4%2021.1046%207.5816%2022%2012%2022C16.4184%2022%2020%2021.1046%2020%2020L20%204M4%2012C4%2013.1046%207.5816%2014%2012%2014C16.4184%2014%2020%2013.1046%2020%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/database-two-tone.svg?color=%231a73e8&size=48