file sql icon
file-sql-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- file-sql-bold
- Set
- Phosphor
- Style
- Bold
- 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 120a12 12 0 0 0 12-12V44h76v48a12 12 0 0 0 12 12h48v4a12 12 0 1 0 24 0V88a12 12 0 0 0-3.51-8.48l-56-56A12 12 0 0 0 152 20H56a20 20 0 0 0-20 20v68a12 12 0 0 0 12 12m135-40h-23V57Zm53 128a12 12 0 0 1-12 12h-28a12 12 0 0 1-12-12v-56a12 12 0 0 1 24 0v44h16a12 12 0 0 1 12 12M91.78 196.8a24.7 24.7 0 0 1-11 18c-6 4-13.26 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 1 1 6.46-23.11c6.81 1.85 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.82-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.62-4.92-11.21-12.45-10.1-21.19a24.44 24.44 0 0 1 10.68-17.76c6.07-4.09 14.17-5.83 24.1-5.17A69 69 0 0 1 79 142a12 12 0 0 1-6.1 23.21c-6.35-1.63-13.61-1.5-16.07-.33a80 80 0 0 0 7.92 2.59c5.47 1.58 11.67 3.37 16.8 6.82c7.78 5.24 11.45 13.24 10.23 22.51m76 2A43.2 43.2 0 0 0 172 180c0-22-16.15-40-36-40s-36 18-36 40s16.15 40 36 40a32.8 32.8 0 0 0 15.25-3.77l.27.26a12 12 0 0 0 17-17ZM124 180c0-8.67 5.5-16 12-16s12 7.33 12 16v.69a12 12 0 0 0-15.51 14.56C127.62 193.16 124 187 124 180"/></svg>
React
import type { SVGProps } from "react";
export function PhFileSqlBold(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 120a12 12 0 0 0 12-12V44h76v48a12 12 0 0 0 12 12h48v4a12 12 0 1 0 24 0V88a12 12 0 0 0-3.51-8.48l-56-56A12 12 0 0 0 152 20H56a20 20 0 0 0-20 20v68a12 12 0 0 0 12 12m135-40h-23V57Zm53 128a12 12 0 0 1-12 12h-28a12 12 0 0 1-12-12v-56a12 12 0 0 1 24 0v44h16a12 12 0 0 1 12 12M91.78 196.8a24.7 24.7 0 0 1-11 18c-6 4-13.26 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 1 1 6.46-23.11c6.81 1.85 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.82-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.62-4.92-11.21-12.45-10.1-21.19a24.44 24.44 0 0 1 10.68-17.76c6.07-4.09 14.17-5.83 24.1-5.17A69 69 0 0 1 79 142a12 12 0 0 1-6.1 23.21c-6.35-1.63-13.61-1.5-16.07-.33a80 80 0 0 0 7.92 2.59c5.47 1.58 11.67 3.37 16.8 6.82c7.78 5.24 11.45 13.24 10.23 22.51m76 2A43.2 43.2 0 0 0 172 180c0-22-16.15-40-36-40s-36 18-36 40s16.15 40 36 40a32.8 32.8 0 0 0 15.25-3.77l.27.26a12 12 0 0 0 17-17ZM124 180c0-8.67 5.5-16 12-16s12 7.33 12 16v.69a12 12 0 0 0-15.51 14.56C127.62 193.16 124 187 124 180"/></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 120a12 12 0 0 0 12-12V44h76v48a12 12 0 0 0 12 12h48v4a12 12 0 1 0 24 0V88a12 12 0 0 0-3.51-8.48l-56-56A12 12 0 0 0 152 20H56a20 20 0 0 0-20 20v68a12 12 0 0 0 12 12m135-40h-23V57Zm53 128a12 12 0 0 1-12 12h-28a12 12 0 0 1-12-12v-56a12 12 0 0 1 24 0v44h16a12 12 0 0 1 12 12M91.78 196.8a24.7 24.7 0 0 1-11 18c-6 4-13.26 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 1 1 6.46-23.11c6.81 1.85 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.82-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.62-4.92-11.21-12.45-10.1-21.19a24.44 24.44 0 0 1 10.68-17.76c6.07-4.09 14.17-5.83 24.1-5.17A69 69 0 0 1 79 142a12 12 0 0 1-6.1 23.21c-6.35-1.63-13.61-1.5-16.07-.33a80 80 0 0 0 7.92 2.59c5.47 1.58 11.67 3.37 16.8 6.82c7.78 5.24 11.45 13.24 10.23 22.51m76 2A43.2 43.2 0 0 0 172 180c0-22-16.15-40-36-40s-36 18-36 40s16.15 40 36 40a32.8 32.8 0 0 0 15.25-3.77l.27.26a12 12 0 0 0 17-17ZM124 180c0-8.67 5.5-16 12-16s12 7.33 12 16v.69a12 12 0 0 0-15.51 14.56C127.62 193.16 124 187 124 180"/></svg> </template>
CSS
.icon-file-sql-bold {
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%20120a12%2012%200%200%200%2012-12V44h76v48a12%2012%200%200%200%2012%2012h48v4a12%2012%200%201%200%2024%200V88a12%2012%200%200%200-3.51-8.48l-56-56A12%2012%200%200%200%20152%2020H56a20%2020%200%200%200-20%2020v68a12%2012%200%200%200%2012%2012m135-40h-23V57Zm53%20128a12%2012%200%200%201-12%2012h-28a12%2012%200%200%201-12-12v-56a12%2012%200%200%201%2024%200v44h16a12%2012%200%200%201%2012%2012M91.78%20196.8a24.7%2024.7%200%200%201-11%2018c-6%204-13.26%205.15-19.73%205.15a63.8%2063.8%200%200%201-16.23-2.21a12%2012%200%201%201%206.46-23.11c6.81%201.85%2015%201.61%2016.39.06a2.5%202.5%200%200%200%20.21-.71c-1.94-1.23-6.82-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.62-4.92-11.21-12.45-10.1-21.19a24.44%2024.44%200%200%201%2010.68-17.76c6.07-4.09%2014.17-5.83%2024.1-5.17A69%2069%200%200%201%2079%20142a12%2012%200%200%201-6.1%2023.21c-6.35-1.63-13.61-1.5-16.07-.33a80%2080%200%200%200%207.92%202.59c5.47%201.58%2011.67%203.37%2016.8%206.82c7.78%205.24%2011.45%2013.24%2010.23%2022.51m76%202A43.2%2043.2%200%200%200%20172%20180c0-22-16.15-40-36-40s-36%2018-36%2040s16.15%2040%2036%2040a32.8%2032.8%200%200%200%2015.25-3.77l.27.26a12%2012%200%200%200%2017-17ZM124%20180c0-8.67%205.5-16%2012-16s12%207.33%2012%2016v.69a12%2012%200%200%200-15.51%2014.56C127.62%20193.16%20124%20187%20124%20180%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%20120a12%2012%200%200%200%2012-12V44h76v48a12%2012%200%200%200%2012%2012h48v4a12%2012%200%201%200%2024%200V88a12%2012%200%200%200-3.51-8.48l-56-56A12%2012%200%200%200%20152%2020H56a20%2020%200%200%200-20%2020v68a12%2012%200%200%200%2012%2012m135-40h-23V57Zm53%20128a12%2012%200%200%201-12%2012h-28a12%2012%200%200%201-12-12v-56a12%2012%200%200%201%2024%200v44h16a12%2012%200%200%201%2012%2012M91.78%20196.8a24.7%2024.7%200%200%201-11%2018c-6%204-13.26%205.15-19.73%205.15a63.8%2063.8%200%200%201-16.23-2.21a12%2012%200%201%201%206.46-23.11c6.81%201.85%2015%201.61%2016.39.06a2.5%202.5%200%200%200%20.21-.71c-1.94-1.23-6.82-2.64-9.88-3.53c-5.39-1.56-11-3.17-15.75-6.26c-7.62-4.92-11.21-12.45-10.1-21.19a24.44%2024.44%200%200%201%2010.68-17.76c6.07-4.09%2014.17-5.83%2024.1-5.17A69%2069%200%200%201%2079%20142a12%2012%200%200%201-6.1%2023.21c-6.35-1.63-13.61-1.5-16.07-.33a80%2080%200%200%200%207.92%202.59c5.47%201.58%2011.67%203.37%2016.8%206.82c7.78%205.24%2011.45%2013.24%2010.23%2022.51m76%202A43.2%2043.2%200%200%200%20172%20180c0-22-16.15-40-36-40s-36%2018-36%2040s16.15%2040%2036%2040a32.8%2032.8%200%200%200%2015.25-3.77l.27.26a12%2012%200%200%200%2017-17ZM124%20180c0-8.67%205.5-16%2012-16s12%207.33%2012%2016v.69a12%2012%200%200%200-15.51%2014.56C127.62%20193.16%20124%20187%20124%20180%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-sql-bold.svg?color=%231a73e8&size=48