shape-intersect-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
shape-intersect-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the shape intersect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.25A3.25 3.25 0 0 1 5.25 2h8a3.25 3.25 0 0 1 3.25 3.25V7.5h2.25A3.25 3.25 0 0 1 22 10.75v8A3.25 3.25 0 0 1 18.75 22h-8a3.25 3.25 0 0 1-3.25-3.25V16.5H5.25A3.25 3.25 0 0 1 2 13.25zm13 0a1.75 1.75 0 0 0-1.75-1.75h-8A1.75 1.75 0 0 0 3.5 5.25v8c0 .966.784 1.75 1.75 1.75H7.5v-4.25c0-.637.183-1.231.5-1.733A3.3 3.3 0 0 1 9.017 8a3.24 3.24 0 0 1 1.733-.5H15zm1 9.733l-.055.084A3.25 3.25 0 0 1 13.25 16.5H9v2.25c0 .966.784 1.75 1.75 1.75h8a1.75 1.75 0 0 0 1.75-1.75v-8A1.75 1.75 0 0 0 18.75 9H16.5v4.25c0 .637-.183 1.231-.5 1.733"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapeIntersect24Filled(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="M2 5.25A3.25 3.25 0 0 1 5.25 2h8a3.25 3.25 0 0 1 3.25 3.25V7.5h2.25A3.25 3.25 0 0 1 22 10.75v8A3.25 3.25 0 0 1 18.75 22h-8a3.25 3.25 0 0 1-3.25-3.25V16.5H5.25A3.25 3.25 0 0 1 2 13.25zm13 0a1.75 1.75 0 0 0-1.75-1.75h-8A1.75 1.75 0 0 0 3.5 5.25v8c0 .966.784 1.75 1.75 1.75H7.5v-4.25c0-.637.183-1.231.5-1.733A3.3 3.3 0 0 1 9.017 8a3.24 3.24 0 0 1 1.733-.5H15zm1 9.733l-.055.084A3.25 3.25 0 0 1 13.25 16.5H9v2.25c0 .966.784 1.75 1.75 1.75h8a1.75 1.75 0 0 0 1.75-1.75v-8A1.75 1.75 0 0 0 18.75 9H16.5v4.25c0 .637-.183 1.231-.5 1.733"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.25A3.25 3.25 0 0 1 5.25 2h8a3.25 3.25 0 0 1 3.25 3.25V7.5h2.25A3.25 3.25 0 0 1 22 10.75v8A3.25 3.25 0 0 1 18.75 22h-8a3.25 3.25 0 0 1-3.25-3.25V16.5H5.25A3.25 3.25 0 0 1 2 13.25zm13 0a1.75 1.75 0 0 0-1.75-1.75h-8A1.75 1.75 0 0 0 3.5 5.25v8c0 .966.784 1.75 1.75 1.75H7.5v-4.25c0-.637.183-1.231.5-1.733A3.3 3.3 0 0 1 9.017 8a3.24 3.24 0 0 1 1.733-.5H15zm1 9.733l-.055.084A3.25 3.25 0 0 1 13.25 16.5H9v2.25c0 .966.784 1.75 1.75 1.75h8a1.75 1.75 0 0 0 1.75-1.75v-8A1.75 1.75 0 0 0 18.75 9H16.5v4.25c0 .637-.183 1.231-.5 1.733"/></svg>
</template>

CSS

.icon-shape-intersect-24-filled {
  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%22M2%205.25A3.25%203.25%200%200%201%205.25%202h8a3.25%203.25%200%200%201%203.25%203.25V7.5h2.25A3.25%203.25%200%200%201%2022%2010.75v8A3.25%203.25%200%200%201%2018.75%2022h-8a3.25%203.25%200%200%201-3.25-3.25V16.5H5.25A3.25%203.25%200%200%201%202%2013.25zm13%200a1.75%201.75%200%200%200-1.75-1.75h-8A1.75%201.75%200%200%200%203.5%205.25v8c0%20.966.784%201.75%201.75%201.75H7.5v-4.25c0-.637.183-1.231.5-1.733A3.3%203.3%200%200%201%209.017%208a3.24%203.24%200%200%201%201.733-.5H15zm1%209.733l-.055.084A3.25%203.25%200%200%201%2013.25%2016.5H9v2.25c0%20.966.784%201.75%201.75%201.75h8a1.75%201.75%200%200%200%201.75-1.75v-8A1.75%201.75%200%200%200%2018.75%209H16.5v4.25c0%20.637-.183%201.231-.5%201.733%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%22M2%205.25A3.25%203.25%200%200%201%205.25%202h8a3.25%203.25%200%200%201%203.25%203.25V7.5h2.25A3.25%203.25%200%200%201%2022%2010.75v8A3.25%203.25%200%200%201%2018.75%2022h-8a3.25%203.25%200%200%201-3.25-3.25V16.5H5.25A3.25%203.25%200%200%201%202%2013.25zm13%200a1.75%201.75%200%200%200-1.75-1.75h-8A1.75%201.75%200%200%200%203.5%205.25v8c0%20.966.784%201.75%201.75%201.75H7.5v-4.25c0-.637.183-1.231.5-1.733A3.3%203.3%200%200%201%209.017%208a3.24%203.24%200%200%201%201.733-.5H15zm1%209.733l-.055.084A3.25%203.25%200%200%201%2013.25%2016.5H9v2.25c0%20.966.784%201.75%201.75%201.75h8a1.75%201.75%200%200%200%201.75-1.75v-8A1.75%201.75%200%200%200%2018.75%209H16.5v4.25c0%20.637-.183%201.231-.5%201.733%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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