select multiple icon

select-multiple from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
select-multiple
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the select multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 9v10.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C3.76 21 4.04 21 4.598 21H15m-8-7.2V6.2c0-1.12 0-1.68.218-2.108c.192-.377.497-.682.874-.874C8.52 3 9.08 3 10.2 3h7.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C21 4.52 21 5.08 21 6.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.428.218-.986.218-2.104.218h-7.607c-1.118 0-1.678 0-2.105-.218a2 2 0 0 1-.874-.874C7 15.48 7 14.92 7 13.8"/><path d="m11.6 10.323l1.379 1.575a.3.3 0 0 0 .466-.022L16.245 8"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiSelectMultiple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3 9v10.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C3.76 21 4.04 21 4.598 21H15m-8-7.2V6.2c0-1.12 0-1.68.218-2.108c.192-.377.497-.682.874-.874C8.52 3 9.08 3 10.2 3h7.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C21 4.52 21 5.08 21 6.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.428.218-.986.218-2.104.218h-7.607c-1.118 0-1.678 0-2.105-.218a2 2 0 0 1-.874-.874C7 15.48 7 14.92 7 13.8"/><path d="m11.6 10.323l1.379 1.575a.3.3 0 0 0 .466-.022L16.245 8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 9v10.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C3.76 21 4.04 21 4.598 21H15m-8-7.2V6.2c0-1.12 0-1.68.218-2.108c.192-.377.497-.682.874-.874C8.52 3 9.08 3 10.2 3h7.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C21 4.52 21 5.08 21 6.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.428.218-.986.218-2.104.218h-7.607c-1.118 0-1.678 0-2.105-.218a2 2 0 0 1-.874-.874C7 15.48 7 14.92 7 13.8"/><path d="m11.6 10.323l1.379 1.575a.3.3 0 0 0 .466-.022L16.245 8"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209v10.4c0%20.56%200%20.84.109%201.054a1%201%200%200%200%20.437.437C3.76%2021%204.04%2021%204.598%2021H15m-8-7.2V6.2c0-1.12%200-1.68.218-2.108c.192-.377.497-.682.874-.874C8.52%203%209.08%203%2010.2%203h7.6c1.12%200%201.68%200%202.108.218a2%202%200%200%201%20.874.874C21%204.52%2021%205.08%2021%206.2v7.6c0%201.12%200%201.68-.218%202.108a2%202%200%200%201-.874.874c-.428.218-.986.218-2.104.218h-7.607c-1.118%200-1.678%200-2.105-.218a2%202%200%200%201-.874-.874C7%2015.48%207%2014.92%207%2013.8%22%2F%3E%3Cpath%20d%3D%22m11.6%2010.323l1.379%201.575a.3.3%200%200%200%20.466-.022L16.245%208%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209v10.4c0%20.56%200%20.84.109%201.054a1%201%200%200%200%20.437.437C3.76%2021%204.04%2021%204.598%2021H15m-8-7.2V6.2c0-1.12%200-1.68.218-2.108c.192-.377.497-.682.874-.874C8.52%203%209.08%203%2010.2%203h7.6c1.12%200%201.68%200%202.108.218a2%202%200%200%201%20.874.874C21%204.52%2021%205.08%2021%206.2v7.6c0%201.12%200%201.68-.218%202.108a2%202%200%200%201-.874.874c-.428.218-.986.218-2.104.218h-7.607c-1.118%200-1.678%200-2.105-.218a2%202%200%200%201-.874-.874C7%2015.48%207%2014.92%207%2013.8%22%2F%3E%3Cpath%20d%3D%22m11.6%2010.323l1.379%201.575a.3.3%200%200%200%20.466-.022L16.245%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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