select-multiple from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
select-multiple
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Material Design Icons

Use the select multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12h2v2h-2zm-4 4h2v2h-2zm6 1c0 .55-.45 1-1 1h-1v-2h2zM7 4h1v2H6V5c0-.55.45-1 1-1m12 0c.55 0 1 .45 1 1v1h-2V4zm-5 2V4h2v2zm-4 0V4h2v2zm0 12v-2h2v2zm-3 0c-.55 0-1-.45-1-1v-1h2v2zm-1-6h2v2H6zm0-4h2v2H6zm14 0v2h-2V8zM3 8h1v12h12v1c0 .54-.43 1-.97 1H3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiSelectMultiple(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="M18 12h2v2h-2zm-4 4h2v2h-2zm6 1c0 .55-.45 1-1 1h-1v-2h2zM7 4h1v2H6V5c0-.55.45-1 1-1m12 0c.55 0 1 .45 1 1v1h-2V4zm-5 2V4h2v2zm-4 0V4h2v2zm0 12v-2h2v2zm-3 0c-.55 0-1-.45-1-1v-1h2v2zm-1-6h2v2H6zm0-4h2v2H6zm14 0v2h-2V8zM3 8h1v12h12v1c0 .54-.43 1-.97 1H3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12h2v2h-2zm-4 4h2v2h-2zm6 1c0 .55-.45 1-1 1h-1v-2h2zM7 4h1v2H6V5c0-.55.45-1 1-1m12 0c.55 0 1 .45 1 1v1h-2V4zm-5 2V4h2v2zm-4 0V4h2v2zm0 12v-2h2v2zm-3 0c-.55 0-1-.45-1-1v-1h2v2zm-1-6h2v2H6zm0-4h2v2H6zm14 0v2h-2V8zM3 8h1v12h12v1c0 .54-.43 1-.97 1H3c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1"/></svg>
</template>

CSS

.icon-select-multiple {
  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%22M18%2012h2v2h-2zm-4%204h2v2h-2zm6%201c0%20.55-.45%201-1%201h-1v-2h2zM7%204h1v2H6V5c0-.55.45-1%201-1m12%200c.55%200%201%20.45%201%201v1h-2V4zm-5%202V4h2v2zm-4%200V4h2v2zm0%2012v-2h2v2zm-3%200c-.55%200-1-.45-1-1v-1h2v2zm-1-6h2v2H6zm0-4h2v2H6zm14%200v2h-2V8zM3%208h1v12h12v1c0%20.54-.43%201-.97%201H3c-.55%200-1-.45-1-1V9c0-.55.45-1%201-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2012h2v2h-2zm-4%204h2v2h-2zm6%201c0%20.55-.45%201-1%201h-1v-2h2zM7%204h1v2H6V5c0-.55.45-1%201-1m12%200c.55%200%201%20.45%201%201v1h-2V4zm-5%202V4h2v2zm-4%200V4h2v2zm0%2012v-2h2v2zm-3%200c-.55%200-1-.45-1-1v-1h2v2zm-1-6h2v2H6zm0-4h2v2H6zm14%200v2h-2V8zM3%208h1v12h12v1c0%20.54-.43%201-.97%201H3c-.55%200-1-.45-1-1V9c0-.55.45-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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