shape intersect icon
shape-intersect-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- shape-intersect-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.25a3.3 3.3 0 0 1 .142-.952A3.26 3.26 0 0 1 10.75 7.5H15zm-6 9.31V15h1.44L15 10.44V9h-.44zM12.44 9h-1.69a2 2 0 0 0-.2.011L9.01 10.55a2 2 0 0 0-.01.2v1.69zm4.06 0v4.25a3.25 3.25 0 0 1-3.25 3.25H9v2.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 9zm-3.94 6h.69A1.75 1.75 0 0 0 15 13.25v-.69z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapeIntersect24Regular(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.25a3.3 3.3 0 0 1 .142-.952A3.26 3.26 0 0 1 10.75 7.5H15zm-6 9.31V15h1.44L15 10.44V9h-.44zM12.44 9h-1.69a2 2 0 0 0-.2.011L9.01 10.55a2 2 0 0 0-.01.2v1.69zm4.06 0v4.25a3.25 3.25 0 0 1-3.25 3.25H9v2.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 9zm-3.94 6h.69A1.75 1.75 0 0 0 15 13.25v-.69z"/></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.25a3.3 3.3 0 0 1 .142-.952A3.26 3.26 0 0 1 10.75 7.5H15zm-6 9.31V15h1.44L15 10.44V9h-.44zM12.44 9h-1.69a2 2 0 0 0-.2.011L9.01 10.55a2 2 0 0 0-.01.2v1.69zm4.06 0v4.25a3.25 3.25 0 0 1-3.25 3.25H9v2.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 9zm-3.94 6h.69A1.75 1.75 0 0 0 15 13.25v-.69z"/></svg> </template>
CSS
.icon-shape-intersect-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%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.25a3.3%203.3%200%200%201%20.142-.952A3.26%203.26%200%200%201%2010.75%207.5H15zm-6%209.31V15h1.44L15%2010.44V9h-.44zM12.44%209h-1.69a2%202%200%200%200-.2.011L9.01%2010.55a2%202%200%200%200-.01.2v1.69zm4.06%200v4.25a3.25%203.25%200%200%201-3.25%203.25H9v2.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%209zm-3.94%206h.69A1.75%201.75%200%200%200%2015%2013.25v-.69z%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.25a3.3%203.3%200%200%201%20.142-.952A3.26%203.26%200%200%201%2010.75%207.5H15zm-6%209.31V15h1.44L15%2010.44V9h-.44zM12.44%209h-1.69a2%202%200%200%200-.2.011L9.01%2010.55a2%202%200%200%200-.01.2v1.69zm4.06%200v4.25a3.25%203.25%200%200%201-3.25%203.25H9v2.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%209zm-3.94%206h.69A1.75%201.75%200%200%200%2015%2013.25v-.69z%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-regular.svg?color=%231a73e8&size=48