file sql icon

file-sql-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
file-sql-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the file sql icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M48 116a4 4 0 0 0 4-4V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 0 0 4 4m108-74.35L198.35 84H156ZM224 208a4 4 0 0 1-4 4h-28a4 4 0 0 1-4-4v-56a4 4 0 0 1 8 0v52h24a4 4 0 0 1 4 4M87.85 195.8a17 17 0 0 1-7.43 12.41C76 211.12 70.38 212 65.2 212a58 58 0 0 1-14.2-1.89a4 4 0 0 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61 61 0 0 1 10.47 1.61a4 4 0 0 1-2 7.74c-4.3-1.13-16.81-3.12-23.06 1.11a8.53 8.53 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.76 2.85 23.14 6.69 21.34 20.65M136 148c-15.44 0-28 14.35-28 32s12.56 32 28 32a25.56 25.56 0 0 0 16.31-6l4.86 4.85a4 4 0 0 0 5.65-5.66l-5.06-5.06A34.8 34.8 0 0 0 164 180c0-17.65-12.56-32-28-32m0 56c-11 0-20-10.77-20-24s9-24 20-24s20 10.77 20 24a27.16 27.16 0 0 1-4 14.36l-5.19-5.19a4 4 0 1 0-5.65 5.66l5.47 5.47A17.5 17.5 0 0 1 136 204"/></svg>

React

import type { SVGProps } from "react";

export function PhFileSqlThin(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="M48 116a4 4 0 0 0 4-4V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 0 0 4 4m108-74.35L198.35 84H156ZM224 208a4 4 0 0 1-4 4h-28a4 4 0 0 1-4-4v-56a4 4 0 0 1 8 0v52h24a4 4 0 0 1 4 4M87.85 195.8a17 17 0 0 1-7.43 12.41C76 211.12 70.38 212 65.2 212a58 58 0 0 1-14.2-1.89a4 4 0 0 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61 61 0 0 1 10.47 1.61a4 4 0 0 1-2 7.74c-4.3-1.13-16.81-3.12-23.06 1.11a8.53 8.53 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.76 2.85 23.14 6.69 21.34 20.65M136 148c-15.44 0-28 14.35-28 32s12.56 32 28 32a25.56 25.56 0 0 0 16.31-6l4.86 4.85a4 4 0 0 0 5.65-5.66l-5.06-5.06A34.8 34.8 0 0 0 164 180c0-17.65-12.56-32-28-32m0 56c-11 0-20-10.77-20-24s9-24 20-24s20 10.77 20 24a27.16 27.16 0 0 1-4 14.36l-5.19-5.19a4 4 0 1 0-5.65 5.66l5.47 5.47A17.5 17.5 0 0 1 136 204"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M48 116a4 4 0 0 0 4-4V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 0 0 4 4m108-74.35L198.35 84H156ZM224 208a4 4 0 0 1-4 4h-28a4 4 0 0 1-4-4v-56a4 4 0 0 1 8 0v52h24a4 4 0 0 1 4 4M87.85 195.8a17 17 0 0 1-7.43 12.41C76 211.12 70.38 212 65.2 212a58 58 0 0 1-14.2-1.89a4 4 0 0 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61 61 0 0 1 10.47 1.61a4 4 0 0 1-2 7.74c-4.3-1.13-16.81-3.12-23.06 1.11a8.53 8.53 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.76 2.85 23.14 6.69 21.34 20.65M136 148c-15.44 0-28 14.35-28 32s12.56 32 28 32a25.56 25.56 0 0 0 16.31-6l4.86 4.85a4 4 0 0 0 5.65-5.66l-5.06-5.06A34.8 34.8 0 0 0 164 180c0-17.65-12.56-32-28-32m0 56c-11 0-20-10.77-20-24s9-24 20-24s20 10.77 20 24a27.16 27.16 0 0 1-4 14.36l-5.19-5.19a4 4 0 1 0-5.65 5.66l5.47 5.47A17.5 17.5 0 0 1 136 204"/></svg>
</template>

CSS

.icon-file-sql-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%22M48%20116a4%204%200%200%200%204-4V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v20a4%204%200%200%200%208%200V88a4%204%200%200%200-1.17-2.83l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v72a4%204%200%200%200%204%204m108-74.35L198.35%2084H156ZM224%20208a4%204%200%200%201-4%204h-28a4%204%200%200%201-4-4v-56a4%204%200%200%201%208%200v52h24a4%204%200%200%201%204%204M87.85%20195.8a17%2017%200%200%201-7.43%2012.41C76%20211.12%2070.38%20212%2065.2%20212a58%2058%200%200%201-14.2-1.89a4%204%200%200%201%202.15-7.7c4.22%201.17%2016.56%203.29%2022.83-.88a8.94%208.94%200%200%200%203.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66%2016.66%200%200%201%207.22-12.13c4.56-3.07%2011-4.36%2019.1-3.82a61%2061%200%200%201%2010.47%201.61a4%204%200%200%201-2%207.74c-4.3-1.13-16.81-3.12-23.06%201.11a8.53%208.53%200%200%200-3.75%206.49c-.66%205.17%203.89%207%2014.42%2010.08c9.76%202.85%2023.14%206.69%2021.34%2020.65M136%20148c-15.44%200-28%2014.35-28%2032s12.56%2032%2028%2032a25.56%2025.56%200%200%200%2016.31-6l4.86%204.85a4%204%200%200%200%205.65-5.66l-5.06-5.06A34.8%2034.8%200%200%200%20164%20180c0-17.65-12.56-32-28-32m0%2056c-11%200-20-10.77-20-24s9-24%2020-24s20%2010.77%2020%2024a27.16%2027.16%200%200%201-4%2014.36l-5.19-5.19a4%204%200%201%200-5.65%205.66l5.47%205.47A17.5%2017.5%200%200%201%20136%20204%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%22M48%20116a4%204%200%200%200%204-4V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v20a4%204%200%200%200%208%200V88a4%204%200%200%200-1.17-2.83l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v72a4%204%200%200%200%204%204m108-74.35L198.35%2084H156ZM224%20208a4%204%200%200%201-4%204h-28a4%204%200%200%201-4-4v-56a4%204%200%200%201%208%200v52h24a4%204%200%200%201%204%204M87.85%20195.8a17%2017%200%200%201-7.43%2012.41C76%20211.12%2070.38%20212%2065.2%20212a58%2058%200%200%201-14.2-1.89a4%204%200%200%201%202.15-7.7c4.22%201.17%2016.56%203.29%2022.83-.88a8.94%208.94%200%200%200%203.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66%2016.66%200%200%201%207.22-12.13c4.56-3.07%2011-4.36%2019.1-3.82a61%2061%200%200%201%2010.47%201.61a4%204%200%200%201-2%207.74c-4.3-1.13-16.81-3.12-23.06%201.11a8.53%208.53%200%200%200-3.75%206.49c-.66%205.17%203.89%207%2014.42%2010.08c9.76%202.85%2023.14%206.69%2021.34%2020.65M136%20148c-15.44%200-28%2014.35-28%2032s12.56%2032%2028%2032a25.56%2025.56%200%200%200%2016.31-6l4.86%204.85a4%204%200%200%200%205.65-5.66l-5.06-5.06A34.8%2034.8%200%200%200%20164%20180c0-17.65-12.56-32-28-32m0%2056c-11%200-20-10.77-20-24s9-24%2020-24s20%2010.77%2020%2024a27.16%2027.16%200%200%201-4%2014.36l-5.19-5.19a4%204%200%201%200-5.65%205.66l5.47%205.47A17.5%2017.5%200%200%201%20136%20204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-sql-thin.svg?color=%231a73e8&size=48