set-all from Material Design Icons by Pictogrammers · Filled · Database · Apache-2.0 Free for personal and commercial use.

Name
set-all
Set
Material Design Icons
Style
Filled
Category
Database
Viewbox
24×24
License
Apache 2.0
Aliases
full-outer-join, set-or, set-union, sql-full-outer-join

More database icons from Material Design Icons

Use the set all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5c1.04 0 2.06.24 3 .68c.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.04 0-2.06-.24-3-.68c-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7a7 7 0 0 1 7-7m-.5 7c0 1.87.79 3.56 2.06 4.75l1-.46c-1.25-1-2.06-2.55-2.06-4.29s.81-3.29 2.06-4.29l-1-.46A6.5 6.5 0 0 0 8.5 12m7 0c0-1.87-.79-3.56-2.06-4.75l-1 .46c1.25 1 2.06 2.55 2.06 4.29s-.81 3.29-2.06 4.29l1 .46A6.5 6.5 0 0 0 15.5 12"/></svg>

React

import type { SVGProps } from "react";

export function MdiSetAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5c1.04 0 2.06.24 3 .68c.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.04 0-2.06-.24-3-.68c-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7a7 7 0 0 1 7-7m-.5 7c0 1.87.79 3.56 2.06 4.75l1-.46c-1.25-1-2.06-2.55-2.06-4.29s.81-3.29 2.06-4.29l-1-.46A6.5 6.5 0 0 0 8.5 12m7 0c0-1.87-.79-3.56-2.06-4.75l-1 .46c1.25 1 2.06 2.55 2.06 4.29s-.81 3.29-2.06 4.29l1 .46A6.5 6.5 0 0 0 15.5 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5c1.04 0 2.06.24 3 .68c.94-.44 1.96-.68 3-.68a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.04 0-2.06-.24-3-.68c-.94.44-1.96.68-3 .68a7 7 0 0 1-7-7a7 7 0 0 1 7-7m-.5 7c0 1.87.79 3.56 2.06 4.75l1-.46c-1.25-1-2.06-2.55-2.06-4.29s.81-3.29 2.06-4.29l-1-.46A6.5 6.5 0 0 0 8.5 12m7 0c0-1.87-.79-3.56-2.06-4.75l-1 .46c1.25 1 2.06 2.55 2.06 4.29s-.81 3.29-2.06 4.29l1 .46A6.5 6.5 0 0 0 15.5 12"/></svg>
</template>

CSS

.icon-set-all {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%205c1.04%200%202.06.24%203%20.68c.94-.44%201.96-.68%203-.68a7%207%200%200%201%207%207a7%207%200%200%201-7%207c-1.04%200-2.06-.24-3-.68c-.94.44-1.96.68-3%20.68a7%207%200%200%201-7-7a7%207%200%200%201%207-7m-.5%207c0%201.87.79%203.56%202.06%204.75l1-.46c-1.25-1-2.06-2.55-2.06-4.29s.81-3.29%202.06-4.29l-1-.46A6.5%206.5%200%200%200%208.5%2012m7%200c0-1.87-.79-3.56-2.06-4.75l-1%20.46c1.25%201%202.06%202.55%202.06%204.29s-.81%203.29-2.06%204.29l1%20.46A6.5%206.5%200%200%200%2015.5%2012%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%205c1.04%200%202.06.24%203%20.68c.94-.44%201.96-.68%203-.68a7%207%200%200%201%207%207a7%207%200%200%201-7%207c-1.04%200-2.06-.24-3-.68c-.94.44-1.96.68-3%20.68a7%207%200%200%201-7-7a7%207%200%200%201%207-7m-.5%207c0%201.87.79%203.56%202.06%204.75l1-.46c-1.25-1-2.06-2.55-2.06-4.29s.81-3.29%202.06-4.29l-1-.46A6.5%206.5%200%200%200%208.5%2012m7%200c0-1.87-.79-3.56-2.06-4.75l-1%20.46c1.25%201%202.06%202.55%202.06%204.29s-.81%203.29-2.06%204.29l1%20.46A6.5%206.5%200%200%200%2015.5%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/set-all.svg?color=%231a73e8&size=48