box multiple search icon

box-multiple-search-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
box-multiple-search-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the box multiple search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.22 3.737a2.25 2.25 0 0 1 1.56 0l4.307 1.592a.25.25 0 0 1 .163.234v6.913a5.5 5.5 0 0 1 1.5 2.379V5.563a1.75 1.75 0 0 0-1.143-1.641L16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.8 4.8 0 0 1 1.5 0V5.563a.25.25 0 0 1 .163-.234zm.65 7.507a2 2 0 0 0-.263-.123L10.3 9.529a3.75 3.75 0 0 0-2.6 0l-4.307 1.592a1.75 1.75 0 0 0-1.143 1.641v5.67a1.75 1.75 0 0 0 1.143 1.642L7.7 21.666a3.75 3.75 0 0 0 2.6 0l2.639-.976a5.5 5.5 0 0 1-1.06-1.207l-2.099.776a2.25 2.25 0 0 1-1.56 0l-4.307-1.592a.25.25 0 0 1-.163-.235v-5.67a.25.25 0 0 1 .163-.234l4.307-1.592a2.25 2.25 0 0 1 1.56 0l3.33 1.231a5.5 5.5 0 0 1 1.76-.923m-2.783 1.972a.75.75 0 0 0-.355.034L9 14.197l-2.74-.948a.75.75 0 1 0-.49 1.418l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l1.45-.503a5.5 5.5 0 0 1 .887-1.805m-.782-6.503a.75.75 0 0 0 .464.954l2.659.919c.37.128.774.128 1.144 0l2.65-.919a.75.75 0 0 0-.49-1.417l-2.65.918a.25.25 0 0 1-.164 0l-2.659-.919a.75.75 0 0 0-.954.464m8.863 12.393a4.5 4.5 0 1 0-1.06 1.06l2.612 2.613a.75.75 0 0 0 1.06-1.06zM19.5 16.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBoxMultipleSearch24Regular(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="M14.22 3.737a2.25 2.25 0 0 1 1.56 0l4.307 1.592a.25.25 0 0 1 .163.234v6.913a5.5 5.5 0 0 1 1.5 2.379V5.563a1.75 1.75 0 0 0-1.143-1.641L16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.8 4.8 0 0 1 1.5 0V5.563a.25.25 0 0 1 .163-.234zm.65 7.507a2 2 0 0 0-.263-.123L10.3 9.529a3.75 3.75 0 0 0-2.6 0l-4.307 1.592a1.75 1.75 0 0 0-1.143 1.641v5.67a1.75 1.75 0 0 0 1.143 1.642L7.7 21.666a3.75 3.75 0 0 0 2.6 0l2.639-.976a5.5 5.5 0 0 1-1.06-1.207l-2.099.776a2.25 2.25 0 0 1-1.56 0l-4.307-1.592a.25.25 0 0 1-.163-.235v-5.67a.25.25 0 0 1 .163-.234l4.307-1.592a2.25 2.25 0 0 1 1.56 0l3.33 1.231a5.5 5.5 0 0 1 1.76-.923m-2.783 1.972a.75.75 0 0 0-.355.034L9 14.197l-2.74-.948a.75.75 0 1 0-.49 1.418l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l1.45-.503a5.5 5.5 0 0 1 .887-1.805m-.782-6.503a.75.75 0 0 0 .464.954l2.659.919c.37.128.774.128 1.144 0l2.65-.919a.75.75 0 0 0-.49-1.417l-2.65.918a.25.25 0 0 1-.164 0l-2.659-.919a.75.75 0 0 0-.954.464m8.863 12.393a4.5 4.5 0 1 0-1.06 1.06l2.612 2.613a.75.75 0 0 0 1.06-1.06zM19.5 16.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.22 3.737a2.25 2.25 0 0 1 1.56 0l4.307 1.592a.25.25 0 0 1 .163.234v6.913a5.5 5.5 0 0 1 1.5 2.379V5.563a1.75 1.75 0 0 0-1.143-1.641L16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.8 4.8 0 0 1 1.5 0V5.563a.25.25 0 0 1 .163-.234zm.65 7.507a2 2 0 0 0-.263-.123L10.3 9.529a3.75 3.75 0 0 0-2.6 0l-4.307 1.592a1.75 1.75 0 0 0-1.143 1.641v5.67a1.75 1.75 0 0 0 1.143 1.642L7.7 21.666a3.75 3.75 0 0 0 2.6 0l2.639-.976a5.5 5.5 0 0 1-1.06-1.207l-2.099.776a2.25 2.25 0 0 1-1.56 0l-4.307-1.592a.25.25 0 0 1-.163-.235v-5.67a.25.25 0 0 1 .163-.234l4.307-1.592a2.25 2.25 0 0 1 1.56 0l3.33 1.231a5.5 5.5 0 0 1 1.76-.923m-2.783 1.972a.75.75 0 0 0-.355.034L9 14.197l-2.74-.948a.75.75 0 1 0-.49 1.418l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l1.45-.503a5.5 5.5 0 0 1 .887-1.805m-.782-6.503a.75.75 0 0 0 .464.954l2.659.919c.37.128.774.128 1.144 0l2.65-.919a.75.75 0 0 0-.49-1.417l-2.65.918a.25.25 0 0 1-.164 0l-2.659-.919a.75.75 0 0 0-.954.464m8.863 12.393a4.5 4.5 0 1 0-1.06 1.06l2.612 2.613a.75.75 0 0 0 1.06-1.06zM19.5 16.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-box-multiple-search-24-regular {
  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%22M14.22%203.737a2.25%202.25%200%200%201%201.56%200l4.307%201.592a.25.25%200%200%201%20.163.234v6.913a5.5%205.5%200%200%201%201.5%202.379V5.563a1.75%201.75%200%200%200-1.143-1.641L16.3%202.33a3.75%203.75%200%200%200-2.6%200L9.393%203.922A1.75%201.75%200%200%200%208.25%205.563v2.793a4.8%204.8%200%200%201%201.5%200V5.563a.25.25%200%200%201%20.163-.234zm.65%207.507a2%202%200%200%200-.263-.123L10.3%209.529a3.75%203.75%200%200%200-2.6%200l-4.307%201.592a1.75%201.75%200%200%200-1.143%201.641v5.67a1.75%201.75%200%200%200%201.143%201.642L7.7%2021.666a3.75%203.75%200%200%200%202.6%200l2.639-.976a5.5%205.5%200%200%201-1.06-1.207l-2.099.776a2.25%202.25%200%200%201-1.56%200l-4.307-1.592a.25.25%200%200%201-.163-.235v-5.67a.25.25%200%200%201%20.163-.234l4.307-1.592a2.25%202.25%200%200%201%201.56%200l3.33%201.231a5.5%205.5%200%200%201%201.76-.923m-2.783%201.972a.75.75%200%200%200-.355.034L9%2014.197l-2.74-.948a.75.75%200%201%200-.49%201.418l2.48.857v2.7a.75.75%200%200%200%201.5%200v-2.7l1.45-.503a5.5%205.5%200%200%201%20.887-1.805m-.782-6.503a.75.75%200%200%200%20.464.954l2.659.919c.37.128.774.128%201.144%200l2.65-.919a.75.75%200%200%200-.49-1.417l-2.65.918a.25.25%200%200%201-.164%200l-2.659-.919a.75.75%200%200%200-.954.464m8.863%2012.393a4.5%204.5%200%201%200-1.06%201.06l2.612%202.613a.75.75%200%200%200%201.06-1.06zM19.5%2016.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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%22M14.22%203.737a2.25%202.25%200%200%201%201.56%200l4.307%201.592a.25.25%200%200%201%20.163.234v6.913a5.5%205.5%200%200%201%201.5%202.379V5.563a1.75%201.75%200%200%200-1.143-1.641L16.3%202.33a3.75%203.75%200%200%200-2.6%200L9.393%203.922A1.75%201.75%200%200%200%208.25%205.563v2.793a4.8%204.8%200%200%201%201.5%200V5.563a.25.25%200%200%201%20.163-.234zm.65%207.507a2%202%200%200%200-.263-.123L10.3%209.529a3.75%203.75%200%200%200-2.6%200l-4.307%201.592a1.75%201.75%200%200%200-1.143%201.641v5.67a1.75%201.75%200%200%200%201.143%201.642L7.7%2021.666a3.75%203.75%200%200%200%202.6%200l2.639-.976a5.5%205.5%200%200%201-1.06-1.207l-2.099.776a2.25%202.25%200%200%201-1.56%200l-4.307-1.592a.25.25%200%200%201-.163-.235v-5.67a.25.25%200%200%201%20.163-.234l4.307-1.592a2.25%202.25%200%200%201%201.56%200l3.33%201.231a5.5%205.5%200%200%201%201.76-.923m-2.783%201.972a.75.75%200%200%200-.355.034L9%2014.197l-2.74-.948a.75.75%200%201%200-.49%201.418l2.48.857v2.7a.75.75%200%200%200%201.5%200v-2.7l1.45-.503a5.5%205.5%200%200%201%20.887-1.805m-.782-6.503a.75.75%200%200%200%20.464.954l2.659.919c.37.128.774.128%201.144%200l2.65-.919a.75.75%200%200%200-.49-1.417l-2.65.918a.25.25%200%200%201-.164%200l-2.659-.919a.75.75%200%200%200-.954.464m8.863%2012.393a4.5%204.5%200%201%200-1.06%201.06l2.612%202.613a.75.75%200%200%200%201.06-1.06zM19.5%2016.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/box-multiple-search-24-regular.svg?color=%231a73e8&size=48