file sql icon
file-sql-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- file-sql-light
- Set
- Phosphor
- Style
- Light
- 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 118a6 6 0 0 0 6-6V40a2 2 0 0 1 2-2h90v50a6 6 0 0 0 6 6h50v18a6 6 0 1 0 12 0V88a6 6 0 0 0-1.76-4.25l-56-56A6 6 0 0 0 152 26H56a14 14 0 0 0-14 14v72a6 6 0 0 0 6 6m110-71.52L193.52 82H158ZM226 208a6 6 0 0 1-6 6h-28a6 6 0 0 1-6-6v-56a6 6 0 0 1 12 0v50h22a6 6 0 0 1 6 6M89.83 196a18.85 18.85 0 0 1-8.3 13.82c-4.82 3.23-10.87 4.18-16.37 4.18a59 59 0 0 1-14.67-2a6 6 0 0 1 3.23-11.56c3.71 1 15.58 3.11 21.19-.62a6.85 6.85 0 0 0 3-5.34c.57-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61 18.61 0 0 1 8.08-13.54c11.11-7.49 29.18-3 31.2-2.48a6 6 0 1 1-3.06 11.6c-3.79-1-15.85-2.95-21.44.84a6.59 6.59 0 0 0-2.88 5.08c-.41 3.22 2.14 4.78 13 7.91c9.89 2.89 24.81 7.2 22.79 22.81M136 146c-16.54 0-30 15.25-30 34s13.45 34 30 34a27.32 27.32 0 0 0 16.15-5.37l3.61 3.61a6 6 0 1 0 8.49-8.48l-3.91-3.91A36.94 36.94 0 0 0 166 180c0-18.76-13.45-34-30-34m0 56c-9.92 0-18-9.87-18-22s8.07-22 18-22s18 9.87 18 22a25.6 25.6 0 0 1-2.45 11.06l-3.3-3.3a6 6 0 0 0-8.49 8.48l3.75 3.75A15.3 15.3 0 0 1 136 202"/></svg>
React
import type { SVGProps } from "react";
export function PhFileSqlLight(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 118a6 6 0 0 0 6-6V40a2 2 0 0 1 2-2h90v50a6 6 0 0 0 6 6h50v18a6 6 0 1 0 12 0V88a6 6 0 0 0-1.76-4.25l-56-56A6 6 0 0 0 152 26H56a14 14 0 0 0-14 14v72a6 6 0 0 0 6 6m110-71.52L193.52 82H158ZM226 208a6 6 0 0 1-6 6h-28a6 6 0 0 1-6-6v-56a6 6 0 0 1 12 0v50h22a6 6 0 0 1 6 6M89.83 196a18.85 18.85 0 0 1-8.3 13.82c-4.82 3.23-10.87 4.18-16.37 4.18a59 59 0 0 1-14.67-2a6 6 0 0 1 3.23-11.56c3.71 1 15.58 3.11 21.19-.62a6.85 6.85 0 0 0 3-5.34c.57-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61 18.61 0 0 1 8.08-13.54c11.11-7.49 29.18-3 31.2-2.48a6 6 0 1 1-3.06 11.6c-3.79-1-15.85-2.95-21.44.84a6.59 6.59 0 0 0-2.88 5.08c-.41 3.22 2.14 4.78 13 7.91c9.89 2.89 24.81 7.2 22.79 22.81M136 146c-16.54 0-30 15.25-30 34s13.45 34 30 34a27.32 27.32 0 0 0 16.15-5.37l3.61 3.61a6 6 0 1 0 8.49-8.48l-3.91-3.91A36.94 36.94 0 0 0 166 180c0-18.76-13.45-34-30-34m0 56c-9.92 0-18-9.87-18-22s8.07-22 18-22s18 9.87 18 22a25.6 25.6 0 0 1-2.45 11.06l-3.3-3.3a6 6 0 0 0-8.49 8.48l3.75 3.75A15.3 15.3 0 0 1 136 202"/></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 118a6 6 0 0 0 6-6V40a2 2 0 0 1 2-2h90v50a6 6 0 0 0 6 6h50v18a6 6 0 1 0 12 0V88a6 6 0 0 0-1.76-4.25l-56-56A6 6 0 0 0 152 26H56a14 14 0 0 0-14 14v72a6 6 0 0 0 6 6m110-71.52L193.52 82H158ZM226 208a6 6 0 0 1-6 6h-28a6 6 0 0 1-6-6v-56a6 6 0 0 1 12 0v50h22a6 6 0 0 1 6 6M89.83 196a18.85 18.85 0 0 1-8.3 13.82c-4.82 3.23-10.87 4.18-16.37 4.18a59 59 0 0 1-14.67-2a6 6 0 0 1 3.23-11.56c3.71 1 15.58 3.11 21.19-.62a6.85 6.85 0 0 0 3-5.34c.57-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61 18.61 0 0 1 8.08-13.54c11.11-7.49 29.18-3 31.2-2.48a6 6 0 1 1-3.06 11.6c-3.79-1-15.85-2.95-21.44.84a6.59 6.59 0 0 0-2.88 5.08c-.41 3.22 2.14 4.78 13 7.91c9.89 2.89 24.81 7.2 22.79 22.81M136 146c-16.54 0-30 15.25-30 34s13.45 34 30 34a27.32 27.32 0 0 0 16.15-5.37l3.61 3.61a6 6 0 1 0 8.49-8.48l-3.91-3.91A36.94 36.94 0 0 0 166 180c0-18.76-13.45-34-30-34m0 56c-9.92 0-18-9.87-18-22s8.07-22 18-22s18 9.87 18 22a25.6 25.6 0 0 1-2.45 11.06l-3.3-3.3a6 6 0 0 0-8.49 8.48l3.75 3.75A15.3 15.3 0 0 1 136 202"/></svg> </template>
CSS
.icon-file-sql-light {
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%20118a6%206%200%200%200%206-6V40a2%202%200%200%201%202-2h90v50a6%206%200%200%200%206%206h50v18a6%206%200%201%200%2012%200V88a6%206%200%200%200-1.76-4.25l-56-56A6%206%200%200%200%20152%2026H56a14%2014%200%200%200-14%2014v72a6%206%200%200%200%206%206m110-71.52L193.52%2082H158ZM226%20208a6%206%200%200%201-6%206h-28a6%206%200%200%201-6-6v-56a6%206%200%200%201%2012%200v50h22a6%206%200%200%201%206%206M89.83%20196a18.85%2018.85%200%200%201-8.3%2013.82c-4.82%203.23-10.87%204.18-16.37%204.18a59%2059%200%200%201-14.67-2a6%206%200%200%201%203.23-11.56c3.71%201%2015.58%203.11%2021.19-.62a6.85%206.85%200%200%200%203-5.34c.57-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61%2018.61%200%200%201%208.08-13.54c11.11-7.49%2029.18-3%2031.2-2.48a6%206%200%201%201-3.06%2011.6c-3.79-1-15.85-2.95-21.44.84a6.59%206.59%200%200%200-2.88%205.08c-.41%203.22%202.14%204.78%2013%207.91c9.89%202.89%2024.81%207.2%2022.79%2022.81M136%20146c-16.54%200-30%2015.25-30%2034s13.45%2034%2030%2034a27.32%2027.32%200%200%200%2016.15-5.37l3.61%203.61a6%206%200%201%200%208.49-8.48l-3.91-3.91A36.94%2036.94%200%200%200%20166%20180c0-18.76-13.45-34-30-34m0%2056c-9.92%200-18-9.87-18-22s8.07-22%2018-22s18%209.87%2018%2022a25.6%2025.6%200%200%201-2.45%2011.06l-3.3-3.3a6%206%200%200%200-8.49%208.48l3.75%203.75A15.3%2015.3%200%200%201%20136%20202%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%20118a6%206%200%200%200%206-6V40a2%202%200%200%201%202-2h90v50a6%206%200%200%200%206%206h50v18a6%206%200%201%200%2012%200V88a6%206%200%200%200-1.76-4.25l-56-56A6%206%200%200%200%20152%2026H56a14%2014%200%200%200-14%2014v72a6%206%200%200%200%206%206m110-71.52L193.52%2082H158ZM226%20208a6%206%200%200%201-6%206h-28a6%206%200%200%201-6-6v-56a6%206%200%200%201%2012%200v50h22a6%206%200%200%201%206%206M89.83%20196a18.85%2018.85%200%200%201-8.3%2013.82c-4.82%203.23-10.87%204.18-16.37%204.18a59%2059%200%200%201-14.67-2a6%206%200%200%201%203.23-11.56c3.71%201%2015.58%203.11%2021.19-.62a6.85%206.85%200%200%200%203-5.34c.57-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61%2018.61%200%200%201%208.08-13.54c11.11-7.49%2029.18-3%2031.2-2.48a6%206%200%201%201-3.06%2011.6c-3.79-1-15.85-2.95-21.44.84a6.59%206.59%200%200%200-2.88%205.08c-.41%203.22%202.14%204.78%2013%207.91c9.89%202.89%2024.81%207.2%2022.79%2022.81M136%20146c-16.54%200-30%2015.25-30%2034s13.45%2034%2030%2034a27.32%2027.32%200%200%200%2016.15-5.37l3.61%203.61a6%206%200%201%200%208.49-8.48l-3.91-3.91A36.94%2036.94%200%200%200%20166%20180c0-18.76-13.45-34-30-34m0%2056c-9.92%200-18-9.87-18-22s8.07-22%2018-22s18%209.87%2018%2022a25.6%2025.6%200%200%201-2.45%2011.06l-3.3-3.3a6%206%200%200%200-8.49%208.48l3.75%203.75A15.3%2015.3%200%200%201%20136%20202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-sql-light.svg?color=%231a73e8&size=48