console-sql-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
console-sql-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
console-sql

Use the console sql icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M301.3 496.7c-23.8 0-40.2-10.5-41.6-26.9H205c.9 43.4 36.9 70.3 93.9 70.3c59.1 0 95-28.4 95-75.5c0-35.8-20-55.9-64.5-64.5l-29.1-5.6c-23.8-4.7-33.8-11.9-33.8-24.2c0-15 13.3-24.5 33.4-24.5s35.3 11.1 36.6 27h53c-.9-41.7-37.5-70.3-90.3-70.3c-54.4 0-89.7 28.9-89.7 73c0 35.5 21.2 58 62.5 65.8l29.7 5.9c25.8 5.2 35.6 11.9 35.6 24.4c.1 14.7-14.5 25.1-36 25.1"/><path fill="currentColor" d="M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32m-40 488H136V212h752z"/><path fill="currentColor" d="M828.5 486.7h-95.8V308.5h-57.4V534h153.2zm-298.6 53.4c14.1 0 27.2-2 39.1-5.8l13.3 20.3h53.3L607.9 511c21.1-20 33-51.1 33-89.8c0-73.3-43.3-118.8-110.9-118.8s-111.2 45.3-111.2 118.8c-.1 73.7 43 118.9 111.1 118.9m0-190c31.6 0 52.7 27.7 52.7 71.1c0 16.7-3.6 30.6-10 40.5l-5.2-6.9h-48.8L542 491c-3.9.9-8 1.4-12.2 1.4c-31.7 0-52.8-27.5-52.8-71.2c.1-43.6 21.2-71.1 52.9-71.1"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignConsoleSqlOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M301.3 496.7c-23.8 0-40.2-10.5-41.6-26.9H205c.9 43.4 36.9 70.3 93.9 70.3c59.1 0 95-28.4 95-75.5c0-35.8-20-55.9-64.5-64.5l-29.1-5.6c-23.8-4.7-33.8-11.9-33.8-24.2c0-15 13.3-24.5 33.4-24.5s35.3 11.1 36.6 27h53c-.9-41.7-37.5-70.3-90.3-70.3c-54.4 0-89.7 28.9-89.7 73c0 35.5 21.2 58 62.5 65.8l29.7 5.9c25.8 5.2 35.6 11.9 35.6 24.4c.1 14.7-14.5 25.1-36 25.1"/><path fill="currentColor" d="M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32m-40 488H136V212h752z"/><path fill="currentColor" d="M828.5 486.7h-95.8V308.5h-57.4V534h153.2zm-298.6 53.4c14.1 0 27.2-2 39.1-5.8l13.3 20.3h53.3L607.9 511c21.1-20 33-51.1 33-89.8c0-73.3-43.3-118.8-110.9-118.8s-111.2 45.3-111.2 118.8c-.1 73.7 43 118.9 111.1 118.9m0-190c31.6 0 52.7 27.7 52.7 71.1c0 16.7-3.6 30.6-10 40.5l-5.2-6.9h-48.8L542 491c-3.9.9-8 1.4-12.2 1.4c-31.7 0-52.8-27.5-52.8-71.2c.1-43.6 21.2-71.1 52.9-71.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M301.3 496.7c-23.8 0-40.2-10.5-41.6-26.9H205c.9 43.4 36.9 70.3 93.9 70.3c59.1 0 95-28.4 95-75.5c0-35.8-20-55.9-64.5-64.5l-29.1-5.6c-23.8-4.7-33.8-11.9-33.8-24.2c0-15 13.3-24.5 33.4-24.5s35.3 11.1 36.6 27h53c-.9-41.7-37.5-70.3-90.3-70.3c-54.4 0-89.7 28.9-89.7 73c0 35.5 21.2 58 62.5 65.8l29.7 5.9c25.8 5.2 35.6 11.9 35.6 24.4c.1 14.7-14.5 25.1-36 25.1"/><path fill="currentColor" d="M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32m-40 488H136V212h752z"/><path fill="currentColor" d="M828.5 486.7h-95.8V308.5h-57.4V534h153.2zm-298.6 53.4c14.1 0 27.2-2 39.1-5.8l13.3 20.3h53.3L607.9 511c21.1-20 33-51.1 33-89.8c0-73.3-43.3-118.8-110.9-118.8s-111.2 45.3-111.2 118.8c-.1 73.7 43 118.9 111.1 118.9m0-190c31.6 0 52.7 27.7 52.7 71.1c0 16.7-3.6 30.6-10 40.5l-5.2-6.9h-48.8L542 491c-3.9.9-8 1.4-12.2 1.4c-31.7 0-52.8-27.5-52.8-71.2c.1-43.6 21.2-71.1 52.9-71.1"/></svg>
</template>

CSS

.icon-console-sql-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M301.3%20496.7c-23.8%200-40.2-10.5-41.6-26.9H205c.9%2043.4%2036.9%2070.3%2093.9%2070.3c59.1%200%2095-28.4%2095-75.5c0-35.8-20-55.9-64.5-64.5l-29.1-5.6c-23.8-4.7-33.8-11.9-33.8-24.2c0-15%2013.3-24.5%2033.4-24.5s35.3%2011.1%2036.6%2027h53c-.9-41.7-37.5-70.3-90.3-70.3c-54.4%200-89.7%2028.9-89.7%2073c0%2035.5%2021.2%2058%2062.5%2065.8l29.7%205.9c25.8%205.2%2035.6%2011.9%2035.6%2024.4c.1%2014.7-14.5%2025.1-36%2025.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20140H96c-17.7%200-32%2014.3-32%2032v496c0%2017.7%2014.3%2032%2032%2032h380v112H304c-8.8%200-16%207.2-16%2016v48c0%204.4%203.6%208%208%208h432c4.4%200%208-3.6%208-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7%200%2032-14.3%2032-32V172c0-17.7-14.3-32-32-32m-40%20488H136V212h752z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M828.5%20486.7h-95.8V308.5h-57.4V534h153.2zm-298.6%2053.4c14.1%200%2027.2-2%2039.1-5.8l13.3%2020.3h53.3L607.9%20511c21.1-20%2033-51.1%2033-89.8c0-73.3-43.3-118.8-110.9-118.8s-111.2%2045.3-111.2%20118.8c-.1%2073.7%2043%20118.9%20111.1%20118.9m0-190c31.6%200%2052.7%2027.7%2052.7%2071.1c0%2016.7-3.6%2030.6-10%2040.5l-5.2-6.9h-48.8L542%20491c-3.9.9-8%201.4-12.2%201.4c-31.7%200-52.8-27.5-52.8-71.2c.1-43.6%2021.2-71.1%2052.9-71.1%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M301.3%20496.7c-23.8%200-40.2-10.5-41.6-26.9H205c.9%2043.4%2036.9%2070.3%2093.9%2070.3c59.1%200%2095-28.4%2095-75.5c0-35.8-20-55.9-64.5-64.5l-29.1-5.6c-23.8-4.7-33.8-11.9-33.8-24.2c0-15%2013.3-24.5%2033.4-24.5s35.3%2011.1%2036.6%2027h53c-.9-41.7-37.5-70.3-90.3-70.3c-54.4%200-89.7%2028.9-89.7%2073c0%2035.5%2021.2%2058%2062.5%2065.8l29.7%205.9c25.8%205.2%2035.6%2011.9%2035.6%2024.4c.1%2014.7-14.5%2025.1-36%2025.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M928%20140H96c-17.7%200-32%2014.3-32%2032v496c0%2017.7%2014.3%2032%2032%2032h380v112H304c-8.8%200-16%207.2-16%2016v48c0%204.4%203.6%208%208%208h432c4.4%200%208-3.6%208-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7%200%2032-14.3%2032-32V172c0-17.7-14.3-32-32-32m-40%20488H136V212h752z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M828.5%20486.7h-95.8V308.5h-57.4V534h153.2zm-298.6%2053.4c14.1%200%2027.2-2%2039.1-5.8l13.3%2020.3h53.3L607.9%20511c21.1-20%2033-51.1%2033-89.8c0-73.3-43.3-118.8-110.9-118.8s-111.2%2045.3-111.2%20118.8c-.1%2073.7%2043%20118.9%20111.1%20118.9m0-190c31.6%200%2052.7%2027.7%2052.7%2071.1c0%2016.7-3.6%2030.6-10%2040.5l-5.2-6.9h-48.8L542%20491c-3.9.9-8%201.4-12.2%201.4c-31.7%200-52.8-27.5-52.8-71.2c.1-43.6%2021.2-71.1%2052.9-71.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/console-sql-outlined.svg?color=%231a73e8&size=48