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

Name
shape-exclude-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 exclude 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 2h8q.15 0 .297.013a3.2 3.2 0 0 1 1.52.542a3.24 3.24 0 0 1 1.42 2.398v.006a3 3 0 0 1 .013.291V7.5h2.25a3.24 3.24 0 0 1 3.085 2.226c.107.322.165.666.165 1.024v8A3.25 3.25 0 0 1 18.75 22h-8a3.246 3.246 0 0 1-3.25-3.25V16.5H5.25q-.15 0-.297-.013a3.2 3.2 0 0 1-1.409-.47l-.01-.006a3.3 3.3 0 0 1-1.05-1.055a3.2 3.2 0 0 1-.47-1.409l-.001-.006A3 3 0 0 1 2 13.25zm1.5 2.81v1.88L9.94 3.5H8.06zM5.94 3.5h-.69A1.75 1.75 0 0 0 3.5 5.25v.69zm6.12 0L3.5 12.06v1.19q.002.31.101.588l4.04-4.04a3.26 3.26 0 0 1 2.157-2.156l4.04-4.04a1.8 1.8 0 0 0-.588-.102zm2.84 1.162L12.06 7.5h1.879L15 6.44V5.25q-.002-.31-.101-.588M7.5 12.061l-2.838 2.838q.277.1.588.101h1.19l1.06-1.06zm1.5 6.5v.189c0 .468.184.893.483 1.207L12.94 16.5h-1.88zm7.5-5.621l3.457-3.457A1.74 1.74 0 0 0 18.75 9h-.19l-2.06 2.06zm4-1.88l-9.44 9.44h1.88l7.56-7.56zm0 4l-5.44 5.44h1.88l3.56-3.56zm-.034 4.035a1.75 1.75 0 0 1-1.371 1.371zM9 10.75V15h4.25A1.75 1.75 0 0 0 15 13.25V9h-4.25A1.75 1.75 0 0 0 9 10.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapeExclude24Regular(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 2h8q.15 0 .297.013a3.2 3.2 0 0 1 1.52.542a3.24 3.24 0 0 1 1.42 2.398v.006a3 3 0 0 1 .013.291V7.5h2.25a3.24 3.24 0 0 1 3.085 2.226c.107.322.165.666.165 1.024v8A3.25 3.25 0 0 1 18.75 22h-8a3.246 3.246 0 0 1-3.25-3.25V16.5H5.25q-.15 0-.297-.013a3.2 3.2 0 0 1-1.409-.47l-.01-.006a3.3 3.3 0 0 1-1.05-1.055a3.2 3.2 0 0 1-.47-1.409l-.001-.006A3 3 0 0 1 2 13.25zm1.5 2.81v1.88L9.94 3.5H8.06zM5.94 3.5h-.69A1.75 1.75 0 0 0 3.5 5.25v.69zm6.12 0L3.5 12.06v1.19q.002.31.101.588l4.04-4.04a3.26 3.26 0 0 1 2.157-2.156l4.04-4.04a1.8 1.8 0 0 0-.588-.102zm2.84 1.162L12.06 7.5h1.879L15 6.44V5.25q-.002-.31-.101-.588M7.5 12.061l-2.838 2.838q.277.1.588.101h1.19l1.06-1.06zm1.5 6.5v.189c0 .468.184.893.483 1.207L12.94 16.5h-1.88zm7.5-5.621l3.457-3.457A1.74 1.74 0 0 0 18.75 9h-.19l-2.06 2.06zm4-1.88l-9.44 9.44h1.88l7.56-7.56zm0 4l-5.44 5.44h1.88l3.56-3.56zm-.034 4.035a1.75 1.75 0 0 1-1.371 1.371zM9 10.75V15h4.25A1.75 1.75 0 0 0 15 13.25V9h-4.25A1.75 1.75 0 0 0 9 10.75"/></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 2h8q.15 0 .297.013a3.2 3.2 0 0 1 1.52.542a3.24 3.24 0 0 1 1.42 2.398v.006a3 3 0 0 1 .013.291V7.5h2.25a3.24 3.24 0 0 1 3.085 2.226c.107.322.165.666.165 1.024v8A3.25 3.25 0 0 1 18.75 22h-8a3.246 3.246 0 0 1-3.25-3.25V16.5H5.25q-.15 0-.297-.013a3.2 3.2 0 0 1-1.409-.47l-.01-.006a3.3 3.3 0 0 1-1.05-1.055a3.2 3.2 0 0 1-.47-1.409l-.001-.006A3 3 0 0 1 2 13.25zm1.5 2.81v1.88L9.94 3.5H8.06zM5.94 3.5h-.69A1.75 1.75 0 0 0 3.5 5.25v.69zm6.12 0L3.5 12.06v1.19q.002.31.101.588l4.04-4.04a3.26 3.26 0 0 1 2.157-2.156l4.04-4.04a1.8 1.8 0 0 0-.588-.102zm2.84 1.162L12.06 7.5h1.879L15 6.44V5.25q-.002-.31-.101-.588M7.5 12.061l-2.838 2.838q.277.1.588.101h1.19l1.06-1.06zm1.5 6.5v.189c0 .468.184.893.483 1.207L12.94 16.5h-1.88zm7.5-5.621l3.457-3.457A1.74 1.74 0 0 0 18.75 9h-.19l-2.06 2.06zm4-1.88l-9.44 9.44h1.88l7.56-7.56zm0 4l-5.44 5.44h1.88l3.56-3.56zm-.034 4.035a1.75 1.75 0 0 1-1.371 1.371zM9 10.75V15h4.25A1.75 1.75 0 0 0 15 13.25V9h-4.25A1.75 1.75 0 0 0 9 10.75"/></svg>
</template>

CSS

.icon-shape-exclude-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%202h8q.15%200%20.297.013a3.2%203.2%200%200%201%201.52.542a3.24%203.24%200%200%201%201.42%202.398v.006a3%203%200%200%201%20.013.291V7.5h2.25a3.24%203.24%200%200%201%203.085%202.226c.107.322.165.666.165%201.024v8A3.25%203.25%200%200%201%2018.75%2022h-8a3.246%203.246%200%200%201-3.25-3.25V16.5H5.25q-.15%200-.297-.013a3.2%203.2%200%200%201-1.409-.47l-.01-.006a3.3%203.3%200%200%201-1.05-1.055a3.2%203.2%200%200%201-.47-1.409l-.001-.006A3%203%200%200%201%202%2013.25zm1.5%202.81v1.88L9.94%203.5H8.06zM5.94%203.5h-.69A1.75%201.75%200%200%200%203.5%205.25v.69zm6.12%200L3.5%2012.06v1.19q.002.31.101.588l4.04-4.04a3.26%203.26%200%200%201%202.157-2.156l4.04-4.04a1.8%201.8%200%200%200-.588-.102zm2.84%201.162L12.06%207.5h1.879L15%206.44V5.25q-.002-.31-.101-.588M7.5%2012.061l-2.838%202.838q.277.1.588.101h1.19l1.06-1.06zm1.5%206.5v.189c0%20.468.184.893.483%201.207L12.94%2016.5h-1.88zm7.5-5.621l3.457-3.457A1.74%201.74%200%200%200%2018.75%209h-.19l-2.06%202.06zm4-1.88l-9.44%209.44h1.88l7.56-7.56zm0%204l-5.44%205.44h1.88l3.56-3.56zm-.034%204.035a1.75%201.75%200%200%201-1.371%201.371zM9%2010.75V15h4.25A1.75%201.75%200%200%200%2015%2013.25V9h-4.25A1.75%201.75%200%200%200%209%2010.75%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%202h8q.15%200%20.297.013a3.2%203.2%200%200%201%201.52.542a3.24%203.24%200%200%201%201.42%202.398v.006a3%203%200%200%201%20.013.291V7.5h2.25a3.24%203.24%200%200%201%203.085%202.226c.107.322.165.666.165%201.024v8A3.25%203.25%200%200%201%2018.75%2022h-8a3.246%203.246%200%200%201-3.25-3.25V16.5H5.25q-.15%200-.297-.013a3.2%203.2%200%200%201-1.409-.47l-.01-.006a3.3%203.3%200%200%201-1.05-1.055a3.2%203.2%200%200%201-.47-1.409l-.001-.006A3%203%200%200%201%202%2013.25zm1.5%202.81v1.88L9.94%203.5H8.06zM5.94%203.5h-.69A1.75%201.75%200%200%200%203.5%205.25v.69zm6.12%200L3.5%2012.06v1.19q.002.31.101.588l4.04-4.04a3.26%203.26%200%200%201%202.157-2.156l4.04-4.04a1.8%201.8%200%200%200-.588-.102zm2.84%201.162L12.06%207.5h1.879L15%206.44V5.25q-.002-.31-.101-.588M7.5%2012.061l-2.838%202.838q.277.1.588.101h1.19l1.06-1.06zm1.5%206.5v.189c0%20.468.184.893.483%201.207L12.94%2016.5h-1.88zm7.5-5.621l3.457-3.457A1.74%201.74%200%200%200%2018.75%209h-.19l-2.06%202.06zm4-1.88l-9.44%209.44h1.88l7.56-7.56zm0%204l-5.44%205.44h1.88l3.56-3.56zm-.034%204.035a1.75%201.75%200%200%201-1.371%201.371zM9%2010.75V15h4.25A1.75%201.75%200%200%200%2015%2013.25V9h-4.25A1.75%201.75%200%200%200%209%2010.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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