database icon
database-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- database-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
databaseBootstrap IconsdatabaseCatppuccin IconsdatabaseFont Awesome 6 SoliddatabaseFeather Iconsdatabase-16-filledFluent UI System Iconsdatabasecss.ggdatabaseHuge IconsdatabaseHumbleiconsdatabaseIconoirdatabaseJam IconsdatabaseLine AwesomedatabaseLucidedatabaseMage IconsdatabaseMajesticonsdatabaseMaterial SymbolsdatabaseMaterial Design IconsdatabaseOcticonsdatabasePixelarticonsdatabaseRadix Iconsdatabase-fillRemix Icondatabase-boldSolardatabaseTabler Iconsdatabase-outlineTeenyiconsdatabaseUnicons
Use the database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192.14 42.55C174.94 33.17 152.16 28 128 28s-46.94 5.17-64.14 14.55C45.89 52.35 36 65.65 36 80v96c0 14.35 9.89 27.65 27.86 37.45c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c18-9.8 27.86-23.1 27.86-37.45V80c0-14.35-9.89-27.65-27.86-37.45M212 176c0 11.29-8.41 22.1-23.69 30.43C172.27 215.18 150.85 220 128 220s-44.27-4.82-60.31-13.57C52.41 198.1 44 187.29 44 176v-26.52c4.69 5.93 11.37 11.34 19.86 16c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c8.49-4.63 15.17-10 19.86-16Zm0-48c0 11.29-8.41 22.1-23.69 30.43C172.27 167.18 150.85 172 128 172s-44.27-4.82-60.31-13.57C52.41 150.1 44 139.29 44 128v-26.52c4.69 5.93 11.37 11.34 19.86 16c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c8.49-4.63 15.17-10 19.86-16Zm-23.69-17.57C172.27 119.18 150.85 124 128 124s-44.27-4.82-60.31-13.57C52.41 102.1 44 91.29 44 80s8.41-22.1 23.69-30.43C83.73 40.82 105.15 36 128 36s44.27 4.82 60.31 13.57C203.59 57.9 212 68.71 212 80s-8.41 22.1-23.69 30.43"/></svg>
React
import type { SVGProps } from "react";
export function PhDatabaseThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192.14 42.55C174.94 33.17 152.16 28 128 28s-46.94 5.17-64.14 14.55C45.89 52.35 36 65.65 36 80v96c0 14.35 9.89 27.65 27.86 37.45c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c18-9.8 27.86-23.1 27.86-37.45V80c0-14.35-9.89-27.65-27.86-37.45M212 176c0 11.29-8.41 22.1-23.69 30.43C172.27 215.18 150.85 220 128 220s-44.27-4.82-60.31-13.57C52.41 198.1 44 187.29 44 176v-26.52c4.69 5.93 11.37 11.34 19.86 16c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c8.49-4.63 15.17-10 19.86-16Zm0-48c0 11.29-8.41 22.1-23.69 30.43C172.27 167.18 150.85 172 128 172s-44.27-4.82-60.31-13.57C52.41 150.1 44 139.29 44 128v-26.52c4.69 5.93 11.37 11.34 19.86 16c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c8.49-4.63 15.17-10 19.86-16Zm-23.69-17.57C172.27 119.18 150.85 124 128 124s-44.27-4.82-60.31-13.57C52.41 102.1 44 91.29 44 80s8.41-22.1 23.69-30.43C83.73 40.82 105.15 36 128 36s44.27 4.82 60.31 13.57C203.59 57.9 212 68.71 212 80s-8.41 22.1-23.69 30.43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192.14 42.55C174.94 33.17 152.16 28 128 28s-46.94 5.17-64.14 14.55C45.89 52.35 36 65.65 36 80v96c0 14.35 9.89 27.65 27.86 37.45c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c18-9.8 27.86-23.1 27.86-37.45V80c0-14.35-9.89-27.65-27.86-37.45M212 176c0 11.29-8.41 22.1-23.69 30.43C172.27 215.18 150.85 220 128 220s-44.27-4.82-60.31-13.57C52.41 198.1 44 187.29 44 176v-26.52c4.69 5.93 11.37 11.34 19.86 16c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c8.49-4.63 15.17-10 19.86-16Zm0-48c0 11.29-8.41 22.1-23.69 30.43C172.27 167.18 150.85 172 128 172s-44.27-4.82-60.31-13.57C52.41 150.1 44 139.29 44 128v-26.52c4.69 5.93 11.37 11.34 19.86 16c17.2 9.38 40 14.55 64.14 14.55s46.94-5.17 64.14-14.55c8.49-4.63 15.17-10 19.86-16Zm-23.69-17.57C172.27 119.18 150.85 124 128 124s-44.27-4.82-60.31-13.57C52.41 102.1 44 91.29 44 80s8.41-22.1 23.69-30.43C83.73 40.82 105.15 36 128 36s44.27 4.82 60.31 13.57C203.59 57.9 212 68.71 212 80s-8.41 22.1-23.69 30.43"/></svg> </template>
CSS
.icon-database-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192.14%2042.55C174.94%2033.17%20152.16%2028%20128%2028s-46.94%205.17-64.14%2014.55C45.89%2052.35%2036%2065.65%2036%2080v96c0%2014.35%209.89%2027.65%2027.86%2037.45c17.2%209.38%2040%2014.55%2064.14%2014.55s46.94-5.17%2064.14-14.55c18-9.8%2027.86-23.1%2027.86-37.45V80c0-14.35-9.89-27.65-27.86-37.45M212%20176c0%2011.29-8.41%2022.1-23.69%2030.43C172.27%20215.18%20150.85%20220%20128%20220s-44.27-4.82-60.31-13.57C52.41%20198.1%2044%20187.29%2044%20176v-26.52c4.69%205.93%2011.37%2011.34%2019.86%2016c17.2%209.38%2040%2014.55%2064.14%2014.55s46.94-5.17%2064.14-14.55c8.49-4.63%2015.17-10%2019.86-16Zm0-48c0%2011.29-8.41%2022.1-23.69%2030.43C172.27%20167.18%20150.85%20172%20128%20172s-44.27-4.82-60.31-13.57C52.41%20150.1%2044%20139.29%2044%20128v-26.52c4.69%205.93%2011.37%2011.34%2019.86%2016c17.2%209.38%2040%2014.55%2064.14%2014.55s46.94-5.17%2064.14-14.55c8.49-4.63%2015.17-10%2019.86-16Zm-23.69-17.57C172.27%20119.18%20150.85%20124%20128%20124s-44.27-4.82-60.31-13.57C52.41%20102.1%2044%2091.29%2044%2080s8.41-22.1%2023.69-30.43C83.73%2040.82%20105.15%2036%20128%2036s44.27%204.82%2060.31%2013.57C203.59%2057.9%20212%2068.71%20212%2080s-8.41%2022.1-23.69%2030.43%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192.14%2042.55C174.94%2033.17%20152.16%2028%20128%2028s-46.94%205.17-64.14%2014.55C45.89%2052.35%2036%2065.65%2036%2080v96c0%2014.35%209.89%2027.65%2027.86%2037.45c17.2%209.38%2040%2014.55%2064.14%2014.55s46.94-5.17%2064.14-14.55c18-9.8%2027.86-23.1%2027.86-37.45V80c0-14.35-9.89-27.65-27.86-37.45M212%20176c0%2011.29-8.41%2022.1-23.69%2030.43C172.27%20215.18%20150.85%20220%20128%20220s-44.27-4.82-60.31-13.57C52.41%20198.1%2044%20187.29%2044%20176v-26.52c4.69%205.93%2011.37%2011.34%2019.86%2016c17.2%209.38%2040%2014.55%2064.14%2014.55s46.94-5.17%2064.14-14.55c8.49-4.63%2015.17-10%2019.86-16Zm0-48c0%2011.29-8.41%2022.1-23.69%2030.43C172.27%20167.18%20150.85%20172%20128%20172s-44.27-4.82-60.31-13.57C52.41%20150.1%2044%20139.29%2044%20128v-26.52c4.69%205.93%2011.37%2011.34%2019.86%2016c17.2%209.38%2040%2014.55%2064.14%2014.55s46.94-5.17%2064.14-14.55c8.49-4.63%2015.17-10%2019.86-16Zm-23.69-17.57C172.27%20119.18%20150.85%20124%20128%20124s-44.27-4.82-60.31-13.57C52.41%20102.1%2044%2091.29%2044%2080s8.41-22.1%2023.69-30.43C83.73%2040.82%20105.15%2036%20128%2036s44.27%204.82%2060.31%2013.57C203.59%2057.9%20212%2068.71%20212%2080s-8.41%2022.1-23.69%2030.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/database-thin.svg?color=%231a73e8&size=48