select multiple icon
select-multiple-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- select-multiple-solid
- Set
- Myna UI Icons
- Style
- Solid
- 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"><path fill="currentColor" d="M10.17 2.25c-.534 0-.98 0-1.345.03c-.38.03-.736.098-1.074.27a2.75 2.75 0 0 0-1.201 1.2c-.172.338-.24.694-.27 1.074c-.03.365-.03.81-.03 1.345v7.66c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.201 1.203c.337.171.694.238 1.073.27c.364.029.81.029 1.342.029h7.668c.533 0 .978 0 1.342-.03c.38-.03.735-.098 1.072-.27a2.75 2.75 0 0 0 1.203-1.202c.171-.337.238-.694.27-1.074c.03-.364.03-.81.03-1.344V6.17c0-.535 0-.98-.03-1.345c-.032-.38-.099-.736-.27-1.074a2.75 2.75 0 0 0-1.203-1.201c-.337-.172-.693-.24-1.073-.27c-.364-.03-.81-.03-1.344-.03zM3 8.25a.75.75 0 0 1 .75.75v10.4c0 .292 0 .466.011.596a.6.6 0 0 0 .018.12a.25.25 0 0 0 .104.105a.6.6 0 0 0 .12.018c.13.01.304.011.595.011H15a.75.75 0 0 1 0 1.5H4.572c-.257 0-.493 0-.69-.016a1.8 1.8 0 0 1-.677-.175a1.75 1.75 0 0 1-.764-.765a1.8 1.8 0 0 1-.175-.676a9 9 0 0 1-.016-.692V9A.75.75 0 0 1 3 8.25m13.684-.858a.75.75 0 0 1 .169 1.047l-2.8 3.876a1.05 1.05 0 0 1-1.639.077l-1.378-1.576a.75.75 0 1 1 1.129-.987l1.005 1.148l2.467-3.416a.75.75 0 0 1 1.047-.169"/></svg>
React
import type { SVGProps } from "react";
export function MynauiSelectMultipleSolid(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="M10.17 2.25c-.534 0-.98 0-1.345.03c-.38.03-.736.098-1.074.27a2.75 2.75 0 0 0-1.201 1.2c-.172.338-.24.694-.27 1.074c-.03.365-.03.81-.03 1.345v7.66c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.201 1.203c.337.171.694.238 1.073.27c.364.029.81.029 1.342.029h7.668c.533 0 .978 0 1.342-.03c.38-.03.735-.098 1.072-.27a2.75 2.75 0 0 0 1.203-1.202c.171-.337.238-.694.27-1.074c.03-.364.03-.81.03-1.344V6.17c0-.535 0-.98-.03-1.345c-.032-.38-.099-.736-.27-1.074a2.75 2.75 0 0 0-1.203-1.201c-.337-.172-.693-.24-1.073-.27c-.364-.03-.81-.03-1.344-.03zM3 8.25a.75.75 0 0 1 .75.75v10.4c0 .292 0 .466.011.596a.6.6 0 0 0 .018.12a.25.25 0 0 0 .104.105a.6.6 0 0 0 .12.018c.13.01.304.011.595.011H15a.75.75 0 0 1 0 1.5H4.572c-.257 0-.493 0-.69-.016a1.8 1.8 0 0 1-.677-.175a1.75 1.75 0 0 1-.764-.765a1.8 1.8 0 0 1-.175-.676a9 9 0 0 1-.016-.692V9A.75.75 0 0 1 3 8.25m13.684-.858a.75.75 0 0 1 .169 1.047l-2.8 3.876a1.05 1.05 0 0 1-1.639.077l-1.378-1.576a.75.75 0 1 1 1.129-.987l1.005 1.148l2.467-3.416a.75.75 0 0 1 1.047-.169"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.17 2.25c-.534 0-.98 0-1.345.03c-.38.03-.736.098-1.074.27a2.75 2.75 0 0 0-1.201 1.2c-.172.338-.24.694-.27 1.074c-.03.365-.03.81-.03 1.345v7.66c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.201 1.203c.337.171.694.238 1.073.27c.364.029.81.029 1.342.029h7.668c.533 0 .978 0 1.342-.03c.38-.03.735-.098 1.072-.27a2.75 2.75 0 0 0 1.203-1.202c.171-.337.238-.694.27-1.074c.03-.364.03-.81.03-1.344V6.17c0-.535 0-.98-.03-1.345c-.032-.38-.099-.736-.27-1.074a2.75 2.75 0 0 0-1.203-1.201c-.337-.172-.693-.24-1.073-.27c-.364-.03-.81-.03-1.344-.03zM3 8.25a.75.75 0 0 1 .75.75v10.4c0 .292 0 .466.011.596a.6.6 0 0 0 .018.12a.25.25 0 0 0 .104.105a.6.6 0 0 0 .12.018c.13.01.304.011.595.011H15a.75.75 0 0 1 0 1.5H4.572c-.257 0-.493 0-.69-.016a1.8 1.8 0 0 1-.677-.175a1.75 1.75 0 0 1-.764-.765a1.8 1.8 0 0 1-.175-.676a9 9 0 0 1-.016-.692V9A.75.75 0 0 1 3 8.25m13.684-.858a.75.75 0 0 1 .169 1.047l-2.8 3.876a1.05 1.05 0 0 1-1.639.077l-1.378-1.576a.75.75 0 1 1 1.129-.987l1.005 1.148l2.467-3.416a.75.75 0 0 1 1.047-.169"/></svg> </template>
CSS
.icon-select-multiple-solid {
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%22M10.17%202.25c-.534%200-.98%200-1.345.03c-.38.03-.736.098-1.074.27a2.75%202.75%200%200%200-1.201%201.2c-.172.338-.24.694-.27%201.074c-.03.365-.03.81-.03%201.345v7.66c0%20.535%200%20.98.03%201.345c.03.38.098.736.27%201.073a2.75%202.75%200%200%200%201.201%201.203c.337.171.694.238%201.073.27c.364.029.81.029%201.342.029h7.668c.533%200%20.978%200%201.342-.03c.38-.03.735-.098%201.072-.27a2.75%202.75%200%200%200%201.203-1.202c.171-.337.238-.694.27-1.074c.03-.364.03-.81.03-1.344V6.17c0-.535%200-.98-.03-1.345c-.032-.38-.099-.736-.27-1.074a2.75%202.75%200%200%200-1.203-1.201c-.337-.172-.693-.24-1.073-.27c-.364-.03-.81-.03-1.344-.03zM3%208.25a.75.75%200%200%201%20.75.75v10.4c0%20.292%200%20.466.011.596a.6.6%200%200%200%20.018.12a.25.25%200%200%200%20.104.105a.6.6%200%200%200%20.12.018c.13.01.304.011.595.011H15a.75.75%200%200%201%200%201.5H4.572c-.257%200-.493%200-.69-.016a1.8%201.8%200%200%201-.677-.175a1.75%201.75%200%200%201-.764-.765a1.8%201.8%200%200%201-.175-.676a9%209%200%200%201-.016-.692V9A.75.75%200%200%201%203%208.25m13.684-.858a.75.75%200%200%201%20.169%201.047l-2.8%203.876a1.05%201.05%200%200%201-1.639.077l-1.378-1.576a.75.75%200%201%201%201.129-.987l1.005%201.148l2.467-3.416a.75.75%200%200%201%201.047-.169%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%22M10.17%202.25c-.534%200-.98%200-1.345.03c-.38.03-.736.098-1.074.27a2.75%202.75%200%200%200-1.201%201.2c-.172.338-.24.694-.27%201.074c-.03.365-.03.81-.03%201.345v7.66c0%20.535%200%20.98.03%201.345c.03.38.098.736.27%201.073a2.75%202.75%200%200%200%201.201%201.203c.337.171.694.238%201.073.27c.364.029.81.029%201.342.029h7.668c.533%200%20.978%200%201.342-.03c.38-.03.735-.098%201.072-.27a2.75%202.75%200%200%200%201.203-1.202c.171-.337.238-.694.27-1.074c.03-.364.03-.81.03-1.344V6.17c0-.535%200-.98-.03-1.345c-.032-.38-.099-.736-.27-1.074a2.75%202.75%200%200%200-1.203-1.201c-.337-.172-.693-.24-1.073-.27c-.364-.03-.81-.03-1.344-.03zM3%208.25a.75.75%200%200%201%20.75.75v10.4c0%20.292%200%20.466.011.596a.6.6%200%200%200%20.018.12a.25.25%200%200%200%20.104.105a.6.6%200%200%200%20.12.018c.13.01.304.011.595.011H15a.75.75%200%200%201%200%201.5H4.572c-.257%200-.493%200-.69-.016a1.8%201.8%200%200%201-.677-.175a1.75%201.75%200%200%201-.764-.765a1.8%201.8%200%200%201-.175-.676a9%209%200%200%201-.016-.692V9A.75.75%200%200%201%203%208.25m13.684-.858a.75.75%200%200%201%20.169%201.047l-2.8%203.876a1.05%201.05%200%200%201-1.639.077l-1.378-1.576a.75.75%200%201%201%201.129-.987l1.005%201.148l2.467-3.416a.75.75%200%200%201%201.047-.169%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/select-multiple-solid.svg?color=%231a73e8&size=48